:root {
  --ta-ink: #111827;
  --ta-muted: #61706d;
  --ta-line: #dbe7e4;
  --ta-line-strong: #bfd4cf;
  --ta-surface: #ffffff;
  --ta-soft: #f6faf9;
  --ta-teal: #0f766e;
  --ta-teal-dark: #115e59;
  --ta-green: #16a34a;
  --ta-cyan: #22b8a9;
  --ta-amber: #d97706;
  --ta-shadow: 0 18px 45px rgba(17, 24, 39, 0.1);
  --ta-shadow-soft: 0 10px 30px rgba(17, 24, 39, 0.08);
}

html,
body {
  background:
    linear-gradient(rgba(15, 118, 110, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbfb 0%, #edf6f4 46%, #f8fbfa 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--ta-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body {
  padding-top: 0 !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(15, 118, 110, 0.13), transparent 34%),
    linear-gradient(290deg, rgba(217, 119, 6, 0.1), transparent 28%);
}

a {
  color: inherit;
}

#iui9 {
  max-width: 1220px;
  padding: 24px 16px 56px;
}

#i7o6 {
  gap: 24px;
  align-items: start;
}

#main {
  overflow: hidden;
  padding: 0 0 34px !important;
  border: 1px solid rgba(191, 212, 207, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--ta-shadow);
}

#main > article,
#main > section,
.comments-section {
  padding-inline: 18px;
}

#hero {
  position: relative;
  padding: 28px 18px 12px;
  border-bottom: 1px solid var(--ta-line);
  background:
    linear-gradient(135deg, rgba(17, 94, 89, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 249, 0.95));
}

#hero::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ta-teal), var(--ta-green), var(--ta-amber));
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  background: rgba(236, 253, 245, 0.8);
  color: var(--ta-teal-dark);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--ta-green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.14);
}

#ivncb,
h1 {
  max-width: 920px;
  color: #0f1f2d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 32px;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0 !important;
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}

.hero-trust-grid span {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid rgba(191, 212, 207, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ta-muted);
  font-size: 13px;
}

.hero-trust-grid span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border: 2px solid var(--ta-cyan);
  border-radius: 999px;
}

.hero-trust-grid strong {
  margin-right: 4px;
  color: var(--ta-ink);
}

#igxlf {
  margin-top: 18px !important;
}

#iiieh {
  width: 42px;
  height: 42px !important;
  border: 2px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  object-fit: cover;
}

#ilk83 {
  color: var(--ta-teal) !important;
}

#ioqgv {
  color: var(--ta-muted);
}

#ioz08 {
  border-color: transparent !important;
}

#main > article {
  margin-bottom: 34px !important;
}

#main > article:not(:first-of-type) {
  border-top: 1px solid rgba(219, 231, 228, 0.86);
  padding-top: 26px;
}

h2,
h3,
h4 {
  color: #132238;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

h2 {
  font-size: 25px;
  line-height: 1.22;
}

h3 {
  font-size: 22px;
  line-height: 1.25;
}

p {
  color: #364542;
  letter-spacing: 0 !important;
}

.digital-link,
#main a.digital-link,
#main a.font-bold {
  color: var(--ta-teal-dark) !important;
  font-weight: 780;
  text-decoration: none;
  box-shadow: inset 0 -0.35em 0 rgba(34, 184, 169, 0.18);
}

.ll-image,
#ih1s5o4,
#ibrt5 {
  display: block;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--ta-shadow-soft);
}

#ih1s5o4 {
  aspect-ratio: 16 / 9;
  margin: 22px 0 18px;
}

#ibrt5 {
  min-height: 100%;
  aspect-ratio: 4 / 3;
}

#iy8mr,
#iokgh {
  position: relative;
  display: block;
  isolation: isolate;
}

#ih1s5o4,
#ibrt5 {
  filter: saturate(0.96) contrast(1.05);
}

#iy8mr::before,
#iy8mr::after,
#iokgh::before,
#iokgh::after {
  position: absolute;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  min-width: 158px;
  padding: 10px 12px;
  border: 1px solid rgba(167, 243, 208, 0.34);
  border-radius: 8px;
  background: rgba(7, 21, 26, 0.78);
  color: #ecfdf5;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0 !important;
  white-space: pre-line;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  pointer-events: none;
}

#iy8mr::before {
  content: "Market signal\A 92%";
  top: 48px;
  left: 24px;
}

#iy8mr::after {
  content: "30-day review\A Â£24,152.01";
  top: 132px;
  left: 24px;
  min-width: 182px;
}

#iokgh {
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

#iokgh::before {
  content: "Weekly transfer\A Â£6,240";
  top: 22px;
  left: 20px;
}

#iokgh::after {
  content: "Verified flow\A +18.4%";
  bottom: 22px;
  left: 20px;
}

#ifyhu {
  overflow: hidden;
  border: 1px solid var(--ta-line);
  border-radius: 8px;
  background: var(--ta-surface);
  box-shadow: var(--ta-shadow-soft);
}

#iokgh,
#actas-container {
  box-shadow: none !important;
}

#actas-container {
  border-left: 1px solid var(--ta-line);
  background: #ffffff;
}

#actas-container article > div {
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: center;
}

#actas-container article > div > div:last-child {
  gap: 2px;
  padding-left: 8px;
  white-space: nowrap;
}

#actas-container article > div > div:last-child p {
  color: #15803d !important;
  font-size: clamp(17px, 2.1vw, 22px) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

