:root {
  --blue: #043f77;
  --blue-deep: #032d57;
  --blue-bright: #00a9dd;
  --cyan: #08d8df;
  --yellow: #ffe100;
  --yellow-dark: #efcf00;
  --lilac: #ad91ac;
  --red: #f0242f;
  --ink: #10253b;
  --muted: #627387;
  --line: #dfe7ed;
  --soft: #f3f7f9;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(2, 45, 87, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 10px 18px; background: var(--yellow); color: var(--blue-deep); border-radius: 0 0 10px 10px; transition: .2s; }
.skip-link:focus { top: 0; }

.topbar { color: #d8e9f4; background: var(--blue-deep); font-size: 12px; font-weight: 600; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.topbar__dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,225,0,.12); }
.topbar__links { display: flex; gap: 24px; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(3,63,119,.08); }
.header__inner { height: 90px; display: flex; align-items: center; gap: 34px; }
.brand { width: 128px; flex: 0 0 auto; }
.brand img { width: 100%; height: 72px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; font-size: 13px; font-weight: 700; }
.main-nav__list { margin: 0; padding: 0; display: flex; align-items: center; gap: 28px; list-style: none; }
.main-nav a { position: relative; padding: 32px 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 23px; height: 3px; background: var(--cyan); border-radius: 3px; transition: .25s; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; background: var(--soft); border-radius: 12px; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue); }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 20px; background: var(--blue); color: #fff; font-size: 12px; }
.button--small:hover, .button--blue:hover { background: var(--blue-deep); box-shadow: 0 12px 30px rgba(4,63,119,.22); }
.button--yellow { color: var(--blue-deep); background: var(--yellow); box-shadow: 0 14px 36px rgba(255,225,0,.2); }
.button--yellow:hover { background: #ffeb3b; box-shadow: 0 18px 42px rgba(255,225,0,.28); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.button--ghost:hover { background: rgba(255,255,255,.14); }
.button--blue { color: #fff; background: var(--blue); }

.hero { min-height: 710px; position: relative; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(122deg, #032d57 0%, #064c82 62%, #087a9d 100%); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -3; opacity: .15; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(to right,#000,transparent 70%); }
.hero::after { content: 'IMULTI'; position: absolute; right: -25px; bottom: 30px; z-index: -2; color: rgba(255,255,255,.035); font-size: clamp(130px, 19vw, 300px); line-height: .75; font-weight: 800; letter-spacing: -.08em; }
.hero__grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 2; padding-bottom: 60px; }
.hero__content { padding-top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 32px; height: 3px; background: var(--yellow); border-radius: 3px; }
.eyebrow--light { color: #d8ecf6; }
.hero h1 { max-width: 760px; margin: 17px 0 22px; font-size: 60px; line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--yellow); }
.hero__content > p { max-width: 620px; margin: 0; color: #d6e6ef; font-size: 18px; line-height: 1.7; }
.hero__actions { margin-top: 33px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__highlights { margin: 38px 0 0; padding: 0; display: flex; list-style: none; }
.hero__highlights li { min-width: 115px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.hero__highlights li:first-child { padding-left: 0; border-left: 0; }
.hero__highlights strong { color: #fff; font-size: 24px; line-height: 1.1; }
.hero__highlights span { color: #afc9d8; font-size: 12px; }
.hero__visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.language-orbit { width: 430px; height: 430px; position: relative; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; will-change: transform; }
.orbit--one { inset: -38px; }
.orbit--two { inset: 44px; border-style: dashed; }
.hero__image-card { width: 280px; height: 330px; overflow: hidden; position: relative; border-radius: 150px 150px 36px 36px; background: #fff; border: 8px solid rgba(255,255,255,.82); box-shadow: 0 30px 60px rgba(0,0,0,.2); }
.hero__image-card img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.language-word { --pointer-x: 0px; --pointer-y: 0px; position: absolute; z-index: 2; padding: 7px 13px; color: var(--blue-deep); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); border-radius: 999px; font-size: 12px; font-weight: 800; will-change: translate, scale; transition: scale .25s ease, box-shadow .25s ease; }
.language-word:hover { scale: 1.09; box-shadow: 0 17px 36px rgba(0,0,0,.22); }
.language-word--one { top: 24px; left: 25px; transform: rotate(-10deg); }
.language-word--two { top: 70px; right: -25px; transform: rotate(8deg); color: #fff; background: var(--red); }
.language-word--three { bottom: 60px; right: -38px; transform: rotate(-4deg); }
.language-word--four { bottom: 4px; left: 55px; color: var(--blue-deep); background: var(--yellow); }
.language-word--five { top: 190px; left: -52px; color: #fff; background: var(--lilac); transform: rotate(-7deg); }
.quality-seal { --pointer-x: 0px; --pointer-y: 0px; width: 142px; height: 142px; position: absolute; right: -8px; bottom: 20px; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--blue-deep); text-align: center; text-transform: uppercase; background: var(--yellow); border: 8px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 18px 40px rgba(0,0,0,.22); transform: rotate(8deg); will-change: translate, scale; transition: scale .3s ease, box-shadow .3s ease; }
.quality-seal:hover { scale: 1.045; box-shadow: 0 23px 48px rgba(0,0,0,.28); }
.quality-seal span, .quality-seal small { font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.quality-seal strong { margin: 4px 0; font-size: 19px; line-height: 1.05; }
.hero__curve { width: 100%; height: 105px; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 4; }
.hero__glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(5px); }
.hero__glow--one { width: 340px; height: 340px; right: 20%; top: 20%; background: rgba(8,216,223,.15); }
.hero__glow--two { width: 210px; height: 210px; left: 32%; bottom: 10%; background: rgba(240,36,47,.12); }

/* Movimento orgânico dos elementos do hero. Cada item usa um ritmo diferente. */
.language-word--one { animation: imulti-float-a 7.4s -1.2s ease-in-out infinite; }
.language-word--two { animation: imulti-float-b 8.6s -3.7s ease-in-out infinite; }
.language-word--three { animation: imulti-float-c 9.2s -2.1s ease-in-out infinite; }
.language-word--four { animation: imulti-float-b 7.1s -5.3s ease-in-out infinite reverse; }
.language-word--five { animation: imulti-float-c 8.1s -4.4s ease-in-out infinite reverse; }
.quality-seal { animation: imulti-float-seal 10.8s -2.8s ease-in-out infinite; }
.orbit--one { animation: imulti-orbit 34s linear infinite; }
.orbit--two { animation: imulti-orbit 25s linear infinite reverse; }

@keyframes imulti-float-a {
  0%, 100% { translate: var(--pointer-x) var(--pointer-y); }
  28% { translate: calc(var(--pointer-x) + 8px) calc(var(--pointer-y) - 11px); }
  58% { translate: calc(var(--pointer-x) - 5px) calc(var(--pointer-y) - 4px); }
  78% { translate: calc(var(--pointer-x) + 3px) calc(var(--pointer-y) + 7px); }
}
@keyframes imulti-float-b {
  0%, 100% { translate: var(--pointer-x) var(--pointer-y); }
  24% { translate: calc(var(--pointer-x) - 7px) calc(var(--pointer-y) + 5px); }
  52% { translate: calc(var(--pointer-x) + 5px) calc(var(--pointer-y) + 10px); }
  76% { translate: calc(var(--pointer-x) + 10px) calc(var(--pointer-y) - 6px); }
}
@keyframes imulti-float-c {
  0%, 100% { translate: var(--pointer-x) var(--pointer-y); }
  22% { translate: calc(var(--pointer-x) + 4px) calc(var(--pointer-y) + 9px); }
  48% { translate: calc(var(--pointer-x) - 10px) calc(var(--pointer-y) - 3px); }
  73% { translate: calc(var(--pointer-x) + 6px) calc(var(--pointer-y) - 10px); }
}
@keyframes imulti-float-seal {
  0%, 100% { translate: var(--pointer-x) var(--pointer-y); }
  30% { translate: calc(var(--pointer-x) + 5px) calc(var(--pointer-y) - 8px); }
  65% { translate: calc(var(--pointer-x) - 6px) calc(var(--pointer-y) + 6px); }
}
@keyframes imulti-orbit { to { transform: rotate(360deg); } }

.section-heading { max-width: 750px; margin-bottom: 52px; }
.section-heading h2, .about h2, .method h2, .contact h2 { margin: 14px 0 16px; font-size: clamp(34px, 4.1vw, 54px); line-height: 1.13; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); margin: 0; font-size: 17px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading--split h2 { margin-bottom: 0; }

.language-picker { padding-top: 82px; }
.languages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.language-card { min-height: 178px; padding: 23px 16px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; box-shadow: 0 12px 28px rgba(4,63,119,.04); transition: .25s; }
.language-card:hover { border-color: transparent; background: var(--blue); color: #fff; box-shadow: 0 22px 40px rgba(4,63,119,.18); transform: translateY(-7px); }
.language-card .flag { width: 48px; height: 32px; object-fit: cover; border-radius: 6px; box-shadow: 0 5px 10px rgba(0,0,0,.14); }
.language-card strong { margin-top: 13px; font-size: 15px; }
.language-card small { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.language-card:hover small { color: #bcd8e9; }

.about { background: var(--soft); }
.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 94px; align-items: center; }
.about__visual { position: relative; padding: 0 0 50px 45px; }
.about__visual::before { content: ''; position: absolute; inset: 55px 45px 0 0; border-radius: 30px; background: var(--yellow); }
.about__image { height: 510px; position: relative; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.about__image img { width: 100%; height: 100%; object-fit: cover; }
.about__stamp { min-width: 216px; position: absolute; left: 0; bottom: 8px; padding: 18px 21px; display: flex; align-items: center; gap: 12px; color: #fff; background: var(--blue); border-radius: 17px; box-shadow: 0 18px 40px rgba(4,63,119,.22); }
.about__stamp strong { color: var(--yellow); font-size: 37px; line-height: 1; }
.about__stamp span { font-size: 11px; line-height: 1.35; font-weight: 700; }
.about__caption { position: absolute; right: 0; bottom: 12px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.about__caption span { width: 23px; height: 2px; background: var(--red); }
.about__content > p { color: var(--muted); font-size: 16px; }
.about__features { margin: 32px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about__features > div { display: flex; gap: 13px; }
.about__features span { color: var(--blue-bright); font-size: 11px; font-weight: 800; }
.about__features p { margin: 0; color: var(--muted); font-size: 13px; }
.about__features strong { display: block; color: var(--ink); font-size: 14px; }
.text-link { color: var(--blue); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 8px; transition: margin .2s; }
.text-link:hover span { margin-left: 14px; }

.modalities { color: #fff; background: var(--blue-deep); position: relative; overflow: hidden; }
.modalities::after { content: ''; position: absolute; width: 480px; height: 480px; right: -190px; top: -230px; border: 80px solid rgba(8,216,223,.08); border-radius: 50%; }
.modalities .section-heading p { color: #b8cedd; }
.modality-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.modality-card { min-height: 360px; position: relative; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); transition: .25s; }
.modality-card:hover { border-color: rgba(255,255,255,.3); transform: translateY(-7px); background: rgba(255,255,255,.09); }
.modality-card--featured { color: var(--blue-deep); background: var(--yellow); border-color: var(--yellow); }
.modality-card--featured:hover { background: #ffe82e; }
.modality-card__number { color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; }
.modality-card--featured .modality-card__number { color: rgba(3,45,87,.5); }
.modality-card__icon { width: 48px; height: 48px; margin: 30px 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 21px; }
.modality-card--featured .modality-card__icon { border-color: rgba(3,45,87,.18); }
.modality-card h3 { margin: 23px 0 9px; font-size: 22px; }
.modality-card p { margin: 0 0 18px; color: #bad0de; font-size: 13px; }
.modality-card--featured p { color: #43586c; }
.modality-card > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.method__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.method__content > p { margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.method__items { border-top: 1px solid var(--line); }
.method__items article { padding: 24px 5px; display: grid; grid-template-columns: 54px 1fr; gap: 17px; border-bottom: 1px solid var(--line); transition: padding .2s; }
.method__items article:hover { padding-left: 14px; }
.method__items article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: #e7f3f8; border-radius: 50%; font-size: 10px; font-weight: 800; }
.method__items h3 { margin: 0 0 3px; font-size: 17px; }
.method__items p { margin: 0; color: var(--muted); font-size: 13px; }

.news { background: var(--soft); }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.news-card { min-height: 405px; position: relative; overflow: hidden; padding: 42px; color: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.news-card::after { content: ''; position: absolute; width: 240px; height: 240px; right: -80px; bottom: -85px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.news-card--korean { background: linear-gradient(135deg,#064f80,#032d57); }
.news-card--japanese { background: linear-gradient(135deg,#bf2834,#6e1826); }
.news-card__flag { width: 58px; height: 40px; position: absolute; top: 32px; right: 34px; filter: drop-shadow(0 8px 12px rgba(0,0,0,.18)); }
.news-card__flag img { width: 100%; height: 100%; object-fit: cover; border: 3px solid rgba(255,255,255,.85); border-radius: 8px; }
.news-card__tag { padding: 7px 11px; display: inline-block; color: var(--blue-deep); background: var(--yellow); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card h3 { max-width: 390px; margin: 26px 0 10px; font-size: 30px; line-height: 1.15; }
.news-card > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.news-card ul { margin: 21px 0 25px; padding: 0; list-style: none; font-size: 12px; }
.news-card li::before { content: '✓'; margin-right: 9px; color: var(--yellow); font-weight: 800; }
.news-card a { position: relative; z-index: 2; font-size: 13px; font-weight: 800; }
.news-card a span { margin-left: 8px; }

.journal { background: #fff; }
.journal__heading-side { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.journal__heading-side .text-link { font-size: 13px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journal-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.journal-card:hover { border-color: transparent; transform: translateY(-7px); box-shadow: var(--shadow); }
.journal-card__image { height: 230px; position: relative; overflow: hidden; display: block; background: var(--soft); }
.journal-card__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,45,87,.38), transparent 55%); }
.journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.journal-card:hover .journal-card__image img { transform: scale(1.045); }
.journal-card__image > span { position: absolute; left: 20px; bottom: 18px; z-index: 2; padding: 6px 11px; color: var(--blue-deep); background: var(--yellow); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.journal-card__content { padding: 26px 26px 28px; }
.journal-card__meta { display: flex; justify-content: space-between; color: #8a9aaa; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.journal-card h3 { margin: 15px 0 10px; font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
.journal-card h3 a:hover { color: var(--blue); }
.journal-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.journal-card__link { color: var(--blue); font-size: 12px; font-weight: 800; }
.journal-card__link span { margin-left: 7px; transition: margin .2s; }
.journal-card__link:hover span { margin-left: 12px; }

.contact {
    background: #ffe100;
}
.contact__card { min-height: 480px; padding: 72px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; color: #fff; background: linear-gradient(125deg,#032d57 0%,#064f80 70%,#0683a5 100%); border-radius: 32px; }
.contact__card::before { content: ''; position: absolute; width: 400px; height: 400px; right: -120px; bottom: -230px; border: 80px solid rgba(255,225,0,.12); border-radius: 50%; }
.contact h2 { margin-top: 16px; }
.contact__copy > p { max-width: 600px; color: #c3d7e3; }
.contact__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.contact__details { position: relative; z-index: 2; padding: 30px; display: grid; gap: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; backdrop-filter: blur(10px); }
.contact__details div { padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact__details div:last-child { padding-bottom: 0; border: 0; }
.contact__details small { display: block; color: #9fbcca; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact__details a, .contact__details address { font-size: 14px; font-style: normal; font-weight: 700; }

.footer { margin-top: -1px; padding-top: 95px; color: #c7d7e1; background: #021f3c; }
.footer__top { padding-bottom: 34px; display: flex; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__brand { width: 115px; padding: 8px 12px; background: #fff; border-radius: 12px; }
.footer__brand img { width: 100%; height: 60px; object-fit: contain; }
.footer__top p { max-width: 430px; margin: 0; font-size: 13px; }
.footer__social { margin-left: auto; display: flex; gap: 9px; }
.footer__social a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 12px; font-weight: 800; }
.footer__social svg { width: 17px; height: 17px; display: block; }
.footer__social a:hover { color: var(--blue-deep); background: var(--yellow); }
.footer__grid { padding: 52px 0; display: grid; grid-template-columns: .8fr .8fr 1fr 1.4fr; gap: 55px; }
.footer h3 { margin: 0 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.footer__grid a, .footer__grid p { margin: 7px 0; display: block; color: #93aebb; font-size: 12px; }
.footer__grid a:hover { color: var(--yellow); }
.footer__newsletter form { margin-top: 16px; display: flex; background: rgba(255,255,255,.07); border-radius: 999px; }
.footer__newsletter input { min-width: 0; flex: 1; padding: 13px 18px; color: #fff; background: transparent; border: 0; outline: 0; font-size: 12px; }
.footer__newsletter button { width: 47px; border: 0; color: var(--blue-deep); background: var(--yellow); border-radius: 50%; cursor: pointer; }
.footer__contact-link { margin-top: 16px!important; padding: 12px 18px; display: inline-flex!important; align-items: center; gap: 8px; color: var(--blue-deep)!important; background: var(--yellow); border-radius: 999px; font-weight: 800; }
.footer__bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #66889c; font-size: 10px; }
.footer__bottom a:hover { color: #fff; }
.reveal { opacity: 1; transform: translateY(0); }
.hero__content { animation: rise-in .7s ease both; }
.hero__visual { animation: rise-in .8s .12s ease both; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .header__cta { display: none; }
  .main-nav { gap: 20px; }
  .hero__grid { gap: 30px; }
  .language-orbit { width: 360px; height: 360px; }
  .hero__image-card { width: 230px; height: 285px; }
  .quality-seal { width: 125px; height: 125px; right: -20px; }
  .languages { grid-template-columns: repeat(3, 1fr); }
  .modality-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .method__grid { gap: 55px; }
}

@media (max-width: 900px) {
  .topbar__inner { justify-content: center; }
  .topbar p { display: none; }
  .header__inner { height: 76px; }
  .brand { width: 105px; }
  .brand img { height: 61px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 114px 0 auto; height: calc(100vh - 114px); padding: 30px 25px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; transform: translateX(100%); transition: .3s; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav__list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 10px; border-bottom: 1px solid var(--line); font-size: 15px; display: inline-block; width: 100%; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero__grid { padding: 85px 0 140px; grid-template-columns: 1fr; text-align: center; }
  .hero__content > p { margin-inline: auto; }
  .hero__actions, .hero__highlights { justify-content: center; }
  .hero__visual { min-height: 450px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .about__grid, .method__grid, .contact__card { grid-template-columns: 1fr; }
  .about__visual { max-width: 600px; }
  .news-grid { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); }
  .contact__card { gap: 40px; padding: 55px 40px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

/* WordPress e páginas internas */
.brand__image { width: 100%; height: 72px; object-fit: contain; }
.current-menu-item > a::after, .current_page_item > a::after, .current-menu-ancestor > a::after { right: 0; }
.section-action { margin: 34px 0 0; text-align: center; }
.inner-hero, .article-hero, .course-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--blue-deep), #075f90); }
.inner-hero::after, .article-hero::after, .course-hero::after { content: 'IMULTI'; position: absolute; right: -30px; bottom: -25px; color: rgba(255,255,255,.045); font-size: clamp(100px,18vw,250px); line-height: .8; font-weight: 800; letter-spacing: -.08em; }
.inner-hero .container { min-height: 390px; position: relative; z-index: 2; padding-top: 76px; padding-bottom: 76px; display: flex; flex-direction: column; justify-content: center; }
.inner-hero h1, .article-hero h1, .course-hero h1 { max-width: 900px; margin: 15px 0 12px; font-size: clamp(44px,6vw,76px); line-height: 1.02; letter-spacing: -.055em; }
.inner-hero p, .article-hero p, .course-hero p { max-width: 760px; margin: 0; color: #c6dce8; font-size: 17px; }
.breadcrumbs { margin-bottom: 25px; display: flex; flex-wrap: wrap; gap: 8px; color: #9fc2d5; font-size: 11px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--yellow); }
.content-layout--single, .article-layout { max-width: 900px; padding-top: 90px; padding-bottom: 90px; }
.prose { color: #334b61; font-size: 16px; line-height: 1.85; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 48px 0 17px; color: var(--ink); font-size: 32px; line-height: 1.22; letter-spacing: -.035em; }
.prose h3 { margin: 34px 0 12px; color: var(--blue); font-size: 23px; }
.prose h4 { color: var(--ink); font-size: 18px; }
.prose a { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-color: var(--cyan); text-underline-offset: 3px; }
.prose img { height: auto; border-radius: 18px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose blockquote { margin: 35px 0; padding: 24px 28px; border-left: 5px solid var(--yellow); background: var(--soft); border-radius: 0 16px 16px 0; }
.prose--intro { max-width: 850px; margin-inline: auto; text-align: center; font-size: 18px; }
.featured-wide { margin: 0 0 45px; }
.featured-wide img { width: 100%; border-radius: 25px; }

.alternating-sections { padding-top: 45px; }
.alternate-row { min-height: 480px; margin-bottom: 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.alternate-row--reverse .alternate-row__media { order: 2; }
.alternate-row__media { height: 480px; overflow: hidden; border-radius: 30px; background: var(--soft); box-shadow: var(--shadow); }
.alternate-row__media img { width: 100%; height: 100%; object-fit: cover; }
.alternate-row__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-bright)); }
.alternate-row__placeholder span { color: rgba(255,255,255,.18); font-size: 150px; font-weight: 800; }
.alternate-row__content h2 { margin: 15px 0 20px; font-size: clamp(36px,4vw,53px); line-height: 1.1; letter-spacing: -.045em; }
.alternate-row__content p { color: var(--muted); }
.info-pill { margin: 10px 0 25px; padding: 8px 12px; display: inline-flex; color: var(--blue-deep); background: var(--yellow); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.alternate-row__content .text-link { display: block; }

.qecr { background: var(--soft); }
.qecr-table { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.qecr-table__head, .qecr-row { display: grid; grid-template-columns: 120px 230px 1fr; }
.qecr-table__head { padding: 16px 24px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.qecr-row { min-height: 120px; padding: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.qecr-row:last-child { border-bottom: 0; }
.qecr-row strong { color: var(--blue); font-size: 28px; }
.qecr-row h3 { margin: 0; font-size: 17px; }
.qecr-row p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-page__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-page__info h2, .contact-page__form h2 { margin: 15px 0 25px; font-size: 38px; line-height: 1.2; letter-spacing: -.035em; }
.contact-list { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-list > div { padding: 18px; background: var(--soft); border-radius: 14px; }
.contact-list small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-list a, .contact-list address, .contact-list p { margin: 2px 0 0; color: var(--ink); font-size: 13px; font-style: normal; font-weight: 700; }
.contact-social { margin-top: 18px; padding: 22px; background: var(--soft); border-radius: 18px; }
.contact-social small { display: block; margin-bottom: 12px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-social div { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-social a { min-height: 46px; padding: 10px 15px; display: inline-flex; align-items: center; gap: 9px; color: var(--blue-deep); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.contact-social a:hover { color: #fff; background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.contact-social svg { width: 18px; height: 18px; flex: 0 0 auto; }
.contact-page__form { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.form-shortcode-placeholder { padding: 50px 24px; color: #6f8191; background: var(--soft); border: 2px dashed #bbcad4; border-radius: 14px; text-align: center; font-weight: 800; }

.course-hero .container { position: relative; z-index: 2; padding-top: 45px; padding-bottom: 70px; }
.course-hero__grid { min-height: 500px; display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; }
.course-hero__grid > div:first-child { position: relative; z-index: 2; }
.course-flag { width: 63px; height: 43px; margin-bottom: 18px; object-fit: cover; border: 4px solid #fff; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.course-hero__image { height: 460px; overflow: hidden; border: 8px solid rgba(255,255,255,.8); border-radius: 230px 230px 35px 35px; box-shadow: 0 25px 55px rgba(0,0,0,.18); }
.course-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.course-layout { display: grid; grid-template-columns: 270px 1fr; gap: 70px; align-items: start; }
.course-sidebar { position: sticky; top: 120px; }
.course-sidebar__box { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 40px rgba(4,63,119,.08); }
.course-sidebar h2 { margin: 0 0 15px; font-size: 18px; }
.course-sidebar nav { margin-bottom: 22px; border-top: 1px solid var(--line); }
.course-sidebar nav a { padding: 10px 2px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.course-sidebar nav a:hover, .course-sidebar nav a.is-current { color: var(--blue); }
.course-sidebar nav a.is-current { padding-left: 9px; border-left: 4px solid var(--yellow); }
.course-sidebar .button { width: 100%; min-height: 45px; font-size: 11px; }
.course-facts { margin-bottom: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.course-facts > div { padding: 18px; background: var(--soft); border-radius: 14px; }
.course-facts small, .info-aside small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.course-facts strong { display: block; margin-top: 3px; font-size: 13px; }
.related-classes, .related-news { margin-top: 65px; }
.related-classes h2 { font-size: 30px; }
.related-classes > a { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--soft); }
.related-classes > a:first-of-type { border-radius: 14px 14px 0 0; }
.related-classes > a:last-child { border-radius: 0 0 14px 14px; }
.related-classes > a div { display: flex; flex-direction: column; }
.related-classes > a span { color: var(--muted); font-size: 11px; }

.content-with-aside { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: start; }
.info-aside { position: sticky; top: 120px; padding: 26px; background: var(--blue-deep); color: #fff; border-radius: 22px; }
.info-aside > div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.info-aside small { color: #a5bfce; }
.info-aside strong { display: block; }
.info-aside .button { width: 100%; margin-top: 22px; }
.info-aside .text-link { margin-top: 18px; display: block; color: #fff; text-align: center; }
.schedule-list { margin-top: 45px; }
.schedule-list > div { padding: 16px; display: grid; grid-template-columns: 1.2fr 1fr .7fr .8fr; gap: 12px; border-bottom: 1px solid var(--line); background: var(--soft); font-size: 12px; }

.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.archive-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; transition: .25s; }
.archive-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.archive-card__flag { width: 52px; height: 35px; object-fit: cover; border-radius: 7px; box-shadow: 0 6px 15px rgba(0,0,0,.12); }
.archive-card h2 { margin: 20px 0 8px; font-size: 23px; }
.archive-card p { color: var(--muted); font-size: 13px; }
.archive-pagination { margin-top: 45px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); font-size: 12px; font-weight: 800; }
.page-numbers.current { color: #fff; background: var(--blue); }
.journal-card__placeholder { width: 100%; height: 100%; display: grid!important; place-items: center; position: static!important; color: rgba(255,255,255,.18)!important; background: var(--blue)!important; border-radius: 0!important; font-size: 45px!important; }
.journal-card h2 { margin: 15px 0 10px; font-size: 21px; line-height: 1.3; }
.article-hero__inner { min-height: 510px; position: relative; z-index: 2; padding-top: 75px; padding-bottom: 75px; display: flex; flex-direction: column; justify-content: center; }
.article-meta { display: flex; gap: 15px; color: #aac5d4; font-size: 11px; }
.prose--article { font-size: 17px; }
.contact--internal { padding-top: 25px; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-page span { color: var(--yellow-dark); font-size: 110px; line-height: 1; font-weight: 800; }
.error-page h1 { margin: 12px 0; font-size: 45px; }
.error-page p { color: var(--muted); }

@media (max-width: 900px) {
  .brand__image { height: 61px; }
  .alternate-row, .alternate-row--reverse { grid-template-columns: 1fr; gap: 35px; margin-bottom: 75px; }
  .alternate-row--reverse .alternate-row__media { order: 0; }
  .alternate-row__media { height: 420px; }
  .contact-page__grid, .course-hero__grid, .content-with-aside { grid-template-columns: 1fr; }
  .course-layout { grid-template-columns: 1fr; }
  .course-sidebar { position: static; }
  .course-sidebar__box { padding: 18px; }
  .course-sidebar nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; border: 0; }
  .course-sidebar nav a { padding: 9px; border: 1px solid var(--line); border-radius: 8px; }
  .course-sidebar nav a.is-current { border-left: 1px solid var(--line); background: var(--yellow); color: var(--blue-deep); }
  .course-hero__image { height: 390px; max-width: 520px; }
  .info-aside { position: static; }
  .archive-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .inner-hero .container { min-height: 330px; padding-top: 55px; padding-bottom: 55px; }
  .inner-hero h1, .article-hero h1, .course-hero h1 { font-size: 43px; }
  .content-layout--single, .article-layout { padding-top: 65px; padding-bottom: 65px; }
  .prose h2 { font-size: 28px; }
  .alternate-row__media { height: 310px; }
  .alternate-row__content h2 { font-size: 34px; }
  .qecr-table { overflow: visible; background: transparent; box-shadow: none; }
  .qecr-table__head { display: none; }
  .qecr-row { margin-bottom: 12px; padding: 20px; display: block; background: #fff; border: 0; border-radius: 14px; box-shadow: 0 10px 25px rgba(4,63,119,.07); }
  .qecr-row > * { display: block; margin: 0 0 12px; }
  .qecr-row > *::before { content: attr(data-label); display: block; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .contact-page__grid { gap: 45px; }
  .contact-list, .course-facts { grid-template-columns: 1fr; }
  .contact-page__form { padding: 25px 20px; }
  .course-hero__grid { gap: 40px; }
  .course-hero__image { height: 350px; }
  .course-sidebar nav { grid-template-columns: repeat(2,1fr); }
  .schedule-list > div { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .article-hero__inner { min-height: 430px; }
  .article-hero h1 { font-size: 38px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar__links { gap: 12px; font-size: 10px; }
  .topbar__links a:nth-child(2) { display: none; }
  .hero__grid { padding-top: 65px; }
  .hero h1 { font-size: 46px; }
  .hero__content > p { font-size: 15px; }
  .hero__actions { flex-direction: column; }
  .hero__highlights li { min-width: 0; flex: 1; padding: 0 13px; }
  .hero__highlights strong { font-size: 19px; }
  .hero__visual { min-height: 380px; }
  .language-orbit { width: 285px; height: 285px; }
  .hero__image-card { width: 185px; height: 230px; border-width: 5px; }
  .language-word--two { right: -7px; }
  .language-word--three { right: -10px; }
  .language-word--five { left: -17px; }
  .quality-seal { width: 105px; height: 105px; bottom: -15px; right: -5px; border-width: 5px; }
  .quality-seal strong { font-size: 15px; }
  .section-heading h2, .about h2, .method h2, .contact h2 { font-size: 35px; }
  .languages { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .language-card { min-height: 150px; padding: 17px 8px; }
  .language-card--wide { grid-column: 1 / -1; }
  .about__grid { gap: 50px; }
  .about__visual { padding-left: 22px; }
  .about__image { height: 390px; }
  .about__features { grid-template-columns: 1fr; }
  .about__caption { display: none; }
  .modality-grid { grid-template-columns: 1fr; }
  .modality-card { min-height: 315px; }
  .method__grid { gap: 45px; }
  .news-card { min-height: 430px; padding: 32px 26px; }
  .news-card__flag { top: 25px; right: 22px; font-size: 39px; }
  .news-card h3 { font-size: 26px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card:last-child { grid-column: auto; max-width: none; }
  .journal-card__image { height: 220px; }
  .contact { padding-inline: 7px; }
  .contact__card { width: 100%; padding: 42px 25px; border-radius: 24px; }
  .contact__actions { flex-direction: column; }
  .contact__details { padding: 23px; }
  .footer__top { align-items: flex-start; flex-wrap: wrap; }
  .footer__social { margin-left: 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
