:root {
  --fc-navy: #062b45;
  --fc-deep: #031e30;
  --fc-blue: #0795d2;
  --fc-blue-dark: #056f9f;
  --fc-blue-soft: #eaf8fe;
  --fc-green: #20a447;
  --fc-green-dark: #147c37;
  --fc-green-soft: #ebf9ef;
  --fc-ink: #102330;
  --fc-muted: #5e707b;
  --fc-line: #dbe8ee;
  --fc-surface: #f5f9fb;
  --fc-white: #fff;
  --fc-shadow: 0 24px 70px rgba(7, 53, 79, .12);
}

.page-faculdade { margin: 0; background: var(--fc-white); }
.faculdade-cie-guide,
.faculdade-cie-guide *,
.faculdade-cie-guide *::before,
.faculdade-cie-guide *::after,
.page-faculdade .skip-link { box-sizing: border-box; }
.faculdade-cie-guide button { font-family: "Geist", Arial, Helvetica, sans-serif; }
.faculdade-cie-guide img, .faculdade-cie-guide svg { display: block; max-width: 100%; }
.faculdade-cie-guide .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.page-faculdade .skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--fc-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.page-faculdade .skip-link:focus { transform: translateY(0); }
.page-faculdade .ncie-mobile-nav:not([open]) nav { display: none; }

.faculdade-cie-guide { color: var(--fc-ink); overflow-wrap: break-word; }
.faculdade-cie-guide p { margin: 0; color: var(--fc-muted); font-size: 1rem; line-height: 1.72; }
.faculdade-cie-guide h1,
.faculdade-cie-guide h2,
.faculdade-cie-guide h3 { margin: 0; color: var(--fc-navy); letter-spacing: -.035em; }
.faculdade-cie-guide h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.07; }
.faculdade-cie-guide h3 { font-size: 1.15rem; line-height: 1.25; }
.faculdade-cie-guide .button { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.fc-section { padding: 92px 0; }
.fc-eyebrow, .fc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--fc-blue-dark);
  font-size: .74rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fc-heading { max-width: 760px; margin-bottom: 42px; }
.fc-heading > p { max-width: 690px; margin-top: 18px; font-size: 1.06rem; }
.fc-heading-center { margin-inline: auto; text-align: center; }
.fc-heading-center > p { margin-inline: auto; }