#actas-container img[src$="incoming-payment.svg"] {
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  #iy8mr::before,
  #iy8mr::after,
  #iokgh::before,
  #iokgh::after {
    min-width: 138px;
    padding: 8px 10px;
    font-size: 13px;
  }

  #iy8mr::before {
    top: 28px;
    left: 14px;
  }

  #iy8mr::after {
    top: 96px;
    left: 14px;
  }

  #iokgh {
    border-radius: 8px 8px 0 0;
  }

  #iokgh::before {
    top: 16px;
    left: 14px;
  }

  #iokgh::after {
    bottom: 16px;
    left: 14px;
  }

  #actas-container article > div > div:last-child p {
    font-size: clamp(16px, 4.5vw, 20px) !important;
  }
}

#i5pp5 {
  background: #f5faf8 !important;
}

#ii31g,
#idupxr,
#i5utqc,
#iq8h7j,
#ismirl {
  background: var(--ta-teal-dark) !important;
}

#i7eb15 {
  border-radius: 8px 0 0 8px !important;
  background: var(--ta-ink) !important;
}

#ijkwt8 {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(15, 118, 110, 0.16);
}

#im91lx {
  border-radius: 0 !important;
  background: var(--ta-teal-dark) !important;
  font-weight: 780;
}

.contact-form {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%) !important;
}

.contact-form input {
  min-height: 48px;
  border: 1px solid var(--ta-line-strong) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ta-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-form input:focus {
  border-color: var(--ta-teal) !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12) !important;
}

#izg2w1 {
  border-color: var(--ta-line-strong) !important;
  border-radius: 8px !important;
}

#iu7bl9 {
  background: #eef7f5 !important;
}

#btn-registro,
.submit-button {
  border-radius: 8px !important;
  background: var(--ta-green) !important;
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.24);
  transform: none !important;
}

#btn-registro:hover,
.submit-button:hover {
  background: #15803d !important;
}

#icu3jf6 {
  margin-bottom: 0 !important;
  color: var(--ta-muted);
}

#icwmjnp .card,
#it2h3xj,
#i8s6w3t,
#i0ftnkl {
  border: 1px solid rgba(191, 212, 207, 0.9) !important;
  border-left: 1px solid rgba(191, 212, 207, 0.9) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--ta-shadow-soft) !important;
}

#i0ftnkl {
  background:
    linear-gradient(135deg, rgba(17, 94, 89, 0.98), rgba(15, 118, 110, 0.96)) !important;
}

#i0ftnkl h3,
#i0ftnkl p {
  color: #ffffff !important;
}

#ievaogw,
.sidebar-cta-button {
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ta-teal-dark) !important;
}

#sidebarInvestmentTooltip {
  border-radius: 8px !important;
  background: var(--ta-teal) !important;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22) !important;
}

#sidebarInvestmentAmount {
  accent-color: var(--ta-teal);
}

#ii7vwah {
  border-color: rgba(15, 118, 110, 0.24) !important;
  border-radius: 8px !important;
  background: #ecfdf5 !important;
}

#sidebarConservativeReturn {
  color: var(--ta-teal-dark) !important;
}

#icwmjnp i {
  color: var(--ta-teal-dark) !important;
}

#isof9fg {
  border-top: 1px solid var(--ta-line) !important;
}

#isof9fg.comments-section {
  display: none !important;
}

.comments-section > div[id] {
  border-color: rgba(219, 231, 228, 0.92) !important;
}

.comments-section img,
#i7ujmpg,
#iqygawg {
  border: 2px solid rgba(15, 118, 110, 0.16);
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.08);
}

#footer {
  background: #0f1f2d !important;
}

.modal-content {
  border-radius: 8px !important;
}

@media (min-width: 768px) {
  #iui9 {
    padding: 32px 22px 70px;
  }

  #main > article,
  #main > section,
  .comments-section {
    padding-inline: 34px;
  }

  #hero {
    padding: 42px 34px 18px;
  }

  #ivncb,
  h1 {
    font-size: 44px;
  }

  .hero-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  #ivncb,
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  body::before {
    display: none;
  }

  #iui9 {
    width: 100%;
    max-width: none;
    padding: 0 0 44px !important;
  }

  #i7o6 {
    gap: 0;
  }

  #main {
    width: 100%;
    max-width: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #main > article,
  #main > section,
  .comments-section {
    padding-inline: 20px;
  }

  #hero {
    padding: 26px 20px 14px;
  }

  #hero::after {
    left: 20px;
    right: 20px;
  }

  #ivncb,
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }

  #actas-container {
    border-left: 0;
    border-top: 1px solid var(--ta-line);
  }

  .contact-form {
    padding: 22px !important;
  }
}


html,
body {
  background: #f3f5f4 !important;
}

body::before {
  display: none !important;
}

.advertorial-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #dfe5e2;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.advertorial-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 58px;
}

.advertorial-label {
  color: #7c8783;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.advertorial-brand {
  color: #102033;
  font-size: 20px;
  font-weight: 860;
  letter-spacing: 0 !important;
  text-decoration: none;
}

.advertorial-join {
  justify-self: end;
  min-width: 108px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 780;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
}

#iui9 {
  max-width: 1180px;
  padding-top: 28px !important;
}

#i7o6 {
  gap: 28px;
}

#main {
  border: 1px solid #dde5e1;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.06);
}

#hero {
  padding-top: 38px;
  background: #ffffff !important;
  border-bottom: 1px solid #e3e8e5;
}

#hero::after {
  display: none;
}

.hero-kicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em !important;
}

.hero-kicker span {
  display: none;
}

#ivncb {
  max-width: 850px;
  color: #102033;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 46px;
  font-weight: 760;
  line-height: 1.05;
}

.hero-trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-trust-grid span {
  min-height: 0;
  padding: 8px 10px;
  border-color: #d9e7e2;
  border-radius: 999px;
  background: #f7fbf9;
  color: #44524f;
  font-size: 13px;
}

.hero-trust-grid span::before {
  display: none;
}

