#fenek-materials {
  --mt-navy: #073f70;
  --mt-navy-deep: #063557;
  --mt-orange: #f36a21;
  --mt-orange-dark: #d94d0b;
  --mt-yellow: #ffd348;
  --mt-cream: #fffaf0;
  --mt-sky: #eaf7fb;
  --mt-ink: #173f5b;
  --mt-muted: #5d7688;
  --mt-border: #d7e5eb;
  --mt-heading: "Nunito", sans-serif;
  --mt-body: "Source Sans 3", sans-serif;
  color: var(--mt-ink);
  background: #fff;
  font-family: var(--mt-body);
  font-size: 18px;
  line-height: 1.55;
  width: var(--fenek-viewport-width, 100vw);
  max-width: var(--fenek-viewport-width, 100vw) !important;
  margin-right: calc(50% - (var(--fenek-viewport-width, 100vw) / 2)) !important;
  margin-left: calc(50% - (var(--fenek-viewport-width, 100vw) / 2)) !important;
}

#fenek-materials * { box-sizing: border-box; }
#fenek-materials img { display: block; max-width: 100%; }
#fenek-materials h1,
#fenek-materials h2,
#fenek-materials h3,
#fenek-materials p { margin-top: 0; }
#fenek-materials h1,
#fenek-materials h2,
#fenek-materials h3 {
  color: var(--mt-navy);
  font-family: var(--mt-heading);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
}
#fenek-materials h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(50px, 5.2vw, 72px); }
#fenek-materials h1 em { display: block; color: var(--mt-orange); font-style: normal; }
#fenek-materials h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 62px); }
#fenek-materials h3 { margin-bottom: 14px; font-size: 25px; }

.mt-container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.mt-section { padding: 112px 0; }
.mt-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--mt-orange-dark);
  font-family: var(--mt-heading);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mt-eyebrow > span { width: 24px; height: 4px; background: var(--mt-yellow); border-radius: 9px; }
.mt-eyebrow-light { color: var(--mt-yellow); }
.mt-lead { max-width: 700px; margin-bottom: 0; font-size: 22px; line-height: 1.55; }
.mt-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.mt-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-family: var(--mt-heading);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.mt-button:hover { transform: translateY(-2px); }
#fenek-materials a.mt-button-primary,
#fenek-materials a.mt-button-primary:visited {
  color: #fff !important;
  background: var(--mt-orange-dark) !important;
  box-shadow: 0 12px 28px rgba(217, 77, 11, .18);
}
#fenek-materials a.mt-button-primary:hover,
#fenek-materials a.mt-button-primary:focus-visible { color: #fff !important; background: var(--mt-orange) !important; }
#fenek-materials a.mt-button-secondary,
#fenek-materials a.mt-button-secondary:visited {
  color: var(--mt-navy) !important;
  background: #fff !important;
  border-color: #bdd3de !important;
}
#fenek-materials a.mt-button-secondary:hover,
#fenek-materials a.mt-button-secondary:focus-visible { color: var(--mt-orange-dark) !important; border-color: var(--mt-navy) !important; }

