@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap');

/* ===== Brand colors ===== */
.elementor-kit-40 {
  --e-global-color-primary: #3E2F23;
  --e-global-color-secondary: #FFFFFF;
  --e-global-color-text: #55483C;
  --e-global-color-accent: #4F7A5B;
  --e-global-color-14ef391: #E9F0E6;
  --e-global-color-764183d: #F6EFE6;
}
.site-title a { color: #3E2F23 !important; }
.site-header, .site-footer { background-color: #FFFFFF; }
.site-header { border-bottom: 1px solid #EFE9DC; }
.site-footer { border-top: 1px solid #EFE9DC; padding-top: 20px; }
html { scroll-behavior: smooth; }

/* ===== Typography system (Assistant) ===== */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, button, input, textarea,
.elementor-heading-title, .elementor-button, .elementor-icon-box-title,
.elementor-icon-box-description, .elementor-accordion-title, .elementor-tab-content,
.elementor-icon-list-text, .site-title a, .site-description {
  font-family: 'Assistant', sans-serif !important;
}

h1, .elementor-widget-heading h1.elementor-heading-title {
  font-size: 46px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}
h3, .elementor-icon-box-title, .elementor-accordion-title, .elementor-tab-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
p, .elementor-widget-text-editor p {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}
.elementor-icon-box-description, .elementor-tab-content, .elementor-tab-content p {
  font-size: 15.5px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #6B5D4F !important;
}
.elementor-icon-list-text {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.elementor-button, .elementor-button-text {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}
.site-title a {
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}
.elementor-widget-heading p.elementor-heading-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #6B5D4F !important;
}

@media (max-width: 1024px) {
  h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 36px !important; }
  h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 28px !important; }
}
@media (max-width: 767px) {
  h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 30px !important; }
  h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 24px !important; }
  h3, .elementor-icon-box-title, .elementor-accordion-title, .elementor-tab-title { font-size: 18px !important; }
  p, .elementor-widget-text-editor p { font-size: 16px !important; }
  .elementor-widget-heading p.elementor-heading-title { font-size: 16px !important; }
}

/* ===== Buttons ===== */
.elementor-button {
  border-radius: 10px !important;
  padding: 14px 30px !important;
  box-shadow: 0 6px 18px rgba(79,122,91,.25) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(79,122,91,.35) !important;
}

/* ===== Cards polish ===== */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
  box-shadow: 0 16px 34px rgba(62,47,35,.14);
  border-color: #4F7A5B !important;
}

/* ===== Images ===== */
.elementor-widget-image img {
  box-shadow: 0 25px 60px -18px rgba(62,47,35,.35);
}

/* Accordion (FAQ) polish */
.elementor-accordion-item { border-color: #E9E3D8 !important; }
.elementor-accordion-title { color: #3E2F23 !important; }
.elementor-tab-content { color: #6B5D4F !important; }

/* Social icons polish */
.elementor-social-icon { transition: transform .25s ease, box-shadow .25s ease !important; }
.elementor-social-icon:hover { transform: translateY(-3px) scale(1.05); }


/* ===== Footer navigation menu (force visible - theme toggle blocked by Kit save bug) ===== */
.site-footer .site-navigation.hide { display: block !important; }
.site-footer .site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.site-footer .site-navigation ul.menu li { margin: 0; }
.site-footer .site-navigation ul.menu a {
  color: #55483C;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease;
}
.site-footer .site-navigation ul.menu a:hover { color: #4F7A5B; }


/* =========================================================
   ROUND 3 — DESIGN UPGRADE (premium polish pass)
   ========================================================= */

/* ---- Fix: logo took over header (no size cap existed) ---- */
.site-header .custom-logo,
.site-footer .custom-logo {
  max-height: 54px !important;
  width: auto !important;
  height: auto !important;
}
.site-header .site-logo,
.site-footer .site-logo { display: flex; align-items: center; }
.site-header .header-inner,
.site-footer .footer-inner { align-items: center; }

/* ---- Subtle paper-grain texture on body for depth (very low opacity) ---- */
body {
  background-color: #FFFFFF;
  background-image: radial-gradient(rgba(62,47,35,0.025) 1px, transparent 1px);
  background-size: 22px 22px;
}

/* ---- Eyebrow / kicker badge (apply via Elementor "CSS Classes" = eyebrow) ---- */
.eyebrow { margin-bottom: 14px !important; }
.eyebrow .elementor-heading-title {
  display: inline-block !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2.2px !important;
  text-transform: uppercase !important;
  color: #4F7A5B !important;
  background: #E9F0E6 !important;
  padding: 7px 18px !important;
  border-radius: 30px !important;
  line-height: 1.4 !important;
}

/* ---- Buttons: more premium feel (gradient + lifted hover + icon spacing) ---- */
.elementor-button {
  background-image: linear-gradient(135deg, #4F7A5B 0%, #3F6249 100%) !important;
  box-shadow: 0 8px 20px -6px rgba(79,122,91,0.45) !important;
  letter-spacing: .3px;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.elementor-button:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 14px 28px -8px rgba(79,122,91,0.55) !important;
}
.elementor-button .elementor-button-icon { margin-inline-start: 8px; }


/* ===== ROUND 4: Learn-list 2-column layout for better balance ===== */
.elementor-element-fbbf313 .elementor-icon-list-items {
  column-count: 2;
  column-gap: 40px;
}
.elementor-element-fbbf313 .elementor-icon-list-item {
  break-inside: avoid;
  margin-bottom: 6px;
}