#igxlf,
#ioqgv {
  color: #68736f;
}

#iiieh {
  border-color: #dce8e4;
}

#ibvcl,
#iglvo {
  display: none !important;
}

#iw03c::before {
  content: "Rating";
  margin-right: 6px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}

#i3rzj::before {
  content: "Verified";
  margin-right: 6px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}

#main > article {
  margin-bottom: 36px !important;
}

#main > article:not(:first-of-type) {
  border-top: 1px solid #e3e8e5;
  padding-top: 34px;
}

#main h2,
#main h3 {
  color: #102033;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 760;
}

#main h2 {
  font-size: 30px;
  line-height: 1.16;
}

#main h3 {
  font-size: 29px;
  line-height: 1.16;
}

#main p {
  color: #263531;
  font-size: 18px;
  line-height: 1.62;
}

#iah1j > a:first-child {
  text-decoration: none;
}

#ih1s5o4 {
  margin-top: 26px;
  margin-bottom: 22px;
  border-radius: 8px;
  box-shadow: none;
}

#iy8mr::before,
#iy8mr::after {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(16, 32, 51, 0.72);
}

#i0i1m {
  counter-reset: advantage;
}

#i0i1m > p {
  position: relative;
  min-height: 88px;
  margin: 14px 0 !important;
  padding: 18px 20px 18px 74px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fbfdfc;
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.04);
}

#i0i1m > p::before {
  counter-increment: advantage;
  content: counter(advantage);
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0f766e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
}

#i1fvf > p {
  position: relative;
  margin: 12px 0 !important;
  padding-left: 34px;
}

#i1fvf > p::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f6ef;
  color: #15803d;
  font-size: 14px;
  font-weight: 900;
}

#ifyhu {
  max-width: none;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  box-shadow: none;
}

#iokgh::before {
  content: "30-day review\A GBP dashboard";
}

#iokgh::after {
  content: "Sample activity\A verified flow";
}

#actas-container {
  border-left-color: #dfe8e4;
}

#ii31g,
#idupxr,
#i5utqc,
#iq8h7j,
#ismirl {
  background: #102033 !important;
}

#ii31g p,
#idupxr,
#i5utqc,
#iq8h7j,
#ismirl,
#i7eb15 p {
  color: #ffffff !important;
}

#id7sxl,
#ix9eaa {
  padding: 24px 24px !important;
  border: 1px solid #cfe5dc;
  border-radius: 8px;
  background: #f4fbf8;
}

#ix9eaa {
  background: #102033;
}

#ix9eaa h3,
#ix9eaa p {
  color: #ffffff !important;
}

#if97sa {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

#ijkwt8 {
  max-width: 560px;
  border-color: #d6e4df;
  box-shadow: 0 16px 35px rgba(16, 32, 51, 0.1);
}

#im91lx {
  background: #102033 !important;
}

#btn-registro,
.submit-button {
  min-height: 52px;
  background: #0f766e !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

#btn-registro:hover,
.submit-button:hover {
  background: #115e59 !important;
}

#it2h3xj,
#i8s6w3t,
#i0ftnkl {
  border-color: #dfe8e4 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 22px rgba(16, 32, 51, 0.06) !important;
}

#i0ftnkl {
  background: #102033 !important;
}

#ievaogw {
  background: #ffffff !important;
  color: #102033 !important;
}

#isof9fg.comments-section {
  display: none !important;
  margin-top: 34px !important;
  padding-top: 34px !important;
  padding-bottom: 22px;
  border-top: 1px solid #e3e8e5 !important;
  background: #ffffff;
}

#ijrcyuc {
  margin-bottom: 18px !important;
  color: #102033;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  line-height: 1.16;
}

#iw8rg9u {
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fbfdfc;
}

#commenter-name,
#comment-text {
  border-color: #d6e4df !important;
  border-radius: 8px !important;
  color: #263531;
}

#commenter-name:focus,
#comment-text:focus {
  border-color: #0f766e !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12) !important;
}

#post-comment-btn {
  border-radius: 8px !important;
  background: #0f766e !important;
  color: #ffffff !important;
  font-weight: 800;
}

#post-comment-btn:hover {
  background: #115e59 !important;
}

#user-comments-container > div,
#isof9fg > div[id]:not(#iw8rg9u):not(#user-comments-container) {
  padding: 18px 0 !important;
  border-bottom: 1px solid #edf1ef !important;
}

#isof9fg img {
  width: 42px;
  height: 42px;
  border: 2px solid #dce8e4;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none;
}

#isof9fg h4 {
  color: #102033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 820 !important;
}

#isof9fg p {
  color: #3d4a46 !important;
  font-size: 15px !important;
  line-height: 1.52 !important;
}

#isof9fg span,
#isof9fg button {
  font-size: 13px;
}

#isof9fg button {
  color: #61706d;
}

#isof9fg button:hover {
  color: #0f766e !important;
}

@media (max-width: 767px) {
  .advertorial-topbar {
    position: relative;
  }

  .advertorial-inner {
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 32px);
    min-height: 54px;
    gap: 10px;
  }

  .advertorial-label {
    font-size: 10px;
  }

  .advertorial-brand {
    font-size: 17px;
    text-align: center;
  }

  .advertorial-join {
    min-width: 82px;
    padding: 8px 10px;
    font-size: 13px;
  }

  #iui9 {
    padding-top: 0 !important;
  }

  #main {
    border: 0;
    border-radius: 0;
  }

  #hero {
    padding-top: 28px;
  }

  #ivncb {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero-trust-grid {
    gap: 6px;
  }

  .hero-trust-grid span {
    font-size: 12px;
  }

  #main h2 {
    font-size: 27px;
  }

  #main h3 {
    font-size: 26px;
  }

  #main p {
    font-size: 18px;
    line-height: 1.56;
  }

  #i0i1m > p {
    padding: 16px 16px 16px 64px;
  }

  #i0i1m > p::before {
    left: 16px;
  }

  #id7sxl,
  #ix9eaa {
    margin-inline: 20px;
    padding: 20px !important;
  }

  #isof9fg.comments-section {
    padding-bottom: 28px;
  }

  #iw8rg9u {
    padding: 14px;
  }
}


