@font-face {
  font-family: 'SchoolSafeLocker';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimSamulhamR.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ChilchilgongBalsache';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2505-1@1.0/770Balsa.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Shilla';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink: #f05fa0;
  --pink-light: #fde8f3;
  --purple: #ff0000;
  --orange: #ff9379;
  --navy: #1a1a3e;
  --dark: #0d0d2b;
  --white: #ffffff;
  --gray-bg: #f8f8fb;
  --gray-border: #e0e0ec;
  --text: #222244;
  --text-sub: #666688;
  --accent-blue: #3b5bdb;
  --accent-teal: #12b886;
}
#quickconsult {
  display: none;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
  color: var(--text);
  background: #f4f4f4;
}
#wrap {
  font-family: "Wanted Sans Variable";
}
a { text-decoration: none; color: inherit; }
/* ───── HERO ───── */
.hero {
  background: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3768/hero_bg_v3.png') top center no-repeat;
  background-size: 1920px auto;
  position: relative;
  text-align: center;
  padding: 140px 0 110px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:50px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
}
.hero__title {
  font-size: 130px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "ChilchilgongBalsache";
  display: flex;
  align-items: center;
  gap: 25px;
  letter-spacing: -0.4px;
}
.hero__desc {
  font-size: 50px;
  color: #00f0ff;
  line-height:55px;
  margin-bottom: 25px;
  position: relative;
  width: fit-content;
  z-index: 1;
  font-family: "Shilla";
  font-style: italic;
  letter-spacing: -1.2px;
}
.hero__desc-highlight {
  color: #fff;
  font-weight: normal;
  font-size: 45px;
  line-height: 1;
  margin-bottom:62px;
  letter-spacing: -3px;
  font-family: "SchoolSafeLocker";
}
.hero__desc-highlight span {
  font-style: italic;
}
.hero__cta {
  background: var(--purple);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 25px 35px;
  letter-spacing: -0.4px;
  border-radius: 10px;
  transition: transform .2s, box-shadow .2s;
}
.hero__cta:hover { transform: translateY(-2px);}
.hero__cta-arrow { font-size: 26px; }

.course-grid-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:30px;
}
/* ───── NOTICE BAR ───── */
.notice-bar {
  background: var(--white);
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px 13px 40px;
  flex-wrap: wrap;
  gap: 10px;
  position: sticky;
  bottom: 30px;
  z-index: 999;
  width: 940px;
  border: 2px solid #00f0ff;
  border-radius: 10px;
  box-shadow: 5px 15px 10px 0 rgba(0, 0, 0, 0.3);
  gap:20px;
  margin:0 auto 30px;
}
.notice-bar span {
  font-size: 20px;font-weight: 600;color: #056168;background: #e8fdff;
  padding: 7.5px 20px;
  border-radius: 5px;
}
.notice-bar__text { font-size: 22px;font-weight: 600;margin-right: auto;}
.notice-bar__btn {
  background: #00f0ff;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 31px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ───── SECTION COMMON ───── */
.section { padding: 55px; background: #fbfbfb;}
.section--dark { background: var(--dark); color: var(--white); }

.section__inner { max-width: 1080px; margin: 0 auto; }

.section01 {
  background: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3768/section01_bg.png') center bottom no-repeat;
  background-size: 1920px auto;
  padding: 90px 0 48px;
  background-color: #1b263b;
}

.section01 .section__title {
  color: var(--white);
}
.section__title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #1b263b;
  line-height: 1;
}
.section__title span {
  font-size:35px;
  font-weight: 600;
}
.Emoji {
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
  font-family: "Noto Color Emoji";
}
/* ───── COURSE CARDS ───── */
.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 29px;
  margin-bottom: 10px;
  width:100%;
}
.course-grid-first {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
  border-radius: 10px;
  gap:50px;
  padding:23px 50px;
}

.course-grid-second {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.course-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 70px 30px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d1117;
  gap: 16px;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}

.course-grid-first .course-card{
  padding:0;
}
.course-grid-first > span {
  border-right: 1px dashed #cccccc;
}

.course-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-card__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}
.course-grid-container .course-grid-second > p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;

}
.card_info_container {
  display: flex;
  flex-direction: column;
  gap:30px;
}
.card_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:39px;
}
.card_info > span {
  font-size: 20px;
  font-weight: 700;
  color:#ff0000;
  display: flex;
  gap:10px;
  align-items: center;
  line-height: 1;
}
.card_info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #222222;
  line-height: 1;
  display: flex;align-items: center;
  gap:15px;
}
.card_info p span {
  font-size:16px;
  font-weight: 400;
  color: #999999;
}

