.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#FF6B47;--e-global-color-text:#3A3A38;--e-global-color-accent:#FFD63B;--e-global-color-e16f317:#F4EFE6;--e-global-color-7b1cc73:#ECE5D6;--e-global-color-592095a:#E0D8C5;--e-global-color-3470cb0:#6B6B68;--e-global-color-6cfdd32:#E54D27;--e-global-color-df71011:#F5C518;--e-global-color-189cef3:#5BC78A;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:0.95em;--e-global-typography-primary-letter-spacing:0.04em;--e-global-typography-secondary-font-family:"Bricolage Grotesque";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-7822ec6-font-family:"Inter";--e-global-typography-7822ec6-font-weight:500;--e-global-typography-762ff37-font-family:"Inter";--e-global-typography-762ff37-font-weight:600;--e-global-typography-f4eb3bd-font-family:"Inter";--e-global-typography-f4eb3bd-font-weight:700;--e-global-typography-e5e7bc8-font-family:"Bricolage Grotesque";--e-global-typography-e5e7bc8-font-weight:500;--e-global-typography-ebf5bd8-font-family:"Bricolage Grotesque";--e-global-typography-ebf5bd8-font-weight:700;background-color:var( --e-global-color-e16f317 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* DESIGN TOKENS            */
/* ======================== */
:root {
  --cream: #F4EFE6;
  --cream-deep: #ECE5D6;
  --cream-dark: #E0D8C5;
  --ink: #1A1A1A;
  --ink-soft: #3A3A38;
  --ink-light: #6B6B68;
  --yellow: #FFD63B;
  --yellow-deep: #F5C518;
  --coral: #FF6B47;
  --coral-deep: #E54D27;
  --green: #5BC78A;
  --line: rgba(26,26,26,0.12);
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ======================== */
/* HERO LAYOUT              */
/* ======================== */
.hero {
  padding: 80px 32px 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}

.hero-text {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

/* ======================== */
/* HERO HEADING             */
/* ======================== */
.hero-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0 0 28px 0;
  color: var(--ink);
  max-width: 700px;
}

.hero-h1 .highlight {
  background: var(--yellow);
  padding: 0 14px;
  display: inline-block;
  transform: rotate(-1.5deg);
  border-radius: 6px;
}

.hero-h1 .underline {
  position: relative;
  display: inline-block;
}

.hero-h1 .underline::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 8px;
  background: var(--coral);
  border-radius: 4px;
  transform: skewX(-3deg);
}

/* ======================== */
/* HERO PARAGRAPH           */
/* ======================== */
.hero-p {
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 520px;
  margin: 0 0 36px 0;
}

/* ======================== */
/* CTA BUTTONS              */
/* ======================== */
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  padding: 16px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--ink);
  color: var(--cream);
}

.btn-primary:hover {
  background: var(--coral);
  color: var(--cream);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}

.btn-secondary:hover {
  background: var(--ink);
  color: var(--cream);
}

.btn .arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.btn:hover .arrow {
  transform: translateX(4px);
}

/* ======================== */
/* MASCOT + BADGES          */
/* ======================== */
.mascot-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  overflow: visible;
}

.mascot {
  width: 100%;
  max-width: 460px;
  height: auto;
  animation: bob 4s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.floating-badge {
  position: absolute;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 4px 4px 0 var(--coral);
  z-index: 2;
  white-space: nowrap;
}

.badge-1 {
  top: 8%;
  left: 0;
  transform: rotate(-6deg);
}

.badge-1 .num {
  color: var(--yellow);
  font-size: 22px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  line-height: 1;
}

.badge-2 {
  bottom: 6%;
  right: 0;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(4deg);
}

/* ======================== */
/* RESPONSIVE — TABLET      */
/* ======================== */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 32px 40px;
    text-align: center;
  }
  .hero-text {
    align-items: center;
  }
  .hero-p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-row {
    justify-content: center;
  }
  .mascot-wrap {
    min-height: 400px;
    order: -1;
  }
  .mascot {
    max-width: 380px;
  }
  .badge-1 {
    top: 4%;
    left: 4%;
  }
  .badge-2 {
    bottom: 4%;
    right: 4%;
  }
}

/* ======================== */
/* RESPONSIVE — MOBILE      */
/* ======================== */
@media (max-width: 600px) {
  .hero {
    padding: 40px 20px 30px;
    gap: 30px;
  }
  .hero-h1 {
    font-size: clamp(36px, 9vw, 52px);
    margin-bottom: 20px;
  }
  .hero-h1 .highlight {
    padding: 0 10px;
  }
  .hero-h1 .underline::after {
    height: 6px;
    bottom: -2px;
  }
  .hero-p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .btn {
    padding: 14px 22px;
    font-size: 14px;
  }
  .mascot-wrap {
    min-height: 320px;
  }
  .mascot {
    max-width: 280px;
  }
  .floating-badge {
    padding: 10px 14px;
    font-size: 12px;
  }
  .badge-1 .num {
    font-size: 18px;
  }
  .badge-1 {
    top: 0;
    left: 0;
  }
  .badge-2 {
    bottom: 0;
    right: 0;
  }
}/* End custom CSS */