.elementor-1650 .elementor-element.elementor-element-cbf26bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1650 .elementor-element.elementor-element-e447c1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );}.elementor-1650 .elementor-element.elementor-element-7315acb{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 1 * 100% );}.elementor-1650 .elementor-element.elementor-element-7315acb:after{content:"1";}.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-post__thumbnail__link{width:100%;}.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-post__meta-data span + span:before{content:"•";}.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-post__text{margin-top:20px;}.elementor-1650 .elementor-element.elementor-element-0a3d6c2{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1650 .elementor-element.elementor-element-7315acb:after{content:"0.5";}.elementor-1650 .elementor-element.elementor-element-7315acb .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-164d015 *//* =========================================================
   IMAT.ACADEMY | دانشگاه های آزمون آیمت
   CSS کاملا Scoped برای جلوگیری از تداخل با قالب و المنتور
   ========================================================= */

.imat-academy-page {
  --imat-ink: #17352d;
  --imat-ink-2: #244b40;
  --imat-forest: #214d3e;
  --imat-forest-deep: #102d26;
  --imat-sage: #dbe4d4;
  --imat-sage-2: #edf1e8;
  --imat-cream: #f8f4ea;
  --imat-paper: #fffdf8;
  --imat-gold: #d4a84f;
  --imat-gold-soft: #eedcae;
  --imat-brown: #765443;
  --imat-brown-deep: #4c352c;
  --imat-text: #26342f;
  --imat-muted: #65736d;
  --imat-line: rgba(23, 53, 45, 0.13);
  --imat-white: #ffffff;
  --imat-shadow-sm: 0 10px 28px rgba(31, 57, 49, 0.08);
  --imat-shadow-md: 0 24px 70px rgba(24, 52, 44, 0.13);
  --imat-radius-sm: 16px;
  --imat-radius-md: 24px;
  --imat-radius-lg: 36px;
  --imat-shell: 1180px;
  width: 100%;
  color: var(--imat-text);
  background: var(--imat-paper);
  font-family: "Vazirmatn", "IRANSansX", "IRANSans", "Tahoma", sans-serif;
  font-size: 17px;
  line-height: 1.95;
  overflow-x: hidden;
  text-align: right;
  direction: rtl;
}

.imat-academy-page *,
.imat-academy-page *::before,
.imat-academy-page *::after {
  box-sizing: border-box;
}

.imat-academy-page img {
  display: block;
  max-width: 100%;
}

.imat-academy-page a {
  color: inherit;
  text-decoration: none;
}

.imat-academy-page button,
.imat-academy-page input,
.imat-academy-page textarea {
  font: inherit;
}

.imat-academy-page p,
.imat-academy-page h1,
.imat-academy-page h2,
.imat-academy-page ul,
.imat-academy-page ol {
  margin-top: 0;
}

.imat-academy-page p:last-child {
  margin-bottom: 0;
}

.imat-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.imat-shell {
  width: min(calc(100% - 40px), var(--imat-shell));
  margin-inline: auto;
}

.imat-section-space {
  padding-block: 44px;
}

/* Reveal animation: content stays visible when JavaScript is unavailable. */
.imat-academy-page [data-reveal] {
  opacity: 1;
  transform: none;
}

.imat-academy-page.imat-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(.2, .7, .2, 1),
    transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.imat-academy-page.imat-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero */
.imat-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 76px 0 58px;
  color: var(--imat-white);
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 168, 79, .25), transparent 30%),
    linear-gradient(135deg, #102d26 0%, #173f34 52%, #284f3f 100%);
}

.imat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 84%);
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.imat-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
}

.imat-hero__glow--one {
  width: 240px;
  height: 240px;
  top: 8%;
  left: 4%;
  background: rgba(214, 177, 94, .16);
}

.imat-hero__glow--two {
  width: 340px;
  height: 340px;
  right: 38%;
  bottom: -160px;
  background: rgba(162, 190, 154, .12);
}

