.elementor-85232 .elementor-element.elementor-element-2596aec{overflow:hidden;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-85232 .elementor-element.elementor-element-f9df67e > .elementor-element-populated{margin:-32px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}body.elementor-page-85232{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-85232 .elementor-element.elementor-element-2596aec{margin-top:0px;margin-bottom:0px;}.elementor-85232 .elementor-element.elementor-element-448e40b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-448e40b */*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --pink: #f8a5c2;
  --pink-light: #fff0f5;
  --yellow: #f9ca24;
  --yellow-light: #fff9e6;
  --orange: #f0932b;
  --green: #6ab04c;
  --green-light: #e8f5e1;
  --blue-light: #e8f4fd;
  --lavender: #e8d5f5;
  --cream: #fffbf0;
  --text: #5a4a3a;
  --text-light: #7a6a5a;
}

body {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'BIZ UDGothic', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.9;
  overflow-x: hidden;
}

.page-wrapper {
  max-width: 676px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(248, 165, 194, 0.15);
  position: relative;
}

.page-wrapper::before,
.page-wrapper::after {
  content: '';
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

/* ===== Header ===== */
.header {
  width: 100%;
  position: relative;
}

.header img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Section base ===== */
section {
  padding: 40px 32px;
  position: relative;
}

/* ===== Flower dividers ===== */
.divider {
  text-align: center;
  padding: 8px 0;
  font-size: 1.5rem;
  letter-spacing: 12px;
  opacity: 0.7;
}

.divider-sunflower::before {
  content: '🌻🌼🌻🌼🌻';
}

.divider-flower::before {
  content: '💐✨🌸✨💐';
}

.divider-baby::before {
  content: '👶🎀👶🎀👶';
}

/* ===== Hero section ===== */
.hero {
  background: linear-gradient(180deg, #fff5f9 0%, #fffbe6 50%, #fff 100%);
  text-align: center;
  padding-top: 36px;
  padding-bottom: 20px;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 22px;
  border-radius: 50px;
  letter-spacing: 2px;
  box-shadow: 0 3px 12px rgba(249, 202, 36, 0.4);
  animation: badge-bounce 2s ease-in-out infinite;
  text-decoration: none;
  cursor: pointer;
}

@keyframes badge-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.hero h1 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #e05a8d;
  margin: 20px 0 4px;
  line-height: 1.5;
}

.hero h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 24px;
}

.hero-lead {
  font-size: 1rem;
  line-height: 2.1;
  margin-bottom: 20px;
}

.hero-lead strong {
  color: #e05a8d;
}

.hero-checklist {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 16px auto;
  padding: 20px 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(248, 165, 194, 0.15);
  border: 2px dashed var(--pink);
}

.hero-checklist li {
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 0;
  color: var(--text);
}

.hero-checklist li::before {
  content: '🌻 ';
}

.hero-closing {
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 16px;
  line-height: 2;
}

/* ===== Lecture section ===== */
.lecture {
  background: linear-gradient(180deg, #fff 0%, var(--lavender) 30%, #fff5f9 100%);
  text-align: center;
}

.section-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #e05a8d;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--pink));
  border-radius: 2px;
  margin: 8px auto 0;
}

.lecture-theme {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--orange);
  background: var(--yellow-light);
  padding: 8px 32px;
  border-radius: 12px;
  margin: 12px 0;
  border: 2px solid var(--yellow);
}

.lecture-body {
  font-size: 0.95rem;
  line-height: 2.2;
  margin: 16px 0;
}

