/* ---------------------------------------------------------
   CSS RESET & NORMALIZE
--------------------------------------------------------- */
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, 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, 
menu, 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;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after { box-sizing: inherit; }
body {
  line-height: 1.6;
  background: #fafdff;
  color: #194569;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
a {
  color: #194569;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F6B840;
}
ul, ol {
  margin-left: 1.6em;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}

/* ---------------------------------------------------------
   BRAND FONTS
--------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #194569;
  margin-bottom: 16px;
}
h1 { font-size: 2.7rem; line-height: 1.18; }
h2 { font-size: 2rem; margin-bottom: 12px; }
h3 { font-size: 1.25rem; font-weight: 700; }
.subtitle {
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  color: #194569;
  opacity: 0.8;
  margin-bottom: 16px;
  font-weight: 500;
}
blockquote {
  font-style: italic;
  background: #f8f0de;
  border-left: 6px solid #F6B840;
  padding: 16px 28px;
  border-radius: 18px;
  margin-bottom: 20px;
  font-size: 1.07rem;
  color: #194569;
}

strong, .strong {
  font-weight: 700;
  color: #194569;
}

/* ---------------------------------------------------------
   CONTAINER, SPACING, LAYOUT
--------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* FLEXBOX CONTENT STRUCTURES */
/* Use only flexbox throughout */
.card-container, .service-cards, .feature-grid, .course-grid, .testimonial-slider, .testimonial-list, .testimonial-grid, .features, .service-list, .statistics-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card, .service-cards > div, .feature-grid > div, .course-grid > div, .testimonial-card, .features > div, .service-list > div, .statistics-block ul > li {
  margin-bottom: 20px;
  position: relative;
}
.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: 15px;
  padding: 20px;
  background: #fffbe9;
  border: 2px solid #F6B840;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(25, 69, 105, 0.07);
  min-width: 250px;
  max-width: 400px;
  transition: box-shadow 0.2s, transform 0.2s;
  z-index: 1;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 8px 32px 0 rgba(25, 69, 105, 0.16);
  transform: translateY(-5px) scale(1.02);
}
.testimonial-meta {
  font-size: 0.97rem;
  opacity: 0.7;
  margin-top: 8px;
  color: #194569;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Responsive micro-sections */
.feature-grid > div, .features > div, .service-cards > div, .service-list > div, .course-grid > div {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #f6b840;
  box-shadow: 0 2px 12px 0 rgba(25,69,105,0.05);
  padding: 22px 20px 16px 20px;
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 350px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-grid > div img, .features > div img, .service-cards > div img, .service-list > div img, .course-grid > div img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.feature-grid > div:hover, .features > div:hover, .service-cards > div:hover, .service-list > div:hover, .course-grid > div:hover {
  box-shadow: 0 8px 24px 0 rgba(25,69,105,0.15);
  transform: translateY(-4px) scale(1.02);
  z-index: 2;
}

.service-cards, .course-grid, .features, .feature-grid, .testimonial-grid, .testimonial-slider, .testimonial-list {
  gap: 24px;
}

.statistics-block ul {
  list-style: disc inside;
  padding-left: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.statistics-block ul li {
  background: #fafdff;
  border-radius: 16px;
  padding: 12px 22px;
  margin-bottom: 0;
  font-size: 1rem;
  border: 2px solid #F6B840;
  color: #194569;
  min-width: 220px;
  flex: 1 1 220px;
}

.section:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   HEADER & NAVIGATION
--------------------------------------------------------- */
header {
  background: #fff;
  box-shadow: 0 4px 16px rgba(25,69,105,0.03);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 30;
}
header .container {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-height: 48px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #194569;
  font-weight: 600;
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 14px;
  border-radius: 16px;
  transition: background 0.15s, color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F6B840;
  color: #194569;
}
/* Highlighted CTA */
.cta-primary {
  background: #F6B840;
  color: #194569 !important;
  font-weight: 900;
  letter-spacing: 1.2px;
  padding: 12px 26px;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(246,184,64,0.13);
  font-size: 1.07rem;
  margin-left: 10px;
  transition: background 0.20s, box-shadow 0.18s, color 0.14s;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.cta-primary:hover, .cta-primary:focus {
  background: #ffd977;
  color: #194569;
  box-shadow: 0 4px 18px rgba(246,184,64,0.25);
}

.mobile-menu-toggle {
  display: none;
  background: #F6B840;
  color: #194569;
  font-size: 2rem;
  border: none;
  border-radius: 14px;
  padding: 6px 16px 5px 16px;
  margin-left: 14px;
  cursor: pointer;
  transition: background 0.18s;
  z-index: 51;
  outline: none;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #ffd977;
}

/* ---------------------------------------------------------
   MOBILE MENU OVERLAY
--------------------------------------------------------- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: #194569;
  color: #fff;
  z-index: 50;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu-close {
  background: #F6B840;
  color: #194569;
  border: none;
  font-size: 2.2rem;
  border-radius: 18px;
  margin: 24px 22px 0 0;
  padding: 1px 18px 4px 18px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus { background: #ffd977; }
.mobile-nav {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding-left: 38px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 0 20px 20px 0;
  transition: background 0.15s;
  width: 80%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F6B840;
  color: #194569;
  padding-left: 28px;
}

/* ---------------------------------------------------------
   FOOTER
--------------------------------------------------------- */
footer {
  background: #194569;
  color: #fff;
  padding: 48px 0 0 0;
  margin-top: 60px;
}
.footer-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 2px solid #F6B840;
}
.footer-main .logo img {
  max-width: 130px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-nav a {
  color: #fff;
  opacity: 0.88;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 0 0 2px;
  transition: color 0.15s, opacity 0.18s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #F6B840;
  opacity: 1;
}
.footer-contact {
  color: #fff;
  font-size: 0.98rem;
  font-family: 'Open Sans', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-contact img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
  filter: brightness(90%) invert(0) sepia(0.0) saturate(2)
    hue-rotate(-20deg) brightness(1.8);
}
.footer-copy {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  opacity: 0.76;
  padding: 16px 0 10px 0;
}

/* ---------------------------------------------------------
   BUTTONS & INTERACTIVES
--------------------------------------------------------- */
button, .button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  border: none;
  border-radius: 24px;
  background: #F6B840;
  color: #194569;
  font-weight: 800;
  padding: 12px 22px;
  cursor: pointer;
  outline: none;
  transition: background 0.16s, box-shadow 0.18s, color 0.14s, transform 0.14s;
  letter-spacing: 0.8px;
  box-shadow: 0 2px 12px rgba(246,184,64,0.07);
}
button:hover, button:focus, .button:hover, .button:focus {
  background: #ffd977;
  color: #194569;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 18px rgba(246,184,64,0.16);
}

/* ---------------------------------------------------------
   CARDS / BLOCKS
--------------------------------------------------------- */
.card, .feature-grid > div, .service-cards > div, .service-list > div, .features > div, .course-grid > div {
  background: #fff;
  border: 2px solid #F6B840;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(25,69,105,0.06);
  margin-bottom: 20px;
  position: relative;
  min-width: 220px;
  padding: 22px 20px 16px 20px;
  transition: box-shadow 0.18s, transform 0.16s;
  z-index: 1;
}
.card:hover, .feature-grid > div:hover, .service-cards > div:hover, .service-list > div:hover, .features > div:hover, .course-grid > div:hover {
  box-shadow: 0 8px 24px 0 rgba(25,69,105,0.16);
  transform: translateY(-3px) scale(1.025);
  z-index: 2;
}

/* ---------------------------------------------------------
   TESTIMONIALS
--------------------------------------------------------- */
.testimonial-slider,
.testimonial-list,
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.testimonial-card {
  background: #fffbe9;
  border: 2px solid #F6B840;
  color: #194569 !important;
  font-size: 1.08rem;
  box-shadow: 0 2px 18px 0 rgba(25,69,105,0.07);
  border-radius: 20px;
  padding: 26px 24px 22px;
  margin-bottom: 20px;
  flex: 1 1 275px;
  min-width: 220px;
  max-width: 430px;
  word-break: break-word;
  position: relative;
  transition: box-shadow 0.18s, transform 0.16s;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 8px 32px 0 rgba(246,184,64,0.16);
  transform: translateY(-3px) scale(1.02);
  z-index: 3;
}

/* Video/Testimonial CTA Fake Placeholder */
.video-testimonial-placeholder {
  padding: 20px;
  border: 2px dashed #F6B840;
  background: #fff4ba;
  border-radius: 19px;
  text-align: center;
  color: #194569;
  font-style: italic;
  font-size: 1rem;
  margin-top: 30px;
}

/* ---------------------------------------------------------
   PLAYFUL DYNAMIC EXTRAS
--------------------------------------------------------- */
section, .section {
  position: relative;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 60px;
  padding: 40px 20px;
  box-shadow: 0 8px 32px 0 rgba(246,184,64,0.035), 0 0px 0 #fafdff;
}
.container > .content-wrapper {
  margin-bottom: 0;
}

/* Decorative playful bubbles */
section::after {
  content: '';
  position: absolute;
  top: -24px; right: -28px;
  width: 86px; height: 86px;
  background: #ffd977;
  opacity: 0.18;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  animation: popinbubble 8s linear infinite alternate;
}
@keyframes popinbubble {
  0% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.18) translateY(-12px); }
  100% { transform: scale(0.93) translateY(0); }
}
section:nth-child(even)::after {
  left: -28px; right: auto;
  top: auto; bottom: -24px;
  background: #f6b840;
  opacity: 0.11;
  animation-delay: 2s;
}

/* Playful heading underline */
h2 {
  position: relative;
  z-index: 1;
}
h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 6px;
  margin-top: 4px;
  background: #F6B840;
  border-radius: 6px;
  opacity: 0.94;
}

