body {
  background: #fafbfc;
  font-family: 'Nunito', Arial, sans-serif;
  color: #222;
}

.fr-hero-simple {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 3.5rem 0 2.5rem 0;
  text-align: center;
}
.fr-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a3a3a;
  letter-spacing: -1px;
}
.fr-hero-subtitle {
  font-size: 1.15rem;
  color: #4a5a5a;
  font-weight: 400;
  margin-bottom: 0;
}

.fr-section {
  max-width: 950px;
  margin: 0 auto 2.5rem auto;
  padding: 2.5rem 1rem 2.5rem 1rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px #ececec33;
  border: 1px solid #ececec;
}
.fr-section + .fr-section {
  margin-top: 2.5rem;
}
.fr-section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3a3a;
  margin: 0 0 1.5rem 0;
  text-align: left;
  border-left: 4px solid #20bfa9;
  padding-left: 1rem;
}

.fr-section-pdfs {
  background: #f8fafc;
}
.fr-section-videos {
  background: #fff;
}
.fr-section-tips {
  background: #f8fafc;
}

.fr-resources {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 1rem;
}
.fr-resource-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}
.fr-resource-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  box-shadow: 0 2px 8px #ececec33;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 410px;
  max-width: 100%;
  min-height: 180px;
  overflow: hidden;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.fr-resource-card:hover {
  box-shadow: 0 4px 18px #20bfa933;
  border-color: #20bfa9;
}
.fr-resource-imgwrap {
  width: 140px;
  min-width: 120px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
}
.fr-resource-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.7rem;
  margin: 0.7rem;
}
.fr-resource-video iframe {
  width: 140px;
  height: 100px;
  border: none;
  border-radius: 0.7rem;
  margin: 0.7rem;
  background: #000;
}
.fr-resource-content {
  flex: 1;
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fr-resource-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #1a3a3a;
}
.fr-resource-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.7rem;
}
.fr-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #20bfa9;
  border: none;
  border-radius: 2rem;
  padding: 0.45rem 1.3rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: none;
}
.fr-btn:hover {
  background: #1a3a3a;
  color: #ffe066;
}

.fr-tips {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem 1rem;
}
.fr-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.fr-tip-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.7rem;
  padding: 1.1rem 1rem;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 1px 4px #ececec22;
}

.fr-cta-bar {
  background: #20bfa9;
  color: #fff;
  text-align: center;
  font-size: 1.08rem;
  padding: 1.1rem 0.5rem;
  margin: 2.5rem 0 0 0;
}
.fr-cta-bar a {
  color: #ffe066;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.18s;
}
.fr-cta-bar a:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .fr-section {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    border-radius: 0.7rem;
  }
  .fr-resource-list {
    flex-direction: column;
    gap: 1.2rem;
  }
  .fr-resource-card {
    flex-direction: column;
    width: 100%;
    min-height: unset;
  }
  .fr-resource-imgwrap, .fr-resource-video iframe {
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid #ececec;
    justify-content: center;
  }
  .fr-resource-img, .fr-resource-video iframe {
    width: 100%;
    height: 160px;
    margin: 0;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .fr-resource-content {
    padding: 1rem 1rem 1.2rem 1rem;
  }
}

/* French Tricolor Flag Icon */
.fr-flag-icon {
  display: inline-block;
  width: 22px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0.5em;
  border-radius: 3px;
  box-shadow: 0 1px 4px #0001;
  background: linear-gradient(90deg, #0055a4 0% 33%, #fff 33% 66%, #ef4135 66% 100%);
  border: 1px solid #e0e0e0;
}

/* Subtle Parisian Background (Eiffel Tower SVG as watermark) */
.fr-paris-bg {
  background-image: url('data:image/svg+xml;utf8,<svg width="80" height="120" viewBox="0 0 80 120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 10 L50 110 L30 110 Z" fill="%23e0e0e0" fill-opacity="0.08"/><rect x="36" y="60" width="8" height="40" fill="%23e0e0e0" fill-opacity="0.10"/></svg>');
  background-repeat: no-repeat;
  background-position: 98% 90%;
  background-size: 80px 120px;
}

/* Section Heading Divider */
.fr-section-heading {
  position: relative;
  padding-left: 2.5rem;
  border-left: 6px solid #0055a4;
  margin-bottom: 2rem;
}
.fr-section-heading .fr-flag-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
}