.imat-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 76px;
  align-items: center;
}

.imat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.1px;
  backdrop-filter: blur(10px);
}

.imat-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--imat-gold);
  box-shadow: 0 0 0 6px rgba(212,168,79,.13);
}

.imat-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--imat-white);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -2.4px;
}

.imat-hero__lead {
  max-width: 710px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.77);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 2;
}

.imat-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 30px;
}

.imat-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.imat-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transform: rotate(180deg);
}

.imat-btn:hover {
  transform: translateY(-3px);
}

.imat-btn--primary {
  color: var(--imat-forest-deep);
  background: var(--imat-gold);
  box-shadow: 0 15px 36px rgba(0,0,0,.18);
}

.imat-btn--primary:hover {
  background: #e1b65d;
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}

.imat-btn--ghost {
  color: var(--imat-white);
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.imat-btn--ghost:hover {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.11);
}

.imat-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.imat-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.imat-hero__meta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--imat-gold);
  stroke-width: 2;
}

.imat-hero__visual {
  position: relative;
  min-height: 560px;
}

.imat-hero__image-wrap {
  position: absolute;
  inset: 20px 12px 20px 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 180px 180px 32px 32px;
  box-shadow: 0 40px 90px rgba(0,0,0,.34);
}

.imat-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imat-hero__image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(12,38,31,.88), rgba(12,38,31,.08) 54%),
    linear-gradient(90deg, rgba(31,70,57,.34), transparent);
}

.imat-hero__italia {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: rgba(255,255,255,.87);
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: 8px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.imat-float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 215px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 18px;
  color: var(--imat-forest-deep);
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 48px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
}

.imat-float-card--top {
  top: 74px;
  right: -26px;
}

.imat-float-card--bottom {
  bottom: 54px;
  left: -22px;
}

.imat-float-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: var(--imat-white);
  background: var(--imat-forest);
}

.imat-float-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.imat-float-card b,
.imat-float-card small {
  display: block;
}

.imat-float-card b {
  font-size: 14px;
}

.imat-float-card small {
  color: var(--imat-muted);
  font-size: 11px;
}

.imat-float-card__number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--imat-forest-deep);
  background: var(--imat-gold-soft);
  font-size: 23px;
  font-weight: 900;
}

/* Update strip */
.imat-update-strip {
  color: #513f25;
  background: #f3e5bc;
  border-bottom: 1px solid rgba(104,77,29,.1);
}

.imat-update-strip__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
}

.imat-update-strip svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.imat-update-strip p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

/* Feature panel */
.imat-feature-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: var(--imat-radius-lg);
  color: var(--imat-white);
  background: var(--imat-forest-deep);
  box-shadow: var(--imat-shadow-md);
}

.imat-feature-item {
  min-height: 250px;
  padding: 34px 28px;
  border-left: 1px solid rgba(255,255,255,.1);
  transition: background 220ms ease, transform 220ms ease;
}

.imat-feature-item:last-child {
  border-left: 0;
}

.imat-feature-item:hover {
  background: rgba(255,255,255,.055);
}

.imat-icon-circle {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--imat-forest-deep);
  background: var(--imat-white);
}

.imat-icon-circle svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.imat-feature-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.imat-feature-item p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.9;
}

/* Section heading */
.imat-section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.imat-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--imat-brown);
  font-size: 13px;
  font-weight: 900;
}

.imat-display-title {
  margin-bottom: 12px !important;
  color: var(--imat-ink);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -1.2px;
}

.imat-section-heading > p:last-child {
  color: var(--imat-muted);
}

/* Bento */
.imat-bento {
  background: var(--imat-cream);
}

.imat-bento__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.imat-bento-card {
  position: relative;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--imat-radius-md);
  box-shadow: var(--imat-shadow-sm);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.imat-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--imat-shadow-md);
}

.imat-bento-card:nth-child(1),
.imat-bento-card:nth-child(2),
.imat-bento-card:nth-child(3) {
  grid-column: span 4;
}

