/* ===================================================
   Calm Ripple Prestige — Elegant Classic CSS Stylesheet
   Brand: Élégant, sophistiqué, discret, suisse haut de gamme
   =================================================== */

/* ================= RESET & BASE =================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background-color: #F7F6F3;
  color: #203040;
}

* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 6px;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 16px;
}
li {
  margin-bottom: 0.5em;
}
a {
  color: #203040;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #BFA05F;
  outline-offset: 2px;
}
a:hover {
  color: #BFA05F;
}

/* =================== TYPOGRAPHY =================== */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

body, input, select, textarea {
  font-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #2A2A2A;
  background: #F7F6F3;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Times New Roman, Times, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #203040;
  margin-bottom: 12px;
}
h1 {
  font-size: 2.75rem;
  line-height: 1.12;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  line-height: 1.22;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.25;
  color: #BFA05F;
}
h4, h5, h6 {
  font-size: 1.08rem;
  color: #203040;
}
p, li, address {
  font-family: 'Montserrat', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #2A2A2A;
}
strong {
  font-weight: 600;
}

blockquote {
  border-left: 3px solid #BFA05F;
  color: #203040;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin: 20px 0;
  padding-left: 14px;
  font-style: italic;
}

/* ================ LAYOUT CONTAINERS =============== */
.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 18px 0 rgba(40,48,64,0.07);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFFFFF;
  padding: 28px 22px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(32,48,64,0.12);
  transition: box-shadow 0.23s, transform 0.23s;
}
.card:hover {
  box-shadow: 0 8px 24px rgba(32,48,64,0.18);
  transform: translateY(-6px);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F5F1E6;
  border-radius: 12px;
  color: #1A2330;
  font-size: 1rem;
  box-shadow: 0 2px 14px rgba(32,48,64,0.09);
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 420px;
}
.testimonial-card strong {
  color: #BFA05F;
  font-weight: 700;
}

.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* =============== HEADER & NAVIGATION =============== */
header {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(32,48,64,0.06);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 76px;
  gap: 8px;
  padding: 12px 0;
}
nav > a img {
  height: 38px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  align-items: center;
}
nav ul li {
  display: flex;
  align-items: center;
}
nav ul li a {
  font-family: 'Montserrat', serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 6px;
  color: #293647;
  transition: background 0.2s, color 0.2s;
}
nav ul li a:hover, nav ul li a.active {
  background: #203040;
  color: #fff;
}

.cta-button {
  background: #BFA05F;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  padding: 10px 28px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(191,160,95,0.08);
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.18s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  margin-left: 22px;
  text-shadow: 0 1px 2px rgba(40,48,64,0.06);
  display: inline-block;
}
.cta-button:hover, .cta-button:focus {
  background: #A38949;
  color: #fff;
  box-shadow: 0 4px 18px rgba(191,160,95,0.14);
  transform: translateY(-2px) scale(1.035);
}

/* ================== HERO SECTION =================== */
.hero {
  min-height: 380px;
  background: #F3F2ED;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 0 48px 0;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  color: #203040;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
}
.hero p {
  margin-bottom: 24px;
  color: #2A2A2A;
}
.hero .cta-button {
  margin-left: 0;
  margin-top: 12px;
}

