:root {
  --v2-ink: #10201f;
  --v2-ink-soft: #334947;
  --v2-paper: #f4f7f3;
  --v2-surface: #ffffff;
  --v2-mist: #dfeae6;
  --v2-line: #c6d5d0;
  --v2-teal: #006d68;
  --v2-teal-dark: #004e4a;
  --v2-red: #b4253f;
  --v2-gold: #e7b83f;
  --v2-night: #10201f;
  --v2-display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  --v2-text: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --v2-mono: "SFMono-Regular", Consolas, monospace;
  --v2-radius: 22px;
  --v2-shadow: 0 24px 70px rgba(16, 32, 31, .09);
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--v2-paper); }
body {
  background:
    radial-gradient(circle at 8% 7%, rgba(0, 109, 104, .08), transparent 24rem),
    var(--v2-paper);
  color: var(--v2-ink);
  font-family: var(--v2-text);
}

.prototype-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  border: 0;
  border-bottom: 1px solid rgba(16, 32, 31, .11);
  background: rgba(244, 247, 243, .9);
  backdrop-filter: blur(18px) saturate(1.2);
}

.prototype-brand { align-items: center; gap: 12px; min-height: 44px; color: inherit; text-decoration: none; }
.prototype-brand strong { font: 850 1.45rem/1 var(--v2-display); letter-spacing: -.055em; text-transform: uppercase; }
.prototype-brand strong span { color: var(--v2-red); }
.prototype-brand small { color: var(--v2-ink-soft); font: 700 .62rem/1 var(--v2-mono); letter-spacing: .11em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 38px); margin-left: auto; }
.site-nav a { position: relative; color: var(--v2-ink-soft); font-size: .82rem; font-weight: 720; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--v2-red); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.mobile-nav { display: none; }
.prototype-top-actions { margin-left: clamp(10px, 2vw, 28px); }
.prototype-top-actions button { min-width: 92px; min-height: 44px; border: 1px solid var(--v2-ink); border-radius: 999px; background: var(--v2-ink); color: white; font-size: .78rem; }

.site-eyebrow, .site-section-index {
  margin: 0;
  color: var(--v2-teal);
  font: 760 .7rem/1.2 var(--v2-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(54px, 8vw, 120px) clamp(20px, 7vw, 112px);
  overflow: hidden;
}
.site-hero-copy { position: relative; z-index: 2; max-width: 820px; }
.site-hero h1 {
  max-width: 11ch;
  margin: 24px 0 26px;
  color: var(--v2-night);
  font: 900 clamp(3.4rem, 7.6vw, 8.8rem)/.83 var(--v2-display);
  letter-spacing: -.075em;
  text-wrap: balance;
}
.site-hero-lead { max-width: 58ch; margin: 0; color: var(--v2-ink-soft); font-size: clamp(1.08rem, 1.55vw, 1.32rem); line-height: 1.65; }
.site-hero-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 34px; }
.site-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--v2-teal-dark);
  border-radius: 999px;
  background: var(--v2-teal);
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 109, 104, .2);
  transition: transform .2s ease, background .2s ease;
}
.site-primary-action:hover { background: var(--v2-teal-dark); transform: translateY(-2px); }
.site-text-action { min-height: 44px; padding: 11px 0; color: var(--v2-ink); font-weight: 750; text-decoration-color: var(--v2-line); text-underline-offset: 5px; }
.site-text-action span { color: var(--v2-red); }
.site-trust-strip { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--v2-line); list-style: none; color: var(--v2-ink-soft); font-size: .78rem; font-weight: 650; }
.site-trust-strip li::before { margin-right: 8px; color: var(--v2-teal); content: "●"; font-size: .6em; }