.imat-bento-card:nth-child(4) {
  grid-column: span 5;
}

.imat-bento-card:nth-child(5) {
  grid-column: span 3;
}

.imat-bento-card:nth-child(6) {
  grid-column: span 4;
}

.imat-bento-card__icon {
  display: grid;
  width: 51px;
  height: 51px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
}

.imat-bento-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.imat-bento-card > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.imat-bento-card > p {
  max-width: 360px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.imat-bento-card__index {
  position: absolute;
  left: 24px;
  bottom: 20px;
  opacity: .15;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 900;
}

.imat-bento-card--sage {
  color: var(--imat-ink);
  background: #cddbc6;
}

.imat-bento-card--cream {
  color: var(--imat-ink);
  background: #fffaf0;
}

.imat-bento-card--gold {
  color: #4c3820;
  background: #e6c879;
}

.imat-bento-card--brown {
  color: var(--imat-white);
  background: var(--imat-brown);
}

.imat-bento-card--brown p,
.imat-bento-card--dark p {
  color: rgba(255,255,255,.72);
}

.imat-bento-card--dark {
  color: var(--imat-white);
  background: var(--imat-forest-deep);
}

.imat-bento-card--photo {
  min-height: 270px;
  padding: 0;
  color: var(--imat-white);
  background:
    radial-gradient(circle at 22% 22%, rgba(212, 168, 79, .42), transparent 26%),
    linear-gradient(135deg, #315f4f 0%, #173f34 50%, #0f2e26 100%);
}

.imat-bento-card__visual-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.1);
  font-family: Georgia, serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: 10px;
  transform: rotate(-8deg);
}

.imat-bento-card__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,38,31,.88), rgba(12,38,31,.05));
}

.imat-bento-card__photo-copy {
  position: absolute;
  right: 25px;
  left: 25px;
  bottom: 25px;
}

.imat-bento-card__photo-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--imat-gold-soft);
  font-size: 12px;
  font-weight: 800;
}

.imat-bento-card__photo-copy strong {
  display: block;
  font-size: 20px;
  line-height: 1.55;
}

/* TOC */
.imat-toc {
  background: var(--imat-paper);
}

.imat-toc__panel {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--imat-line);
  border-radius: var(--imat-radius-md);
  background: var(--imat-white);
  box-shadow: var(--imat-shadow-sm);
}

.imat-toc__heading span,
.imat-toc__heading strong {
  display: block;
}

.imat-toc__heading span {
  margin-bottom: 5px;
  color: var(--imat-brown);
  font-size: 12px;
  font-weight: 900;
}

.imat-toc__heading strong {
  color: var(--imat-ink);
  font-size: 24px;
}

.imat-toc__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.imat-toc__list li {
  counter-increment: toc;
}

.imat-toc__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: var(--imat-muted);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.imat-toc__list a::before {
  content: counter(toc, decimal-leading-zero);
  color: var(--imat-gold);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 900;
}

.imat-toc__list a:hover {
  color: var(--imat-forest);
  transform: translateX(-4px);
}

/* Article layout */
.imat-article {
  padding: 38px 0 76px;
  background:
    linear-gradient(to left, transparent calc(50% - 590px), rgba(23,53,45,.03) calc(50% - 590px), rgba(23,53,45,.03) calc(50% - 589px), transparent calc(50% - 589px));
}

.imat-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 54px;
  align-items: start;
}

.imat-content-section {
  position: relative;
  scroll-margin-top: 30px;
  padding: 34px 0 48px;
  border-bottom: 1px solid var(--imat-line);
}

.imat-content-section:first-child {
  padding-top: 10px;
}