/* Resource Card Icons */
.fr-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  font-size: 1.1em;
}
.fr-icon-pdf {
  width: 1.1em;
  height: 1.1em;
  background: url('data:image/svg+xml;utf8,<svg fill="%23ef4135" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.828A2 2 0 0 0 17.414 7L13 2.586A2 2 0 0 0 11.172 2H4zm7 1.414L16.586 9H13a2 2 0 0 1-2-2V3.414z"/></svg>') no-repeat center/contain;
}
.fr-icon-video {
  width: 1.1em;
  height: 1.1em;
  background: url('data:image/svg+xml;utf8,<svg fill="%230055a4" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1.586l3.293 3.293a1 1 0 0 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L14 12.414V14a2 2 0 0 1-2 2H4z"/></svg>') no-repeat center/contain;
}
.fr-icon-tip {
  width: 1.1em;
  height: 1.1em;
  background: url('data:image/svg+xml;utf8,<svg fill="%23ffe066" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="8" stroke="%23ef4135" stroke-width="2" fill="%23ffe066"/><text x="10" y="15" text-anchor="middle" font-size="12" fill="%230055a4" font-family="Arial" dy="-2">?</text></svg>') no-repeat center/contain;
}

/* Section backgrounds for separation */
.fr-section-pdfs {
  background: #f8fafc;
  border-left: 6px solid #0055a4;
}
.fr-section-videos {
  background: #fff;
  border-left: 6px solid #ef4135;
}
.fr-section-tips {
  background: #f8fafc;
  border-left: 6px solid #ffe066;
}

.fr-section {
  max-width: 950px;
  margin: 0 auto 2.5rem auto;
  padding: 2.5rem 1rem 2.5rem 1rem;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px #ececec33;
  border: 1px solid #ececec;
}
.fr-section + .fr-section {
  margin-top: 2.5rem;
}

.fr-resource-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}
.fr-resource-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  box-shadow: 0 2px 8px #ececec33;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 410px;
  max-width: 100%;
  min-height: 180px;
  overflow: hidden;
  transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
  position: relative;
}
.fr-resource-card:hover {
  box-shadow: 0 8px 32px #0055a433;
  border-color: #0055a4;
  transform: translateY(-2px) scale(1.01);
}
.fr-resource-imgwrap {
  width: 140px;
  min-width: 120px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
}
.fr-resource-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.7rem;
  margin: 0.7rem;
}
.fr-resource-video iframe {
  width: 140px;
  height: 100px;
  border: none;
  border-radius: 0.7rem;
  margin: 0.7rem;
  background: #000;
}
.fr-resource-content {
  flex: 1;
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fr-resource-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #1a3a3a;
}
.fr-resource-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.7rem;
}
.fr-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #0055a4 0%, #ef4135 100%);
  border: 2px solid #ffe066;
  border-radius: 2rem;
  padding: 0.45rem 1.3rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border-color 0.18s;
  box-shadow: 0 1px 4px #0055a422;
}
.fr-btn:hover {
  background: #ffe066;
  color: #0055a4;
  border-color: #ef4135;
}

.fr-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.fr-tip-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.7rem;
  padding: 1.1rem 1rem;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 1px 4px #ececec22;
  position: relative;
}