.site-hero-visual { position: relative; display: grid; place-items: center; min-height: 620px; isolation: isolate; }
.site-hero-visual::before { position: absolute; inset: 7% 0; z-index: -3; border-radius: 50% 50% 42% 58%; background: linear-gradient(145deg, #d9e8e3, #ecf1ed 58%, #f1dfaa); content: ""; transform: rotate(-5deg); }
.site-hero-visual svg { width: min(100%, 430px); overflow: visible; filter: drop-shadow(0 28px 35px rgba(16, 32, 31, .13)); }
.site-hero-visual svg > path:not(.hero-silhouette):not(.hero-signal), .site-hero-visual svg > circle { fill: rgba(255, 255, 255, .9); stroke: var(--v2-ink); stroke-width: 2; }
.hero-silhouette { fill: rgba(255, 255, 255, .6); stroke: rgba(16, 32, 31, .18); stroke-width: 2; }
.hero-signal { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 9; }
.signal-a { stroke: var(--v2-red); }
.signal-b { stroke: var(--v2-teal); stroke-dasharray: 2 16; }
.site-hero-visual p { position: absolute; right: 0; bottom: 5%; width: 230px; margin: 0; padding: 17px 20px; border-left: 3px solid var(--v2-red); background: rgba(255, 255, 255, .9); color: var(--v2-ink-soft); font-size: .8rem; box-shadow: var(--v2-shadow); }
.site-hero-visual p span, .site-hero-visual p strong { display: block; }
.site-hero-visual p strong { margin-top: 5px; color: var(--v2-ink); }
.signal-orbit { position: absolute; z-index: -1; border: 1px solid rgba(0, 109, 104, .22); border-radius: 50%; }
.orbit-one { width: 92%; aspect-ratio: 1; animation: v2-orbit 28s linear infinite; }
.orbit-two { width: 67%; aspect-ratio: 1; border-style: dashed; animation: v2-orbit 18s linear infinite reverse; }
@keyframes v2-orbit { to { transform: rotate(1turn); } }

.site-problem, .site-process, .site-method-proof {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1.65fr);
  gap: clamp(32px, 7vw, 120px);
  padding: clamp(70px, 10vw, 150px) clamp(20px, 8vw, 130px);
}
.site-problem { background: var(--v2-night); color: white; }
.site-problem .site-section-index { color: #76cbc3; }
.site-problem h2, .site-method-proof h2 { color: white; }
.site-problem h2, .site-process h2, .site-discoveries h2, .site-paths h2, .site-method-proof h2 {
  max-width: 19ch;
  margin: 0;
  font: 850 clamp(2.5rem, 5.2vw, 6.2rem)/.94 var(--v2-display);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.site-problem div > p { max-width: 62ch; margin: 30px 0 0; color: #bacbc7; font-size: clamp(1.02rem, 1.5vw, 1.28rem); line-height: 1.75; }

.site-discoveries { padding: clamp(72px, 10vw, 150px) clamp(20px, 7vw, 112px); }
.site-discoveries header { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; align-items: end; margin-bottom: 54px; }
.site-discoveries > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--v2-line); border-left: 1px solid var(--v2-line); }
.site-discoveries article { min-height: 280px; padding: 30px; border-right: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: rgba(255, 255, 255, .46); transition: background .2s ease, transform .2s ease; }
.site-discoveries article:hover { z-index: 1; background: white; transform: translateY(-5px); box-shadow: var(--v2-shadow); }
.site-discoveries article > span { color: var(--v2-red); font: 750 .7rem var(--v2-mono); }
.site-discoveries h3 { margin: 52px 0 16px; font-size: 1.45rem; letter-spacing: -.035em; }
.site-discoveries article p { margin: 0; color: var(--v2-ink-soft); line-height: 1.65; }

.site-process { grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); align-items: center; background: var(--v2-mist); }
.site-process-visual { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; min-height: 360px; padding: 50px; border-radius: 50% 42% 48% 44%; background: var(--v2-teal); color: white; transform: rotate(-2deg); }
.site-process-visual span { font: 800 clamp(1.4rem, 2.5vw, 2.5rem)/1 var(--v2-display); letter-spacing: -.04em; text-transform: uppercase; transform: rotate(2deg); }
.site-process-visual i { height: 1px; background: rgba(255, 255, 255, .46); transform: rotate(2deg); }
.site-process > div:last-child > .site-section-index { margin-bottom: 22px; }
.site-process ol { display: grid; gap: 0; margin: 40px 0 0; padding: 0; counter-reset: process; list-style: none; }
.site-process li { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(16, 32, 31, .2); }
.site-process li strong { font-size: 1.05rem; }
.site-process li span { color: var(--v2-ink-soft); }

.site-calculator-stage { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); gap: clamp(36px, 7vw, 100px); align-items: start; padding: clamp(70px, 10vw, 140px) clamp(20px, 7vw, 112px); background: var(--v2-surface); }
.site-calculator-intro { position: sticky; top: 115px; }
.site-calculator-intro h2 { margin: 18px 0; font: 850 clamp(2.6rem, 4.6vw, 5rem)/.92 var(--v2-display); letter-spacing: -.06em; }
.site-calculator-intro > p:last-child { max-width: 34ch; color: var(--v2-ink-soft); line-height: 1.7; }
.site-calculator-stage .prototype-birth-card { width: 100%; margin: 0; border: 0; border-radius: var(--v2-radius); background: var(--v2-paper); box-shadow: var(--v2-shadow); }
.site-calculator-stage .prototype-form-intro > span { color: var(--v2-red); }