.fc-breadcrumb { border-bottom: 1px solid #edf3f6; background: #fff; }
.fc-breadcrumb .container { min-height: 48px; display: flex; align-items: center; gap: 9px; color: #5e707b; font-size: .76rem; }
.fc-breadcrumb a { color: #4f6572; text-decoration: none; }
.fc-breadcrumb a:hover { color: var(--fc-blue-dark); text-decoration: underline; }
.fc-breadcrumb strong { min-width: 0; overflow: hidden; color: var(--fc-navy); text-overflow: ellipsis; white-space: nowrap; }

.fc-hero { position: relative; overflow: hidden; padding: 74px 0 86px; background: linear-gradient(180deg, #f5fbfe 0%, #fff 100%); }
.fc-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -330px;
  right: -135px;
  border: 88px solid rgba(7, 149, 210, .055);
  border-radius: 50%;
  pointer-events: none;
}
.fc-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr); align-items: center; gap: clamp(45px, 8vw, 96px); }
.fc-hero-copy { min-width: 0; }
.fc-hero h1 { max-width: 760px; font-size: clamp(2.75rem, 5vw, 4.75rem); line-height: .99; }
.fc-answer { max-width: 735px; margin-top: 27px; padding: 20px 22px; border: 1px solid #cae6f1; border-left: 4px solid var(--fc-green); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 14px 35px rgba(5,73,104,.07); }
.fc-answer > strong { display: block; margin-bottom: 5px; color: var(--fc-green-dark); font-size: 1.12rem; }
.fc-answer p { color: #334d5d; line-height: 1.62; }
.fc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 26px; }
.fc-button-secondary, .fc-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid #b9d9e7;
  border-radius: 10px;
  color: var(--fc-navy);
  background: #fff;
  font-size: .89rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.fc-button-secondary:hover { border-color: var(--fc-blue); color: var(--fc-blue-dark); }
.fc-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: #5e707b; font-size: .78rem; line-height: 1.5; }
.fc-meta strong { color: #536b78; }

.fc-route { min-width: 0; padding: 25px; border: 1px solid #cfe3eb; border-radius: 23px; background: #fff; box-shadow: var(--fc-shadow); }
.fc-route-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid #e1edf2; }
.fc-route-head span { color: var(--fc-blue-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.fc-route-head b { color: var(--fc-green-dark); font-size: .78rem; }
.fc-route ol { display: grid; gap: 0; margin: 10px 0 0; padding: 0; list-style: none; }
.fc-route li { min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr) 28px; align-items: center; gap: 12px; position: relative; padding: 15px 9px; }
.fc-route li:not(:last-child)::after { content: ""; position: absolute; left: 27px; bottom: -5px; width: 1px; height: 12px; background: #bad6e2; }
.fc-route li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--fc-blue-dark); background: var(--fc-blue-soft); font-size: .7rem; font-weight: 900; }
.fc-route li div { min-width: 0; }
.fc-route li small { display: block; margin-bottom: 2px; color: #5e707b; font-size: .59rem; font-weight: 900; letter-spacing: .09em; }
.fc-route li strong { display: block; color: var(--fc-navy); font-size: .96rem; }
.fc-route li > i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fc-green); font-size: .73rem; font-style: normal; font-weight: 900; }
.fc-route .fc-route-result { margin-top: 7px; border-radius: 13px; background: var(--fc-navy); }
.fc-route .fc-route-result span { color: #fff; background: rgba(255,255,255,.13); }
.fc-route .fc-route-result small { color: #a9cfdf; }
.fc-route .fc-route-result strong { color: #fff; }
.fc-route .fc-route-result > i { color: var(--fc-navy); background: #72dc8b; }
.fc-route > p { margin-top: 16px; color: #687c88; font-size: .78rem; text-align: center; }
.fc-route > p b { color: var(--fc-navy); }

.fc-quick { background: #fff; }
.fc-quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--fc-line); }
.fc-quick-item { min-width: 0; display: grid; grid-template-columns: 31px minmax(0, 1fr); align-items: start; gap: 14px; padding: 27px 22px; }
.fc-quick-item + .fc-quick-item { border-left: 1px solid var(--fc-line); }
.fc-quick-item > span { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fc-green); font-size: .72rem; font-weight: 900; }
.fc-quick-item strong { display: block; color: var(--fc-navy); font-size: .91rem; line-height: 1.35; }
.fc-quick-item p { margin-top: 5px; font-size: .8rem; line-height: 1.48; }
.fc-quick-note { max-width: 890px; margin: 24px auto 0 !important; color: #6a5a28 !important; font-size: .87rem !important; text-align: center; }

.fc-types { border-block: 1px solid #e2edf1; background: var(--fc-surface); }
.fc-type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fc-type-grid article { min-width: 0; position: relative; padding: 31px 27px; border: 1px solid var(--fc-line); border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(7,53,79,.055); }
.fc-type-grid article > span { position: absolute; top: 22px; right: 23px; color: #d6e7ee; font-size: 2.2rem; font-weight: 900; letter-spacing: -.08em; }
.fc-type-grid small { display: block; margin-bottom: 28px; color: var(--fc-blue-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.fc-type-grid h3 { max-width: 220px; font-size: 1.28rem; }
.fc-type-grid p { margin-top: 12px; font-size: .9rem; line-height: 1.57; }
.fc-rule { max-width: 930px; display: flex; align-items: flex-start; gap: 14px; margin: 25px auto 0; padding: 17px 20px; border: 1px solid #cfe4ec; border-radius: 13px; background: #fff; }
.fc-rule > span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fc-blue-dark); font-size: .8rem; font-weight: 900; }
.fc-rule p { font-size: .9rem; line-height: 1.55; }
.fc-rule strong { color: var(--fc-navy); }
.fc-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 40px; padding: 24px 28px; border-radius: 16px; background: var(--fc-navy); }
.fc-inline-cta strong { color: #fff; font-size: 1rem; }
.fc-inline-cta p { margin-top: 4px; color: #cfe3ec; font-size: .85rem; line-height: 1.5; }
.fc-inline-cta .button { flex: none; }

.fc-law { background: #fff; }
.fc-law-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr); align-items: center; gap: clamp(50px, 8vw, 105px); }
.fc-law .fc-heading { margin: 0; }
.fc-law .fc-heading p + p { margin-top: 13px; }
.fc-law-card { padding: 30px; border-radius: 20px; color: #fff; background: var(--fc-navy); box-shadow: var(--fc-shadow); }
.fc-law-card > span { display: block; margin-bottom: 24px; color: #7eddf8; font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.fc-law-card strong { display: block; color: #fff; font-size: .98rem; }
.fc-law-card p { margin-top: 4px; color: #cbdfe8; font-size: .83rem; line-height: 1.48; }
.fc-law-card i { display: block; width: 1px; height: 22px; margin: 10px 0 10px 7px; background: #487185; }

.fc-ead { background: linear-gradient(135deg, #eaf8fe 0%, #f8fcfd 72%); }
.fc-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.fc-split h2 { max-width: 600px; }
.fc-lead { margin-top: 20px !important; font-size: 1.06rem !important; }
.fc-split > div:first-child > p + p { margin-top: 13px; }
.fc-split strong { color: var(--fc-navy); }
.fc-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; color: var(--fc-blue-dark); font-size: .9rem; font-weight: 820; line-height: 1.45; text-underline-offset: 4px; }
.fc-versus { display: grid; grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); align-items: stretch; gap: 11px; }
.fc-versus > div { min-width: 0; padding: 26px 23px; border: 1px solid #cde3ec; border-radius: 17px; background: #fff; }
.fc-versus > span { display: grid; place-items: center; color: var(--fc-blue-dark); font-size: 1.45rem; font-weight: 900; }
.fc-versus small { display: block; margin-bottom: 15px; color: var(--fc-green-dark); font-size: .61rem; font-weight: 900; letter-spacing: .08em; }
.fc-versus div:last-child small { color: #9a6420; }
.fc-versus strong { font-size: 1.1rem; }
.fc-versus p { margin-top: 8px; font-size: .84rem; line-height: 1.5; }

.fc-compare { background: #fff; }
.fc-compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.fc-compare-grid article { min-width: 0; padding: 29px 26px; border: 1px solid var(--fc-line); border-top: 4px solid #9ab5c1; border-radius: 16px; background: #fff; }
.fc-compare-grid .fc-compare-main { border-top-color: var(--fc-green); background: var(--fc-green-soft); }
.fc-compare-grid small { color: #617984; font-size: .64rem; font-weight: 900; letter-spacing: .09em; }
.fc-compare-grid h3 { margin-top: 12px; font-size: 1.27rem; }
.fc-compare-grid p { margin-top: 10px; font-size: .88rem; line-height: 1.56; }
.fc-related-line { margin-top: 24px !important; text-align: center; font-size: .91rem !important; }
.fc-related-line a { color: var(--fc-blue-dark); font-weight: 800; text-underline-offset: 3px; }

.fc-check { border-block: 1px solid #e1edf1; background: var(--fc-surface); }
.fc-check-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(470px, 1.25fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.fc-check-grid > div > p { max-width: 480px; margin: 18px 0 23px; }
.fc-checklist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.fc-checklist li { min-width: 0; display: grid; grid-template-columns: 33px minmax(0,1fr); gap: 11px; align-items: center; min-height: 72px; padding: 14px; border: 1px solid #d5e4ea; border-radius: 13px; background: #fff; }
.fc-checklist span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--fc-green); font-size: .72rem; font-weight: 900; }
.fc-checklist p { color: #405765; font-size: .84rem; line-height: 1.42; }
.fc-checklist strong { color: var(--fc-navy); }

.fc-docs { background: #fff; }
.fc-doc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; counter-reset: docs; }
.fc-doc-grid article { min-width: 0; position: relative; padding: 28px 25px; border: 1px solid var(--fc-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 32px rgba(7,53,79,.05); }
.fc-doc-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 10px; color: var(--fc-blue-dark); background: var(--fc-blue-soft); font-size: .71rem; font-weight: 900; }
.fc-doc-grid p { margin-top: 9px; font-size: .87rem; line-height: 1.54; }
.fc-doc-note { margin-top: 20px; padding: 16px 18px; border-left: 3px solid #d2932c; border-radius: 0 11px 11px 0; color: #665426; background: #fff8e8; font-size: .87rem; line-height: 1.55; }
.fc-doc-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.fc-doc-links a { min-width: 0; display: grid; gap: 6px; position: relative; padding: 22px 47px 22px 22px; border: 1px solid var(--fc-line); border-radius: 14px; background: var(--fc-surface); text-decoration: none; }
.fc-doc-links a::after { content: "→"; position: absolute; top: 50%; right: 20px; color: var(--fc-blue-dark); font-size: 1.25rem; transform: translateY(-50%); }
.fc-doc-links a:hover { border-color: #9dccde; }
.fc-doc-links strong { color: var(--fc-navy); font-size: .96rem; }
.fc-doc-links span { color: var(--fc-muted); font-size: .82rem; line-height: 1.48; }

.fc-process { border-block: 1px solid #e1edf1; background: var(--fc-surface); }
.fc-steps { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.fc-steps li { min-width: 0; padding: 22px 17px; border: 1px solid var(--fc-line); border-radius: 14px; background: #fff; }
.fc-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 9px; color: #fff; background: var(--fc-blue-dark); font-size: .7rem; font-weight: 900; }
.fc-steps h3 { font-size: .94rem; }
.fc-steps p { margin-top: 6px; font-size: .77rem; line-height: 1.45; }
.fc-process-action { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 24px; margin-top: 35px; }
.fc-process-action .fc-text-link { margin-top: 0; }

.fc-use { background: var(--fc-navy); }
.fc-use-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: center; gap: clamp(48px,8vw,100px); }
.fc-use h2 { color: #fff; }
.fc-use .fc-eyebrow { color: #73daf7; }
.fc-use-grid > div > p { max-width: 610px; margin-top: 18px; color: #cfe2eb; }
.fc-validity { display: inline-grid; gap: 4px; margin-top: 25px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; }
.fc-validity small { color: #72dc8b; font-size: .63rem; font-weight: 900; letter-spacing: .1em; }
.fc-validity strong { color: #fff; font-size: .91rem; }
.fc-use ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.fc-use li { min-width: 0; padding: 16px 18px 16px 41px; position: relative; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; background: rgba(255,255,255,.055); font-size: .87rem; font-weight: 750; }
.fc-use li::before { content: "✓"; position: absolute; left: 17px; color: #72dc8b; font-weight: 900; }

.fc-video-section { background: #fff; }
.fc-video-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(470px,1.2fr); align-items: center; gap: clamp(45px,7vw,88px); }
.fc-video-grid h2 { margin-bottom: 18px; }
.fc-video-grid p strong { color: var(--fc-navy); }
.fc-video { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid #d3e4ea; border-radius: 20px; background: #051d2c; box-shadow: var(--fc-shadow); }
.fc-video-poster { width: 100%; height: 100%; display: block; position: relative; padding: 0; border: 0; background: transparent; cursor: pointer; }
.fc-video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.28)); }
.fc-video-poster img, .fc-video iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.fc-play { width: 68px; height: 68px; display: grid; place-items: center; position: absolute; z-index: 2; top: 50%; left: 50%; border: 5px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: #e52d27; box-shadow: 0 12px 30px rgba(0,0,0,.28); transform: translate(-50%,-50%); transition: transform .2s ease; }
.fc-play svg { width: 31px; height: 31px; fill: currentColor; }
.fc-video-poster:hover .fc-play { transform: translate(-50%,-50%) scale(1.06); }
.fc-duration { position: absolute; z-index: 2; right: 13px; bottom: 12px; padding: 4px 7px; border-radius: 5px; color: #fff; background: rgba(0,0,0,.82); font-size: .72rem; font-weight: 850; }

.fc-trust { padding-block: 55px; border-block: 1px solid #dce9ee; background: var(--fc-surface); }
.fc-trust-grid { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.15fr) auto; align-items: center; gap: 35px; }
.fc-trust-grid > div { display: flex; align-items: center; gap: 16px; }
.fc-monogram { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--fc-navy); font-size: 1.2rem; font-weight: 900; }
.fc-trust-grid small { display: block; margin-bottom: 4px; color: var(--fc-blue-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.fc-trust-grid h2 { font-size: 1.35rem; }
.fc-trust-grid > p { font-size: .87rem; line-height: 1.56; }
.fc-trust-grid > a { color: var(--fc-blue-dark); font-size: .85rem; font-weight: 850; white-space: nowrap; text-underline-offset: 4px; }

.fc-related { background: #fff; }
.fc-related .fc-heading { margin-bottom: 28px; }
.fc-related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.fc-related-grid a { min-width: 0; display: flex; flex-direction: column; min-height: 180px; padding: 22px; border: 1px solid var(--fc-line); border-radius: 15px; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.fc-related-grid a:hover { border-color: #9ccddd; transform: translateY(-2px); }
.fc-related-grid small { color: var(--fc-blue-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.fc-related-grid strong { margin-top: 16px; color: var(--fc-navy); font-size: .96rem; line-height: 1.4; }
.fc-related-grid span { margin-top: auto; padding-top: 20px; color: var(--fc-blue-dark); font-size: .8rem; font-weight: 850; }

.fc-sources { padding-block: 0 55px; background: #fff; }
.fc-sources details { border-top: 1px solid var(--fc-line); }
.fc-sources summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--fc-navy); font-size: .9rem; font-weight: 850; cursor: pointer; list-style: none; }
.fc-sources summary::-webkit-details-marker { display: none; }
.fc-sources summary span { font-size: 1.15rem; }
.fc-sources details[open] summary span { transform: rotate(45deg); }
.fc-sources ul { display: grid; gap: 8px; margin: 0; padding: 0 0 22px 20px; }
.fc-sources li { color: var(--fc-muted); font-size: .82rem; line-height: 1.45; }
.fc-sources a { color: var(--fc-blue-dark); text-underline-offset: 3px; }

.fc-final { padding-top: 25px; background: #fff; }
.fc-final-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 50px; padding: 48px 52px; border-radius: 24px; background: linear-gradient(118deg, #052942 0%, #063a57 100%); box-shadow: var(--fc-shadow); }
.fc-final-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -180px; bottom: -190px; border: 55px solid rgba(108,217,136,.14); border-radius: 50%; }
.fc-final-card > * { position: relative; z-index: 1; }
.fc-final-card > div:first-child > span { color: #75dd8d; font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.fc-final-card > div:first-child > span i { padding-inline: 5px; font-style: normal; }
.fc-final-card h2 { margin-top: 12px; color: #fff; }
.fc-final-card p { max-width: 650px; margin-top: 12px; color: #d0e4ed; }
.fc-final-actions { width: min(345px,100%); display: grid; gap: 11px; }
.fc-final-secondary { color: #fff; border-color: rgba(255,255,255,.3); background: transparent; }
.fc-final-secondary:hover { border-color: #fff; }

.fc-faq { background: var(--fc-surface); }
.fc-faq-grid { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); align-items: start; gap: clamp(45px,7vw,90px); }
.fc-faq-intro { position: sticky; top: 105px; }
.fc-faq-intro p { margin-top: 17px; }
.fc-faq-list { display: grid; gap: 10px; }
.fc-faq-list details { border: 1px solid var(--fc-line); border-radius: 13px; background: #fff; }
.fc-faq-list summary { position: relative; padding: 19px 48px 19px 20px; color: var(--fc-navy); font-size: .94rem; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.fc-faq-list summary::-webkit-details-marker { display: none; }
.fc-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: var(--fc-blue-dark); font-size: 1.25rem; transform: translateY(-50%); }
.fc-faq-list details[open] summary::after { content: "−"; }
.fc-faq-list details[open] summary { border-bottom: 1px solid #e8f0f3; }
.fc-faq-list p { padding: 17px 20px 20px; font-size: .87rem; line-height: 1.58; }
.fc-faq-list p a { color: var(--fc-blue-dark); font-weight: 750; text-underline-offset: 3px; }

/* Ajustes editoriais exclusivos da página de faculdade. */
.fc-four-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
.fc-four-steps::before { left: 12%; right: 12%; }
.fc-alert-list li { align-items: start; }
.fc-alert-list span { color: #7b4a00; background: #ffdf9d; }
.fc-security { padding-block: 56px; border-block: 1px solid #dce9ee; background: #fff; }
.fc-security-grid { position: relative; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.1fr) auto; align-items: center; gap: 34px; }
.fc-security-grid::before { content: ""; position: absolute; top: -56px; left: 0; width: 150px; height: 3px; background: linear-gradient(90deg,var(--fc-green),var(--fc-blue)); }
.fc-security-grid > div { display: flex; align-items: center; gap: 16px; }
.fc-security-grid small { display: block; margin-bottom: 4px; color: var(--fc-blue-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.fc-security-grid h2 { font-size: 1.45rem; }
.fc-security-grid > p { font-size: .88rem; line-height: 1.6; }
.fc-security-grid > p strong { color: var(--fc-navy); }
.fc-security-grid > a { color: var(--fc-blue-dark); font-size: .85rem; font-weight: 850; white-space: nowrap; text-underline-offset: 4px; }

/* Sistema visual editorial: cada capítulo usa uma composição própria. */
.fc-hero {
  padding: 82px 0 94px;
  border-bottom: 1px solid #dbeaf0;
  background:
    radial-gradient(circle at 88% 16%, rgba(7,149,210,.12) 0, rgba(7,149,210,0) 34%),
    linear-gradient(135deg, #f7fcfe 0%, #edf8fc 48%, #fff 100%);
}
.fc-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fc-blue), transparent);
}
.fc-route { padding: 0; overflow: hidden; border-radius: 18px; }
.fc-route-head { padding: 19px 24px; border: 0; color: #fff; background: var(--fc-navy); }
.fc-route-head span { color: #8cdff6; }
.fc-route-head b { color: #82e097; }
.fc-route ol { margin: 10px 18px 0; }
.fc-route > p { margin: 0; padding: 16px 20px 18px; border-top: 1px solid #e2edf2; background: #f7fafb; }

.fc-quick { padding: 34px 0 38px; border-bottom: 1px solid #d6e7ee; background: #eef8fc; }
.fc-quick .fc-heading { max-width: none; display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 24px; text-align: left; }
.fc-quick .fc-heading .fc-eyebrow { flex: none; margin: 0; }
.fc-quick .fc-heading h2 { max-width: 780px; font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.15; }
.fc-quick-grid { position: relative; border: 0; }
.fc-quick-item { padding: 9px 24px; }
.fc-quick-item:first-child { padding-left: 0; }
.fc-quick-item:last-child { padding-right: 0; }
.fc-quick-item + .fc-quick-item { border-left-color: #c7dfe9; }
.fc-quick-note { margin-top: 20px !important; padding-top: 17px; border-top: 1px solid #c7dfe9; }

.fc-types { padding: 104px 0 96px; border-top: 0; background: #f7fafb; }
.fc-type-grid { gap: 0; border-block: 1px solid #cfdfe6; }
.fc-type-grid article { padding: 38px 32px 36px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.fc-type-grid article + article { border-left: 1px solid #cfdfe6; }
.fc-type-grid article > span { top: 27px; right: 30px; color: #c3dae4; font-size: 2.8rem; }
.fc-type-grid small { margin-bottom: 36px; }
.fc-rule { margin-top: 29px; border: 0; border-left: 3px solid var(--fc-blue); border-radius: 0; background: transparent; }
.fc-inline-cta { margin-top: 46px; border: 1px solid #17435b; box-shadow: 0 16px 36px rgba(6,43,69,.12); }

.fc-law { position: relative; padding: 150px 0 112px; }
.fc-law::before {
  content: "BASE LEGAL";
  position: absolute;
  top: 45px;
  left: max(24px, calc((100% - 1180px) / 2));
  color: #dbe7ec;
  font-size: clamp(3.4rem,6vw,5.4rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1;
  pointer-events: none;
}
.fc-law-grid { position: relative; }
.fc-law-card { border-radius: 4px 20px 20px 4px; box-shadow: 18px 20px 0 #e8f5fa; }

.fc-ead { padding: 88px 0 94px; background: #eaf7fc; }
.fc-versus { gap: 0; overflow: hidden; border: 1px solid #bfdde9; border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(7,53,79,.08); }
.fc-versus > div { padding: 32px 28px; border: 0; border-radius: 0; background: transparent; }
.fc-versus > div:last-child { background: #f7fafb; }
.fc-versus > span { position: relative; z-index: 1; width: 44px; margin-inline: -5px; color: #fff; background: var(--fc-navy); }
.fc-versus small { margin-bottom: 22px; }

.fc-compare { padding: 104px 0; }
.fc-compare-grid { grid-template-columns: 1.3fr .85fr .85fr; gap: 0; align-items: stretch; border-block: 1px solid var(--fc-line); }
.fc-compare-grid article { padding: 38px 31px; border: 0; border-radius: 0; background: transparent; }
.fc-compare-grid article + article { border-left: 1px solid var(--fc-line); }
.fc-compare-grid .fc-compare-main { padding: 42px 38px; color: #fff; background: var(--fc-navy); }
.fc-compare-grid .fc-compare-main small { color: #83dff6; }
.fc-compare-grid .fc-compare-main h3 { color: #fff; font-size: 1.7rem; }
.fc-compare-grid .fc-compare-main p { color: #d4e5ed; }

.fc-check { padding: 84px 0; background: #f1f6f8; }
.fc-checklist { padding: 12px 22px; overflow: hidden; border: 1px solid #d3e3e9; border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(7,53,79,.055); }
.fc-checklist li { min-height: 76px; padding: 17px 10px; border: 0; border-radius: 0; background: transparent; }
.fc-checklist li:nth-child(-n+4) { border-bottom: 1px solid #e3ecef; }

.fc-docs { padding: 108px 0 100px; }
.fc-doc-grid { gap: 0; border-block: 1px solid var(--fc-line); }
.fc-doc-grid article { padding: 36px 30px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.fc-doc-grid article + article { border-left: 1px solid var(--fc-line); }
.fc-doc-grid article:last-child { background: var(--fc-blue-soft); }
.fc-doc-grid article:last-child > span { color: #fff; background: var(--fc-blue-dark); }
.fc-doc-note { margin-top: 26px; }
.fc-doc-links { margin-top: 40px; }
.fc-doc-links a { border-radius: 11px; background: #f7fafb; }

.fc-process { padding: 96px 0 90px; border-block: 0; background: #eaf1f5; }
.fc-steps { position: relative; gap: 0; }
.fc-steps::before { content: ""; position: absolute; z-index: 0; top: 16px; left: 8%; right: 8%; height: 2px; background: #b9d2dd; }
.fc-steps li { position: relative; z-index: 1; padding: 0 18px 18px; border: 0; border-radius: 0; background: transparent; }
.fc-steps li > span { width: 34px; height: 34px; margin-bottom: 27px; border: 4px solid #eaf1f5; border-radius: 50%; box-shadow: 0 0 0 2px var(--fc-blue-dark); }
.fc-steps li:nth-child(5) > span, .fc-steps li:nth-child(6) > span { background: var(--fc-green-dark); box-shadow: 0 0 0 2px var(--fc-green-dark); }
.fc-steps h3 { font-size: .98rem; }
.fc-process-action { margin-top: 30px; padding-top: 30px; border-top: 1px solid #c9dbe3; }

.fc-use { padding: 98px 0; background: linear-gradient(118deg, #031e30 0%, #073a56 100%); }
.fc-use-grid { position: relative; }
.fc-use-grid::after { content: "2026"; position: absolute; right: 0; bottom: -48px; color: rgba(255,255,255,.035); font-size: clamp(7rem,17vw,14rem); font-weight: 900; line-height: 1; pointer-events: none; }
.fc-use-grid > * { position: relative; z-index: 1; }
.fc-use li { border-radius: 8px; }

.fc-video-section { padding: 78px 0; border-bottom: 1px solid #e0eaee; background: #f8fafb; }
.fc-video { border-radius: 16px; box-shadow: 0 18px 45px rgba(7,53,79,.1); }

.fc-trust { padding-block: 48px; border-top: 0; background: #fff; }
.fc-trust-grid { position: relative; padding-block: 6px; }
.fc-trust-grid::before { content: ""; position: absolute; top: -48px; left: 0; width: 150px; height: 3px; background: linear-gradient(90deg,var(--fc-green),var(--fc-blue)); }
.fc-monogram { border-radius: 50%; }

.fc-related { padding: 100px 0 88px; background: #f5f9fb; }
.fc-related-grid { grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); grid-template-rows: repeat(3,minmax(90px,auto)); gap: 12px 16px; }
.fc-related-grid a { min-height: 0; padding: 20px 22px; border-radius: 12px; background: #fff; }
.fc-related-grid a:first-child { grid-row: 1 / 4; justify-content: flex-end; min-height: 295px; padding: 34px; color: #fff; border: 0; background: linear-gradient(145deg,#062b45,#075277); }
.fc-related-grid a:first-child small, .fc-related-grid a:first-child span { color: #7ddcf6; }
.fc-related-grid a:first-child strong { max-width: 470px; color: #fff; font-size: clamp(1.45rem,2.7vw,2.25rem); line-height: 1.16; }
.fc-related-grid a:not(:first-child) { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 5px 20px; }
.fc-related-grid a:not(:first-child) small { grid-column: 1; }
.fc-related-grid a:not(:first-child) strong { grid-column: 1; margin-top: 5px; }
.fc-related-grid a:not(:first-child) span { grid-column: 2; grid-row: 1 / 3; padding: 0; }

.fc-sources { padding-bottom: 46px; background: #f5f9fb; }
.fc-sources details { border-color: #cddfe6; }

.fc-final { padding: 44px 0 104px; background: #fff; }
.fc-final-card { padding: 54px 56px; border-radius: 20px; box-shadow: 0 28px 70px rgba(4,35,55,.17); }
.faculdade-cie-guide .fc-final-secondary,
.faculdade-cie-guide .fc-final-secondary:visited,
.faculdade-cie-guide .fc-final-secondary:hover,
.faculdade-cie-guide .fc-final-secondary:focus-visible,
.faculdade-cie-guide .fc-final-secondary:active {
  color: #fff;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.04);
}
.faculdade-cie-guide .fc-final-secondary:hover,
.faculdade-cie-guide .fc-final-secondary:focus-visible { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.1); }

.fc-faq { padding: 104px 0; background: #eef4f7; }
.fc-faq-list details { border-radius: 10px; box-shadow: 0 5px 15px rgba(7,53,79,.025); }

.faculdade-cie-guide a:focus-visible,
.faculdade-cie-guide button:focus-visible,
.page-faculdade .skip-link:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .fc-hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.72fr); gap: 45px; }
  .fc-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .fc-steps::before { display: none; }
  .fc-steps li { padding-top: 22px; border-top: 2px solid #b9d2dd; }
  .fc-steps li > span { margin-top: -39px; }
  .fc-related-grid { grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); }
  .fc-related-grid a { min-height: 160px; }
  .fc-trust-grid { grid-template-columns: minmax(250px,.75fr) minmax(0,1.25fr); }
  .fc-trust-grid > a { grid-column: 2; }
  .fc-four-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fc-security-grid { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .fc-security-grid > a { grid-column: 2; }
}

@media (max-width: 900px) {
  .fc-section { padding: 74px 0; }
  .fc-hero { padding: 58px 0 72px; }
  .fc-hero-grid, .fc-law-grid, .fc-split, .fc-check-grid, .fc-use-grid, .fc-video-grid, .fc-faq-grid { grid-template-columns: 1fr; }
  .fc-law { padding: 82px 0; }
  .fc-law::before { display: none; }
  .fc-hero-grid { gap: 44px; }
  .fc-route { width: min(590px,100%); }
  .fc-quick-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fc-quick-item:nth-child(3) { border-left: 0; }
  .fc-quick-item:nth-child(n+3) { border-top: 1px solid var(--fc-line); }
  .fc-type-grid, .fc-compare-grid, .fc-doc-grid { grid-template-columns: 1fr; }
  .fc-type-grid article + article,
  .fc-compare-grid article + article,
  .fc-doc-grid article + article { border-left: 0; border-top: 1px solid var(--fc-line); }
  .fc-type-grid article { display: grid; grid-template-columns: 80px minmax(0,1fr); column-gap: 20px; }
  .fc-type-grid article > span { grid-column: 1; grid-row: 1 / span 3; position: static; color: #c5dce5; font-size: 2.5rem; }
  .fc-type-grid small { grid-column: 2; margin-bottom: 7px; }
  .fc-type-grid h3, .fc-type-grid p { grid-column: 2; }
  .fc-type-grid h3 { max-width: none; }
  .fc-type-grid p { margin-top: 7px; }
  .fc-law-grid, .fc-split, .fc-check-grid, .fc-use-grid, .fc-video-grid { gap: 38px; }
  .fc-law-card { max-width: 600px; }
  .fc-check-grid > div > p { max-width: 650px; }
  .fc-video { width: min(700px,100%); }
  .fc-faq-grid { gap: 32px; }
  .fc-faq-intro { position: static; }
  .fc-related-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .fc-related-grid a:first-child { grid-row: auto; min-height: 245px; }
  .fc-final-card { grid-template-columns: 1fr; gap: 28px; padding: 42px; }
  .fc-final-actions { width: min(480px,100%); }
  .fc-four-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fc-security-grid { grid-template-columns: 1fr; gap: 22px; }
  .fc-security-grid > a { grid-column: auto; }
}

@media (max-width: 680px) {
  .faculdade-cie-guide .container { width: min(100% - 32px, 1180px); }
  .fc-section { padding: 60px 0; }
  .fc-heading { margin-bottom: 30px; }
  .fc-heading > p { font-size: .98rem; }
  .fc-quick .fc-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
  .fc-hero { padding: 42px 0 60px; }
  .fc-hero h1 { font-size: clamp(2.25rem, 10vw, 3.2rem); line-height: 1.02; }
  .fc-answer { padding: 18px; }
  .fc-actions { align-items: stretch; flex-direction: column; }
  .fc-actions a { width: 100%; }
  .fc-route { padding: 18px; border-radius: 18px; }
  .fc-route li { padding-inline: 5px; }
  .fc-quick-grid { grid-template-columns: 1fr; }
  .faculdade-cie-guide .fc-quick-grid .fc-quick-item { padding: 18px 0; }
  .fc-quick-item + .fc-quick-item { border-left: 0; border-top: 1px solid var(--fc-line); }
  .fc-type-grid article { display: block; padding: 25px 22px; }
  .fc-type-grid article > span { position: absolute; top: 17px; right: 20px; font-size: 2rem; }
  .fc-type-grid small { margin-bottom: 22px; }
  .fc-rule { padding: 15px; }
  .fc-inline-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .fc-inline-cta .button { width: 100%; }
  .fc-versus { grid-template-columns: 1fr; }
  .fc-versus > span { width: 100%; min-height: 38px; margin: 0; }
  .fc-checklist, .fc-doc-links, .fc-use ul { grid-template-columns: 1fr; }
  .fc-checklist li:nth-child(n) { border-bottom: 1px solid #e3ecef; }
  .fc-checklist li:last-child { border-bottom: 0; }
  .fc-steps { grid-template-columns: 1fr; padding-left: 5px; }
  .fc-steps::before { display: block; top: 5px; right: auto; bottom: 30px; left: 21px; width: 2px; height: auto; }
  .fc-steps li { display: grid; grid-template-columns: 40px minmax(0,1fr); column-gap: 15px; padding: 0 0 27px; border-top: 0; }
  .fc-steps li > span { grid-row: 1 / span 2; margin: 0; }
  .fc-steps p { margin-top: 5px; }
  .fc-trust-grid { grid-template-columns: 1fr; gap: 19px; }
  .fc-trust-grid > a { grid-column: auto; }
  .fc-related-grid { grid-template-columns: 1fr; }
  .fc-related-grid a { min-height: 145px; }
  .fc-related-grid a:first-child { min-height: 220px; padding: 27px; }
  .fc-related-grid a:not(:first-child) { grid-template-columns: 1fr; }
  .fc-related-grid a:not(:first-child) span { grid-column: 1; grid-row: auto; padding-top: 13px; }
  .fc-final { padding-top: 12px; }
  .fc-final-card { padding: 31px 24px; border-radius: 19px; }
  .fc-final-actions { width: 100%; }
  .fc-final-actions a { width: 100%; }
  .fc-four-steps { grid-template-columns: 1fr; }
  .fc-security { padding-block: 48px; }
  .fc-security-grid::before { top: -48px; }
}

@media (max-width: 430px) {
  .faculdade-cie-guide .container { width: min(100% - 24px, 1180px); }
  .fc-breadcrumb .container { gap: 6px; font-size: .69rem; }
  .fc-breadcrumb a:nth-of-type(3), .fc-breadcrumb a:nth-of-type(3) + span { display: none; }
  .fc-hero h1 { font-size: clamp(2.08rem, 10.5vw, 2.8rem); }
  .fc-answer { margin-top: 22px; }
  .fc-actions { margin-top: 21px; }
  .fc-route { padding: 15px 12px; }
  .fc-route li { grid-template-columns: 34px minmax(0,1fr) 25px; gap: 9px; }
  .fc-route li > span { width: 33px; height: 33px; }
  .fc-route li:not(:last-child)::after { left: 21px; }
  .fc-route li strong { font-size: .88rem; }
  .fc-quick-item { padding: 22px 15px; }
  .fc-law-card { padding: 24px 21px; }
  .fc-steps li { grid-template-columns: 38px minmax(0,1fr); column-gap: 13px; }
  .fc-doc-links a { padding-left: 19px; }
  .fc-video { border-radius: 15px; }
  .fc-play { width: 58px; height: 58px; }
  .fc-related-grid a { padding: 19px; }
  .fc-faq-list summary { padding: 17px 43px 17px 17px; font-size: .88rem; }
  .fc-faq-list p { padding: 15px 17px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-faculdade .skip-link, .fc-play, .fc-related-grid a { transition: none; }
}