.imat-section-number {
  margin-bottom: 6px;
  color: var(--imat-gold);
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.imat-content-section h2 {
  margin-bottom: 22px;
  color: var(--imat-ink);
  font-size: clamp(27px, 3.1vw, 39px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -.8px;
}

.imat-content-section p {
  margin-bottom: 18px;
  color: #3c4b45;
  line-height: 2.08;
}

.imat-callout {
  display: flex;
  gap: 16px;
  margin: 26px 0;
  padding: 23px 24px;
  border-radius: var(--imat-radius-sm);
}

.imat-callout > svg {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  margin-top: 3px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.imat-callout strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.imat-callout p {
  margin: 0;
  color: inherit;
  font-size: 14px;
}

.imat-callout--green {
  color: #234638;
  background: var(--imat-sage-2);
  border-right: 4px solid var(--imat-forest);
}

.imat-callout--gold {
  color: #5a4322;
  background: #f7edcf;
  border-right: 4px solid var(--imat-gold);
}

/* University cards */
.imat-university-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 25px 0;
}

.imat-university-card {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 12px;
  min-height: 82px;
  align-content: center;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid var(--imat-line);
  border-radius: 14px;
  background: var(--imat-white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.imat-university-card:hover {
  transform: translateY(-3px);
  border-color: rgba(33,77,62,.3);
  box-shadow: var(--imat-shadow-sm);
}

.imat-university-card > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--imat-gold);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 900;
}

.imat-university-card strong {
  color: var(--imat-ink);
  font-size: 14px;
  line-height: 1.6;
}

.imat-university-card small {
  color: var(--imat-muted);
  font-size: 11px;
}

/* Table */
.imat-table-wrap {
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--imat-line);
  border-radius: 18px;
  background: var(--imat-white);
  box-shadow: var(--imat-shadow-sm);
  scrollbar-color: var(--imat-gold) var(--imat-sage-2);
}

.imat-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

.imat-table th,
.imat-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--imat-line);
  text-align: right;
  white-space: nowrap;
}

.imat-table th {
  color: var(--imat-white);
  background: var(--imat-forest-deep);
  font-size: 12px;
  font-weight: 900;
}

.imat-table tbody tr {
  transition: background 160ms ease;
}

.imat-table tbody tr:hover {
  background: var(--imat-sage-2);
}

.imat-table tbody tr:last-child td {
  border-bottom: 0;
}

.imat-table td strong {
  display: inline-grid;
  min-width: 34px;
  height: 29px;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--imat-forest-deep);
  background: var(--imat-gold-soft);
}

/* Stats */
.imat-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 25px 0;
}

.imat-stat-row > div {
  padding: 22px;
  border-radius: 16px;
  text-align: center;
  background: var(--imat-forest-deep);
}

.imat-stat-row strong,
.imat-stat-row span {
  display: block;
}

.imat-stat-row strong {
  margin-bottom: 4px;
  color: var(--imat-gold);
  font-size: 34px;
  line-height: 1.2;
}

.imat-stat-row span {
  color: rgba(255,255,255,.65);
  font-size: 11px;
}

/* Cost grid */
.imat-cost-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin: 25px 0;
}

.imat-cost-grid > div {
  padding: 22px;
  border: 1px solid var(--imat-line);
  border-radius: 16px;
  background: var(--imat-white);
}

.imat-cost-grid span {
  display: block;
  margin-bottom: 9px;
  color: var(--imat-gold);
  font-family: Georgia, serif;
  font-weight: 900;
}

.imat-cost-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--imat-ink);
  font-size: 15px;
}

.imat-cost-grid p {
  margin: 0;
  color: var(--imat-muted);
  font-size: 12px;
  line-height: 1.8;
}

/* Checklist */
.imat-check-list {
  display: grid;
  gap: 9px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.imat-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--imat-ink);
  background: var(--imat-sage-2);
  font-size: 13px;
  font-weight: 700;
}

.imat-check-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--imat-forest);
  stroke-width: 2;
}

/* City cards */
.imat-city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 26px 0;
}

.imat-city-grid article {
  overflow: hidden;
  border: 1px solid var(--imat-line);
  border-radius: 17px;
  background: var(--imat-white);
  box-shadow: var(--imat-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.imat-city-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--imat-shadow-md);
}

