/* ==========================================================================
   FS12 — página do curso  |  Agência Hapi
   ========================================================================== */

:root {
	--fs-top-h: 110px;
	--fs-bar-h: 38px;
}

.fs12 {
	--ink: #0a1030;
	--navy: #111a42;
	--navy-2: #1a2556;
	--deep: #070b1f;
	--paper: #f5f2ec;
	--paper-2: #ece7de;
	--text: #1a2140;
	--muted: #585f76;
	--muted-l: rgba(255, 255, 255, .74);
	--line: rgba(17, 26, 66, .12);
	--line-l: rgba(255, 255, 255, .12);
	--gold: #d9ae7c;
	--gold-d: #94643a;
	--gold-l: #f6e3cb;
	--gold-grad: linear-gradient(100deg, #d9ab7a 0%, #f7e4cb 46%, #dcb184 100%);
	--wa: #25d366;
	--r: 20px;
	--wrap: 1200px;
	--font: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--serif: "Instrument Serif", Georgia, "Times New Roman", serif;
	font-family: var(--font);
	color: var(--text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.fs12 *, .fs12 *::before, .fs12 *::after { box-sizing: border-box; }
.fs12 img { max-width: 100%; height: auto; display: block; }
.fs12 figure { margin: 0; }
.fs12 p { margin: 0 0 1em; }
.fs12 ul, .fs12 ol { margin: 0; padding: 0; list-style: none; }
.fs12 h1, .fs12 h2, .fs12 h3 { font-family: var(--font); margin: 0; padding: 0; text-transform: none; }
.fs12 sup { line-height: 0; }
.fs12 [hidden] { display: none !important; }

/* Elementor: containers sem espaçamentos extras */
.fs12-e { --padding-top: 0px; --padding-bottom: 0px; --padding-left: 0px; --padding-right: 0px; --gap: 0px; --row-gap: 0px; --column-gap: 0px; }
.fs12-e > .elementor-widget, .fs12-e > .e-con-inner > .elementor-widget { width: 100%; max-width: 100%; margin: 0 !important; }
.fs12-e .elementor-shortcode { width: 100%; }
body.fs12-page { background: #f5f2ec; margin: 0; overflow-x: clip; }

.fs-wrap { width: 100%; max-width: calc(var(--wrap) + 48px); margin: 0 auto; padding: 0 24px; }
.fs-center { text-align: center; }
.fs-ico { display: inline-flex; flex: none; }
.fs-ico svg { width: 18px; height: 18px; display: block; }

.fs12[id], .fs12 [id] { scroll-margin-top: 84px; }
.fs12 #inscricao { scroll-margin-top: calc(var(--fs-top-h) - var(--fs-bar-h) + 16px); }

/* ---------- tipografia ---------- */
.fs12 .fs-eyebrow {
	display: inline-flex; align-items: center; gap: 12px;
	margin: 0 0 18px;
	font: 600 12.5px/1.3 var(--font);
	letter-spacing: .16em; text-transform: uppercase;
	color: var(--gold-d);
}
.fs12 .fs-eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.fs12 .fs-eyebrow--light { color: var(--gold); }

.fs12 .fs-h2 {
	font: 700 clamp(32px, 3.7vw, 54px)/1.04 var(--font);
	letter-spacing: -.032em;
	color: var(--ink);
	margin: 0 0 22px;
	text-wrap: balance;
}
.fs12 .fs-h2--light { color: #fff; }
.fs12 .fs-h2--xl { font-size: clamp(40px, 5.2vw, 72px); }
.fs12 .fs-h3 { font: 600 18px/1.3 var(--font); color: var(--ink); margin: 28px 0 14px; }
.fs12 .fs-h3--light { color: #fff; }
.fs12 .fs-accent {
	background: var(--gold-grad);
	-webkit-background-clip: text; background-clip: text;
	color: transparent;
	-webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.fs12 .fs-prose p { font: 400 17px/1.7 var(--font); color: var(--muted); margin: 0 0 16px; }
.fs12 .fs-prose strong { color: var(--ink); font-weight: 600; }
.fs12 .fs-prose--lead p { font-size: 18.5px; }
.fs12 .fs-prose--light p { color: var(--muted-l); }
.fs12 .fs-prose--light strong { color: #fff; }

.fs12 .fs-head { max-width: 760px; margin: 0 0 56px; }
.fs12 .fs-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.fs12 .fs-head--center .fs-eyebrow::after { content: ""; width: 24px; height: 1px; background: currentColor; }
.fs12 .fs-head--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.fs12 .fs-head--split .fs-h2 { margin-bottom: 0; }
.fs12 .fs-head__aside { max-width: 380px; margin: 0; font: 400 17px/1.6 var(--font); color: var(--muted); }
.fs12 .fs-head__sub { margin: 14px 0 0; font: 400 17px/1.6 var(--font); color: var(--muted); }

/* ---------- botões ---------- */
.fs12 .fs-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 54px; padding: 0 26px;
	border: 1px solid transparent; border-radius: 999px;
	font: 600 16px/1 var(--font); letter-spacing: -.005em;
	text-decoration: none; text-transform: none; white-space: nowrap;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, background-position .5s ease, border-color .25s ease, color .25s ease;
}
.fs12 .fs-btn:focus-visible, .fs12 button:focus-visible, .fs12 a:focus-visible, .fs12 summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.fs12 .fs-btn--gold, .fs12 .fs-btn--gold:visited {
	background: var(--gold-grad); background-size: 220% 100%; background-position: 0 0;
	color: var(--ink);
	box-shadow: 0 14px 34px -14px rgba(217, 174, 124, .75), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.fs12 .fs-btn--gold:hover, .fs12 .fs-btn--gold:focus { background-position: 100% 0; color: var(--ink); transform: translateY(-1px); box-shadow: 0 18px 40px -14px rgba(217, 174, 124, .9), inset 0 1px 0 rgba(255, 255, 255, .5); }
.fs12 .fs-btn--navy, .fs12 .fs-btn--navy:visited { background: var(--navy); color: #fff; }
.fs12 .fs-btn--navy:hover, .fs12 .fs-btn--navy:focus { background: var(--navy-2); color: #fff; transform: translateY(-1px); }
.fs12 .fs-btn--ghost, .fs12 .fs-btn--ghost:visited { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .24); }
.fs12 .fs-btn--ghost:hover, .fs12 .fs-btn--ghost:focus { background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .45); color: #fff; }
.fs12 .fs-btn--outline, .fs12 .fs-btn--outline:visited { background: transparent; color: var(--navy); border-color: rgba(17, 26, 66, .22); }
.fs12 .fs-btn--outline:hover, .fs12 .fs-btn--outline:focus { background: transparent; border-color: var(--navy); color: var(--navy); }
.fs12 .fs-btn--sm { min-height: 42px; padding: 0 18px; font-size: 14.5px; }
.fs12 .fs-btn .fs-ico--arrow svg { transition: transform .25s ease; }
.fs12 .fs-btn:hover .fs-ico--arrow svg { transform: translateX(3px); }

.fs12 .fs-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font: 600 15px/1.2 var(--font); text-decoration: none; }
.fs12 .fs-link:hover { color: var(--gold-l); }
.fs12 .fs-link:hover .fs-ico svg { transform: translateX(3px); }
.fs12 .fs-link .fs-ico svg { transition: transform .25s ease; }

.fs12 .fs-chip {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 7px 13px 7px 11px; border-radius: 999px;
	background: rgba(17, 26, 66, .07); color: var(--navy);
	font: 600 12.5px/1 var(--font); letter-spacing: .01em;
}
.fs12 .fs-chip i { width: 8px; height: 8px; border-radius: 50%; background: #e2a23d; box-shadow: 0 0 0 0 rgba(226, 162, 61, .5); animation: fs-pulse 2.2s infinite; }
.fs12 .fs-chip--abertas i { background: #1fb866; box-shadow: 0 0 0 0 rgba(31, 184, 102, .5); }
.fs12 .fs-chip--esgotadas i { background: #d0463b; animation: none; }
.fs12.fs-sec--navy .fs-chip { background: rgba(255, 255, 255, .1); color: #fff; }
@keyframes fs-pulse { 0% { box-shadow: 0 0 0 0 rgba(226, 162, 61, .55); } 70% { box-shadow: 0 0 0 9px rgba(226, 162, 61, 0); } 100% { box-shadow: 0 0 0 0 rgba(226, 162, 61, 0); } }

/* ---------- logo ---------- */
.fs12 .fs-logo { display: inline-flex; align-items: center; text-decoration: none; color: #fff; }
.fs12 .fs-logo__img--recorte { position: relative; display: block; width: 92px; aspect-ratio: 740 / 370; overflow: hidden; }
.fs12 .fs-logo__img--recorte img { position: absolute; max-width: none; width: 138.38%; left: -20.27%; top: -81.08%; filter: url(#fs12-luma); }
.fs12 .fs-logo__img--normal { display: block; }
.fs12 .fs-logo__img--normal img { height: 40px; width: auto; }
.fs12 .fs-about__badge .fs-logo__img--normal img { height: 46px; }
.fs12 .fs-logo--footer .fs-logo__img--normal img { height: 52px; }
.fs12 .fs-logo__text { font: 600 30px/1 var(--font); letter-spacing: -.04em; color: #fff; }
.fs12 .fs-logo__text sup { font-size: .45em; top: -1.1em; color: var(--gold); }

/* ---------- topo fixo ---------- */
.fs-top { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: transform .35s ease; }
.admin-bar .fs-top { top: 32px; }
@media (max-width: 782px) { .admin-bar .fs-top { top: 46px; } }
@media (max-width: 600px) { .admin-bar .fs-top { top: 0; } }
.fs-top.is-scrolled { transform: translateY(calc(-1 * var(--fs-bar-h))); }
.elementor-editor-active .fs-top { position: relative; transform: none !important; }
.elementor-editor-active .fs12 .fs-header { background: #0a1030; }
.elementor-editor-active .fs12 .fs-hero__stage { padding-top: 48px; }
.fs12 .fs-skip { position: absolute; left: 12px; top: -60px; z-index: 5; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 600; text-decoration: none; }
.fs12 .fs-skip:focus { top: 8px; }

.fs12 .fs-bar { background: var(--deep); color: rgba(255, 255, 255, .82); font: 500 13.5px/1.35 var(--font); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.fs12 .fs-bar__in { min-height: var(--fs-bar-h); display: flex; align-items: center; justify-content: center; gap: 12px; padding-top: 6px; padding-bottom: 6px; text-align: center; }
.fs12 .fs-bar__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: none; animation: fs-pulse 2.2s infinite; }
.fs12 .fs-bar__txt strong { color: #fff; font-weight: 600; }
.fs12 .fs-bar__tag { padding: 3px 9px; border-radius: 999px; background: rgba(217, 174, 124, .16); color: var(--gold-l); font-weight: 600; font-size: 12px; white-space: nowrap; }
.fs12 .fs-bar__link { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-weight: 600; text-decoration: none; white-space: nowrap; }
.fs12 .fs-bar__link:hover { color: var(--gold-l); }
.fs12 .fs-bar__link .fs-ico svg { width: 15px; height: 15px; }
.fs12 .fs-bar--abertas { background: var(--gold-grad); color: var(--ink); }
.fs12 .fs-bar--abertas .fs-bar__tag { background: var(--ink); color: var(--gold-l); }
.fs12 .fs-bar--abertas .fs-bar__txt strong, .fs12 .fs-bar--abertas .fs-bar__link { color: var(--ink); }

.fs12 .fs-header { position: relative; transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.fs-top.is-scrolled .fs-header { background: rgba(10, 16, 48, .95); -webkit-backdrop-filter: saturate(140%) blur(14px); backdrop-filter: saturate(140%) blur(14px); box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 10px 30px -18px rgba(0, 0, 0, .6); }
.fs12 .fs-header__in { height: 72px; display: flex; align-items: center; gap: 32px; }
.fs12 .fs-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.fs12 .fs-nav a { position: relative; padding: 8px 12px; border-radius: 8px; color: rgba(255, 255, 255, .76); font: 500 14.5px/1 var(--font); text-decoration: none; transition: color .2s; }
.fs12 .fs-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.fs12 .fs-nav a:hover, .fs12 .fs-nav a.is-current { color: #fff; }
.fs12 .fs-nav a:hover::after, .fs12 .fs-nav a.is-current::after { transform: scaleX(1); }
.fs12 .fs-header__cta { display: flex; align-items: center; gap: 10px; }
.fs12 .fs-header__wa { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; border: 1px solid rgba(255, 255, 255, .2); transition: background .2s, border-color .2s; }
.fs12 .fs-header__wa:hover { background: var(--wa); border-color: var(--wa); color: #fff; }

/* ---------- hero ---------- */
.fs12.fs-hero { position: relative; background: var(--paper); }
.fs12 .fs-hero__stage {
	position: relative; overflow: hidden;
	padding: calc(var(--fs-top-h) + 24px) 0 150px;
	background:
		radial-gradient(900px 620px at 78% 38%, rgba(40, 58, 140, .55) 0%, rgba(40, 58, 140, 0) 62%),
		radial-gradient(700px 500px at 8% 100%, rgba(217, 174, 124, .10) 0%, rgba(217, 174, 124, 0) 60%),
		linear-gradient(180deg, #080d27 0%, #0f1846 100%);
	color: #fff;
}
.fs12 .fs-hero__grid-bg {
	position: absolute; inset: 0; pointer-events: none;
	background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 64px 64px; background-position: center top;
	-webkit-mask-image: radial-gradient(ellipse 70% 70% at 70% 40%, #000 10%, transparent 75%);
	mask-image: radial-gradient(ellipse 70% 70% at 70% 40%, #000 10%, transparent 75%);
}
.fs12 .fs-hero__grid { position: static; display: grid; grid-template-columns: minmax(0, 640px) 1fr; gap: 32px; align-items: center; min-height: min(680px, calc(100vh - var(--fs-top-h) - 110px)); }
.fs12 .fs-hero__content { position: relative; z-index: 2; padding: 32px 0 24px; }
.fs12 .fs-hero__title {
	font: 700 clamp(42px, 5.6vw, 80px)/.98 var(--font);
	letter-spacing: -.038em;
	color: #fff; margin: 0 0 26px;
	text-wrap: balance;
}
.fs12 .fs-hero__lead p { font: 400 clamp(17px, 1.35vw, 19.5px)/1.6 var(--font); color: rgba(255, 255, 255, .76); max-width: 33em; margin: 0 0 12px; }
.fs12 .fs-hero__lead strong { color: #fff; font-weight: 600; }
.fs12 .fs-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.fs12 .fs-stats { display: flex; flex-wrap: wrap; gap: 20px 48px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line-l); max-width: 560px; }
.fs12 .fs-stat { display: flex; flex-direction: column; gap: 6px; }
.fs12 .fs-stat__num { font: 700 clamp(34px, 3.2vw, 46px)/1 var(--font); letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.fs12 .fs-stat__label { font: 500 14px/1.3 var(--font); color: rgba(255, 255, 255, .62); }
.fs12 .fs-hero__media { position: absolute; z-index: 1; top: calc(var(--fs-top-h) - 16px); right: 0; bottom: 0; width: min(58vw, 1100px); pointer-events: none; }
.fs12 .fs-hero__img {
	position: absolute; inset: 0; width: 100%; height: 100%; max-width: none;
	object-fit: cover; object-position: 44% 0%;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%), linear-gradient(180deg, transparent 0%, #000 6%, #000 76%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%), linear-gradient(180deg, transparent 0%, #000 6%, #000 76%, transparent 100%);
	mask-composite: intersect;
}

/* cartão de pré-inscrição */
.fs12 .fs-enroll {
	position: relative; z-index: 3;
	display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	margin-top: -104px;
	background: #fff; border-radius: 28px; overflow: hidden;
	box-shadow: 0 40px 90px -30px rgba(7, 11, 31, .45), 0 0 0 1px rgba(17, 26, 66, .06);
}
.fs12 .fs-enroll:focus { outline: none; }
.fs12 .fs-enroll__intro {
	position: relative; padding: 44px 44px 40px;
	background: linear-gradient(160deg, #f8f5ef 0%, #efe9df 100%);
	border-right: 1px solid var(--line);
}
.fs12 .fs-enroll__title { font: 700 clamp(30px, 3vw, 42px)/1.05 var(--font); letter-spacing: -.03em; color: var(--ink); margin: 18px 0 14px; }
.fs12 .fs-enroll__date { font: 500 17px/1.4 var(--font); color: var(--ink); margin: 0 0 14px; }
.fs12 .fs-enroll__text { font: 400 16px/1.6 var(--font); color: var(--muted); margin: 0 0 22px; }
.fs12 .fs-enroll__alt { font: 500 14.5px/1.5 var(--font); color: var(--muted); margin: 0; padding-top: 20px; border-top: 1px solid var(--line); }
.fs12 .fs-enroll__alt a { display: inline-flex; align-items: center; gap: 6px; color: #128c4a; font-weight: 600; text-decoration: none; margin-left: 4px; }
.fs12 .fs-enroll__alt a:hover { text-decoration: underline; }
.fs12 .fs-enroll__alt .fs-ico svg { width: 16px; height: 16px; }
.fs12 .fs-enroll__form { padding: 40px 44px 34px; }
.fs12 .fs-enroll__note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font: 400 13px/1.4 var(--font); color: var(--muted); }
.fs12 .fs-enroll__note .fs-ico svg { width: 15px; height: 15px; }

/* contagem regressiva */
.fs12 .fs-count { display: flex; gap: 8px; margin: 0 0 20px; }
.fs12 .fs-count__u { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 62px; padding: 10px 6px 8px; border-radius: 12px; background: var(--ink); color: #fff; }
.fs12 .fs-count__u b { font: 700 24px/1 var(--font); font-variant-numeric: tabular-nums; }
.fs12 .fs-count__u small { margin-top: 5px; font: 500 10.5px/1 var(--font); letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.fs12 .fs-count--light .fs-count__u { background: rgba(255, 255, 255, .08); border: 1px solid var(--line-l); }
.fs12 .fs-count--bar { margin: 0; gap: 4px; }
.fs12 .fs-count--bar .fs-count__u { flex-direction: row; gap: 2px; min-width: 0; padding: 3px 7px; border-radius: 6px; background: var(--ink); }
.fs12 .fs-count--bar .fs-count__u b { font-size: 13px; }
.fs12 .fs-count--bar .fs-count__u small { margin: 0; font-size: 10px; letter-spacing: 0; text-transform: none; }

/* formulário do Elementor dentro do cartão */
.fs12 .fs12-form .elementor-form-fields-wrapper { margin: 0 -8px !important; }
.fs12 .fs12-form .elementor-field-group { padding: 0 8px !important; margin: 0 0 16px !important; }
.fs12 .fs12-form .elementor-field-type-hidden { display: none !important; }
.fs12 .fs12-form .elementor-field-label { display: block; margin: 0 0 7px !important; padding: 0 !important; font: 600 13px/1.3 var(--font) !important; color: var(--ink) !important; letter-spacing: 0 !important; text-transform: none !important; }
.fs12 .fs12-form .elementor-field-textual,
.fs12 .fs12-form .elementor-field-group .elementor-select-wrapper select {
	width: 100%; min-height: 52px !important; padding: 12px 15px !important;
	border: 1px solid #d4d7e0 !important; border-radius: 12px !important;
	background: #fbfbfc !important; color: var(--ink) !important;
	font: 400 15.5px/1.3 var(--font) !important;
	box-shadow: none !important;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.fs12 .fs12-form .elementor-field-textual::placeholder { color: #9aa0b1 !important; opacity: 1; }
.fs12 .fs12-form .elementor-field-textual:focus,
.fs12 .fs12-form .elementor-select-wrapper select:focus { border-color: var(--navy) !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(217, 174, 124, .28) !important; outline: none !important; }
.fs12 .fs12-form .elementor-select-wrapper::before { color: var(--navy) !important; right: 14px !important; }
.fs12 .fs12-form .elementor-field-type-submit { margin: 6px 0 0 !important; }
.fs12 .fs12-form .elementor-button {
	width: 100%; min-height: 58px !important; padding: 0 28px !important;
	border: 0 !important; border-radius: 999px !important;
	background: var(--gold-grad) !important; background-size: 220% 100% !important;
	color: var(--ink) !important; font: 700 16.5px/1 var(--font) !important; letter-spacing: -.005em !important; text-transform: none !important;
	box-shadow: 0 14px 34px -14px rgba(217, 174, 124, .8), inset 0 1px 0 rgba(255, 255, 255, .5) !important;
	transition: background-position .5s ease, transform .25s ease !important;
}
.fs12 .fs12-form .elementor-button:hover, .fs12 .fs12-form .elementor-button:focus { background-position: 100% 0 !important; transform: translateY(-1px); color: var(--ink) !important; }
.fs12 .fs12-form .elementor-button .elementor-button-text { color: var(--ink) !important; }
.fs12 .fs12-form .elementor-message { margin-top: 14px; padding: 12px 14px; border-radius: 12px; font: 500 14.5px/1.45 var(--font); }
.fs12 .fs12-form .elementor-message::before { display: none; }
.fs12 .fs12-form .elementor-message-success { background: #e8f6ee; color: #146c3c; }
.fs12 .fs12-form .elementor-message-danger, .fs12 .fs12-form .elementor-error .elementor-message { background: #fdecea; color: #a4231b; }
.fs12 .fs12-form .elementor-field-group .elementor-field-textual.elementor-error { border-color: #d0463b !important; }
.fs12 .fs12-form .elementor-form .elementor-help-inline { font: 500 12.5px/1.3 var(--font); color: #a4231b; margin-top: 6px; display: block; }
.fs12 .fs-formfallback p { font: 400 16px/1.6 var(--font); color: var(--muted); }

/* ---------- seções ---------- */
.fs12.fs-sec { position: relative; padding: clamp(80px, 9vw, 136px) 0; background: #fff; }
.fs12.fs-sec--paper { background: var(--paper); }
.fs12.fs-sec--navy { background: var(--navy); color: #fff; }
.fs12.fs-about { padding-top: clamp(64px, 6vw, 88px); }

/* sobre */
.fs12 .fs-about__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.fs12 .fs-about__media { position: relative; }
.fs12 .fs-about__img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 55% center; border-radius: 28px; box-shadow: 0 40px 80px -40px rgba(7, 11, 31, .5); }
.fs12 .fs-about__badge { position: absolute; left: -22px; bottom: 36px; display: grid; place-items: center; width: 132px; height: 92px; border-radius: 20px; background: #05070f; box-shadow: 0 20px 40px -18px rgba(7, 11, 31, .7); }
.fs12 .fs-about__badge .fs-logo__img--recorte { width: 100px; }
.fs12 .fs-answer { margin: 0 0 22px; padding-left: 20px; border-left: 3px solid var(--gold); font: 500 clamp(19px, 1.6vw, 22px)/1.45 var(--font); color: var(--ink); }
.fs12 .fs-answer strong { font-weight: 700; }
.fs12 .fs-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 30px 0 34px; }
.fs12 .fs-facts__row { padding: 16px 0; border-top: 1px solid var(--line); }
.fs12 .fs-facts dt { margin: 0 0 6px; font: 600 11.5px/1.2 var(--font); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-d); }
.fs12 .fs-facts dd { margin: 0; font: 500 15.5px/1.45 var(--font); color: var(--ink); }

/* método */
.fs12 .fs-method__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(40px, 6vw, 88px); align-items: start; }
.fs12 .fs-steps { position: relative; counter-reset: fs; }
.fs12 .fs-steps::before { content: ""; position: absolute; left: 25px; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(180deg, var(--gold), rgba(217, 174, 124, .15)); }
.fs12 .fs-step { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 22px; padding: 20px 0; }
.fs12 .fs-step__n { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1px solid rgba(17, 26, 66, .2); font: 700 14px/1 var(--font); color: var(--navy); font-variant-numeric: tabular-nums; transition: background .3s, color .3s, border-color .3s; }
.fs12 .fs-step:hover .fs-step__n { background: var(--navy); color: var(--gold-l); border-color: var(--navy); }
.fs12 .fs-step__body { padding-top: 4px; }
.fs12 .fs-step__title { font: 600 20px/1.3 var(--font); letter-spacing: -.01em; color: var(--ink); margin: 0 0 6px; }
.fs12 .fs-step__body p { font: 400 16px/1.6 var(--font); color: var(--muted); margin: 0; }
.fs12 .fs-method__side { position: sticky; top: 110px; }
.fs12 .fs-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fs12 .fs-mosaic__item { border-radius: 18px; overflow: hidden; background: var(--paper); }
.fs12 .fs-mosaic__item img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .8s ease; }
.fs12 .fs-mosaic__item:hover img { transform: scale(1.04); }
.fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(1) img, .fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(4) img { aspect-ratio: 4 / 5; }
.fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(2) img, .fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(3) img { aspect-ratio: 4 / 5; }
.fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(even) { transform: translateY(28px); }
.fs12 .fs-callout { display: flex; gap: 14px; align-items: flex-start; margin: 52px 0 26px; padding: 22px 24px; border-radius: 18px; background: var(--navy); color: rgba(255, 255, 255, .88); font: 500 16px/1.55 var(--font); }
.fs12 .fs-callout .fs-ico { color: var(--gold); margin-top: 2px; }
.fs12 .fs-callout strong { color: #fff; }

/* técnica + tecnologia */
.fs12.fs-mentor { background: radial-gradient(900px 600px at 10% 20%, rgba(40, 58, 140, .45), rgba(40, 58, 140, 0) 60%), var(--navy); }
.fs12 .fs-mentor__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.fs12 .fs-videocard {
	position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; padding: 0; margin: 0;
	border: 0; border-radius: 28px; overflow: hidden; background: #000; cursor: pointer;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .08);
}
.fs12 .fs-videocard img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform .8s ease; }
.fs12 .fs-videocard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 11, 31, 0) 50%, rgba(7, 11, 31, .75) 100%); }
.fs12 .fs-videocard:hover img { transform: scale(1.03); }
.fs12 .fs-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 84px; height: 84px; margin: -42px 0 0 -42px; border-radius: 50%; background: var(--gold-grad); color: var(--ink); box-shadow: 0 0 0 10px rgba(217, 174, 124, .22); transition: transform .3s ease, box-shadow .3s ease; }
.fs12 .fs-play svg { width: 28px; height: 28px; margin-left: 4px; }
.fs12 .fs-videocard:hover .fs-play, .fs12 .fs-reel__btn:hover .fs-play { transform: scale(1.07); box-shadow: 0 0 0 16px rgba(217, 174, 124, .18); }
.fs12 .fs-videocard__label { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: #fff; font: 600 15px/1 var(--font); letter-spacing: .01em; }
.fs12 .fs-quote { margin: 30px 0 8px; padding: 6px 0 6px 26px; border-left: 2px solid var(--gold); }
.fs12 .fs-quote p { margin: 0; font: italic 400 clamp(25px, 2.5vw, 34px)/1.22 var(--serif); color: #fff; letter-spacing: -.005em; }
.fs12 .fs-checks { display: grid; gap: 12px; margin: 0 0 24px; }
.fs12 .fs-checks li { display: flex; align-items: flex-start; gap: 12px; font: 500 16.5px/1.5 var(--font); color: rgba(255, 255, 255, .9); }
.fs12 .fs-checks .fs-ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(217, 174, 124, .16); color: var(--gold); margin-top: -1px; }
.fs12 .fs-checks .fs-ico svg { width: 14px; height: 14px; }
.fs12 .fs-mentor__close { font: 400 16px/1.6 var(--font); color: var(--muted-l); margin: 0 0 28px; }

/* dores */
.fs12 .fs-pains__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fs12 .fs-pain { position: relative; padding: 30px 28px 30px; border-radius: 22px; background: #fff; border: 1px solid var(--line); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.fs12 .fs-pain:hover { transform: translateY(-4px); border-color: rgba(217, 174, 124, .7); box-shadow: 0 30px 60px -36px rgba(17, 26, 66, .45); }
.fs12 .fs-pain__n { display: block; font: 700 46px/1 var(--font); letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1.2px rgba(17, 26, 66, .42); transition: -webkit-text-stroke-color .35s; }
.fs12 .fs-pain:hover .fs-pain__n { -webkit-text-stroke-color: var(--gold); }
.fs12 .fs-pain__title { font: 600 19.5px/1.3 var(--font); letter-spacing: -.01em; color: var(--ink); margin: 22px 0 10px; }
.fs12 .fs-pain p { font: 400 15.5px/1.6 var(--font); color: var(--muted); margin: 0; }
.fs12 .fs-pains__answer { margin: 56px 0 22px; font: italic 400 clamp(26px, 2.6vw, 34px)/1.2 var(--serif); color: var(--ink); }

/* para quem é */
.fs12 .fs-aud__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.fs12 .fs-aud { display: flex; flex-direction: column; border-radius: 26px; overflow: hidden; background: var(--navy); color: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.fs12 .fs-aud:hover { transform: translateY(-4px); box-shadow: 0 40px 70px -40px rgba(7, 11, 31, .8); }
.fs12 .fs-aud__media { overflow: hidden; }
.fs12 .fs-aud__media img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; transition: transform .8s ease; }
.fs12 .fs-aud:hover .fs-aud__media img { transform: scale(1.04); }
.fs12 .fs-aud__body { display: flex; flex-direction: column; flex: 1; padding: 26px 28px 30px; }
.fs12 .fs-aud__sub { margin: 0 0 8px; font: 600 12px/1.3 var(--font); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.fs12 .fs-aud__title { font: 700 25px/1.15 var(--font); letter-spacing: -.02em; color: #fff; margin: 0 0 14px; }
.fs12 .fs-aud__text { flex: 1; font: 400 15.5px/1.62 var(--font); color: rgba(255, 255, 255, .72); margin: 0 0 22px; }

/* faixa */
.fs12.fs-ticker {
	position: relative; overflow: hidden; padding: 22px 0;
	background: var(--deep); border-block: 1px solid rgba(255, 255, 255, .06);
}
.fs12.fs-ticker::before, .fs12.fs-ticker::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 1; width: min(160px, 12vw); pointer-events: none; }
.fs12.fs-ticker::before { left: 0; background: linear-gradient(90deg, var(--deep), rgba(7, 11, 31, 0)); }
.fs12.fs-ticker::after { right: 0; background: linear-gradient(270deg, var(--deep), rgba(7, 11, 31, 0)); }
.fs12 .fs-ticker__row { display: flex; align-items: center; width: max-content; animation: fs-marquee 80s linear infinite; }
.fs12 .fs-ticker__item { font: 600 12.5px/1 var(--font); letter-spacing: .26em; text-transform: uppercase; color: rgba(255, 255, 255, .72); white-space: nowrap; }
.fs12 .fs-ticker__item--serif { font: italic 400 25px/1 var(--serif); letter-spacing: 0; text-transform: none; color: var(--gold-l); }
.fs12 .fs-ticker__sep { flex: none; width: 5px; height: 5px; margin: 0 34px; border-radius: 50%; background: var(--gold); opacity: .75; }
@keyframes fs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* flyers das turmas */
.fs12.fs-flyers { background: var(--paper); padding: clamp(64px, 7vw, 104px) 0 clamp(40px, 4vw, 64px); }
.fs12 .fs-flyers__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 28px; }
.fs12.fs-flyers--2 .fs-flyers__grid { grid-template-columns: repeat(2, minmax(0, 420px)); }
.fs12 .fs-flyer { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.fs12 .fs-flyer__img { position: relative; display: block; width: 100%; padding: 0; margin: 0; border: 0; border-radius: 20px; overflow: hidden; background: #fff; cursor: zoom-in; box-shadow: 0 34px 60px -34px rgba(7, 11, 31, .55), 0 0 0 1px rgba(17, 26, 66, .06); }
.fs12 .fs-flyer__img img { width: 100%; height: auto; transition: transform .7s ease; }
.fs12 .fs-flyer__img:hover img { transform: scale(1.02); }
.fs12 .fs-flyer__zoom { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(10, 16, 48, .78); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.fs12 .fs-flyer__zoom svg { width: 18px; height: 18px; }
.fs12 .fs-flyer__title { font: 700 21px/1.2 var(--font); letter-spacing: -.015em; color: var(--ink); margin: 0 0 4px; }
.fs12 .fs-flyer__meta { font: 500 15px/1.45 var(--font); color: var(--gold-d); margin: 0; }
.fs12 .fs-flyer .fs-btn { min-height: 48px; }
.fs12.fs-flyers--1 .fs-flyers__grid { grid-template-columns: 1fr; }
.fs12.fs-flyers--1 .fs-flyer { display: grid; grid-template-columns: minmax(0, 400px) minmax(0, 1fr); align-items: center; column-gap: 48px; row-gap: 16px; }
.fs12.fs-flyers--1 .fs-flyer__img { grid-row: span 2; }
.fs12.fs-flyers--1 .fs-flyer__body { align-self: end; }
.fs12.fs-flyers--1 .fs-flyer .fs-btn { align-self: start; justify-self: start; }
.fs12.fs-flyers--1 .fs-flyer__title { font-size: clamp(24px, 2.4vw, 32px); }
.fs12 .fs-flyers__placeholder { display: flex; flex-direction: column; gap: 6px; padding: 28px; border: 2px dashed rgba(17, 26, 66, .25); border-radius: 18px; font: 400 15px/1.5 var(--font); color: var(--muted); }
.fs12 .fs-flyers__placeholder strong { color: var(--ink); font-size: 16px; }
.fs12 .fs-flyers__placeholder a { color: var(--navy); font-weight: 600; }

/* curso online */
.fs12.fs-online { background: var(--paper); padding-top: clamp(24px, 3vw, 48px); padding-bottom: clamp(64px, 7vw, 104px); }
.fs12 .fs-online__card {
	position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(32px, 5vw, 72px); align-items: center;
	padding: clamp(36px, 5vw, 72px); border-radius: 32px; overflow: hidden; color: #fff;
	background:
		radial-gradient(600px 420px at 88% 50%, rgba(217, 174, 124, .22), rgba(217, 174, 124, 0) 62%),
		radial-gradient(700px 500px at 0% 0%, rgba(40, 58, 140, .55), rgba(40, 58, 140, 0) 60%),
		linear-gradient(135deg, #121b46 0%, #0a1030 100%);
	box-shadow: 0 50px 90px -50px rgba(7, 11, 31, .7);
}
.fs12 .fs-online__card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse at 80% 50%, #000 0%, transparent 70%); mask-image: radial-gradient(ellipse at 80% 50%, #000 0%, transparent 70%); }
.fs12 .fs-online__content { position: relative; z-index: 1; }
.fs12 .fs-online__list { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 32px; }
.fs12 .fs-online__list li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px 9px 10px; border-radius: 999px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); font: 500 14.5px/1.2 var(--font); color: rgba(255, 255, 255, .9); }
.fs12 .fs-online__list .fs-ico { color: var(--gold); }
.fs12 .fs-online__list .fs-ico svg { width: 15px; height: 15px; }
.fs12 .fs-online__media { position: relative; z-index: 1; display: flex; justify-content: center; }
.fs12 .fs-online__flyer { display: block; width: 100%; max-width: 340px; padding: 0; margin: 0; border: 0; border-radius: 22px; overflow: hidden; background: #000; cursor: zoom-in; transform: rotate(3deg); box-shadow: 0 40px 70px -26px rgba(0, 0, 0, .75), 0 0 0 1px rgba(255, 255, 255, .1); transition: transform .5s ease; }
.fs12 .fs-online__flyer:hover { transform: rotate(0deg) scale(1.02); }
.fs12 .fs-online__flyer img { width: 100%; height: auto; }

/* professores */
.fs12 .fs-teachers__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fs12 .fs-teacher { display: flex; flex-direction: column; border-radius: 28px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.fs12 .fs-teacher__media { overflow: hidden; background: var(--ink); }
.fs12 .fs-teacher__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 25%; transition: transform .9s ease; }
.fs12 .fs-teacher:hover .fs-teacher__media img { transform: scale(1.03); }
.fs12 .fs-teacher__body { padding: 30px 32px 34px; }
.fs12 .fs-teacher__name { font: 700 clamp(24px, 2.2vw, 30px)/1.1 var(--font); letter-spacing: -.025em; color: var(--ink); margin: 0 0 8px; }
.fs12 .fs-teacher__role { margin: 0 0 20px; font: 600 14.5px/1.4 var(--font); color: var(--gold-d); }
.fs12 .fs-creds li { position: relative; padding: 11px 0 11px 22px; border-top: 1px solid var(--line); font: 400 15.5px/1.45 var(--font); color: var(--text); }
.fs12 .fs-creds li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 7px; height: 7px; border-radius: 2px; background: var(--gold); transform: rotate(45deg); }

/* depoimentos */
.fs12.fs-testi { overflow: hidden; }
.fs12 .fs-scroller__nav { display: flex; gap: 10px; flex: none; }
.fs12 .fs-roundbtn { display: grid; place-items: center; width: 52px; height: 52px; padding: 0; border-radius: 50%; border: 1px solid rgba(17, 26, 66, .2); background: transparent; color: var(--navy); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.fs12 .fs-roundbtn:hover, .fs12 .fs-roundbtn:focus { background: var(--navy); color: #fff; border-color: var(--navy); }
.fs12 .fs-roundbtn--next svg { transform: rotate(180deg); }
.fs12 .fs-roundbtn[disabled] { opacity: .35; cursor: default; background: transparent; color: var(--navy); }
.fs12 .fs-scroller { overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding: 0 max(24px, calc((100vw - var(--wrap)) / 2)); scrollbar-width: none; padding: 4px 0 8px; }
.fs12 .fs-scroller::-webkit-scrollbar { display: none; }
.fs12 .fs-scroller:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.fs12 .fs-scroller__track { display: flex; gap: 16px; width: max-content; padding: 0 max(24px, calc((100vw - var(--wrap)) / 2)); }
.fs12 .fs-reel { width: clamp(210px, 21vw, 262px); scroll-snap-align: start; }
.fs12 .fs-reel__btn { position: relative; display: block; width: 100%; aspect-ratio: 9 / 15; padding: 0; margin: 0; border: 0; border-radius: 22px; overflow: hidden; background: #1b1f33; cursor: pointer; }
.fs12 .fs-reel__btn img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.fs12 .fs-reel__btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 11, 31, 0) 55%, rgba(7, 11, 31, .7) 100%); }
.fs12 .fs-reel__btn:hover img { transform: scale(1.04); }
.fs12 .fs-play--sm { width: 60px; height: 60px; margin: -30px 0 0 -30px; box-shadow: 0 0 0 8px rgba(217, 174, 124, .22); }
.fs12 .fs-play--sm svg { width: 22px; height: 22px; }
.fs12 .fs-reel__name { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; color: #fff; font: 600 14px/1.3 var(--font); text-align: left; }
.fs12 .fs-quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 56px; }
.fs12 .fs-qcard { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; margin: 0; padding: 34px 34px 28px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 60px -44px rgba(17, 26, 66, .45); }
.fs12 .fs-qcard::before { content: "\201C"; display: block; height: 30px; margin: -6px 0 -14px; font: 400 72px/1 Georgia, "Times New Roman", serif; color: var(--gold); pointer-events: none; }
.fs12 .fs-qcard blockquote { margin: 0; padding: 0; border: 0; }
.fs12 .fs-qcard blockquote p { margin: 0; font: italic 400 21px/1.42 var(--serif); color: var(--ink); }
.fs12 .fs-qcard figcaption { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); font: 600 15px/1.3 var(--font); color: var(--ink); }
.fs12 .fs-qcard figcaption img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(217, 174, 124, .6); }
.fs12 .fs-qcard figcaption small { display: block; margin-top: 3px; font: 500 12.5px/1.2 var(--font); color: var(--gold-d); letter-spacing: .02em; }
.fs12 .fs-reel__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #1b1f33; pointer-events: none; }
@media (max-width: 760px) { .fs12 .fs-quotes { grid-template-columns: 1fr; } .fs12 .fs-qcard { padding: 28px 24px 24px; } .fs12 .fs-qcard blockquote p { font-size: 19px; } }
.fs12 .fs-testi__cta { margin-top: 52px; }

/* perguntas */
.fs12 .fs-faq__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.fs12 .fs-faq__head { position: sticky; top: 110px; }
.fs12 .fs-faq__head .fs-head__sub { margin: 0 0 26px; }
.fs12 .fs-qa { border-top: 1px solid var(--line); }
.fs12 .fs-qa:last-child { border-bottom: 1px solid var(--line); }
.fs12 .fs-qa summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; }
.fs12 .fs-qa summary::-webkit-details-marker { display: none; }
.fs12 .fs-qa__q { font: 600 clamp(17px, 1.4vw, 19.5px)/1.35 var(--font); letter-spacing: -.01em; color: var(--ink); margin: 0; }
.fs12 .fs-qa summary:hover .fs-qa__q { color: var(--navy-2); }
.fs12 .fs-qa__icon { position: relative; flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(17, 26, 66, .22); transition: background .25s, border-color .25s, transform .3s; }
.fs12 .fs-qa__icon::before, .fs12 .fs-qa__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -.75px 0 0 -6px; background: var(--navy); transition: transform .3s ease, background .25s; }
.fs12 .fs-qa__icon::after { transform: rotate(90deg); }
.fs12 .fs-qa[open] .fs-qa__icon { background: var(--navy); border-color: var(--navy); }
.fs12 .fs-qa[open] .fs-qa__icon::before, .fs12 .fs-qa[open] .fs-qa__icon::after { background: var(--gold-l); }
.fs12 .fs-qa[open] .fs-qa__icon::after { transform: rotate(0deg); }
.fs12 .fs-qa__a { padding: 0 60px 26px 0; }
.fs12 .fs-qa__a p { font: 400 16.5px/1.7 var(--font); color: var(--muted); margin: 0 0 10px; max-width: 64ch; }

/* chamada final */
.fs12.fs-final {
	overflow: hidden;
	background:
		radial-gradient(800px 560px at 82% 55%, rgba(217, 174, 124, .16), rgba(217, 174, 124, 0) 60%),
		radial-gradient(1000px 700px at 10% 0%, rgba(40, 58, 140, .5), rgba(40, 58, 140, 0) 60%),
		linear-gradient(180deg, #0f1846 0%, #080d27 100%);
}
.fs12 .fs-final__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 48px; align-items: center; }
.fs12 .fs-final__content .fs-chip { margin-bottom: 24px; }
.fs12 .fs-final__content .fs-eyebrow { display: flex; }
.fs12 .fs-final__date { font: 500 20px/1.4 var(--font); color: #fff; margin: 0 0 16px; }
.fs12 .fs-final__date strong { color: var(--gold-l); }
.fs12 .fs-final__text { font: 400 18.5px/1.65 var(--font); color: var(--muted-l); max-width: 36em; margin: 0 0 12px; }
.fs12 .fs-final__vagas { display: flex; gap: 10px; align-items: center; font: 500 14.5px/1.5 var(--font); color: var(--gold-l); margin: 0 0 32px; }
.fs12 .fs-final__vagas::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }
.fs12 .fs-final__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fs12 .fs-final__media { display: flex; justify-content: center; }
.fs12 .fs-final__media img { width: 100%; max-width: 360px; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .55)); transform: rotate(4deg); }

/* vídeo de fundo */
.fs12 .fs-bgvideo { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: #070b1f; }
.fs12 .fs-bgvideo__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.fs12 .fs-bgvideo__frame { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.fs12 .fs-bgvideo.is-playing .fs-bgvideo__frame { opacity: 1; }
.fs12 .fs-bgvideo__frame iframe { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); border: 0; }
.fs12 .fs-bgvideo__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fs12.fs-final.has-video::before {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(8, 13, 39, .95) 0%, rgba(8, 13, 39, .84) 40%, rgba(8, 13, 39, .5) 100%),
		linear-gradient(0deg, rgba(8, 13, 39, .9) 0%, rgba(8, 13, 39, 0) 32%),
		linear-gradient(180deg, rgba(8, 13, 39, .75) 0%, rgba(8, 13, 39, 0) 26%);
}
.fs12.fs-final .fs-hero__grid-bg { z-index: 1; }
.fs12.fs-final .fs-final__grid { z-index: 2; }
.fs12.fs-final.has-video { min-height: min(760px, 92vh); display: flex; align-items: center; }
.fs12.fs-final.has-video > .fs-wrap { width: 100%; }

/* rodapé */
.fs12.fs-footer { background: var(--deep); color: rgba(255, 255, 255, .64); padding: 64px 0 40px; }
.fs12 .fs-footer__grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.fs12 .fs-footer__brand { max-width: 380px; }
.fs12 .fs-footer__brand p { margin: 18px 0 0; font: 400 15px/1.6 var(--font); }
.fs12 .fs-logo--footer .fs-logo__img--recorte { width: 110px; }
.fs12 .fs-footer__links { display: flex; flex-direction: column; gap: 12px; }
.fs12 .fs-footer__links a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .85); text-decoration: none; font: 500 15px/1.3 var(--font); }
.fs12 .fs-footer__links a:hover { color: var(--gold); }
.fs12 .fs-footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 32px; padding-top: 24px; }
.fs12 .fs-footer__legal p { margin: 0; font: 400 13px/1.5 var(--font); color: rgba(255, 255, 255, .5); }

/* WhatsApp flutuante e barra móvel */
.fs12.fs-wafloat { position: fixed; right: 22px; bottom: 22px; z-index: 850; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 14px 30px -10px rgba(18, 140, 74, .7); transition: transform .25s ease; }
.fs12.fs-wafloat:hover { transform: scale(1.07); color: #fff; }
.fs12.fs-wafloat svg { width: 28px; height: 28px; }
.fs12.fs-mbar { display: none; }

/* modal de vídeo */
.fs-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.fs-modal[hidden] { display: none; }
.fs-modal__backdrop { position: absolute; inset: 0; background: rgba(5, 8, 22, .88); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.fs-modal__box { position: relative; width: min(1040px, 100%); }
.fs-modal__box--v { width: min(400px, 100%, calc((100vh - 120px) * 9 / 16)); }
.fs-modal__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 40px 100px rgba(0, 0, 0, .6); }
.fs-modal__box--v .fs-modal__frame { aspect-ratio: 9 / 16; }
.fs-modal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fs-modal__box--img { width: auto; max-width: min(92vw, 960px); }
.fs-modal__box--img .fs-modal__frame { aspect-ratio: auto; background: transparent; box-shadow: none; }
.fs-modal__img { display: block; max-width: 100%; max-height: calc(100vh - 110px); width: auto; height: auto; margin: 0 auto; border-radius: 14px; box-shadow: 0 40px 100px rgba(0, 0, 0, .6); }
.fs-modal__frame video { position: absolute; inset: 0; width: 100%; height: 100%; background: #000; }
.fs-modal__close { position: absolute; right: 0; top: -52px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255, 255, 255, .3) !important; border-radius: 50% !important; background: rgba(255, 255, 255, .06) !important; color: #fff !important; font: 400 26px/1 system-ui, sans-serif; cursor: pointer; }
.fs-modal__close:hover { background: rgba(255, 255, 255, .16) !important; }

/* animações de entrada */
.fs12-js .fs12 .fs-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.fs12-js .fs12 .fs-reveal.is-in { opacity: 1; transform: none; }
.elementor-editor-active .fs12 .fs-reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
	.fs12-js .fs12 .fs-reveal { opacity: 1; transform: none; transition: none; }
	.fs12 .fs-ticker__row { animation: none; }
	.fs12 *, .fs12 *::before, .fs12 *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- responsivo ---------- */
@media (max-width: 1140px) {
	.fs12 .fs-nav { display: none; }
	.fs12 .fs-header__cta { margin-left: auto; }
}
@media (max-width: 1024px) {
	.fs12 .fs-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
	.fs12 .fs-enroll { grid-template-columns: 1fr; }
	.fs12 .fs-enroll__intro { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
	.fs12 .fs-pains__grid, .fs12 .fs-aud__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fs12 .fs-mentor__grid { gap: 48px; }
}
@media (max-width: 900px) {
	:root { --fs-top-h: 100px; }
	.fs12 .fs-hero__stage { padding-top: calc(var(--fs-top-h) + min(62vw, 330px)); padding-bottom: 120px; }
	.fs12 .fs-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }
	.fs12 .fs-hero__content { padding: 0; }
	.fs12 .fs-hero__media { top: calc(var(--fs-top-h) - 24px); left: 0; right: 0; bottom: auto; width: auto; height: min(118vw, 600px); }
	.fs12 .fs-hero__img {
		object-position: 58% 0%;
		-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 46%, transparent 86%);
		mask-image: linear-gradient(180deg, #000 0%, #000 46%, transparent 86%);
		-webkit-mask-composite: source-over; mask-composite: add;
	}
	.fs12 .fs-hero__title, .fs12 .fs-hero__content .fs-eyebrow { text-shadow: 0 2px 24px rgba(8, 13, 39, .6); }
	.fs12 .fs-online__card { grid-template-columns: 1fr; }
	.fs12 .fs-online__media { order: -1; }
	.fs12 .fs-online__flyer { max-width: 260px; }
	.fs12.fs-flyers--1 .fs-flyer { grid-template-columns: 1fr; }
	.fs12.fs-flyers--1 .fs-flyer__img { grid-row: auto; max-width: 420px; }
	.fs12.fs-flyers--2 .fs-flyers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fs12 .fs-enroll { margin-top: -84px; }
	.fs12 .fs-about__grid, .fs12 .fs-method__grid, .fs12 .fs-mentor__grid, .fs12 .fs-faq__grid, .fs12 .fs-final__grid { grid-template-columns: 1fr; }
	.fs12 .fs-about__media { max-width: 520px; }
	.fs12 .fs-about__img { aspect-ratio: 4 / 3.4; }
	.fs12 .fs-method__side, .fs12 .fs-faq__head { position: static; }
	.fs12 .fs-mentor__media { max-width: 480px; }
	.fs12 .fs-teachers__grid { grid-template-columns: 1fr; }
	.fs12 .fs-head--split { flex-direction: column; align-items: flex-start; gap: 20px; }
	.fs12 .fs-final__media { display: none; }
}
@media (max-width: 640px) {
	:root { --fs-bar-h: 44px; }
	.fs-wrap { padding: 0 18px; }
	.fs12 .fs-bar { font-size: 12.5px; }
	.fs12 .fs-bar__in { gap: 8px; flex-wrap: wrap; }
	.fs12 .fs-bar__link { display: none; }
	.fs12 .fs-bar--abertas .fs-count--bar { display: none; }
	.fs12 .fs-header__in { height: 62px; }
	.fs12 .fs-header .fs-btn--sm { display: none; }
	.fs12 .fs-hero__title { font-size: clamp(38px, 11vw, 48px); }
	.fs12 .fs-hero__actions .fs-btn { width: 100%; }
	.fs12 .fs-stats { gap: 18px 32px; margin-top: 36px; }
	.fs12 .fs-enroll { border-radius: 22px; }
	.fs12 .fs-enroll__intro { padding: 28px 22px 24px; }
	.fs12 .fs-enroll__form { padding: 26px 22px 24px; }
	.fs12 .fs-count__u { min-width: 0; flex: 1; }
	.fs12 .fs-facts { grid-template-columns: 1fr; }
	.fs12 .fs-about__badge { left: 12px; bottom: 12px; width: 108px; height: 76px; }
	.fs12 .fs-about__badge .fs-logo__img--recorte { width: 84px; }
	.fs12 .fs-about__badge .fs-logo__img--normal img { height: 38px; }
	.fs12 .fs-header .fs-logo__img--normal img { height: 34px; }
	.fs12 .fs-pains__grid, .fs12 .fs-aud__grid { grid-template-columns: 1fr; }
	.fs12 .fs-mosaic--4 .fs-mosaic__item:nth-child(even) { transform: translateY(16px); }
	.fs12 .fs-qa__a { padding-right: 0; }
	.fs12 .fs-final__actions .fs-btn { width: 100%; }
	.fs12 .fs-reel { width: 64vw; }
	.fs12.fs-flyers--2 .fs-flyers__grid { grid-template-columns: 1fr; }
	.fs12 .fs-ticker__item--serif { font-size: 21px; }
	.fs12 .fs-ticker__sep { margin: 0 24px; }
	.fs12.fs-final.has-video { min-height: 0; }
	.fs12.fs-wafloat { display: none; }
	.fs12.fs-mbar {
		position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 850;
		display: flex; gap: 10px; padding: 8px;
		border-radius: 999px; background: rgba(10, 16, 48, .92);
		-webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
		box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .6);
		transform: translateY(140%); transition: transform .35s ease;
	}
	.fs12.fs-mbar.is-visible { transform: none; }
	.fs12.fs-mbar .fs-btn { flex: 1; min-height: 48px; font-size: 15px; }
	.fs12 .fs-mbar__wa { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--wa); color: #fff; flex: none; }
	.fs12 .fs-mbar__wa svg { width: 24px; height: 24px; }
	.fs12.fs-footer { padding-bottom: 110px; }
}

.fs12.fs-final.has-video .fs-final__grid { grid-template-columns: minmax(0, 720px); }

/* tela de senha (prévia) */
.fs12.fs-gate {
	position: relative; min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; overflow: hidden;
	background:
		radial-gradient(900px 620px at 78% 30%, rgba(40, 58, 140, .55) 0%, rgba(40, 58, 140, 0) 62%),
		radial-gradient(700px 500px at 10% 100%, rgba(217, 174, 124, .12) 0%, rgba(217, 174, 124, 0) 60%),
		linear-gradient(180deg, #080d27 0%, #0f1846 100%);
	color: #fff;
}
.fs12 .fs-gate__card { position: relative; z-index: 1; width: min(440px, 100%); padding: 44px 40px 40px; border-radius: 28px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .8); text-align: left; }
.fs12 .fs-gate__logo { margin-bottom: 28px; }
.fs12 .fs-gate__logo .fs-logo__img--normal img { height: 48px; }
.fs12 .fs-gate__title { font: 700 30px/1.1 var(--font); letter-spacing: -.03em; color: #fff; margin: 0 0 12px; }
.fs12 .fs-gate__text { font: 400 16px/1.55 var(--font); color: rgba(255, 255, 255, .72); margin: 0 0 26px; }
.fs12.fs-gate form { margin: 0; }
.fs12.fs-gate form > p:first-of-type:not(:has(input)) { display: none; }
.fs12.fs-gate form p { margin: 0; }
.fs12.fs-gate label { display: block; font: 600 13px/1.3 var(--font); color: rgba(255, 255, 255, .8); }
.fs12.fs-gate input[type=password] { display: block; width: 100%; margin: 8px 0 14px; min-height: 54px; padding: 12px 16px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 14px; background: rgba(255, 255, 255, .08); color: #fff; font: 500 17px/1.2 var(--font); letter-spacing: .1em; outline: none; }
.fs12.fs-gate input[type=password]:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217, 174, 124, .25); }
.fs12.fs-gate input[type=submit], .fs12.fs-gate button[type=submit] { width: 100%; min-height: 54px; border: 0; border-radius: 999px; background: var(--gold-grad); background-size: 220% 100%; color: var(--ink); font: 700 16px/1 var(--font); cursor: pointer; transition: background-position .5s ease; }
.fs12.fs-gate input[type=submit]:hover, .fs12.fs-gate button[type=submit]:hover { background-position: 100% 0; color: var(--ink); }
.fs12.fs-gate .post-password-form-invalid-password, .fs12.fs-gate [class*=invalid] { margin: 0 0 14px; padding: 10px 14px; border-radius: 12px; background: rgba(208, 70, 59, .18); color: #ffd2cd; font: 500 14px/1.4 var(--font); }


/* ==========================================================================
   Animações de entrada e rolagem
   ========================================================================== */

/* barra de progresso de leitura (base do cabeçalho) */
.fs12 .fs-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold-grad); transform-origin: left center; transform: scaleX(var(--sp, 0)); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.fs-top.is-scrolled .fs-progress { opacity: 1; }

/* linha do fluxo do método (preenche conforme a rolagem) */
.fs12 .fs-steps::after { content: ""; position: absolute; left: 25px; top: 30px; bottom: 30px; width: 2px; margin-left: -.5px; border-radius: 2px; background: linear-gradient(180deg, #c9965f, var(--gold) 60%, #f3d9b8); transform-origin: top center; transform: scaleY(var(--p, 0)); pointer-events: none; }
.fs12 .fs-steps::before { background: rgba(17, 26, 66, .12); }
.fs12 .fs-step.is-active .fs-step__n { background: var(--navy); color: var(--gold-l); border-color: var(--navy); box-shadow: 0 0 0 6px rgba(217, 174, 124, .2); }
.fs12 .fs-step .fs-step__title { transition: color .4s ease; }
.fs12 .fs-step.is-active .fs-step__title { color: var(--navy); }

/* dourado com brilho */
.fs12 .fs-accent { background-image: linear-gradient(100deg, #d4a472 0%, #e9c597 20%, #f2d7b3 31%, #fff5e6 50%, #f2d7b3 69%, #e9c597 80%, #d4a472 100%); background-size: 300% 100%; background-position: 0 0; }

/* quadro da foto "O que é o curso" */
.fs12 .fs-about__frame { border-radius: 28px; }

@media (prefers-reduced-motion: no-preference) {

	/* topo: entrada em sequência */
	.fs12-js .fs12 .fs-intro { animation: fs-rise .95s cubic-bezier(.2, .7, .2, 1) both; animation-delay: var(--d, 0s); }
	.fs12-js .fs12 .fs-hero__img { animation: fs-settle 2s cubic-bezier(.2, .7, .2, 1) both; }
	.fs12-js .fs12 .fs-hero .fs-eyebrow::before { transform-origin: left center; animation: fs-line .9s .25s cubic-bezier(.2, .7, .2, 1) both; }
	.fs12-js .fs12 .fs-hero .fs-accent { animation: fs-shine 8s 1s ease-in-out infinite; }

	/* brilho único no dourado dos títulos ao aparecerem */
	.fs12-js .fs12 .fs-reveal.is-in .fs-accent { animation: fs-shine-once 2.4s .35s ease-out both; }

	/* traço das chamadas cresce ao aparecer */
	.fs12-js .fs12 .fs-reveal .fs-eyebrow::before, .fs12-js .fs12 .fs-reveal .fs-eyebrow::after { transform: scaleX(0); transition: transform .8s .2s cubic-bezier(.2, .7, .2, 1); }
	.fs12-js .fs12 .fs-reveal .fs-eyebrow::before { transform-origin: right center; }
	.fs12-js .fs12 .fs-reveal .fs-eyebrow::after { transform-origin: left center; }
	.fs12-js .fs12 .fs-reveal.is-in .fs-eyebrow::before, .fs12-js .fs12 .fs-reveal.is-in .fs-eyebrow::after { transform: none; }

	/* fotos entram em "cortina" (de baixo para cima) com leve zoom */
	.fs12-js .fs12 .fs-wipe img { transition: clip-path 1.15s cubic-bezier(.7, 0, .2, 1) var(--wd, 0ms), transform 1.6s cubic-bezier(.2, .7, .2, 1) var(--wd, 0ms); }
	.fs12-js .fs12 .fs-wipe:not(.is-in) img { clip-path: inset(100% 0 0 0); transform: scale(1.14); }
	.fs12-js .fs12 .fs-wipe.is-in:not(.is-done) img { clip-path: inset(0 0 0 0); }
	.fs12-js .fs12 .fs-wipe.is-done img { transition: transform .9s ease; }

	/* cartões de dores: leve giro 3D ao entrar */
	.fs12-js .fs12 .fs-pain.fs-reveal { transform: perspective(900px) rotateX(14deg) translateY(28px); transform-origin: center bottom; }
	.fs12-js .fs12 .fs-pain.fs-reveal.is-in { transform: none; }
	.fs12-js .fs12 .fs-pain.fs-reveal.is-in:hover { transform: translateY(-4px); }

	/* CTA final "respira" */
	.fs12 [data-fs-pulse] { animation: fs-glow 3s ease-in-out infinite; }

	/* perguntas abrem suavemente (navegadores compatíveis) */
	.fs12 .fs-qa { interpolate-size: allow-keywords; }
	.fs12 .fs-qa::details-content { height: 0; overflow: clip; transition: height .45s cubic-bezier(.2, .7, .2, 1), content-visibility .45s allow-discrete; }
	.fs12 .fs-qa[open]::details-content { height: auto; }

	/* flyers inclinam com o mouse */
	.fs12 [data-fs-tilt] { transition: transform .6s cubic-bezier(.2, .7, .2, 1); will-change: transform; }
	.fs12 [data-fs-tilt].is-tilting { transition: transform .12s ease-out; }
}

@keyframes fs-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes fs-settle { from { transform: scale(1.08); filter: brightness(.55) saturate(.8); } to { transform: scale(1); filter: none; } }
@keyframes fs-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes fs-shine { 0% { background-position: 100% 0; } 28% { background-position: 0 0; } 100% { background-position: 0 0; } }
@keyframes fs-shine-once { from { background-position: 100% 0; } to { background-position: 0 0; } }
@keyframes fs-glow {
	0%, 100% { box-shadow: 0 14px 34px -14px rgba(217, 174, 124, .75), 0 0 0 0 rgba(217, 174, 124, 0), inset 0 1px 0 rgba(255, 255, 255, .5); }
	50% { box-shadow: 0 16px 44px -12px rgba(217, 174, 124, .95), 0 0 0 8px rgba(217, 174, 124, .12), inset 0 1px 0 rgba(255, 255, 255, .5); }
}

/* segurança: sem JS, no editor do Elementor ou com "reduzir movimento", tudo aparece parado */
.fs12-noanim .fs12 .fs-reveal, .fs12-noanim .fs12 .fs-intro, .fs12-noanim .fs12 .fs-wipe,
.elementor-editor-active .fs12 .fs-intro, .elementor-editor-active .fs12 .fs-wipe, .elementor-editor-active .fs12 .fs-pain {
	opacity: 1 !important; transform: none !important; clip-path: none !important; animation: none !important;
}
.fs12-noanim .fs12 .fs-wipe img, .elementor-editor-active .fs12 .fs-wipe img { transform: none !important; clip-path: none !important; }