/* Mini icon bounce */
.feature-grid > div img, .features > div img, .service-cards > div img, .service-list > div img, .course-grid > div img {
  animation: icon-bounce 2.4s infinite cubic-bezier(0.57, 1.05, 0.64, 1.05);
}
@keyframes icon-bounce {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-9px) scale(1.18) rotate(-8deg); }
  50% { transform: translateY(2px) scale(1.05) rotate(8deg); }
  75% { transform: translateY(-7px) scale(1.13) rotate(-5deg); }
}

/* Typography fun highlight for key words */
h1, h2, h3, .cta-primary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  /* Next line will add playful color gradient if browsers support it */
  background-clip: text;
  -webkit-background-clip: text;
}

/* ---------------------------------------------------------
   RESPONSIVE DESIGN
--------------------------------------------------------- */
@media (max-width: 1150px) {
  .footer-main, .main-nav { flex-wrap: wrap; }
  .footer-main { gap: 32px; }
}
@media (max-width: 970px) {
  .footer-main { flex-direction: column; align-items: flex-start; gap: 20px; }
  .main-nav { gap: 12px; }
}
@media (max-width: 870px) {
  .feature-grid, .service-cards, .features, .course-grid, .testimonial-slider, .testimonial-list, .testimonial-grid {
    gap: 16px;
  }
  .feature-grid > div, .service-cards > div, .features > div, .course-grid > div, .testimonial-card {
    min-width: 200px;
    max-width: 100%;
  }
  .footer-main { gap: 12px; }
}
@media (max-width: 768px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.45rem; }
  .container { padding-left: 8px; padding-right: 8px; }
  .main-nav { display: none !important; }
  .mobile-menu-toggle { display: block; }
  header .container { padding-top: 8px; padding-bottom: 8px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 18px; }
  .section, section { padding: 30px 10px; }
  .feature-grid, .service-cards, .features, .course-grid, .testimonial-slider, .testimonial-list, .testimonial-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section { flex-direction: column; gap: 18px; align-items: flex-start; }
}
@media (max-width: 480px) {
  html, body { font-size: 15px; }
  .footer-main, .footer-contact { font-size: 0.97rem; }
  h1 { font-size: 1.5rem; }
  .cta-primary, button, .button { font-size: 1rem; padding: 9px 12px; }
}