.imat-city-grid__visual {
  position: relative;
  display: grid;
  min-height: 150px;
  place-items: center;
  overflow: hidden;
  color: var(--imat-white);
  background:
    radial-gradient(circle at 25% 20%, rgba(212,168,79,.36), transparent 28%),
    linear-gradient(135deg, var(--imat-forest), var(--imat-forest-deep));
}

.imat-city-grid__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 28px 28px;
}

.imat-city-grid__visual svg {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.imat-city-grid__visual span {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  color: rgba(255,255,255,.56);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 2px;
}

.imat-city-grid article > div:last-child {
  padding: 16px;
}

.imat-city-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--imat-ink);
  font-size: 14px;
}

.imat-city-grid p {
  margin: 0;
  color: var(--imat-muted);
  font-size: 11px;
  line-height: 1.8;
}

/* Decision matrix */
.imat-decision-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 25px 0;
}

.imat-decision-matrix > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--imat-cream);
}

.imat-decision-matrix span {
  color: var(--imat-muted);
  font-size: 12px;
}

.imat-decision-matrix strong {
  color: var(--imat-forest);
  font-size: 13px;
}

/* Steps */
.imat-steps {
  display: grid;
  gap: 12px;
  margin: 27px 0;
}

.imat-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--imat-line);
  border-radius: 15px;
  background: var(--imat-white);
}

.imat-step > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--imat-white);
  background: var(--imat-forest);
  font-weight: 900;
}

.imat-step strong {
  display: block;
  margin-bottom: 2px;
  color: var(--imat-ink);
  font-size: 14px;
}

.imat-step p {
  margin: 0;
  color: var(--imat-muted);
  font-size: 12px;
}

/* Comparison */
.imat-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 27px 0;
}

.imat-compare__card {
  padding: 25px;
  border-radius: 20px;
  color: var(--imat-white);
  background: var(--imat-forest-deep);
}

.imat-compare__card--light {
  color: var(--imat-ink);
  background: var(--imat-gold-soft);
}

.imat-compare__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  font-size: 10px;
  font-weight: 900;
}

.imat-compare__card--light .imat-compare__label {
  background: rgba(23,53,45,.09);
}

.imat-compare__card > strong {
  display: block;
  margin-bottom: 13px;
  font-size: 21px;
}

.imat-compare__card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-right: 18px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.imat-compare__card--light ul {
  color: #4e493d;
}

/* FAQ */
.imat-faq {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.imat-faq details {
  border: 1px solid var(--imat-line);
  border-radius: 15px;
  background: var(--imat-white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.imat-faq details[open] {
  border-color: rgba(33,77,62,.28);
  box-shadow: var(--imat-shadow-sm);
}

.imat-faq summary {
  position: relative;
  padding: 18px 20px 18px 56px;
  color: var(--imat-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.imat-faq summary::-webkit-details-marker {
  display: none;
}

.imat-faq summary::after {
  content: "+";
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--imat-white);
  background: var(--imat-forest);
  font-size: 18px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.imat-faq details[open] summary::after {
  content: "−";
  background: var(--imat-brown);
  transform: translateY(-50%) rotate(180deg);
}

.imat-faq details p {
  margin: 0;
  padding: 0 20px 19px;
  color: var(--imat-muted);
  font-size: 13px;
  line-height: 1.95;
}

/* Aside */
.imat-article__aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 14px;
}

.imat-aside-card {
  padding: 25px;
  border-radius: 22px;
  color: var(--imat-white);
  background: var(--imat-forest-deep);
  box-shadow: var(--imat-shadow-md);
}

.imat-aside-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--imat-gold);
  font-size: 11px;
  font-weight: 900;
}

.imat-aside-card > strong {
  display: block;
  margin-bottom: 18px;
  font-size: 21px;
}

.imat-aside-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.imat-aside-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: rgba(255,255,255,.7);
  font-size: 11px;
}

.imat-aside-card li svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  fill: none;
  stroke: var(--imat-gold);
  stroke-width: 2;
}