.lecture-highlight {
  font-size: 1.15rem;
  font-weight: 900;
  color: #e05a8d;
  margin: 16px 0;
  padding: 12px;
  background: linear-gradient(135deg, #fff0f5, #fff5e6);
  border-radius: 12px;
  display: inline-block;
}

.lecture-checklist {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 16px auto;
  padding: 18px 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(232, 213, 245, 0.3);
  border: 2px dashed #d4a5e8;
}

.lecture-checklist li {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 3px 0;
}

.lecture-checklist li::before {
  content: '✨ ';
}

.lecture-closing {
  font-size: 0.95rem;
  line-height: 2.2;
  margin-top: 12px;
}

/* ===== Event content section ===== */
.event-content {
  background: linear-gradient(180deg, #fff 0%, var(--yellow-light) 40%, var(--green-light) 100%);
  text-align: center;
}

.event-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.event-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px;
  box-shadow: 0 4px 16px rgba(106, 176, 76, 0.12);
  border-left: 5px solid var(--yellow);
  text-align: left;
  transition: transform 0.3s ease;
}

.event-card:hover {
  transform: translateY(-3px);
}

.event-card:nth-child(2) {
  border-left-color: var(--pink);
}

.event-card:nth-child(3) {
  border-left-color: var(--green);
}

.event-card-icon {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.event-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #e05a8d;
  margin-bottom: 4px;
}

.event-card p {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* ===== Details section ===== */
.details {
  background: linear-gradient(180deg, #fff 0%, var(--blue-light) 50%, var(--pink-light) 100%);
  text-align: center;
}

.details-box {
  background: #fff;
  border-radius: 24px;
  padding: 32px 32px;
  margin-top: 24px;
  box-shadow: 0 6px 24px rgba(248, 165, 194, 0.15);
  border: 3px solid var(--pink);
  position: relative;
  overflow: hidden;
}

.details-box::before {
  content: '🎂';
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 4rem;
  opacity: 0.1;
}

.details-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(248, 165, 194, 0.3);
  text-align: left;
}

.details-row:last-child {
  border-bottom: none;
}

.details-row .icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}

.details-row .info {
  font-size: 0.95rem;
  line-height: 1.7;
}

.details-row .info strong {
  font-size: 1.1rem;
  color: #e05a8d;
}

.details-row .info .sub {
  font-size: 0.82rem;
  color: var(--text-light);
}

.limited-badge {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(135deg, #e05a8d, #f0932b);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 10px 32px;
  border-radius: 50px;
  letter-spacing: 3px;
  box-shadow: 0 4px 16px rgba(224, 90, 141, 0.3);
  animation: badge-bounce 2s ease-in-out infinite;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.limited-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(224, 90, 141, 0.45);
}

/* ===== Apply section ===== */
.apply {
  background: linear-gradient(180deg, #fff 0%, #fff5f0 30%, #fffbe6 70%, #fff0f5 100%);
  text-align: center;
  padding-bottom: 60px;
}

.apply-text {
  font-size: 0.95rem;
  margin-bottom: 28px;
  line-height: 2;
  color: var(--text-light);
}

.apply-note {
  background: linear-gradient(135deg, #fff5f9, #fffbe8, #fff0f5);
  border: 3px solid var(--pink);
  border-radius: 24px;
  padding: 48px 32px 32px;
  margin-top: 8px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.05rem;
  line-height: 2.4;
  color: var(--text);
  box-shadow:
    0 6px 24px rgba(248, 165, 194, 0.25),
    inset 0 0 0 3px rgba(248, 165, 194, 0.08);
  position: relative;
}

.apply-note::before {
  content: '💌';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  background: #fff;
  padding: 0 12px;
  border-radius: 50%;
}

.apply-note-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: #e05a8d;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

.apply-note p:last-child {
  font-size: 1rem;
  font-weight: 500;
}

.apply-note-keyword {
  color: #e05a8d;
  font-size: 1.2rem;
  font-weight: 900;
  background: linear-gradient(transparent 55%, rgba(249, 202, 36, 0.45) 55%);
  padding: 0 6px;
}

.apply-arrow {
  font-size: 2rem;
  display: block;
  margin-bottom: 16px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b9d, #f0932b, #f9ca24);
  background-size: 200% 200%;
  animation: btn-gradient 3s ease-in-out infinite;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 18px 48px;
  border-radius: 60px;
  text-decoration: none;
  letter-spacing: 3px;
  box-shadow:
    0 6px 20px rgba(255, 107, 157, 0.35),
    0 2px 8px rgba(240, 147, 43, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.apply-btn::before {
  content: '🎂';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}

.apply-btn::after {
  content: '🌻';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}

@keyframes btn-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.apply-btn:hover {
  box-shadow:
    0 8px 28px rgba(255, 107, 157, 0.45),
    0 4px 12px rgba(240, 147, 43, 0.3);
  animation: btn-gradient 3s ease-in-out infinite, wobble 0.5s ease-in-out;
}

.apply-btn:active {
  transform: scale(0.96);
}

@keyframes wobble {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(-4deg) scale(1.04); }
  30% { transform: rotate(3deg) scale(1.04); }
  45% { transform: rotate(-3deg) scale(1.02); }
  60% { transform: rotate(2deg) scale(1.02); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

.apply-btn.shake {
  animation: btn-gradient 3s ease-in-out infinite, wobble 0.6s ease-in-out;
}

/* ===== Floating confetti ===== */
.confetti-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.confetti {
  position: absolute;
  font-size: 1.2rem;
  animation: confetti-fall linear infinite;
  opacity: 0.6;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-10vh) rotate(0deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(110vh) rotate(720deg);
    opacity: 0;
  }
}

/* ===== Footer ===== */
.footer {
  background: linear-gradient(180deg, #fff0f5, #fffbe6);
}

.footer-deco {
  text-align: center;
  padding: 20px 20px 10px;
  font-size: 0.8rem;
  color: var(--text-light);
  letter-spacing: 6px;
}

.footer-links {
  text-align: center;
  padding: 10px 20px 28px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.footer-links a {
  color: #9a7a8a;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.3s ease, background 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #e05a8d;
  background: rgba(248, 165, 194, 0.12);
  animation: footer-wobble 0.5s ease-in-out;
}

@keyframes footer-wobble {
  0%   { transform: rotate(0deg); }
  15%  { transform: rotate(-3deg) scale(1.05); }
  30%  { transform: rotate(2.5deg) scale(1.05); }
  45%  { transform: rotate(-2deg) scale(1.03); }
  60%  { transform: rotate(1.5deg) scale(1.03); }
  75%  { transform: rotate(-0.5deg); }
  100% { transform: rotate(0deg); }
}

.footer-sep {
  color: var(--pink);
  margin: 0 6px;
  opacity: 0.6;
  font-weight: 700;
}

/* ===== Scroll animations ===== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 676px) {
  .page-wrapper {
    max-width: 100%;
    box-shadow: none;
  }

  section {
    padding: 32px 18px;
  }

  .hero h1 {
    font-size: 1.45rem;
  }

  .hero h2 {
    font-size: 1.05rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .apply-note {
    padding: 44px 18px 28px;
    font-size: 0.95rem;
  }

  .apply-note-title {
    font-size: 1.1rem;
  }

  .apply-note-keyword {
    font-size: 1.05rem;
  }

  .apply-btn {
    padding: 16px 36px;
    font-size: 1.05rem;
  }

  .apply-btn::before,
  .apply-btn::after {
    display: none;
  }
}/* End custom CSS */