.mw-page {
  --mw-ink: #101828;
  --mw-muted: #667085;
  --mw-soft: #f5f7f6;
  --mw-line: #e3e8e5;
  --mw-green: #0f766e;
  --mw-green-dark: #115e59;
  --mw-accent: #16a34a;
  margin: 0;
  background: #f3f5f4 !important;
  color: var(--mw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mw-page a {
  text-decoration: none;
}

.mw-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--mw-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.mw-topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 58px;
  margin: 0 auto;
}

.mw-ad-label {
  color: #858f8a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.mw-logo {
  color: var(--mw-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0 !important;
}

.mw-logo::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 3px solid var(--mw-green);
  border-radius: 50%;
  box-shadow: 10px 0 0 -3px #22c55e;
  vertical-align: -1px;
}

.mw-join,
.mw-offer-band a,
.mw-final-cta a,
.mw-bonus a {
  border-radius: 8px;
  background: var(--mw-green);
  color: #ffffff !important;
  font-weight: 850;
  text-align: center;
}

.mw-join {
  justify-self: end;
  min-width: 108px;
  padding: 10px 14px;
  font-size: 14px;
}

.mw-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 360px;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  align-items: start;
}

.mw-page #main.mw-article {
  overflow: visible;
  max-width: none;
  padding: 0 !important;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.mw-hero,
.mw-copy,
.mw-section,
.mw-form-section,
.mw-comments {
  padding: 34px;
}

.mw-hero {
  padding-bottom: 24px;
}

.mw-category {
  margin: 0 0 12px !important;
  color: var(--mw-green);
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.08em !important;
}

.mw-hero h1,
.mw-section h2,
.mw-form-header h2,
.mw-final-cta h2,
.mw-comments h2 {
  color: var(--mw-ink);
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
}

.mw-hero h1 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 760;
  line-height: 1.02;
}

.mw-deck {
  max-width: 680px;
  margin: 16px 0 14px !important;
  color: #344054 !important;
  font-size: 22px !important;
  line-height: 1.42 !important;
}

.mw-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 22px;
  color: var(--mw-muted);
  font-size: 14px;
}

.mw-byline span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  border-radius: 50%;
  background: #c2cac6;
  vertical-align: middle;
}

.mw-media-link,
.mw-media-link img,
.mw-wide-image,
.mw-quote-figure img {
  display: block;
  width: 100%;
}

.mw-hero-image,
.mw-wide-image,
.mw-quote-figure img {
  border-radius: 8px;
  object-fit: cover;
}

.mw-hero-image,
.mw-wide-image {
  aspect-ratio: 16 / 9;
}

.mw-caption {
  margin: 10px 0 0 !important;
  color: var(--mw-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.mw-copy,
.mw-section,
.mw-form-section,
.mw-comments {
  border-top: 1px solid var(--mw-line);
}

.mw-copy p,
.mw-section p,
.mw-section li {
  color: #2f3c38 !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.mw-section h2,
.mw-form-header h2,
.mw-final-cta h2,
.mw-comments h2 {
  margin: 0 0 18px !important;
  font-size: 34px !important;
  font-weight: 760;
  line-height: 1.1;
}

.mw-quote-figure {
  margin: 24px 0;
}

.mw-quote-figure blockquote,
.mw-pullquote,
.mw-contributor blockquote {
  margin: 14px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--mw-green);
  color: #1f302d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.28;
}

.mw-advantage-grid {
  display: grid;
  gap: 16px;
}

.mw-advantage-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 18px;
  padding: 20px;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #fbfdfc;
}

.mw-advantage-card span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mw-green);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.mw-advantage-card h3 {
  margin: 0 !important;
  color: var(--mw-ink);
  font-size: 22px !important;
  font-weight: 850 !important;
}

.mw-advantage-card p {
  margin: 0 !important;
  font-size: 16px !important;
}

.mw-checklist,
.mw-bullets {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mw-checklist li,
.mw-bullets li {
  position: relative;
  padding-left: 34px;
}

.mw-checklist li::before,
.mw-bullets li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f6ef;
  color: #15803d;
  font-size: 13px;
  font-weight: 900;
}

.mw-offer-band,
.mw-final-cta {
  margin: 0 34px 34px;
  padding: 28px;
  border-radius: 8px;
  background: #102033;
  color: #ffffff;
  text-align: center;
}

.mw-offer-band p,
.mw-final-cta span {
  margin: 0 0 8px !important;
  color: #6ee7b7 !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.12em !important;
}

.mw-offer-band h2,
.mw-final-cta h2,
.mw-offer-band span,
.mw-final-cta p,
.mw-offer-band small,
.mw-final-cta small {
  color: #ffffff !important;
}

.mw-offer-band h2,
.mw-final-cta h2 {
  margin-bottom: 8px !important;
}

.mw-offer-band a,
.mw-final-cta a {
  display: inline-block;
  margin: 18px auto 10px;
  padding: 13px 22px;
}

.mw-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.mw-stats div {
  padding: 20px;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #fbfdfc;
}

.mw-stats strong {
  display: block;
  color: var(--mw-green);
  font-size: 42px;
  line-height: 1;
}

.mw-stats span {
  display: block;
  margin-top: 8px;
  color: #475467;
  font-size: 14px;
  line-height: 1.42;
}