.mt-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 16%, #eefaf6 0, transparent 34%), linear-gradient(110deg, #fffef5 0%, #fff7ec 100%);
}
.mt-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--mt-yellow), #42c4c1, var(--mt-orange));
  content: "";
}
.mt-hero-grid {
  display: grid;
  min-height: 740px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 70px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 78px;
}
.mt-hero-copy { position: relative; z-index: 2; }
.mt-proof { display: flex; margin: 38px 0 0; padding: 24px 0 0; border-top: 1px solid var(--mt-border); list-style: none; }
.mt-proof li { display: flex; min-width: 150px; flex-direction: column; padding: 0 22px; border-right: 1px solid var(--mt-border); }
.mt-proof li:first-child { padding-left: 0; }
.mt-proof li:last-child { border: 0; }
.mt-proof strong { color: var(--mt-orange-dark); font-family: var(--mt-heading); font-size: 24px; line-height: 1; }
.mt-proof span { margin-top: 6px; color: var(--mt-muted); font-size: 14px; line-height: 1.25; }
.mt-hero-visual { position: relative; min-height: 560px; padding: 42px 30px 70px; }
.mt-hero-visual > p {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 5;
  max-width: 330px;
  margin: 0;
  padding: 18px 22px;
  color: var(--mt-navy);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(7, 63, 112, .16);
  font-family: var(--mt-heading);
  font-weight: 900;
  line-height: 1.35;
}
.mt-paper {
  position: absolute;
  width: 350px;
  height: 460px;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 63, 112, .16);
}
.mt-paper-back { top: 78px; left: 78px; background: #c9edf2; transform: rotate(10deg); }
.mt-paper-middle { top: 62px; left: 48px; background: var(--mt-yellow); transform: rotate(-7deg); }
.mt-paper-front {
  top: 42px;
  left: 63px;
  z-index: 3;
  overflow: hidden;
  padding: 44px 38px;
  background: #fff;
  border: 1px solid var(--mt-border);
}
.mt-paper-front::before {
  position: absolute;
  right: -70px;
  bottom: -75px;
  width: 230px;
  height: 230px;
  background: #fff1e8;
  border-radius: 50%;
  content: "";
}
.mt-paper-label { color: var(--mt-orange-dark); font-family: var(--mt-heading); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.mt-paper-front > strong { display: block; margin-top: 18px; color: var(--mt-navy); font-family: var(--mt-heading); font-size: 34px; font-weight: 900; line-height: 1.08; }
.mt-paper-lines { display: grid; gap: 12px; margin-top: 32px; }
.mt-paper-lines i { display: block; width: 70%; height: 8px; background: #dcecf2; border-radius: 8px; }
.mt-paper-lines i:nth-child(2) { width: 54%; }
.mt-paper-lines i:nth-child(3) { width: 62%; }
.mt-paper-check {
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 30px;
  place-items: center;
  color: var(--mt-navy);
  background: var(--mt-yellow);
  border-radius: 50%;
  font-family: var(--mt-heading);
  font-size: 25px;
  font-weight: 900;
}
#fenek-materials .mt-paper-front img {
  position: absolute;
  right: -17px;
  bottom: -14px;
  z-index: 2;
  width: 176px !important;
  max-height: 220px;
  object-fit: contain;
  object-position: bottom right;
}

.mt-intro { padding-bottom: 0; background: #fff; }
.mt-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.mt-intro-copy p { color: var(--mt-muted); font-size: 20px; }
.mt-intro-copy p:last-child { margin-bottom: 0; }
.mt-fact { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; margin-top: 54px; padding: 28px 32px; background: var(--mt-sky); border: 1px solid #cce5ed; border-radius: 20px; }
.mt-fact-mark { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--mt-navy); border-radius: 50%; font-family: var(--mt-heading); font-size: 24px; font-weight: 900; }
.mt-fact p { margin: 0; }

.mt-heading { margin-bottom: 52px; }
.mt-heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 80px; align-items: end; }
.mt-heading-split > p { max-width: 440px; margin-bottom: 4px; color: var(--mt-muted); font-size: 20px; }
.mt-heading-centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.mt-heading-centered .mt-eyebrow { justify-content: center; }
.mt-heading-centered > p:last-child { margin: 22px 0 0; color: var(--mt-muted); font-size: 20px; }

.mt-age { background: #fff; }
.mt-age-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mt-age-grid article { min-height: 310px; padding: 32px; background: var(--mt-cream); border: 1px solid #eadfce; border-radius: 22px; }
.mt-age-grid article:nth-child(2) { background: #eef8fc; border-color: #d2e6ed; }
.mt-age-grid article:nth-child(3) { background: #f2f7ed; border-color: #dbe7d0; }
.mt-age-grid article > span { display: inline-flex; padding: 7px 12px; color: var(--mt-navy); background: var(--mt-yellow); border-radius: 999px; font-family: var(--mt-heading); font-size: 14px; font-weight: 900; }
.mt-age-grid h3 { margin-top: 26px; }
.mt-age-grid p { color: var(--mt-muted); font-size: 17px; }
#fenek-materials .mt-age-grid a,
#fenek-materials .mt-age-grid a:visited { display: inline-flex; gap: 9px; margin-top: 18px; color: var(--mt-navy) !important; font-family: var(--mt-heading); font-weight: 900; text-decoration: none; }
#fenek-materials .mt-age-grid a:hover { color: var(--mt-orange-dark) !important; }

.mt-types { background: linear-gradient(180deg, #f5fafc 0, #fff 100%); }
.mt-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#fenek-materials a.mt-type-card,
#fenek-materials a.mt-type-card:visited {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 30px;
  color: var(--mt-navy) !important;
  border: 1px solid var(--mt-border);
  border-radius: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
#fenek-materials a.mt-type-card:hover { color: var(--mt-navy) !important; border-color: var(--mt-orange); box-shadow: 0 18px 36px rgba(7, 63, 112, .1); transform: translateY(-4px); }
.mt-type-number { color: var(--mt-orange-dark); font-family: var(--mt-heading); font-size: 13px; font-weight: 900; }
.mt-type-card h3 { margin-top: 28px; }
.mt-type-card p { color: var(--mt-muted); font-size: 16px; }
.mt-type-card b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; font-family: var(--mt-heading); font-size: 15px; }
.mt-card-peach { background: #fff4ed; }
.mt-card-blue { background: #eef8fc; }
.mt-card-violet { background: #f5effc; }
.mt-card-green { background: #edf8f1; }
.mt-card-yellow { background: #fff9df; }
.mt-card-sky { background: #edf5fa; }

.mt-picks { background: #fff; }
.mt-pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#fenek-materials .mt-pick-grid > a,
#fenek-materials .mt-pick-grid > a:visited {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  color: var(--mt-navy) !important;
  background: #fff;
  border: 1px solid var(--mt-border);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(7, 63, 112, .06);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
#fenek-materials .mt-pick-grid > a:hover { color: var(--mt-navy) !important; box-shadow: 0 18px 40px rgba(7, 63, 112, .12); transform: translateY(-4px); }
.mt-pick-topic { color: var(--mt-orange-dark); font-family: var(--mt-heading); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.mt-pick-grid strong { margin-top: 42px; font-family: var(--mt-heading); font-size: 23px; line-height: 1.2; }
.mt-pick-grid small { margin-top: 12px; color: var(--mt-muted); font-size: 16px; }
.mt-pick-grid b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--mt-border); font-family: var(--mt-heading); font-size: 15px; }

.mt-use { color: #fff; background: var(--mt-navy-deep); }
.mt-use h2 { color: #fff !important; }
.mt-use-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.mt-use-grid > div > p:last-child { margin: 28px 0 0; color: #d7e6ed; font-size: 20px; }
.mt-use ol { margin: 0; padding: 0; list-style: none; }
.mt-use li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.mt-use li:first-child { padding-top: 0; }
.mt-use li > span { display: grid; width: 54px; height: 54px; place-items: center; color: var(--mt-navy); background: var(--mt-yellow); border-radius: 50%; font-family: var(--mt-heading); font-size: 20px; font-weight: 900; }
.mt-use li strong { color: #fff; font-family: var(--mt-heading); font-size: 22px; font-weight: 900; }
.mt-use li p { margin: 8px 0 0; color: #c9dce5; }
.mt-license { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-top: 56px; padding: 26px 30px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; }
.mt-license p { margin: 0; color: #eef6f9; }
#fenek-materials .mt-license a,
#fenek-materials .mt-license a:visited { flex: 0 0 auto; color: var(--mt-yellow) !important; font-family: var(--mt-heading); font-weight: 900; text-decoration: none; }

.mt-education { padding-bottom: 0; background: #fff; }
.mt-education-box { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 54px; color: #fff; background: var(--mt-navy); border-radius: 28px; }
.mt-education-box h2 { color: #fff !important; }
.mt-education-box > div > p:not(.mt-eyebrow) { max-width: 720px; margin: 24px 0 0; color: #dce9ef; font-size: 19px; }
.mt-education-actions { display: flex; flex-direction: column; gap: 14px; }
#fenek-materials a.mt-button-yellow,
#fenek-materials a.mt-button-yellow:visited { color: var(--mt-navy) !important; background: var(--mt-yellow) !important; }
#fenek-materials .mt-education-actions > a:last-child,
#fenek-materials .mt-education-actions > a:last-child:visited { color: #fff !important; font-family: var(--mt-heading); font-weight: 900; text-align: center; text-decoration: none; }

.mt-faq { background: #fff; }
.mt-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.mt-faq-intro > p:not(.mt-eyebrow) { margin: 24px 0 0; color: var(--mt-muted); }
.mt-accordion details { border-bottom: 1px solid var(--mt-border); }
.mt-accordion summary { position: relative; padding: 25px 50px 25px 0; color: var(--mt-navy); cursor: pointer; font-family: var(--mt-heading); font-size: 20px; font-weight: 900; list-style: none; }
.mt-accordion summary::-webkit-details-marker { display: none; }
.mt-accordion summary::after { position: absolute; top: 22px; right: 4px; display: grid; width: 32px; height: 32px; place-items: center; color: var(--mt-navy); background: var(--mt-sky); border-radius: 50%; content: "+"; }
.mt-accordion details[open] summary::after { content: "−"; }
.mt-accordion details p { margin: 0; padding: 0 52px 24px 0; color: var(--mt-muted); }

.mt-final { padding: 92px 0; color: #fff; background: var(--mt-navy-deep); }
.mt-final h2 { max-width: 780px; color: #fff !important; }
.mt-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.mt-final-inner > a { justify-self: end; }

@media (max-width: 1080px) {
  .mt-hero-grid { min-height: auto; grid-template-columns: 1fr 420px; gap: 36px; }
  .mt-paper { width: 320px; height: 430px; }
  .mt-type-grid { grid-template-columns: repeat(2, 1fr); }
  .mt-pick-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
  .mt-section { padding: 80px 0; }
  .mt-hero-grid,
  .mt-intro-grid,
  .mt-heading-split,
  .mt-use-grid,
  .mt-education-box,
  .mt-faq-grid,
  .mt-final-inner { grid-template-columns: 1fr; gap: 44px; }
  .mt-hero-grid { padding-top: 62px; }
  .mt-hero-visual { width: min(100%, 520px); margin: 0 auto; }
  .mt-age-grid { grid-template-columns: 1fr; }
  .mt-age-grid article { min-height: auto; }
  .mt-heading-split > p { max-width: 650px; }
  .mt-education { padding-bottom: 0; }
  .mt-final-inner > a { justify-self: start; }
}

@media (max-width: 580px) {
  #fenek-materials { font-size: 17px; }
  #fenek-materials h1 { font-size: 43px; }
  #fenek-materials h2 { font-size: 36px; }
  .mt-container { width: min(100% - 30px, 1220px); }
  .mt-section { padding: 64px 0; }
  .mt-hero-grid { padding-top: 50px; padding-bottom: 68px; }
  .mt-lead { font-size: 19px; }
  .mt-actions,
  .mt-actions .mt-button { width: 100%; }
  .mt-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .mt-proof li { min-width: 0; padding: 0 9px; }
  .mt-proof strong { font-size: 18px; }
  .mt-proof span { font-size: 11px; }
  .mt-hero-visual { min-height: 470px; padding-right: 0; padding-left: 0; }
  .mt-paper { width: 270px; height: 370px; }
  .mt-paper-back { top: 64px; left: 38px; }
  .mt-paper-middle { top: 54px; left: 20px; }
  .mt-paper-front { top: 38px; left: 32px; padding: 34px 28px; }
  .mt-paper-front > strong { font-size: 28px; }
  #fenek-materials .mt-paper-front img { width: 136px !important; }
  .mt-hero-visual > p { right: 6px; bottom: 16px; max-width: calc(100% - 34px); font-size: 14px; }
  .mt-fact { grid-template-columns: 1fr; padding: 24px; }
  .mt-type-grid,
  .mt-pick-grid { grid-template-columns: 1fr; }
  #fenek-materials a.mt-type-card { min-height: 260px; }
  #fenek-materials .mt-pick-grid > a { min-height: 270px; }
  .mt-use li { grid-template-columns: 50px 1fr; gap: 14px; }
  .mt-use li > span { width: 44px; height: 44px; }
  .mt-license { align-items: flex-start; flex-direction: column; }
  .mt-education-box { padding: 30px; border-radius: 22px; }
  .mt-final-inner > a { width: 100%; }
}