.fr-cta-bar {
  background: linear-gradient(90deg, #0055a4 0%, #ef4135 100%);
  color: #fff;
  text-align: center;
  font-size: 1.08rem;
  padding: 1.1rem 0.5rem;
  margin: 2.5rem 0 0 0;
  border-radius: 0 0 1.2rem 1.2rem;
}
.fr-cta-bar a {
  color: #ffe066;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.18s;
}
.fr-cta-bar a:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .fr-section {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    border-radius: 0.7rem;
  }
  .fr-resource-list {
    flex-direction: column;
    gap: 1.2rem;
  }
  .fr-resource-card {
    flex-direction: column;
    width: 100%;
    min-height: unset;
  }
  .fr-resource-imgwrap, .fr-resource-video iframe {
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid #ececec;
    justify-content: center;
  }
  .fr-resource-img, .fr-resource-video iframe {
    width: 100%;
    height: 160px;
    margin: 0;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .fr-resource-content {
    padding: 1rem 1rem 1.2rem 1rem;
  }
}

.section-title {
  border: none !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
}

.section-title::before {
  display: none !important;
} 

/* Newsletter Section Styles */
#newsletter-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#newsletter-section .newsletter-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(32,191,169,0.08), 0 1.5px 6px rgba(0,0,0,0.04);
  padding: 2rem 1.5rem;
  min-height: 100%;
}
#newsletter-section h2.section-title {
  font-size: 2rem;
  color: #20bfa9;
  font-family: 'Handlee', cursive;
  margin-bottom: 1rem;
}
#newsletter-section ul {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}
#newsletter-section .testimonial {
  background: #f7f7fa;
  border-left: 4px solid #20bfa9;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #00394f;
  box-shadow: 0 1px 4px rgba(32,191,169,0.07);
}
#newsletter-section .font-italic {
  color: #888;
}

/* Mailchimp Form Styling */
#newsletter-section #mc_embed_signup {
  background: linear-gradient(135deg, #f4f8fa 70%, #e6fff9 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2.5rem 2rem 2rem 2rem !important;
  box-shadow: 0 8px 32px rgba(32,191,169,0.13), 0 1.5px 6px rgba(0,0,0,0.04) !important;
  border: 2.5px solid #20bfa933 !important;
  font-family: 'Nunito', Arial, sans-serif !important;
  color: #00394f !important;
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
}
#newsletter-section #mc_embed_signup:hover {
  box-shadow: 0 12px 40px rgba(32,191,169,0.18), 0 2px 8px rgba(0,0,0,0.06) !important;
  border-color: #20bfa9 !important;
}
#newsletter-section #mc_embed_signup h2,
#newsletter-section #mc_embed_signup .form-title {
  font-family: 'Handlee', cursive !important;
  color: #20bfa9 !important;
  font-size: 1.6rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