.site-paths { padding: clamp(70px, 10vw, 140px) clamp(20px, 7vw, 112px); }
.site-paths header { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; align-items: end; margin-bottom: 55px; }
.site-paths > div { display: grid; border-top: 1px solid var(--v2-line); }
.site-paths > div > a { display: grid; grid-template-columns: .45fr 1.4fr auto; gap: 30px; align-items: center; min-height: 130px; padding: 24px 8px; border-bottom: 1px solid var(--v2-line); color: inherit; text-decoration: none; transition: padding .2s ease, background .2s ease; }
.site-paths > div > a:hover { padding-right: 22px; padding-left: 22px; background: white; }
.site-paths a span { color: var(--v2-teal); font: 750 .72rem var(--v2-mono); letter-spacing: .08em; text-transform: uppercase; }
.site-paths a strong { max-width: 46ch; font-size: clamp(1.25rem, 2.2vw, 2rem); letter-spacing: -.03em; }
.site-paths a i { color: var(--v2-red); font-size: 2rem; font-style: normal; }

.site-method-proof { grid-template-columns: 1fr 1fr; background: var(--v2-night); color: white; }
.site-method-proof .site-section-index { margin-bottom: 22px; color: #76cbc3; }
.site-method-proof ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.site-method-proof li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: baseline; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.site-method-proof li strong { color: var(--v2-gold); font-size: 1.8rem; }
.site-method-proof li span { color: #b9c9c5; }
.site-method-proof > a { grid-column: 2; justify-self: start; color: white; font-weight: 800; text-underline-offset: 6px; }
.site-method-proof > a span { color: var(--v2-red); }

.content-page { min-height: calc(100svh - 76px); padding: clamp(70px, 10vw, 140px) clamp(20px, 9vw, 150px); }
.content-page > header { max-width: 1100px; }
.content-page > header h1 { max-width: 14ch; margin: 22px 0 30px; font: 900 clamp(3.3rem, 7.5vw, 8.5rem)/.85 var(--v2-display); letter-spacing: -.075em; text-wrap: balance; }
.content-page > header > p:last-child { max-width: 62ch; color: var(--v2-ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.7; }
.content-page-blocks { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(60px, 8vw, 110px); border-top: 1px solid var(--v2-line); border-left: 1px solid var(--v2-line); }
.content-page-blocks article { min-height: 300px; padding: 30px; border-right: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: rgba(255, 255, 255, .44); }
.content-page-blocks article span { color: var(--v2-red); font: 750 .72rem var(--v2-mono); }
.content-page-blocks h2 { margin: 58px 0 18px; font-size: 1.55rem; letter-spacing: -.04em; }
.content-page-blocks p { color: var(--v2-ink-soft); line-height: 1.7; }
.content-page > aside { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 70px; padding: clamp(30px, 5vw, 65px); border-radius: var(--v2-radius); background: var(--v2-mist); }
.content-page > aside h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.05em; }
.content-page > aside p { margin-bottom: 0; color: var(--v2-ink-soft); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 34px 70px; padding: 60px clamp(20px, 7vw, 112px) 34px; border-top: 1px solid var(--v2-line); background: var(--v2-surface); }
.footer-brand { color: var(--v2-ink); font: 900 2rem var(--v2-display); letter-spacing: -.06em; text-decoration: none; text-transform: uppercase; }
.footer-brand span { color: var(--v2-red); }
.site-footer p { max-width: 40ch; color: var(--v2-ink-soft); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 28px; }
.site-footer nav a { color: var(--v2-ink); font-size: .86rem; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--v2-line); color: var(--v2-ink-soft); }

/* Resultado: a leitura conduz e o desenho comprova. */
.map-result { background: var(--v2-paper); }
.prototype-result-head { padding-top: clamp(36px, 5vw, 70px); padding-bottom: 30px; background: transparent; }
.prototype-result-head h1 { font-family: var(--v2-display); font-weight: 880; letter-spacing: -.055em; }
.whole-reading, .relationship-reading { width: min(1300px, calc(100% - 40px)); margin: 0 auto clamp(42px, 7vw, 90px); border: 0; border-radius: var(--v2-radius); background: white; box-shadow: var(--v2-shadow); }
.whole-reading > header, .relationship-reading > header { border-radius: var(--v2-radius) var(--v2-radius) 0 0; background: #dfeae6; background-color: #dfeae6; color: var(--v2-ink); }
.whole-reading > header h2, .relationship-reading > header h2 { color: var(--v2-ink); }
.whole-reading > header p, .relationship-reading > header p { background-color: #dfeae6; color: #334947; }
.whole-reading > header span, .relationship-reading > header span { color: #006d68; }
.reading-mode { border-radius: 999px; }
.reading-mode button { border-radius: 999px; }
.life-hero { border-radius: 18px; background: linear-gradient(135deg, #dfeeea, #f6f8f5); }
.life-domains { scrollbar-width: thin; scrollbar-color: var(--v2-teal) transparent; }
.life-domains article { border-radius: 16px; }
.map-evidence { width: min(1560px, calc(100% - 32px)); margin: 0 auto clamp(50px, 8vw, 110px); padding-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--v2-line); }
.map-evidence > div:first-child { display: grid; grid-template-columns: .4fr .8fr 1fr; gap: 30px; align-items: baseline; width: min(1300px, 100%); margin: 0 auto 34px; }
.map-evidence > div:first-child > span { color: var(--v2-teal); font: 760 .7rem var(--v2-mono); letter-spacing: .1em; text-transform: uppercase; }
.map-evidence > div:first-child h2 { margin: 0; font: 850 clamp(2rem, 4vw, 4rem)/.95 var(--v2-display); letter-spacing: -.055em; }
.map-evidence > div:first-child p { margin: 0; color: var(--v2-ink-soft); }
.map-evidence .bodygraph-layout { width: 100%; margin: 0; border-radius: var(--v2-radius); overflow: hidden; box-shadow: var(--v2-shadow); }
.navigator-button, .element-navigator summary, .bodygraph button { scroll-margin-block: 110px 32px; }
.commercial-invite { border: 0; border-radius: var(--v2-radius); background: #dfeae6; color: var(--v2-ink); box-shadow: var(--v2-shadow); }
.commercial-invite-copy h2 { font-family: var(--v2-display); font-weight: 870; }
.commercial-invite-copy h2, .commercial-invite legend, .commercial-invite-contact > label { color: var(--v2-ink); }
.commercial-invite-copy h2 + p { background-color: #dfeae6; color: #334947; }
.commercial-invite fieldset label { border-color: #a8bbb5; border-radius: 14px; background: #ffffff; color: var(--v2-ink); }
.commercial-invite fieldset label strong { color: var(--v2-ink); }
.commercial-invite fieldset label small { color: #425754; }
.commercial-invite fieldset label.is-selected { border-color: #76cbc3; background: #e2eeeb; }
.commercial-consent, .commercial-invite-contact > small { color: #334947; }
.commercial-invite-contact input[type="email"] { border-color: rgba(255, 255, 255, .3); border-radius: 12px; }
.commercial-invite button { border-radius: 999px; background: var(--v2-red); }
.prototype-result-tools { border-radius: var(--v2-radius); }

@media (max-width: 1050px) {
  .site-nav a:nth-child(2), .site-nav a:nth-child(3) { display: none; }
  .site-hero { grid-template-columns: 1fr .75fr; gap: 24px; }
  .site-hero-visual { min-height: 520px; }
  .site-discoveries > div { grid-template-columns: repeat(2, 1fr); }
  .site-calculator-stage { grid-template-columns: 1fr; }
  .site-calculator-intro { position: static; }
  .site-calculator-intro > p:last-child { max-width: 58ch; }
}

@media (max-width: 760px) {
  .prototype-topbar { gap: 8px; min-height: 64px; padding: 10px 14px; }
  .prototype-brand small, .site-nav { display: none; }
  .mobile-nav { position: relative; display: block; margin-left: auto; }
  .mobile-nav summary { display: grid; place-items: center; min-width: 56px; min-height: 44px; border: 1px solid var(--v2-line); border-radius: 999px; font-size: .72rem; font-weight: 800; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 52px; right: 0; display: grid; width: min(78vw, 280px); padding: 8px; border: 1px solid var(--v2-line); border-radius: 16px; background: white; box-shadow: var(--v2-shadow); }
  .mobile-nav nav a { display: flex; align-items: center; min-height: 48px; padding: 8px 12px; border-radius: 10px; color: var(--v2-ink); font-weight: 760; text-decoration: none; }
  .mobile-nav nav a:hover { background: var(--v2-mist); }
  .prototype-top-actions { margin-left: auto; }
  .prototype-top-actions button { min-width: 82px; }
  .site-hero { display: flex; flex-direction: column; min-height: auto; padding: 54px 18px 70px; }
  .site-hero-copy { width: 100%; }
  .site-hero h1 { margin-top: 18px; font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .site-hero-lead { font-size: 1rem; }
  .site-hero-actions { align-items: stretch; }
  .site-primary-action { width: 100%; }
  .site-text-action { text-align: center; }
  .site-trust-strip { display: grid; gap: 8px; }
  .site-hero-visual { width: 100%; min-height: 450px; margin-top: 18px; }
  .site-hero-visual svg { width: min(82vw, 330px); }
  .site-hero-visual p { right: 4px; bottom: 0; width: min(210px, 65vw); }
  .site-problem, .site-process, .site-method-proof { grid-template-columns: 1fr; padding: 70px 18px; }
  .site-problem h2, .site-process h2, .site-discoveries h2, .site-paths h2, .site-method-proof h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .site-discoveries { padding: 70px 18px; }
  .site-discoveries header, .site-paths header { grid-template-columns: 1fr; align-items: start; }
  .site-discoveries > div { grid-template-columns: 1fr; }
  .site-discoveries article { min-height: 220px; }
  .site-discoveries h3 { margin-top: 36px; }
  .site-process { display: flex; flex-direction: column-reverse; }
  .site-process-visual { width: 100%; min-height: 270px; padding: 38px; }
  .site-process li { grid-template-columns: 1fr; gap: 6px; }
  .site-calculator-stage { padding: 70px 12px; }
  .site-calculator-intro { padding: 0 6px; }
  .site-calculator-stage .prototype-birth-card { border-radius: 18px; }
  .site-paths { padding: 70px 18px; }
  .site-paths > div > a { grid-template-columns: 1fr auto; gap: 8px 20px; min-height: 120px; }
  .site-paths a span { grid-column: 1; }
  .site-paths a strong { grid-column: 1; }
  .site-paths a i { grid-column: 2; grid-row: 1 / 3; }
  .site-method-proof li { grid-template-columns: 105px 1fr; }
  .site-method-proof > a { grid-column: 1; }
  .content-page { padding: 60px 18px 80px; }
  .content-page > header h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .content-page-blocks { grid-template-columns: 1fr; }
  .content-page-blocks article { min-height: 240px; }
  .content-page > aside { display: grid; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 18px 28px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .site-footer small { grid-column: 1; }
  .prototype-result-head { padding-right: 16px; padding-left: 16px; }
  .whole-reading, .relationship-reading { width: calc(100% - 20px); border-radius: 18px; }
  .map-evidence { width: calc(100% - 12px); padding-top: 35px; }
  .map-evidence > div:first-child { grid-template-columns: 1fr; gap: 8px; padding: 0 12px; }
  .map-evidence > div:first-child p { margin-top: 7px; }
  .map-evidence .bodygraph-layout { border-radius: 14px; }
  .commercial-invite { width: calc(100% - 20px); border-radius: 18px; padding: 24px 18px; }
  .commercial-invite form fieldset { grid-template-columns: 1fr; }
  .commercial-invite fieldset label { grid-template-columns: 44px minmax(0, 1fr); width: 100%; }
  .commercial-invite fieldset span, .commercial-invite fieldset strong, .commercial-invite fieldset small { min-width: 0; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .signal-orbit { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