.mw-contributor {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #fbfdfc;
}

.mw-contributor img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.mw-contributor blockquote {
  margin-top: 0;
  font-size: 20px;
}

.mw-contributor p {
  margin: 8px 0 0 !important;
  color: var(--mw-muted) !important;
  font-size: 14px !important;
}

.mw-activity-card {
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #ffffff;
}

.mw-activity-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #102033;
  color: #ffffff;
}

.mw-activity-heading span {
  font-weight: 850;
}

.mw-activity-heading strong {
  color: #6ee7b7;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.mw-activity-rows {
  display: grid;
}

.mw-activity-rows div {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid #edf1ef;
}

.mw-activity-rows span,
.mw-activity-rows p {
  color: #475467 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.mw-activity-rows p {
  margin: 0 !important;
}

.mw-activity-rows strong {
  color: #15803d;
}

.mw-form-section {
  background: #f7fbf9;
}

.mw-form-card {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(16, 24, 40, 0.08);
}

.mw-form-header {
  padding: 24px;
  background: #102033;
  text-align: center;
}

.mw-form-header span {
  color: #6ee7b7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mw-form-header h2,
.mw-form-header p {
  color: #ffffff !important;
}

.mw-form-header p {
  margin: 0 !important;
  font-size: 15px !important;
}

.mw-form {
  display: grid;
  gap: 14px;
  padding: 24px !important;
  background: #ffffff !important;
}

.mw-form input,
.mw-form textarea,
.mw-comment-form input,
.mw-comment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d6e4df;
  border-radius: 8px;
  background: #ffffff;
  color: var(--mw-ink);
  font-size: 15px;
}

.mw-form input:focus,
.mw-comment-form input:focus,
.mw-comment-form textarea:focus {
  outline: none;
  border-color: var(--mw-green);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.mw-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.mw-phone-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d6e4df;
  border-radius: 8px;
}

.mw-phone-field input {
  border: 0;
  border-radius: 0;
}

.country-selector {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #d6e4df;
  background: #f7fbf9;
  color: #475467;
}

.country-selector img {
  width: 18px;
  height: 13px;
  object-fit: cover;
}

.country-dropdown {
  position: absolute;
  z-index: 30;
  max-height: 210px;
  overflow: auto;
  margin-top: 4px;
  border: 1px solid #d6e4df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.12);
}

.mw-form #btn-registro {
  min-height: 54px;
  border: 0;
  border-radius: 8px !important;
  background: var(--mw-green) !important;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.mw-secure {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-align: center;
}

.mw-secure img {
  width: 15px;
  height: 15px;
}

.mw-bonus-card {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px dashed #99d6bf;
  border-radius: 8px;
  background: #f0fdf4;
  text-align: center;
}

.mw-bonus-card strong {
  color: #14532d;
}

.mw-bonus-card span {
  color: #475467;
  font-size: 13px;
}

.mw-sidebar {
  position: sticky;
  top: 78px;
}

.mw-side-card {
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}

.mw-side-card h3 {
  margin: 0 0 8px !important;
  color: var(--mw-ink);
  font-size: 20px !important;
  font-weight: 850 !important;
}

.mw-side-card p,
.mw-side-card label,
.mw-side-card small {
  color: var(--mw-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.mw-side-card label {
  display: block;
  margin: 14px 0 8px;
  font-weight: 750;
}

.mw-value-pill {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: var(--mw-green);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

#sidebarInvestmentAmount {
  width: 100%;
  margin: 16px 0 6px;
  accent-color: var(--mw-green);
}

.mw-range-labels,
.mw-live-total {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--mw-muted);
  font-size: 12px;
}

.mw-return {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #f0fdf4;
  text-align: center;
}

.mw-return span {
  display: block;
  color: var(--mw-muted);
  font-size: 13px;
}

.mw-return strong {
  display: block;
  color: var(--mw-green-dark);
  font-size: 28px;
}

.mw-mini-steps {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
  counter-reset: mini-step;
}

.mw-mini-steps li {
  counter-increment: mini-step;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 3px 10px;
}

.mw-mini-steps li::before {
  content: counter(mini-step);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f6ef;
  color: var(--mw-green);
  font-size: 12px;
  font-weight: 900;
}

.mw-mini-steps strong,
.mw-mini-steps span {
  grid-column: 2;
}

.mw-mini-steps strong {
  color: var(--mw-ink);
  font-size: 14px;
}

.mw-mini-steps span {
  color: var(--mw-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mw-bonus {
  background: #102033;
  color: #ffffff;
}

.mw-bonus span,
.mw-bonus h3,
.mw-bonus small {
  color: #ffffff !important;
}

.mw-bonus a {
  display: block;
  margin: 14px 0 10px;
  padding: 11px;
}

.mw-live-total {
  align-items: center;
  margin: 12px 0;
}

.mw-live-total span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
  font-weight: 900;
}

.mw-live-total strong {
  color: var(--mw-ink);
  font-size: 14px;
}

.mw-live-list {
  display: grid;
  gap: 10px;
}

.mw-live-list div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 9px;
  align-items: center;
}

.mw-live-list img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.mw-live-list p {
  margin: 0 !important;
  color: var(--mw-ink) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.mw-live-list p span {
  display: block;
  color: var(--mw-muted);
}

.mw-live-list strong {
  color: #15803d;
  font-size: 12px;
  white-space: nowrap;
}

.mw-active-users {
  margin: 12px 0 0 !important;
  text-align: center;
}

.mw-comments {
  padding-bottom: 34px;
}

.mw-comment-form {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--mw-line);
  border-radius: 8px;
  background: #fbfdfc;
}

.mw-comment-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f6ef;
  color: var(--mw-green);
  font-weight: 900;
}