/* ───── META INFO (일정/정원) ───── */
.meta-row {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  padding: 30px 50px;
  gap:30px;
}
.meta-col {
  display: flex;
  flex-direction: column;
  gap:10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.meta-badge {
  text-align: center;
  width: 100%;
  display: flex;
  align-items:center;justify-content: flex-start;
  gap:20px;
}
.meta-badge img {
  width: 60px;
}
.meta-badge__label {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #ff0000;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}
.meta-badge__label span {
  font-weight: 500;
  color: #0d1117;
}
.meta-badge__value {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #222222;
}
.meta-badge--highlight { border-color: var(--pink); }
.meta-badge--highlight .meta-badge__label { color: var(--pink); }
.section01 .section__inner > p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  padding-top: 11px;
}
.section03 {
  padding:110px 0;
}
.section03 .section__inner {
  max-width:1200px;
}
.section03 .section__title-container {
  display: flex;
  flex-direction: column;
  gap:10px;
  position: relative;
}
.section03 .section__title-container > span {
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section03 .section__title-container > h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  color: #000000;
  line-height: 1;
}
.section03 .section__title-container > h2 span {
  position: relative;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
.section03 .section__title-container > h2 span::before {
  content: '';
  width: 100%;
  height: 19px;
  z-index: -1;
  background: #fcf0f0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ───── BENEFITS ───── */
.section02 {
  padding: 90px 0 55px;
}
.section02 .section__title {
  color: #1b263b;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.benefit-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 20px 40px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex;flex-direction: column;justify-content: space-between;
  border: 1px solid #ff4a2e;
}
.benefit-card__title {
  font-size: 26px;
  font-weight: 700;
  line-height:34px;
}
.benefit-card__title span {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
/* ───── QUALIFICATION ───── */
.qualify-list {
  width:100%;
}
.qualify-list ul {
  display: flex;
  gap:20px;
  width: 100%;
}
.qualify-list li {
  list-style: none;
  background: var(--white);
  border-radius: 20px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: -0.4px;
  width: 280px;height:261px;
  box-shadow: 4px 0 7px 0 rgba(85, 85, 85, 0.15);
  padding:29px 29px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:22px;
}
.qualify-list li img {
  margin:auto;
}
.qualify-list li:nth-child(1) img{
  padding-right:20px;
}
.qualify-list li p {
  min-height: 78px;
  display:flex;flex-direction: column;align-items: center;justify-content: center;
}
.qualify-list li p span {
  font-size: 16px;
  color: #555555;
}

/* ───── PROCESS ───── */
.section04 {
  padding:90px 0;
  background: #000;
}
.section04 .section__inner {
  max-width:1200px;
}
.section04 .section__title-container {
  display: flex;
  flex-direction: column;
  gap:10px;
  position: relative;
}
.section04 .section__title-container > span {
  font-size: 24px;
  font-weight: 700;
  color: #00f0ff;
  line-height: 1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section04 .section__title-container > h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  color: #ffffff;
  line-height: 1;
}
.process-steps {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.process-step__separator {
  font-size: 26px;
  color: #00f0ff;
}
.process-step {
  text-align: center;
  padding: 40px 30px 35px;
  border-radius: 20px;
  border:1px solid #cccccc;
  position: relative;
  background: #fff;
  width: fit-content;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:15px;
}

.process-step__img { display: flex; align-items: center; justify-content: center;}
.process-step__name { font-size: 26px; font-weight: 800; line-height:1; color: #000000;letter-spacing: -0.4px;}
.process-step__desc { font-size: 18px; color: #555555; line-height: 24px; letter-spacing: -0.4px;font-weight: 500;}

/* ───── CURRICULUM DETAIL CARDS ───── */
.section05 {
  background: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3768/partner_bg_v2.png') #181a29 center bottom no-repeat;
  padding:110px 0;
}
.section05 .section__inner {
  max-width:1050px;
}
.section05 .section__title-container {
  display: flex;
  flex-direction: column;
  gap:10px;
  position: relative;
}
.section05 .section__title-container > span {
  font-size: 24px;
  font-weight: 700;
  color: #00f0ff;
  line-height: 1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.section05 .section__title-container > h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  color: #ffffff;
  line-height: 1;
}
.curriculum-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.curri_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}
.curri_btn_wrap .curri_btn {
  font-size: 24px;
  font-weight: 700;
  color: #181a29;
  background: #435064;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  width: 460px;
  text-align: center;
  display: flex;align-items: center;justify-content: center;gap:15px;
  min-height: 70px;

}
.curri_btn_wrap .curri_btn span {
  font-size: 16px;
  font-weight: 800;
  color: #435064;
  line-height: 1;
  background: #181a29;
  padding: 7px;
  border-radius: 5px;
}
.curri_btn_wrap .curri_btn.curri_btn_active span {
  font-size: 16px;
  font-weight: 800;
  color: #ff0000;
  line-height: 1;
  background: #fff25d;
  padding: 7px;
  border-radius: 5px;
  animation: twinkle 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
@keyframes twinkle {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0px #fff25d;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.curri_btn_wrap .curri_btn1.curri_btn_active {
  background: #ff0000;
  color: #ffffff;
}
.curri_btn_wrap .curri_btn2.curri_btn_active {
  background: #00f0ff;
  color: #000000;
}
.curriculum-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border:1px solid #cccccc;
  padding: 48px 58px 51px;
  display: flex;flex-direction: column;gap:30px;
  height: fit-content;
}
.curriculum-card .card_top {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.curriculum-card__header {
  color: #222222;
  display: flex;
  flex-direction: column;
  gap:10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.curriculum-card__tag {
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  background: #fcf0f0;
  padding: 8px 16px 6px;
  line-height: 1;
  border-radius: 5px;
}
.curriculum-card__title { font-size: 30px; font-weight: 700; font-family: "Wanted Sans Variable";line-height: 40px;padding-bottom:10px}
.curriculum-card__subtitle {
  display: flex;flex-direction: column;gap:8px;
}
.curriculum-card__subtitle p{ font-size: 18px; line-height: 26px;font-weight: 500;font-family: "Wanted Sans Variable"; color: #555555;letter-spacing: -0.4px;}
.curriculum-card__subtitle span { color: #ff0000; font-weight: 700;}
.curriculum-card__subtitle span span { font-weight: 700; }
.curriculum-card__thumb {
  width: 100%;
  text-align: center;
  display: flex;
  border-radius: 10px;
  max-width: 450px;
  position: relative;
}
.curriculum-card__thumb span {
  position: absolute;
  top: -18px;
  right: -24px;
  font-size: 30px;
  font-weight: 800;
  color: #ff0000;
  line-height: 1;
  background: #fff25d;
  padding: 20px 42px;
  border-radius: 70px;
  animation: twinkle 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.curri_card2 .curriculum-card__thumb {
  overflow: hidden;
}
.curriculum-card__body { display: flex;flex-direction: column;gap:20px; }

/* Accordion */
.accordion { display: flex; flex-direction: column; gap: 20px; }
.accordion__item-horizontal {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 27px;
  height: 100%;
}
.accordion__item {
  background-color: #fcf0f0;
  padding: 23px 20px 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.accordion__trigger {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 23px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #ff0000;
  font-family: "Wanted Sans Variable";
  transition: padding .25s ease;
}
.accordion__content {
  height: 100%;
}
.accordion__inner { padding: 30px 40px; background: var(--white);border-radius: 10px;display: flex;gap:40px;height: 100%;
align-items: flex-start;justify-content: flex-start;}
.accordion__inner li {
  list-style: none;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  font-weight: 500;
  color: #222222;
  letter-spacing: -0.4px;
}
.accordion__inner li span{
  color: #ff0000;
  font-weight: 700;
}
.curri_card2 {
  position: relative;
}
.curri_card2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.curri_card2 .accordion__inner li span{
  color: #00929c;
}
.finished_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #00f0ff;
  text-align: center;
}
.finished_txt p {
  font-size: 50px;
  font-weight: 700;
  color: #00f0ff;
  line-height: 1;
  text-align: center;
  display: flex;align-items: center;justify-content: center;flex-direction: column;gap:20px;
}

.finished_txt p span {
  font-size: 80px;
  font-weight: 700;
  color: #00f0ff;
  line-height: 1;
  text-align: center;
  border:10px solid #00f0ff;
  width:440px;height:150px;display: flex;align-items: center;justify-content: center;
}
/* ───── PARTNERS ───── */
.partner-section { 
  padding: 90px 20px; text-align: center; 
  background: #000000;
  display: flex;
  }
.partner-headline__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  gap:90px;
  max-width: 1200px;
  margin:0 auto;
}
.partner-headline__title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:20px;
}
.partner-headline__title .partner_headline_tag{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  padding-bottom:5px;
}
.partner-headline__title .partner_headline_tag span {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  background: #00f0ff;
  padding: 6px 15px;
  border-radius: 20px;
}
.partner-headline__title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: left;
}
.partner-headline__title h2 span {
  color: #00f0ff;font-size:45px;font-weight: 700;
}
.partner-headline__title p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
}
.partner-headline__title p span {
  font-size: 24px;
  font-weight: 700;
  color: #00f0ff;
  line-height: 30px;
}
.partner-headline__title p .appendix {
  font-size: 18px;
  color: #fff;
  vertical-align: text-bottom;
}
.partner-headline__desc {
  font-size: 26px;
  font-weight: 600;
  color: #cccccc;
  line-height: 1;
  font-family: "Wanted Sans Variable";
  margin-top:15px;
}
.partner-headline {
  font-size: 30px;
  font-weight: 500;
  color: #cccccc;
  font-family: "Wanted Sans Variable";
  line-height: 45px;
}
.partner-headline span { color:#fff; font-weight: 700;font-size: 40px;font-family: "Wanted Sans Variable";}
.partner-sub { font-size: 30px; color: #cccccc;font-family: "Wanted Sans Variable";letter-spacing: -0.4px;}
.partner-logos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap:5px;
  position: relative;
}
.partner-logos p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom:-29px;right:0;
}
/* ───── FAQ (Q&A) ───── */
.section-faq {
  padding: 110px 0;
  background: #ffffff;
}
.section-faq .section__inner {
  max-width: 1052px;
}
.section-faq .section__title-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}
.section-faq .section__title-container > span {
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  text-align: center;
}
.section-faq .section__title-container > h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 1;
  margin: 0;
  display: block;
  left: auto;
  transform: none;
}
.faq-category + .faq-category {
  margin-top: 90px;
}
.faq-category__label {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 13px 94px;
  border-radius: 10px;
  background: #00f0ff;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.4px;
}
.faq-category {
  text-align: center;
}
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border-top: 1px solid #cccccc;
}
.faq-item {
  border-bottom: 1px solid #cccccc;
}
.faq-item__trigger {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 40px 48px 40px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  position: relative;
  transition: padding-bottom 0.35s ease;
}
.faq-item__trigger:focus-visible {
  outline: 2px solid #00f0ff;
  outline-offset: 2px;
}
.faq-item__num {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  letter-spacing: -0.4px;
}
.faq-item__question {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.4px;
  padding-right: 16px;
}
.faq-item__icon {
  position: absolute;
  top: 40px;
  right: 0;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 0.5;
  text-align: center;
  color: #ff0000;
  transition: color 0.25s ease, transform 0.35s ease;
}
.faq-item__icon::before {
  content: '+';
}
.faq-item.is-open .faq-item__icon {
  color: #999999;
  transform: rotate(45deg);
  font-size: 34px;
  font-weight: 900;
}
.faq-item.is-open .faq-item__trigger {
  padding-bottom: 24px; transition: padding-bottom 0.35s ease;
}
.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
}
.faq-item__answer-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-item__answer-inner p {
  margin: 0;
  padding: 0 0 0 40px;
}
.faq-item.is-open .faq-item__answer-inner p {
  padding-bottom: 40px;
}
@media (hover: hover) {
  .faq-item__trigger:hover .faq-item__question {
    color: #333333;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-item__answer {
    transition: none;
  }
  .faq-item__icon {
    transition: none;
  }
  .faq-item.is-open .faq-item__icon {
    transform: none;
  }
}

/* ───── FOOTER CTA ───── */
.footer-cta {
  background: #f4f4f4;
  text-align: center;
  padding: 90px 20px 60px;
}
.footer-cta__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000000;
}
.footer-cta__desc {
  font-size: 22px;
  color: #555555;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
.footer-cta__desc span {
  color: #ff0000;
  font-weight: 700;
}
.footer-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--purple);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 700;
  padding: 22.5px 35px;
  border-radius: 10px;
  transition: transform .2s;
}
.footer-cta__btn:hover { transform: translateY(-2px); }