.imat-aside-card > a {
  display: block;
  padding: 11px;
  border-radius: 999px;
  color: var(--imat-forest-deep);
  background: var(--imat-gold);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.imat-aside-card > a:hover {
  transform: translateY(-2px);
  background: #e2b65c;
}

.imat-aside-note {
  padding: 21px;
  border: 1px solid var(--imat-line);
  border-radius: 18px;
  background: var(--imat-cream);
}

.imat-aside-note span,
.imat-aside-note strong {
  display: block;
}

.imat-aside-note span {
  color: var(--imat-brown);
  font-size: 10px;
  font-weight: 900;
}

.imat-aside-note strong {
  margin: 3px 0;
  color: var(--imat-ink);
  font-size: 19px;
}

.imat-aside-note p {
  margin: 0;
  color: var(--imat-muted);
  font-size: 10px;
  line-height: 1.7;
}

/* Final CTA */
.imat-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
  padding: 40px;
  border-radius: 28px;
  color: var(--imat-white);
  background:
    radial-gradient(circle at 15% 20%, rgba(212,168,79,.2), transparent 30%),
    var(--imat-forest-deep);
  box-shadow: var(--imat-shadow-md);
}

.imat-final-cta__content {
  max-width: 620px;
}

.imat-final-cta__content > span {
  display: block;
  margin-bottom: 7px;
  color: var(--imat-gold);
  font-size: 11px;
  font-weight: 900;
}

.imat-final-cta__content > strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.55;
}

.imat-final-cta__content p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.imat-btn--light {
  flex: 0 0 auto;
  color: var(--imat-forest-deep);
  background: var(--imat-white);
}

.imat-btn--light:hover {
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
}


.imat-inline-link {
  color: var(--imat-forest);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(212,168,79,.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.imat-inline-link:hover,
.imat-inline-link:focus-visible {
  color: var(--imat-brown);
  text-decoration-color: var(--imat-brown);
}

.imat-inline-link:focus-visible,
.imat-source-links a:focus-visible,
.imat-btn:focus-visible,
.imat-toc__list a:focus-visible {
  outline: 3px solid rgba(212,168,79,.52);
  outline-offset: 4px;
}

.imat-sources code {
  padding: 2px 6px;
  border-radius: 6px;
  color: var(--imat-ink);
  background: rgba(255,255,255,.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
}

/* Sources */
.imat-sources {
  margin-top: 20px;
  padding: 21px 23px;
  border: 1px dashed rgba(33,77,62,.25);
  border-radius: 17px;
  background: var(--imat-sage-2);
}

.imat-sources > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--imat-ink);
  font-size: 13px;
}

.imat-sources p {
  margin: 0 0 10px;
  color: var(--imat-muted);
  font-size: 11px;
  line-height: 1.8;
}

.imat-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.imat-source-links a {
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--imat-white);
  background: var(--imat-forest);
  font-size: 11px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.imat-source-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(33,77,62,.22);
  color: var(--imat-forest-deep);
  background: var(--imat-gold-soft);
}

/* Page end */
.imat-page-end {
  padding: 25px 0;
  color: rgba(255,255,255,.62);
  background: #0c241e;
}

.imat-page-end__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 10px;
  letter-spacing: .2px;
}

