/* Layout + typography — replaces React/styled-components runtime styles */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

#app,
#app [class*="gCXNbx"],
#app [class*="ebhMza"] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

#app > a {
  display: none;
}

#app a {
  color: #149efc;
  text-decoration: none;
}

#app a:hover {
  text-decoration: underline;
}

#app p {
  margin: 0 0 1em;
}

#app p:last-child {
  margin-bottom: 0;
}

#app img {
  max-width: 100%;
  height: auto;
  display: block;
}

#app picture {
  display: block;
  max-width: 100%;
}

#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.25;
}

#app section {
  display: block;
  width: 100%;
}

#app [class*="sc-fqkvVO"],
#app [class*="sc-fFlnrK"] > [class*="sc-fqkvVO"] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#app [width="960px"] {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#app [width="1120px"] {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#app [width="780"],
#app [width="780"] img {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#app [width="400"] {
  max-width: 400px;
  width: 100%;
}

/* Advertorial bar */
#section-c7dd0023 {
  background: #212d3b;
  color: #fff;
  text-align: center;
}

#section-c7dd0023 [class*="sc-fFlnrK"] {
  padding: 8px 16px;
}

/* Logo header */
#section-d02511c7 {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}

#section-d02511c7 [class*="sc-fFlnrK"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Main article */
#section-cec67878 {
  background: #fff;
  padding: 24px 0 40px;
}

#section-cec67878 [width="1120px"] {
  padding-left: 24px;
  padding-right: 24px;
}

/* Main content grid: article + sidebar */
#row-ac222bcc {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
  align-items: start;
}

#row-ac222bcc > [size="9"] {
  min-width: 0;
}

#row-ac222bcc > [size="3"] {
  min-width: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  align-self: start;
}

/* Rows */
#app [id^="row-"][class*="sc-hoLEz"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px 20px;
  width: 100%;
  margin-bottom: 8px;
}

#app [size="12"] {
  grid-column: 1 / -1;
}

#app [size="10"] {
  grid-column: span 10;
}

#app [size="9"] {
  grid-column: span 9;
}

#app [size="3"] {
  grid-column: span 3;
}

/* Headline */
#text-headline-b03d2746,
#text-headline-b03d2746 p {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}

#text-headline-b03d2746 strong {
  font-weight: 700;
}

/* Body text blocks */
#app [id^="text-"][class*="sc-bBeLUw"] {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-align: left;
}

#app [id^="text-"] strong {
  font-weight: 700;
}

/* CTA buttons */
#app a[id^="button-"],
#app a[class*="sc-dSIIpv"],
#app a[class*="sc-"][href*="novatrustmarket"],
#app a[class*="sc-"][href*="smart-tv"],
#app [class*="sc-hGsOxc"] a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 700;
  font-family: Lato, Arial, sans-serif;
  color: #fff !important;
  background: #149efc;
  border-radius: 6px;
  text-decoration: none !important;
  text-align: center;
  box-shadow: 0 2px 8px rgba(20, 158, 252, 0.35);
  transition: background 0.15s ease;
}

#app a[id^="button-"]:hover,
#app a[class*="sc-dSIIpv"]:hover,
#app a[class*="sc-"][href*="novatrustmarket"]:hover,
#app [class*="sc-hGsOxc"] a:hover {
  background: #0d7fd4;
  text-decoration: none !important;
}

/* Highlight / quote boxes */
#app [class*="sc-gzVdWW"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 10px;
  margin: 12px 0;
}

/* Footer */
#section-12ff110a {
  background: #212d3b;
  color: rgba(200, 200, 200, 1);
  padding: 32px 24px 28px;
  margin-top: 0;
  width: 100%;
  flex-shrink: 0;
  order: 9999;
}

#section-12ff110a [width="100%"] {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#section-12ff110a a,
#section-12ff110a a span {
  color: rgba(200, 200, 200, 1) !important;
}

#section-12ff110a a:hover,
#section-12ff110a a:hover span {
  color: #fff !important;
}

#section-12ff110a #text-f7fe05c4,
#section-12ff110a #text-f7fe05c4 span {
  color: rgba(180, 180, 180, 1) !important;
}

#footer-copyright {
  text-align: center !important;
  font-size: 13px !important;
  color: rgba(160, 160, 160, 1) !important;
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid rgba(80, 90, 100, 1) !important;
}

@media only screen and (max-width: 800px) {
  #app {
    font-size: 16px;
  }

  #section-cec67878 [width="1120px"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  #row-ac222bcc {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #row-ac222bcc > div {
    position: static;
  }

  #app [id^="row-"][class*="sc-hoLEz"] {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #app [size="9"],
  #app [size="10"],
  #app [size="3"],
  #app [size="12"] {
    grid-column: auto;
    width: 100%;
  }

  #text-headline-b03d2746,
  #text-headline-b03d2746 p {
    font-size: 26px;
    line-height: 1.25;
  }

  #app [id^="text-"][class*="sc-bBeLUw"] {
    font-size: 16px;
    line-height: 26px;
  }

  #app a[id^="button-"],
  #app a[class*="sc-dSIIpv"],
  #app a[class*="sc-"][href*="novatrustmarket"] {
    font-size: 18px;
    padding: 12px 20px;
    width: 100%;
    max-width: 100%;
  }

}