.mw-comment-form div:last-child {
  display: grid;
  gap: 10px;
}

.mw-comment-form textarea {
  min-height: 86px;
  resize: vertical;
}

.mw-comment-form button,
.mw-comment button {
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--mw-green);
  font-weight: 800;
}

.mw-comment-form button {
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--mw-green);
  color: #ffffff;
}

.mw-comment {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #edf1ef;
}

.mw-comment > img {
  width: 44px;
  height: 44px;
  border: 2px solid #dfe8e4;
  border-radius: 50%;
  object-fit: cover;
}

.mw-comment h3 {
  margin: 0 0 4px !important;
  color: var(--mw-ink);
  font-size: 15px !important;
  font-weight: 850 !important;
}

.mw-comment h3 span,
.mw-comment h3 em {
  margin-left: 6px;
  color: var(--mw-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.mw-comment h3 em {
  padding: 3px 7px;
  border-radius: 999px;
  background: #e8f6ef;
  color: var(--mw-green);
  font-weight: 900;
}

.mw-comment p {
  margin: 0 0 8px !important;
  color: #344054 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.mw-comment button::before {
  content: "\25B2";
  margin-right: 5px;
}

.mw-footer {
  margin-top: 42px;
  background: #102033 !important;
  color: #ffffff;
}

.mw-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.mw-footer-grid div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.mw-footer h3,
.mw-footer p,
.mw-footer a {
  color: #ffffff !important;
}

.mw-footer h3 {
  margin: 0 0 8px !important;
  font-size: 16px !important;
  font-weight: 850;
}

.mw-footer p,
.mw-footer a {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.mw-risk {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 36px;
  color: rgba(255, 255, 255, 0.78);
}

.mw-risk p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.mw-risk nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
}

.mw-page .modal-content {
  width: min(620px, calc(100% - 32px));
  margin: 10vh auto;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--mw-ink);
}

.mw-page .close {
  float: right;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 28px;
}

@media (max-width: 1023px) {
  .mw-layout {
    grid-template-columns: 1fr;
  }

  .mw-sidebar {
    position: static;
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .mw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mw-topbar {
    position: relative;
  }

  .mw-topbar-inner {
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 28px);
    min-height: 54px;
    gap: 10px;
  }

  .mw-ad-label {
    font-size: 10px;
  }

  .mw-logo {
    font-size: 19px;
    text-align: center;
  }

  .mw-join {
    min-width: 80px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .mw-layout {
    width: 100%;
    margin-top: 0;
    gap: 0;
  }

  .mw-page #main.mw-article {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mw-hero,
  .mw-copy,
  .mw-section,
  .mw-form-section,
  .mw-comments {
    padding: 24px 20px;
  }

  .mw-hero h1 {
    font-size: 36px;
  }

  .mw-deck {
    font-size: 19px !important;
  }

  .mw-byline {
    display: grid;
    gap: 6px;
  }

  .mw-byline span + span::before {
    display: none;
  }

  .mw-section h2,
  .mw-form-header h2,
  .mw-final-cta h2,
  .mw-comments h2 {
    font-size: 29px !important;
  }

  .mw-copy p,
  .mw-section p,
  .mw-section li {
    font-size: 17px !important;
  }

  .mw-quote-figure blockquote,
  .mw-pullquote,
  .mw-contributor blockquote {
    font-size: 20px;
  }

  .mw-offer-band,
  .mw-final-cta {
    margin: 0 20px 24px;
    padding: 22px;
  }

  .mw-stats,
  .mw-footer-grid {
    grid-template-columns: 1fr;
  }

  .mw-contributor {
    display: grid;
  }

  .mw-activity-rows div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mw-form {
    padding: 20px !important;
  }

  .mw-sidebar {
    padding: 20px;
  }

  .mw-comment,
  .mw-comment-form {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .mw-live-list div {
    grid-template-columns: 34px 1fr;
  }

  .mw-live-list strong {
    grid-column: 2;
  }
}


.mw-page {
  --mw-paper: #fbfbf8;
  --mw-news-ink: #101010;
  --mw-news-muted: #565f5b;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--mw-paper) 240px, #f2f4f1 100%) !important;
}

.mw-topbar {
  position: relative;
  border-top: 4px solid var(--mw-news-ink);
  border-bottom: 1px solid var(--mw-news-ink);
  background: #ffffff;
  box-shadow: none;
}

.mw-topbar-inner {
  min-height: 74px;
  border-bottom: 4px double #1f2933;
}

.mw-ad-label {
  color: var(--mw-news-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.mw-logo {
  color: var(--mw-news-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
}

.mw-logo::before {
  border-color: #0f766e;
  box-shadow: 10px 0 0 -3px #16a34a;
}

.mw-join {
  border: 1px solid #0f766e;
  background: #0f766e;
  box-shadow: none;
}

.mw-page #main.mw-article,
.mw-side-card,
.mw-form-card {
  border-color: #1f2933;
  border-radius: 0;
  box-shadow: none;
}

.mw-layout {
  margin-top: 24px;
}

.mw-hero,
.mw-copy,
.mw-section,
.mw-form-section,
.mw-comments {
  padding-inline: 38px;
}

.mw-category {
  color: var(--mw-news-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
}

.mw-hero h1 {
  color: var(--mw-news-ink);
  font-size: clamp(44px, 4.8vw, 66px);
  line-height: 0.98;
}

.mw-deck {
  color: #2f3734 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px !important;
}

.mw-byline {
  padding: 10px 0;
  border-top: 1px solid #cdd4d0;
  border-bottom: 1px solid #cdd4d0;
  color: var(--mw-news-muted);
}

.mw-hero-image,
.mw-wide-image,
.mw-quote-figure img,
.mw-contributor img {
  border-radius: 0;
}

.mw-copy p:first-child::first-letter {
  float: left;
  margin: 8px 8px 0 0;
  color: var(--mw-news-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 0.82;
}

.mw-copy p,
.mw-section p,
.mw-section li {
  color: #1f2a27 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px !important;
}

.mw-section {
  border-top: 3px solid #1f2933;
}

.mw-section h2,
.mw-form-header h2,
.mw-final-cta h2,
.mw-comments h2 {
  color: var(--mw-news-ink);
  font-size: 36px !important;
}

.mw-advantage-card,
.mw-stats div,
.mw-activity-card,
.mw-comment-form {
  border-color: #1f2933;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.mw-advantage-card span,
.mw-checklist li::before,
.mw-bullets li::before,
.mw-mini-steps li::before {
  background: #111827;
  color: #ffffff;
}

.mw-offer-band,
.mw-final-cta {
  border-radius: 0;
  background: #111827;
  box-shadow: none;
}

.mw-offer-band {
  border-top: 4px double #ffffff;
  border-bottom: 4px double #ffffff;
}

.mw-offer-band a,
.mw-final-cta a,
.mw-form #btn-registro {
  border-radius: 0 !important;
}

.mw-contributor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mw-contributor img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mw-contributor div {
  padding: 18px;
  border-left: 4px solid #111827;
  background: #f6f8f6;
}

.mw-contributor blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--mw-news-ink);
}

.mw-side-card {
  background: #ffffff;
}

.mw-side-card h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #1f2933;
  font-family: Georgia, "Times New Roman", serif !important;
}

.mw-form-header,
.mw-activity-heading {
  background: #111827;
}

.mw-form {
  background: #ffffff !important;
}

.mw-form input,
.mw-comment-form input,
.mw-comment-form textarea,
.mw-phone-field {
  border-radius: 0;
}

.mw-bonus-card,
.mw-bonus {
  display: none !important;
}

.mw-account-phone {
  display: flex;
  justify-content: center;
  margin: 30px auto 42px;
  padding: 54px 18px 48px;
  border: 1px solid #dde3e8;
  background: #ffffff;
}

.mw-phone-shell {
  position: relative;
  width: 360px;
  max-width: 100%;
  padding: 10px;
  border-radius: 48px;
  background:
    linear-gradient(135deg, #2a2f36 0%, #050608 42%, #272b31 100%);
  box-shadow:
    0 22px 44px rgba(15, 23, 42, 0.22),
    inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.mw-phone-shell::before,
.mw-phone-shell::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 3px;
  border-radius: 4px 0 0 4px;
  background: #171a1f;
}

.mw-phone-shell::before {
  top: 116px;
  height: 58px;
}

.mw-phone-shell::after {
  top: 194px;
  height: 82px;
}

.mw-phone-screen {
  position: relative;
  height: 720px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #071631 0%, #0c2248 42%, #f8fbff 42%, #ffffff 100%);
  color: #071631;
  font-family: Arial, Helvetica, sans-serif;
}

.mw-phone-screen::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  width: 102px;
  height: 28px;
  border-radius: 999px;
  background: #050608;
  transform: translateX(-50%);
}

.mw-phone-status {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.mw-phone-top {
  position: relative;
  z-index: 2;
  padding: 34px 28px 0;
  color: #ffffff;
}

.mw-phone-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.mw-phone-brand i {
  position: relative;
  width: 18px;
  height: 18px;
  border: 3px solid #31d18c;
  border-radius: 999px;
}

.mw-phone-brand i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 18px;
  height: 18px;
  border: 3px solid #19b8a8;
  border-radius: 999px;
}

.mw-phone-brand span {
  display: block;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.mw-phone-title {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  text-align: center;
}

.mw-phone-top strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}

.mw-phone-top small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.mw-phone-top p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 0;
  color: #d8e8ff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
}

.mw-phone-top b {
  color: #4fd7c8;
}

.mw-phone-top em {
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
}

.mw-phone-chart {
  position: relative;
  height: 124px;
  margin: 4px 24px 0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(103, 172, 255, 0.22), rgba(103, 172, 255, 0)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 30px);
}

.mw-phone-chart::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 14px;
  height: 88px;
  background: linear-gradient(135deg, transparent 7%, #8cc3ff 8% 9%, transparent 10% 18%, #8cc3ff 19% 20%, transparent 21% 32%, #8cc3ff 33% 34%, transparent 35% 45%, #8cc3ff 46% 47%, transparent 48% 60%, #8cc3ff 61% 62%, transparent 63% 75%, #8cc3ff 76% 77%, transparent 78%);
  opacity: 0.9;
  transform: skewY(-7deg);
}

.mw-phone-chart::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  width: 9px;
  height: 9px;
  border: 3px solid #8cc3ff;
  border-radius: 999px;
  background: #0c2248;
}

.mw-phone-chart span {
  position: absolute;
  bottom: 12px;
  width: 14px;
  border-radius: 8px 8px 0 0;
  background: rgba(79, 215, 200, 0.65);
}

.mw-phone-chart span:nth-child(1) { left: 18px; height: 28px; }
.mw-phone-chart span:nth-child(2) { left: 58px; height: 42px; }
.mw-phone-chart span:nth-child(3) { left: 102px; height: 46px; }
.mw-phone-chart span:nth-child(4) { right: 108px; height: 60px; }
.mw-phone-chart span:nth-child(5) { right: 64px; height: 70px; }
.mw-phone-chart span:nth-child(6) { right: 24px; height: 82px; }

.mw-phone-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: -8px 18px 0;
  padding: 14px 8px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.mw-phone-metrics div {
  min-width: 0;
  padding: 0 4px;
  text-align: center;
}

.mw-phone-metrics div + div {
  border-left: 1px solid #e7edf4;
}

.mw-phone-metrics span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 7px;
  border-radius: 999px;
  background: #071631;
}

.mw-phone-metrics small {
  display: block;
  color: #7a8493;
  font-size: 9px;
  line-height: 1.15;
}

.mw-phone-metrics strong {
  display: block;
  margin-top: 4px;
  color: #071631;
  font-size: 11px;
  line-height: 1.1;
}

.mw-phone-card {
  margin: 14px 18px 0;
  padding: 14px;
  border: 1px solid #e8edf4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.mw-phone-card div,
.mw-phone-card p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mw-phone-card div {
  margin-bottom: 12px;
}

.mw-phone-card strong {
  color: #071631;
  font-size: 14px;
}

.mw-phone-card span,
.mw-phone-card small {
  color: #536175;
  font-size: 11px;
}

.mw-phone-card p {
  margin: 9px 0 0;
  color: #263449 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}

.mw-phone-card p b {
  color: #071631;
}

.mw-phone-card i {
  display: block;
  height: 8px;
  margin: 10px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf4;
}

.mw-phone-card i::before {
  content: "";
  display: block;
  width: 24%;
  height: 100%;
  border-radius: inherit;
  background: #071631;
}

.mw-phone-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 12px 34px 22px;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.92);
}

.mw-phone-nav span {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 8px;
  background: #071631;
  opacity: 0.32;
}

.mw-phone-nav span:first-child {
  opacity: 1;
}

@media (max-width: 767px) {
  .mw-topbar-inner {
    min-height: 62px;
  }

  .mw-logo {
    font-size: 24px;
  }

  .mw-hero,
  .mw-copy,
  .mw-section,
  .mw-form-section,
  .mw-comments {
    padding-inline: 20px;
  }

  .mw-hero h1 {
    font-size: 38px;
  }

  .mw-deck {
    font-size: 20px !important;
  }

  .mw-copy p,
  .mw-section p,
  .mw-section li {
    font-size: 18px !important;
  }

  .mw-account-phone {
    margin: 24px auto 34px;
    padding: 32px 8px 34px;
  }

  .mw-phone-shell {
    width: 312px;
    padding: 8px;
    border-radius: 42px;
  }

  .mw-phone-screen {
    height: 632px;
    border-radius: 34px;
  }

  .mw-phone-status {
    padding: 16px 24px 0;
    font-size: 12px;
  }

  .mw-phone-top {
    padding: 32px 22px 0;
  }

  .mw-phone-top span {
    font-size: 27px;
  }

  .mw-phone-top strong {
    font-size: 33px;
  }

  .mw-phone-chart {
    height: 106px;
    margin-inline: 20px;
  }

  .mw-phone-metrics {
    margin-inline: 14px;
    padding-inline: 5px;
  }

  .mw-phone-metrics span {
    width: 24px;
    height: 24px;
  }

  .mw-phone-metrics small {
    font-size: 8px;
  }

  .mw-phone-metrics strong {
    font-size: 9px;
  }

  .mw-phone-card {
    margin-inline: 14px;
    padding: 12px;
  }

  .mw-phone-card p {
    font-size: 12px !important;
  }
}


.form-error {
  margin-top: 4px;
  font-size: 12px;
  color: #ef4444;
  min-height: 0;
}

.mw-form-agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #61706d;
  cursor: pointer;
}