#newsletter-section #mc_embed_signup label {
  font-weight: 600 !important;
  color: #00394f !important;
  margin-bottom: 0.35rem !important;
  display: block !important;
  font-size: 1rem !important;
}
#newsletter-section #mc_embed_signup .input-icon {
  position: relative;
}
#newsletter-section #mc_embed_signup .input-icon input {
  padding-left: 2.5rem !important;
}
#newsletter-section #mc_embed_signup .input-icon .fa {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #20bfa9;
  font-size: 1.1rem;
  pointer-events: none;
}
#newsletter-section #mc_embed_signup input[type="email"],
#newsletter-section #mc_embed_signup input[type="text"] {
  border-radius: 1.2rem !important;
  border: 1.5px solid #d1e7e0 !important;
  padding: 0.7rem 1rem !important;
  margin-bottom: 1.4rem !important;
  width: 100% !important;
  font-size: 1.08rem !important;
  background: #fff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  box-shadow: 0 2px 8px rgba(32,191,169,0.06) !important;
  color: #00394f !important;
}
#newsletter-section #mc_embed_signup input[type="email"]:focus,
#newsletter-section #mc_embed_signup input[type="text"]:focus {
  border-color: #20bfa9 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px #20bfa933 !important;
}
#newsletter-section #mc_embed_signup .list-unstyled {
  margin-bottom: 1.3rem !important;
  padding-left: 0.2rem !important;
}
#newsletter-section #mc_embed_signup .mc-field-group.input-group {
  margin-bottom: 1.3rem !important;
}
#newsletter-section #mc_embed_signup .mc-field-group.input-group strong {
  display: block !important;
  margin-bottom: 0.5rem !important;
  color: #20bfa9 !important;
  font-size: 1.08rem !important;
  font-family: 'Handlee', cursive !important;
}
#newsletter-section #mc_embed_signup input[type="radio"] {
  margin-right: 0.6rem !important;
  accent-color: #20bfa9 !important;
  width: 1.25em !important;
  height: 1.25em !important;
  vertical-align: middle !important;
  transition: box-shadow 0.2s !important;
  box-shadow: 0 1px 3px rgba(32,191,169,0.08) !important;
}
#newsletter-section #mc_embed_signup input[type="radio"]:focus {
  box-shadow: 0 0 0 2px #20bfa955 !important;
}
#newsletter-section #mc_embed_signup ul.list-unstyled li {
  margin-bottom: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  font-size: 1rem !important;
  padding-left: 0.2rem;
}
#newsletter-section #mc_embed_signup .button.btn.btn-primary {
  background: linear-gradient(90deg, #20bfa9 0%, #f77ca2 100%) !important;
  border: none !important;
  border-radius: 2.5rem !important;
  padding: 0.85rem 2.5rem !important;
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  box-shadow: 0 6px 24px rgba(32,191,169,0.16) !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s !important;
  margin-top: 0.7rem !important;
  font-family: 'Nunito', Arial, sans-serif !important;
  letter-spacing: 0.5px !important;
  position: relative;
  overflow: hidden;
}
#newsletter-section #mc_embed_signup .button.btn.btn-primary:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.7em;
  font-size: 1.1em;
  vertical-align: middle;
  transition: margin-left 0.2s;
}
#newsletter-section #mc_embed_signup .button.btn.btn-primary:hover {
  background: linear-gradient(90deg, #f77ca2 0%, #20bfa9 100%) !important;
  transform: translateY(-2px) scale(1.04) !important;
  box-shadow: 0 10px 32px rgba(32,191,169,0.22) !important;
}
#newsletter-section #mc_embed_signup .button.btn.btn-primary:hover:after {
  margin-left: 1.2em;
}
#newsletter-section #mc_embed_signup .indicates-required {
  font-size: 1rem !important;
  color: #f77ca2 !important;
  margin-bottom: 0.8rem !important;
  text-align: left;
}
#newsletter-section #mc_embed_signup .mc-field-group {
  margin-bottom: 1.3rem !important;
}
#newsletter-section #mc_embed_signup .clear {
  text-align: center !important;
}
#newsletter-section #mc_embed_signup .response {
  font-size: 1rem !important;
  margin: 0.5rem 0 1rem 0 !important;
  padding: 0.7rem 1rem !important;
  border-radius: 0.5rem !important;
  display: none !important;
}
#newsletter-section #mc_embed_signup #mce-error-response {
  background: #ffeaea !important;
  color: #d8000c !important;
  border: 1px solid #f77ca2 !important;
  display: none !important;
}
#newsletter-section #mc_embed_signup #mce-success-response {
  background: #eaffea !important;
  color: #207d3a !important;
  border: 1px solid #20bfa9 !important;
  display: none !important;
}
#newsletter-section #mc_embed_signup .asterisk {
  color: #f77ca2 !important;
  font-size: 1.1em !important;
  margin-left: 0.1em !important;
}
#newsletter-section #mc_embed_signup .mc-field-group label {
  margin-bottom: 0.2rem !important;
}
#newsletter-section #mc_embed_signup .mc-field-group input[type="text"],
#newsletter-section #mc_embed_signup .mc-field-group input[type="email"] {
  margin-top: 0.2rem !important;
}
#newsletter-section #mc_embed_signup_scroll {
  width: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  #newsletter-section .newsletter-card {
    margin-bottom: 1.5rem;
  }
  #newsletter-section #mc_embed_signup {
    padding: 1.5rem 0.5rem 1rem 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  #newsletter-section .newsletter-card {
    padding: 1.2rem 0.5rem;
  }
  #newsletter-section h2.section-title {
    font-size: 1.5rem;
  }
  #newsletter-section #mc_embed_signup {
    padding: 1rem 0.2rem 0.5rem 0.2rem !important;
  }
} 