/*********** Features Section ***********/
.features {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.features h2 {
  padding-bottom: 10px;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: 0;
  list-style-type: none;
}
.features ul li {
  background: #F5F4EF;
  padding: 22px 16px 22px 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(32,48,64,0.09);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 220px;
  max-width: 275px;
  flex: 1 1 200px;
  gap: 10px;
  text-align: left;
  margin-bottom: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}
.features ul li:hover {
  box-shadow: 0 8px 28px rgba(32,48,64,0.13);
  transform: translateY(-2px) scale(1.011);
}
.features ul li h3 {
  color: #BFA05F;
  font-size: 1.18rem;
}
.features ul li img {
  height: 38px;
  margin-bottom: 10px;
}

/* =============== SERVICES SECTION =============== */
.services {
  background: #FBF9F4;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px 32px 20px;
}
.services h2 {
  padding-bottom: 10px;
}
.services ul {
  margin-bottom: 16px;
}
.services ul li {
  position: relative;
  font-size: 1.08rem;
  padding-left: 18px;
  color: #324055;
}
.services ul li::before {
  content: '\2022';
  color: #BFA05F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.services .service-highlights {
  background: #F5F1E6;
  color: #203040;
  border-radius: 10px;
  padding: 18px 18px 18px 28px;
  margin-top: 12px;
  font-size: 1.08rem;
  box-shadow: 0 1px 8px rgba(32,48,64,0.06);
}

/* =============== CTA SECTION =============== */
.cta {
  background: #EDE9DE;
  margin-bottom: 60px;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 1px 10px rgba(32,48,64,0.06);
}
.cta h2 {
  color: #BFA05F;
  font-size: 2rem;
}
.cta p {
  color: #2A2A2A;
  max-width: 560px;
  margin: 0 auto 18px auto;
}
.cta .cta-button {
  margin-left: 0;
  margin-top: 10px;
}

/* ============ TESTIMONIALS / REVIEWS =========== */
.testimonials {
  background: #FBF9F4;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px 20px 20px;
}
.testimonials h2 {
  color: #203040;
  margin-bottom: 24px;
}
.testimonials .testimonial-slider {
  gap: 24px;
}
.testimonials .testimonial-card {
  background: #F5F1E6;
  color: #1A2330;
  min-width: 240px;
  max-width: 430px;
  border-left: 4px solid #BFA05F;
  font-style: italic;
  font-size: 1.12rem;
  box-shadow: 0 2px 14px rgba(32,48,64,0.08);
  margin-bottom: 0;
}

/* ================ FAQ ACCORDION ================ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.faq-item {
  background: #F7F6F3;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 1px 8px rgba(32,48,64,0.06);
  margin-bottom: 0;
  cursor: pointer;
  transition: box-shadow 0.19s, background 0.19s;
}
.faq-item h3 {
  font-size: 1.14rem;
  color: #203040;
  margin-bottom: 6px;
}
.faq-item p {
  margin-bottom: 0;
  color: #394350;
}
.faq-item.open, .faq-item:hover {
  background: #EDE9DE;
  box-shadow: 0 3px 12px rgba(191,160,95,0.12);
}

/* =================== ABOUT PAGE =================== */
.about {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px 28px 20px;
}
.about h1 {
  color: #203040;
}
.about p {
  margin-bottom: 22px;
}

/* =================== CONTACT PAGE =================== */
.contact {
  background: #FBF9F4;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px 28px 20px;
}
.contact .contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.contact .contact-info p {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.contact .contact-info img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.contact .map {
  margin-top: 18px;
  background: #F7F6F3;
  border-radius: 8px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact .map img {
  width: 70px;
  height: auto;
}

/* =================== FOOTER =================== */
footer {
  background: #203040;
  color: #FFFFFF;
  padding: 38px 0 24px 0;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer-content > a img {
  height: 42px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer nav a {
  color: #BFA05F;
  font-family: 'Montserrat', serif;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.17s;
}
footer nav a:hover {
  color: #fff;
}
footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  color: #FFFCF5;
}
.footer-content .social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-content .social-links a {
  display: inline-flex;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #BFA05F;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background 0.18s, transform 0.2s;
}
.footer-content .social-links a:hover {
  background: #FFFFFF;
  transform: scale(1.06);
}
.footer-content .social-links img {
  width: 22px;
  height: 22px;
}

/* ================== LEGAL PAGES ================== */
.legal {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px 20px 28px 20px;
}
.legal h1 {
  color: #203040;
}
.legal ul {
  padding-left: 1.5em;
  margin-bottom: 22px;
}
.legal ul li {
  margin-bottom: 10px;
  color: #283646;
}

/* ================== THANK YOU PAGES ================== */
.thank-you {
  background: #EDE9DE;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 60px 20px 48px 20px;
  text-align: center;
}
.thank-you h1 {
  color: #203040;
}
.thank-you h2 {
  color: #BFA05F;
}
.thank-you p, .thank-you ul {
  max-width: 600px;
  margin: 0 auto 14px auto;
}
.thank-you .cta-button {
  margin-top: 24px;
  margin-left: 0;
}

/* =============== RESPONSIVE FLEXBOX =============== */
@media (max-width: 1120px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 920px) {
  .container {
    max-width: 720px;
  }
  .features ul {
    gap: 14px;
  }
  .footer-content {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90vw;
    padding: 0 12px;
  }
  nav ul {
    gap: 14px;
  }
  .features ul {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
  .footer-content {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.35rem; }
  nav {
    flex-direction: row;
    gap: 0;
    padding: 8px 0 8px 0;
  }
  .section, .hero, .features, .services, .cta, .about, .contact, .legal, .thank-you {
    padding: 26px 6px;
    margin-bottom: 32px;
  }
  .footer-content {
    gap: 10px;
  }
}

/* ============ MOBILE BURGER & MOBILE NAV =========== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 18px;
  top: 18px;
  background: #BFA05F;
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 20400;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(32,48,64,0.15);
  transition: background 0.2s, box-shadow 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #A38949;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #203040;
  z-index: 20500;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.45,0,0.55,1);
  box-shadow: -6px 0 30px rgba(32,48,64,0.28);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  margin: 16px 0 0 18px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #FFF;
  align-self: flex-end;
  transition: color 0.2s;
  cursor: pointer;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #BFA05F;
}
.mobile-nav {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100vw;
  align-items: center;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.21rem;
  font-family: 'Playfair Display', serif;
  padding: 10px 0;
  width: 90vw;
  text-align: center;
  border-radius: 6px;
  transition: background 0.19s;
}
.mobile-nav a:hover, .mobile-nav a.active {
  background: #BFA05F;
  color: #203040;
}
@media (max-width: 1050px) {
  nav ul, .cta-button {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1051px) {
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* =========== COOKIE CONSENT BANNER & MODAL ========== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #2A3445;
  color: #fff;
  box-shadow: 0 -2px 24px rgba(32,48,64,0.18);
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  z-index: 40000;
  justify-content: space-between;
  font-size: 1rem;
  animation: fadein-cookie 0.7s;
}
@keyframes fadein-cookie {
  from { bottom: -96px; opacity: 0; }
  to   { bottom: 0; opacity: 1; }
}
.cookie-banner p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
}
.cookie-banner button {
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Montserrat', serif;
  font-weight: 600;
  transition: background 0.17s, color 0.17s, box-shadow 0.2s, transform 0.18s;
}
.cookie-banner .accept {
  background: #BFA05F;
  color: #fff;
  box-shadow: 0 2px 8px rgba(191,160,95,0.14);
}
.cookie-banner .accept:hover {
  background: #a38949;
}
.cookie-banner .reject {
  background: #FFFFFF;
  color: #203040;
}
.cookie-banner .reject:hover {
  background: #d3bb8e;
  color: #203040;
}
.cookie-banner .settings {
  background: #203040;
  color: #fff;
  border: 1px solid #BFA05F;
}
.cookie-banner .settings:hover {
  background: #BFA05F;
  color: #fff;
}

/* COOKIE PREFERENCE MODAL */
.cookie-modal-backdrop {
  position: fixed;
  z-index: 41000;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(44,48,56,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadein-modal-bg 0.25s;
}
@keyframes fadein-modal-bg {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  max-width: 440px;
  padding: 38px 24px 22px 24px;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(40,48,64,0.18);
  display: flex;
  flex-direction: column;
  position: relative;
  animation: slideindown 0.34s;
}
@keyframes slideindown {
  from { transform: translateY(80px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.18rem;
  color: #203040;
  margin-bottom: 12px;
}
.cookie-modal ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.cookie-modal li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
}
.cookie-modal label {
  font-size: 1rem;
  font-family: 'Montserrat', serif;
}
.cookie-modal .toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-modal .toggle-switch input {
  opacity: 0; width: 0; height: 0;
}
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  background: #EDE9DE;
  border-radius: 22px;
  top: 0; left: 0;
  width: 44px; height: 24px;
  transition: background 0.2s;
}
.cookie-modal .slider:before {
  content: "";
  position: absolute;
  height: 18px; width: 18px;
  left: 3px; bottom: 3px;
  background: #BFA05F;
  border-radius: 50%;
  transition: transform 0.2s, background 0.2s;
}
.cookie-modal .toggle-switch input:checked + .slider {
  background: #cfc6af;
}
.cookie-modal .toggle-switch input:checked + .slider:before {
  transform: translateX(20px);
  background: #203040;
}
.cookie-modal .toggle-switch input:disabled + .slider {
  background: #EEE;
  cursor: default;
}
.cookie-modal .toggle-switch input:disabled + .slider:before {
  background: #BFA05F;
}
.cookie-modal .modal-actions {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.cookie-modal button {
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Montserrat', serif;
  cursor: pointer;
  transition: background 0.17s, color 0.15s;
}
.cookie-modal .accept {
  background: #BFA05F;
  color: #fff;
}
.cookie-modal .close {
  background: #EBE6D8;
  color: #203040;
}
.cookie-modal .accept:hover {
  background: #A38949;
}
.cookie-modal .close:hover {
  background: #EDE9DE;
}
.cookie-modal .modal-close-btn {
  position: absolute;
  top: 14px; right: 16px;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: #203040;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal .modal-close-btn:hover, .cookie-modal .modal-close-btn:focus {
  color: #BFA05F;
}

@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 6px;
    font-size: 0.98rem;
  }
  .cookie-modal {
    width: 98vw;
    min-width: 0;
    max-width: 99vw;
    padding: 18px 6px 16px 12px;
  }
  .cookie-modal .modal-actions {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
}

/* ================== ANIMATIONS & EFFECTS ================== */
.section, .features, .services, .cta, .about, .thank-you, .legal, .testimonial-card, .card, .faq-item, .contact {
  transition: box-shadow 0.22s, transform 0.22s, background 0.19s;
}
.card, .features ul li, .testimonial-card:.testimonial-card {
  will-change: box-shadow, transform;
}
.cta-button, .cookie-banner button, .cookie-modal button {
  transition: background 0.17s, color 0.17s, box-shadow 0.18s;
}

/* =================== UTILITY ===================== */
.hide {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.mt-24 { margin-top: 24px !important; }
.mt-32 { margin-top: 32px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mb-32 { margin-bottom: 32px !important; }
.mb-40 { margin-bottom: 40px !important; }

/* =================== CUSTOM CHECKS ===================== */
/* NO CSS Grid, columns, or absolute positioning for content cards! */