.mw-form-agree input {
  margin-top: 2px;
  flex-shrink: 0;
}

.mw-user-comment {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.mw-user-comment .mw-comment-avatar {
  flex-shrink: 0;
}

.site-footer {
  margin-top: 48px;
  padding: 48px 16px;
  background: linear-gradient(to right, #154F5A, #216978);
  color: #fff;
}

.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(33, 105, 120, 0.5);
}

.site-footer-col {
  flex: 1 1 280px;
}

.site-footer-warning-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fde047;
}

.site-footer-legal-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d1d5db;
}

.site-footer p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #9ca3af;
}

.site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(33, 105, 120, 0.5);
}

.site-footer-bottom p {
  margin: 0;
  color: #d1d5db;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.site-footer-links a {
  padding: 4px 8px;
  font-size: 12px;
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-links a:hover {
  color: #E0F2F4;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.modal-open {
  opacity: 1;
  display: block;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  opacity: 0;
  color: #111827;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.modal.modal-open .modal-content {
  animation: modalFadeIn 0.3s ease forwards;
}

.modal-content .close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
}

.modal-content .close:hover {
  color: #4b5563;
}

.modal-content h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.modal-content h3 {
  margin: 16px 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.modal-body p,
.modal-body li {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.modal-body ul {
  margin: 8px 0;
  padding-left: 20px;
}

.contact-card {
  margin: 16px 0;
  padding: 16px;
  border-radius: 8px;
  background: #f9fafb;
}

.contact-card h3 {
  margin-top: 0;
  color: #4338ca;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner-inner {
  position: relative;
  max-width: 640px;
  width: 100%;
  padding: 16px 40px 16px 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.cookie-close {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}

.cookie-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cookie-actions button {
  border: 0;
  background: transparent;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: #3b82f6;
}

.cookie-actions button[aria-label="Decline"] {
  color: #666;
}

.cookie-actions span {
  font-size: 14px;
  color: #666;
}

.toast-container {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 50;
}

.toast-message {
  margin-bottom: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #4f46e5;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.3s ease;
}

.toast-message.toast-visible {
  opacity: 1;
  transform: translateY(0);
}

.phone-container {
  width: 100%;
}

.phone-container .iti {
  width: 100%;
}

.mw-form input[type="text"],
.mw-form input[type="email"],
.mw-form input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
}