.imat-page-end__inner span:first-child {
  color: var(--imat-white);
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 1100px) {
  .imat-hero__grid {
    gap: 40px;
  }

  .imat-feature-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .imat-feature-item {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .imat-feature-item:nth-child(2) {
    border-left: 0;
  }

  .imat-feature-item:nth-child(3),
  .imat-feature-item:nth-child(4) {
    border-bottom: 0;
  }

  .imat-article__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .imat-article__aside {
    position: static;
    grid-template-columns: 1fr 1fr;
    grid-row: 1;
  }

  .imat-aside-card,
  .imat-aside-note {
    height: 100%;
  }
}

@media (max-width: 860px) {
  .imat-academy-page {
    font-size: 16px;
  }

  .imat-hero {
    min-height: auto;
    padding-top: 58px;
  }

  .imat-hero__grid {
    grid-template-columns: 1fr;
  }

  .imat-hero__visual {
    min-height: 500px;
  }

  .imat-hero__image-wrap {
    inset: 20px 6% 20px;
  }

  .imat-float-card--top {
    right: 1%;
  }

  .imat-float-card--bottom {
    left: 1%;
  }

  .imat-bento-card:nth-child(n) {
    grid-column: span 6;
  }

  .imat-bento-card:nth-child(3),
  .imat-bento-card:nth-child(6) {
    grid-column: span 12;
  }

  .imat-toc__panel {
    grid-template-columns: 1fr;
  }

  .imat-city-grid {
    grid-template-columns: 1fr;
  }

  .imat-city-grid article {
    display: grid;
    grid-template-columns: 190px 1fr;
  }

  .imat-city-grid__visual {
    min-height: 100%;
  }

  .imat-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .imat-shell {
    width: min(calc(100% - 24px), var(--imat-shell));
  }

  .imat-section-space {
    padding-block: 30px;
  }

  .imat-hero {
    padding-top: 42px;
  }

  .imat-hero h1 {
    font-size: 37px;
    letter-spacing: -1.4px;
  }

  .imat-hero__lead {
    font-size: 16px;
  }

  .imat-hero__actions,
  .imat-btn {
    width: 100%;
  }

  .imat-hero__meta {
    display: grid;
  }

  .imat-hero__visual {
    min-height: 410px;
  }

  .imat-hero__image-wrap {
    inset: 10px 0;
    border-radius: 120px 120px 28px 28px;
  }

  .imat-float-card {
    min-width: 185px;
    padding: 11px 12px;
  }

  .imat-float-card--top {
    top: 42px;
    right: -5px;
  }

  .imat-float-card--bottom {
    bottom: 28px;
    left: -5px;
  }

  .imat-update-strip__inner {
    align-items: flex-start;
    padding-block: 12px;
  }

  .imat-feature-panel {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .imat-feature-item {
    min-height: auto;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
  }

  .imat-feature-item:last-child {
    border-bottom: 0 !important;
  }

  .imat-bento__grid {
    gap: 12px;
  }

  .imat-bento-card:nth-child(n) {
    grid-column: span 12;
    min-height: 235px;
  }

  .imat-toc__panel {
    padding: 24px 20px;
  }

  .imat-toc__list {
    grid-template-columns: 1fr;
  }

  .imat-article {
    padding-top: 15px;
  }

  .imat-article__aside {
    grid-template-columns: 1fr;
  }

  .imat-content-section {
    padding-block: 30px;
  }

  .imat-content-section h2 {
    font-size: 26px;
  }

  .imat-university-grid,
  .imat-cost-grid,
  .imat-decision-matrix,
  .imat-compare {
    grid-template-columns: 1fr;
  }

  .imat-stat-row {
    gap: 7px;
  }

  .imat-stat-row > div {
    padding: 15px 8px;
  }

  .imat-stat-row strong {
    font-size: 26px;
  }

  .imat-city-grid article {
    display: block;
  }

  .imat-city-grid__visual {
    min-height: 170px;
  }

  .imat-final-cta {
    padding: 28px 23px;
  }

  .imat-btn--light {
    width: 100%;
  }

  .imat-page-end__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .imat-academy-page *,
  .imat-academy-page *::before,
  .imat-academy-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .imat-academy-page.imat-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}


.imat-academy-page a.imat-btn.imat-btn--light[href="https://imat.academy/consultation/"] {
  color: #000000 !important;
}
.imat-academy-page .imat-section-image {
  max-width: 900px;
  margin: 0 auto 28px;
}/* End custom CSS */