/* ---------------------------------------------------------
   COOKIE CONSENT BANNER / MODAL
--------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fffbe9;
  color: #194569;
  border-top: 4px solid #F6B840;
  box-shadow: 0 -2px 20px 0 rgba(25,69,105,0.06);
  z-index: 99;
  padding: 32px 16px 19px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-height: 64px;
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.06rem;
  animation: banner-in 0.9s cubic-bezier(.77,0,.18,1);
}
@keyframes banner-in {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cookie-banner button, .cookie-banner .button {
  font-size: 1rem;
  border-radius: 24px;
  padding: 10px 24px;
  min-width: 115px;
  font-weight: 700;
}
.cookie-banner .cookie-settings-btn {
  background: #194569 !important;
  color: #fff !important;
  border: 2px solid #F6B840;
}
.cookie-banner .cookie-settings-btn:hover, .cookie-banner .cookie-settings-btn:focus {
  background: #103655 !important;
  color: #F6B840 !important;
}

/* Cookie Consent Modal */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: rgba(25,69,105, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-fade-in 0.35s cubic-bezier(.77,0,.18,1);
}
@keyframes modal-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fffbe9;
  border: 3px solid #F6B840;
  border-radius: 28px;
  box-shadow: 0 8px 40px 0 rgba(25, 69, 105,0.13);
  max-width: 425px;
  width: 94vw;
  padding: 42px 32px 32px 32px;
  position: relative;
  color: #194569;
  text-align: left;
  z-index: 500;
  font-size: 1.13rem;
  animation: pop-modal 0.36s cubic-bezier(.64,1.44,.41,0.9);
}
@keyframes pop-modal {
  from { transform: scale(0.86); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  right: 20px; top: 13px;
  background: #F6B840;
  color: #194569;
  border: none;
  border-radius: 50%;
  width: 34px; height: 34px;
  cursor: pointer;
  font-size: 1.35rem;
  text-align: center;
  line-height: 33px;
  transition: background 0.15s;
  outline: none;
  z-index: 502;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #ffd977;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f6b840;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
}
.cookie-modal-category:last-child { border-bottom: 0; }
.cookie-modal-category .toggle {
  display: inline-block;
}
.cookie-toggle-input {
  width: 0; height: 0;
  position: absolute;
  opacity: 0;
}
.cookie-toggle-label {
  display: inline-block;
  width: 46px; height: 28px;
  background: #f4e6ad;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  transition: background 0.18s;
}
.cookie-toggle-label:after {
  content: '';
  position: absolute;
  left: 5px; top: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #f6b840;
  transition: left 0.19s;
}
.cookie-toggle-input:checked + .cookie-toggle-label {
  background: #F6B840;
}
.cookie-toggle-input:checked + .cookie-toggle-label:after {
  left: 21px;
  background: #194569;
}
.cookie-modal-category[data-essential='1'] .toggle {
  font-weight: 700;
  color: #194569;
  background: #f4e6ad;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 0.99rem;
}

.cookie-modal-footer { text-align: center; margin-top: 26px; }
.cookie-modal-footer button, .cookie-modal-footer .button {
  margin-left: 6px; font-size: 1rem;
}

@media (max-width: 520px) {
  .cookie-banner { padding: 14px 5vw 13px 6vw; }
  .cookie-banner .cookie-actions { gap: 9px; flex-direction: column; }
  .cookie-modal { padding: 18px 7vw 18px 7vw; }
}

/* ---------------------------------------------------------
   UTILITIES
--------------------------------------------------------- */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.m-0 { margin: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.gap-8 { gap: 8px !important; }
.gap-16 { gap: 16px !important; }
.gap-24 { gap: 24px !important; }
.text-center { text-align: center !important; }

/* ---------------------------------------------------------
   MISC.
--------------------------------------------------------- */
.text-section {
  font-size: 1.1rem;
  color: #194569;
  margin-bottom: 18px;
  line-height: 1.72;
}
.text-section strong { color: #194569; font-weight: 700; }

/* Hide visually but keep accessible (for modals, banners etc.) */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
  border: 0; padding: 0; margin: 0;
}

/* Section list bullets styling */
ul li strong {
  color: #F6B840; font-weight: 700;
}
ul li {
  margin-bottom: 8px;
}

/* ---------------------------------------------------------
   PLAYFUL DYNAMIC TOUCHES - COLORS & FONTS
--------------------------------------------------------- */
/* Fun, energetic playful drop shadows */
.cta-primary, .button, button {
  box-shadow: 0 4px 18px rgba(246,184,64,0.15),
              0 1.2px 3px 0 rgba(25,69,105,0.065);
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Playful typography highlights as rainbow accent lines under h2s */
h2 {
  position: relative;
}
h2 span.highlight {
  display: inline-block;
  color: #F6B840;
  background: #fffbc5;
  border-radius: 8px;
  padding: 0 8px;
}

/* Icon playful ring around logos and feature icons */
.logo img, .feature-grid > div img, .features > div img {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #F6B840, 0 1px 5px 0 #fff4ba;
  background: #fffbe9;
  padding: 4px;
}


/* ---------------------------------------------------------
   END OF CSS
--------------------------------------------------------- */
