.logo {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}

header {
  background-color: #00050b;
}



.uk-inline .lang-btn {
  text-transform: capitalize;
}

header .lang-btn,
.uk-navbar .lang-btn {
  color: #211539 !important;
}

.mob-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.uk-dropdown {
  background-color: #fff;
}

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.mob-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu li:last-child {
  border-bottom: 0;
}
.mob-menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.mob-menu li a:hover {
  text-decoration: none;
  color: #444;
}

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-btn img {
  margin-right: 6px;
}

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 90px;
}

.lang-menu {
  top: 0 !important;
  max-height: 400px !important;
  overflow-y: scroll !important;
}

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lang-menu ul a {
  color: #222;
  padding: 5px 0;
  display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
  margin-right: 10px;
}

.uk-navbar-nav {
  gap: 0px;
}

.uk-navbar-nav > li > a {
  color: #fff;
  text-transform: inherit;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.has-submenu {
  position: relative;
}

.submenu {
  display: none;
}

.has-submenu.open .submenu {
  display: block;
}

.submenu-toggle {
  cursor: pointer;
}

.submenu li {
  list-style: none;
}

.mob-menu .submenu {
  position: relative;
  background: #f5f5f5;
  padding: 6px 0 6px 12px;
  border-radius: 6px;
}

.mob-menu .submenu li {
  border-bottom: 0;
}

.mob-menu .submenu li a {
  padding: 8px 0;
  font-size: 14px;
  text-transform: none;
}

.footer-nav li,
.header-nav li {
  position: relative;
  padding: 0 20px;
}
.footer-nav > li::after,
.header-nav > li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #009b3a;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav li:hover:after,
.header-nav li:hover:after {
  opacity: 1;
}

.footer-nav li {
  padding: 0 10px;
}
.footer-nav li:after {
  bottom: -10px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #000;
  background-color: #fff;
}

.site-footer {
  background-color: #0a0a0a;
  padding: 40px 0 0;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-nav li {
  display: inline-block;
}
.site-footer .footer-nav li a {
  color: #fff;
  padding: 5px 10px;
}

.footer-bottom {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid white;
}

.copyright {
  font-size: 16px;
  color: #fff;
}
.copyright span {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 960px) {
  .copyright {
    font-size: 12px;
  }
}

#ast-scroll-top {
  background-color: #009b3a;
  font-size: 15px;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  -webkit-transform: translate(0, -20%) rotate(180deg);
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-weight: 400;
  font-size: 18px;
  color: #575757;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.uk-container {
  max-width: 1140px;
}

.uk-container-xsmall {
  max-width: 750px;
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form_panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form {
  border-radius: 16px;
  background-color: #fff;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.main-form-title h2 span {
  color: #002776;
}
@media (max-width: 960px) {
  .main-form-title h2 span {
    display: block;
    font-weight: bold;
  }
}

.form_group {
  position: relative;
  margin-bottom: 1rem;
}

.form_group input,
.form_group textarea {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 55px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9fafb;
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none !important;
}

input[name="tel"] {
  padding-left: 52px;
}

.main-form-btn {
  border-radius: 25px;
  background-color: #009b3a !important;
  padding: 10px 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 53px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  border-radius: 50px !important;
}
.main-form-btn:hover {
  background-color: #007d2f !important;
  border-color: #007d2f;
}

.form_checkbox {
  color: #000;
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form_checkbox label input[type="checkbox"] {
  -ms-flex-preferred-size: 15px;
  flex-basis: 15px;
  min-width: 15px;
  height: 22px;
  margin-right: 10px;
  margin-top: 0;
}

.form_group .iti {
  width: 100%;
}

.hero-section {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 20px 0;
}

.hero-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}

.hero-meta h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
.hero-meta h2 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .hero-meta h2 {
    font-size: 32px;
  }
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hero-img {
  border-radius: 30px;
  margin-top: 10px;
}

.section2 {
  background-color: #090b16;
  color: #fff;
  padding: 20px 0;
}
.section2 h2 {
  color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 60px;
  font-weight: 800;
}
.section2 p {
  font-weight: 400;
  font-size: 18px;
}

.c-button {
  font-family: "Lato", Sans-serif;
  font-size: 21px;
  color: #fff;
  background-color: #009b3a;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-button svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.c-button:hover {
  background-color: #007d2f;
  color: #fff;
  text-decoration: none;
}

.section3 {
  padding: 20px 0;
}
.section3 h2 {
  text-align: center;
  color: #000000;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .section3 h2 {
    font-size: 66px;
    padding: 0 10px;
  }
}

.sec3-box {
  text-align: center;
}
.sec3-box svg {
  width: 3em;
  height: 3em;
  position: relative;
  display: block;
  fill: #FFD73A;
  color: #FFD73A;
  margin: 0 auto;
}
.sec3-box h3 {
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-top: 15px;
}
.sec3-box p {
  font-size: 18px;
}

.sec5-box {
  background-color: #090b16;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sec5-box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.uk-accordion-title::before {
  display: none;
}

.uk-accordion-title .e-font-icon-svg {
  display: none;
}

#form_btn {
  font-weight: 700 !important;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 8%;
  z-index: 99999;
  max-height: 300px;
  font-family: Arial, Helvetica, sans-serif;
}

.language-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher a img {
  margin-right: 5px;
}

.language-switcher a:hover {
  background-color: #fff;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher__selected {
  background: #fff -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#efefef),
      color-stop(70%, #fff)
    );
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  border: 1px solid #ccc;
  color: #666;
}

.language-switcher__selected a {
  color: #666;
}

.language-switcher__selected a:after {
  content: "";
  background: url(../fonts/arrow-down.svg) no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 11px;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.7;
  color: #666;
}

.language-switcher__list {
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.language-switcher__active .language-switcher__selected a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.language-switcher__active .language-switcher__list {
  display: block;
}

.banner {
  background-image: url(../images/hero-bg-sl.webp);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .banner {
    height: 155px;
    background-position: right center;
    background-size: cover;
  }

  .banner h1 {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 16px;
  }
}

.f60 {
  font-size: 60px !important;
}

.f25 {
  font-size: 25px !important;
}

.f32 {
  font-size: 32px !important;
}

.f11 {
  font-size: 11px !important;
}

.sub-btn {
  background-color: #009b3a;
  color: #ffffff;
  min-height: 48px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  outline: invert;
}

.sub-btn svg {
  font-size: 21px;
}

.contact-form .form_group input,
.contact-form textarea {
  border-radius: 20px;
}

td,
th {
  padding: 0.7em 1em;
  border-width: 1px;
  border-style: solid;
}

table,
td,
th {
  border-color: #adb6be;
}
.uk--h2 {
  font-size: 38px !important;
}
.address-row {
  display: flex;
  gap: 20px;
}
.address-row .address-item {
  background: #009b3a;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.address-row .address-item h3,
.address-row .address-item p,
.address-row .address-item a {
  margin: 0;
  color: #fff;
}

.section1 {
  background: #fff;
  color: #090b16;
  padding: 60px 0;
}

.contact-wrapper {
  text-align: center;
}
.contact-wrapper .contact-form {
  max-width: 497px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner {
    height: 155px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .uk--h2 {
    font-size: 26px !important;
  }
  .address-row {
    flex-wrap: wrap;
  }
  .section1 {
    padding: 20px 0;
  }
  .lang-btn {
    color: #211539;
  }
}

.uk-accordion-title::before {
  display: none;
}

.uk-open .e-font-icon-svg {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}

.uk-accordion-content {
  padding: 0 15px;
}

.uk-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uk-accordion > li {
  background: #009b3a;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #009b3a;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.uk-accordion-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.75rem !important;
  text-align: left;
  color: #ffffff !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.uk-accordion-title::after {
  content: "";
  order: 2;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  filter: invert(1);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox%3D%220 0 192 512%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill%3D%22%23666%22 d%3D%22M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px 14px;
  transition: transform 0.2s ease;
}

.uk-open > .uk-accordion-title::after {
  transform: rotate(90deg);
}

.uk-accordion-title:hover {
  background: rgba(30, 41, 59, 0.3) !important;
}

.uk-accordion-title svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #fff !important;
  fill: #fff !important;
}

.uk-open > .uk-accordion-title svg {
  transform: rotate(90deg);
}

.uk-accordion-content {
  padding: 0 1.75rem 1.5rem 1.75rem !important; /* px-7 pb-6 */
  color: #cbd5e1 !important; /* text-slate-300 */
  line-height: 1.625 !important; /* leading-relaxed */
}

.uk-accordion-content p {
  margin: 0;
  color: #cbd5e1 !important;
}

.uk-accordion-content[hidden] {
  display: none;
}

.uk-open {
  background: #fff;
  border-color: rgba(2, 78, 159, 0.3);
}

@media (max-width: 640px) {
  .uk-accordion-title {
    padding: 1.25rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .uk-accordion-content {
    padding: 0 1.5rem 1.25rem 1.5rem !important;
  }
}

.documentation-page .pt-documentation-section {
  background: #ffffff !important;
  color: #111111 !important;
}

.section-step {
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem #00000026;
}

/* Automated trading: visual treatment only — page copy remains in the template. */
body.automated-trading-page {
  --auto-green: #009b3a;
  --auto-ink: #090b16;
  --auto-muted: #5e6870;
  --auto-line: #dce8df;
}

body.automated-trading-page .section1 {
  padding: 78px 0 92px;
  background:
    radial-gradient(circle at 8% 4%, rgba(0, 155, 58, .075), transparent 23rem),
    #fff;
}

body.automated-trading-page .section1 .uk-container { max-width: 1060px; }
body.automated-trading-page .section1 h2 {
  position: relative;
  max-width: 800px;
  margin: 0 0 22px !important;
  padding-top: 22px;
  color: var(--auto-ink);
  font-family: "Lato", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.025em;
}
body.automated-trading-page .section1 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: var(--auto-green);
}
body.automated-trading-page .section1 p {
  max-width: 850px;
  margin: 0 0 16px;
  color: var(--auto-muted);
  font-size: 17px;
  line-height: 1.72;
}
body.automated-trading-page .section1 h3 {
  position: relative;
  margin: 38px 0 14px !important;
  padding: 16px 22px 16px 58px;
  color: var(--auto-ink);
  border: 1px solid var(--auto-line);
  border-radius: 14px;
  background: linear-gradient(105deg, #f1f8f3, #fff);
  box-shadow: 0 8px 22px rgba(9, 11, 22, .045);
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
body.automated-trading-page .section1 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 18px;
  height: 18px;
  border: 5px solid var(--auto-green);
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
body.automated-trading-page .section1 .uk-list.uk-list-disc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  max-width: 900px;
  padding: 20px 24px;
  margin: 20px 0 4px;
  list-style: none !important;
  border-radius: 14px;
  background: #f4f8f5;
}
body.automated-trading-page .section1 .uk-list.uk-list-disc > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
  color: #354039;
  font-size: 15px;
  line-height: 1.5;
}
body.automated-trading-page .section1 .uk-list.uk-list-disc > li::before {
  content: "✓" !important;
  display: block;
  position: static;
  flex: 0 0 auto;
  margin-top: .28em;
  color: var(--auto-green);
  font-weight: 800;
  line-height: 1;
}
body.automated-trading-page .section1 .uk-list.uk-list-disc > li::marker { content: none !important; font-size: 0; }
body.automated-trading-page .section1 .uk-divider-small {
  width: 100%;
  max-width: none;
  height: 1px;
  margin: 64px 0 !important;
  border: 0;
  background: var(--auto-line);
}
body.automated-trading-page .section1 .uk-divider-small::after { display: none; }
body.automated-trading-page .section1 .uk-button.uk-button-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #9bd5ab;
  border-radius: 9px;
  color: var(--auto-green) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
body.automated-trading-page .section1 .uk-button.uk-button-text:hover {
  background: var(--auto-green);
  color: #fff !important;
  transform: translateY(-2px);
}
body.automated-trading-page .section1 .uk-accordion { max-width: 850px; }
body.automated-trading-page .section1 .uk-accordion > li {
  margin-bottom: 11px;
  border: 1px solid var(--auto-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}
body.automated-trading-page .section1 .uk-accordion-title {
  padding: 21px 22px !important;
  color: var(--auto-ink) !important;
  font-size: 16px !important;
}
body.automated-trading-page .section1 .uk-accordion-title::after { filter: none; }
body.automated-trading-page .section1 .uk-accordion-title:hover { background: #f3f8f4 !important; }
body.automated-trading-page .section1 .uk-accordion-content { padding: 0 22px 21px !important; }
body.automated-trading-page .section1 .uk-accordion-content p { margin: 0; color: var(--auto-muted) !important; font-size: 15px; }
body.automated-trading-page .section1 .uk-accordion .uk-open { border-color: #9bd5ab; background: #f3f8f4; }

@media (max-width: 639px) {
  body.automated-trading-page .section1 { padding: 44px 0 58px; }
  body.automated-trading-page .section1 p { font-size: 16px; }
  body.automated-trading-page .section1 h3 { padding-left: 52px; font-size: 20px; }
  body.automated-trading-page .section1 h3::before { left: 19px; }
  body.automated-trading-page .section1 .uk-list.uk-list-disc { grid-template-columns: 1fr; padding: 18px 20px; }
  body.automated-trading-page .section1 .uk-divider-small { margin: 48px 0 !important; }
}

/* Content groupings for automated trading. No copy is styled outside this page. */
body.automated-trading-page .auto-group { margin: 0; }
body.automated-trading-page .auto-overview {
  max-width: none;
  margin: 0;
  padding: 46px 54px;
  border: 1px solid var(--auto-line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #f1f8f3 100%);
  box-shadow: 0 18px 44px rgba(9, 11, 22, .06);
}
body.automated-trading-page .auto-overview h2 { text-align: center; margin-right: auto !important; margin-left: auto !important; }
body.automated-trading-page .auto-overview h2::before { right: 0; margin: auto; }
body.automated-trading-page .auto-overview p { max-width: 760px; margin-right: auto; margin-left: auto; }
body.automated-trading-page .auto-bots { padding: 48px; border-radius: 24px; background: #f4f8f5; }
body.automated-trading-page .auto-bots > p { max-width: 690px; }
body.automated-trading-page .auto-bot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
body.automated-trading-page .auto-bot-card {
  display: flex;
  flex-direction: column;
  padding: 27px 25px 24px;
  border: 1px solid var(--auto-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(9, 11, 22, .05);
  transition: transform .22s ease, box-shadow .22s ease;
}
body.automated-trading-page .auto-bot-card:hover { transform: translateY(-6px); box-shadow: 0 18px 31px rgba(9, 11, 22, .11); }
body.automated-trading-page .section1 .auto-bot-card h3 {
  margin: 0 0 16px !important;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 2px solid #ffdf00;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 22px;
}
body.automated-trading-page .section1 .auto-bot-card h3::before { display: none; }
body.automated-trading-page .auto-bot-card p { font-size: 15px; line-height: 1.6; }
body.automated-trading-page .section1 .auto-bot-card .uk-list.uk-list-disc {
  display: block;
  margin-top: auto;
  padding: 15px 0 0;
  border-radius: 0;
  border-top: 1px solid var(--auto-line);
  background: transparent;
}
body.automated-trading-page .auto-audience {
  margin-top: 64px;
  padding: 58px 64px;
  border-radius: 24px;
  background: linear-gradient(120deg, #070a12 0%, #111827 100%);
  box-shadow: 0 20px 40px rgba(9, 11, 22, .16);
}
body.automated-trading-page .auto-audience h2 { color: #ffdf00; }
body.automated-trading-page .auto-audience h2::before { background: #ffdf00; }
body.automated-trading-page .auto-audience p { color: #d8e0db; }
body.automated-trading-page .section1 .auto-audience .uk-list.uk-list-disc { max-width: none; background: rgba(255, 255, 255, .07); }
body.automated-trading-page .auto-audience .uk-list.uk-list-disc > li { color: #fff; }
body.automated-trading-page .auto-audience .uk-list.uk-list-disc > li::before { color: #ffdf00; }
body.automated-trading-page .auto-how { padding: 2px 0; }
body.automated-trading-page .auto-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
body.automated-trading-page .auto-steps article { padding: 26px; border-radius: 16px; background: #fff; border: 1px solid var(--auto-line); }
body.automated-trading-page .section1 .auto-steps h3 {
  margin: 0 0 14px !important;
  padding: 0 0 13px 42px;
  border: 0;
  border-bottom: 1px solid var(--auto-line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 20px;
}
body.automated-trading-page .section1 .auto-steps h3::before { display: none; }
body.automated-trading-page .auto-step-icon {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e5f6e9;
}
body.automated-trading-page .auto-step-icon svg { width: 18px; height: 18px; fill: none; stroke: var(--auto-green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
body.automated-trading-page .auto-steps p { font-size: 15px; }
body.automated-trading-page .section1 .auto-steps .uk-list.uk-list-disc { grid-template-columns: 1fr; padding: 14px 16px; }
body.automated-trading-page .auto-protection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; }
body.automated-trading-page .auto-protection-grid > .uk-divider-small { display: none; }
body.automated-trading-page .auto-protection-card { padding: 42px; border-radius: 20px; }
body.automated-trading-page .auto-protection-card h2 { font-size: 34px; }
body.automated-trading-page .auto-risks { background: #fff7da; }
body.automated-trading-page .auto-risks h2::before { background: #ffdf00; }
body.automated-trading-page .auto-security { background: #eaf7ee; }
body.automated-trading-page .section1 .auto-protection-card .uk-list.uk-list-disc { grid-template-columns: 1fr; padding: 0; background: transparent; }
body.automated-trading-page .auto-faq { max-width: 850px; margin: 0 auto; padding: 40px 0 0; }
body.automated-trading-page .auto-faq h2 { text-align: center; }
body.automated-trading-page .auto-faq h2::before { right: 0; margin: auto; }

@media (max-width: 959px) {
  body.automated-trading-page .auto-bot-grid { grid-template-columns: 1fr; }
}

@media (max-width: 639px) {
  body.automated-trading-page .auto-overview, body.automated-trading-page .auto-bots, body.automated-trading-page .auto-audience, body.automated-trading-page .auto-protection-card { padding: 32px 24px; }
  body.automated-trading-page .auto-steps, body.automated-trading-page .auto-protection-grid { grid-template-columns: 1fr; }
  body.automated-trading-page .auto-audience { margin-top: 48px; }
}

/* Trading tools: page-scoped visual layout. */
body.trading-tools-page { --tools-green: #009b3a; --tools-yellow: #ffdf00; --tools-ink: #090b16; --tools-muted: #5e6870; --tools-line: #dce8df; }
body.trading-tools-page .section1 { padding: 78px 0 92px; background: radial-gradient(circle at 93% 4%, rgba(0,155,58,.08), transparent 23rem), #fff; }
body.trading-tools-page .section1 .uk-container { max-width: 1060px; }
body.trading-tools-page .tools-group { margin: 0; }
body.trading-tools-page .section1 h2 { position: relative; margin: 0 0 22px !important; padding-top: 20px; color: var(--tools-ink); font-family: "Lato", sans-serif; font-size: clamp(30px,4vw,44px); font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
body.trading-tools-page .section1 h2::before { content: ""; position: absolute; top: 0; left: 0; width: 56px; height: 4px; border-radius: 99px; background: var(--tools-green); }
body.trading-tools-page .section1 h3 { margin: 34px 0 18px !important; color: var(--tools-ink); font-family: "Lato", sans-serif; font-size: 23px; font-weight: 800; }
body.trading-tools-page .section1 p { max-width: 880px; margin: 0 0 16px; color: var(--tools-muted); font-size: 17px; line-height: 1.7; }
body.trading-tools-page .section1 p b { color: var(--tools-ink); font-size: 16px; }
body.trading-tools-page .section1 .uk-divider-small { width: 100%; max-width: none; height: 1px; margin: 64px 0 !important; border: 0; background: var(--tools-line); }
body.trading-tools-page .section1 .uk-divider-small::after { display: none; }
body.trading-tools-page .section1 .uk-list.uk-list-disc { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 30px; max-width: 920px; padding: 21px 24px; margin: 20px 0; list-style: none !important; border-radius: 14px; background: #f2f8f4; }
body.trading-tools-page .section1 .uk-list.uk-list-disc > li { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 0 !important; color: #354039; font-size: 15px; line-height: 1.5; list-style: none !important; }
body.trading-tools-page .section1 .uk-list.uk-list-disc > li::before { content: "✓"; flex: 0 0 auto; margin-top: .27em; color: var(--tools-green); font-weight: 800; line-height: 1; }
body.trading-tools-page .section1 .uk-list.uk-list-disc > li::marker { content: none; font-size: 0; }
body.trading-tools-page .tools-overview { padding: 46px 54px; border: 1px solid var(--tools-line); border-radius: 22px; background: linear-gradient(135deg,#fff,#f2f8f4); box-shadow: 0 18px 44px rgba(9,11,22,.06); }
body.trading-tools-page .tools-overview h2 { text-align: center; }
body.trading-tools-page .tools-overview h2::before { right: 0; margin: auto; }
body.trading-tools-page .tools-overview p { max-width: 800px; margin-right: auto; margin-left: auto; }
body.trading-tools-page .tools-overview .uk-list.uk-list-disc { width: 100%; max-width: 800px; box-sizing: border-box; margin-right: auto; margin-left: auto; }
body.trading-tools-page .tools-smart-trade { padding: 48px; border-radius: 24px; background: #f4f8f5; }
body.trading-tools-page .tools-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
body.trading-tools-page .tools-feature-grid article { padding: 25px; border-radius: 16px; background: #fff; border: 1px solid var(--tools-line); box-shadow: 0 10px 22px rgba(9,11,22,.045); }
body.trading-tools-page .tools-feature-grid article p { font-size: 15px; line-height: 1.6; }
body.trading-tools-page .section1 .tools-feature-grid .uk-list.uk-list-disc { grid-template-columns: 1fr; padding: 14px 0 0; margin: 12px 0 0; border-top: 1px solid var(--tools-line); border-radius: 0; background: transparent; }
body.trading-tools-page .tools-terminal { padding: 52px; border-radius: 24px; background: linear-gradient(130deg,#080b13,#111827); }
body.trading-tools-page .tools-terminal h2, body.trading-tools-page .tools-terminal h3, body.trading-tools-page .tools-terminal p b { color: var(--tools-yellow); }
body.trading-tools-page .tools-terminal h2::before { background: var(--tools-yellow); }
body.trading-tools-page .tools-terminal p { color: #d8e0db; }
body.trading-tools-page .tools-terminal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 28px; }
body.trading-tools-page .tools-terminal-grid article { padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.055); }
body.trading-tools-page .tools-terminal-grid article p { margin-bottom: 10px; font-size: 15px; }
body.trading-tools-page .section1 .tools-terminal .uk-list.uk-list-disc { grid-template-columns: 1fr; margin: 0; padding: 0; background: transparent; }
body.trading-tools-page .tools-terminal .uk-list.uk-list-disc > li { color: #fff; }
body.trading-tools-page .tools-terminal .uk-list.uk-list-disc > li::before { color: var(--tools-yellow); }
body.trading-tools-page .tools-advantages { padding: 46px 52px; border-radius: 22px; background: #e8f7ec; }
body.trading-tools-page .tools-advantages .uk-list.uk-list-disc { max-width: none; background: #fff; }
body.trading-tools-page .tools-risks { padding: 48px 52px; border-radius: 22px; background: #fff7d7; }
body.trading-tools-page .tools-risks h2::before { background: var(--tools-yellow); }
body.trading-tools-page .section1 .uk-button.uk-button-text { display: inline-flex; padding: 12px 18px; border: 1px solid #9bd5ab; border-radius: 9px; color: var(--tools-green) !important; font-size: 14px; font-weight: 800; text-decoration: none; }
body.trading-tools-page .section1 .uk-button.uk-button-text:hover { color: #fff !important; background: var(--tools-green); }
@media (max-width: 959px) { body.trading-tools-page .tools-feature-grid { grid-template-columns: 1fr; } }
@media (max-width: 639px) { body.trading-tools-page .section1 { padding: 44px 0 58px; } body.trading-tools-page .section1 p { font-size: 16px; } body.trading-tools-page .tools-overview, body.trading-tools-page .tools-smart-trade, body.trading-tools-page .tools-terminal, body.trading-tools-page .tools-advantages, body.trading-tools-page .tools-risks { padding: 32px 24px; } body.trading-tools-page .tools-terminal-grid, body.trading-tools-page .section1 .uk-list.uk-list-disc { grid-template-columns: 1fr; } body.trading-tools-page .section1 .uk-divider-small { margin: 48px 0 !important; } }

/* Reset UIkit's built-in disc pseudo-element before applying the custom checkmark. */
body.automated-trading-page .section1 .uk-list.uk-list-disc > li::before,
body.trading-tools-page .section1 .uk-list.uk-list-disc > li::before {
  position: static !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: .28em 0 0 !important;
  padding: 0 !important;
  display: block !important;
  list-style: none !important;
  text-align: left !important;
}

/* Portfolio and analysis: page-scoped visual layout. */
body.portfolio-analysis-page { --portfolio-green: #009b3a; --portfolio-yellow: #ffdf00; --portfolio-ink: #090b16; --portfolio-muted: #5e6870; --portfolio-line: #dce8df; }
body.portfolio-analysis-page .section1 { padding: 78px 0 92px; background: radial-gradient(circle at 8% 3%, rgba(0,155,58,.08), transparent 23rem), #fff; }
body.portfolio-analysis-page .section1 .uk-container { max-width: 1060px; }
body.portfolio-analysis-page .portfolio-group { margin: 0; }
body.portfolio-analysis-page .section1 h2 { position: relative; margin: 0 0 22px !important; padding-top: 20px; color: var(--portfolio-ink); font-family: "Lato",sans-serif; font-size: clamp(30px,4vw,44px); font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
body.portfolio-analysis-page .section1 h2::before { content:""; position:absolute; top:0; left:0; width:56px; height:4px; border-radius:99px; background:var(--portfolio-green); }
body.portfolio-analysis-page .section1 h3 { margin: 34px 0 16px !important; color:var(--portfolio-ink); font-family:"Lato",sans-serif; font-size:23px; font-weight:800; }
body.portfolio-analysis-page .section1 p { max-width:880px; margin:0 0 16px; color:var(--portfolio-muted); font-size:17px; line-height:1.7; }
body.portfolio-analysis-page .section1 p b { color:var(--portfolio-ink); }
body.portfolio-analysis-page .section1 .uk-divider-small { width:100%; max-width:none; height:1px; margin:64px 0 !important; border:0; background:var(--portfolio-line); }
body.portfolio-analysis-page .section1 .uk-divider-small::after { display:none; }
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 30px; max-width:920px; padding:21px 24px; margin:20px 0; list-style:none !important; border-radius:14px; background:#f2f8f4; }
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc > li { display:flex; align-items:flex-start; gap:10px; margin:0; padding:0 !important; color:#354039; font-size:15px; line-height:1.5; list-style:none !important; }
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc > li::before { content:"✓"; position:static !important; left:auto !important; width:auto !important; height:auto !important; min-height:0 !important; flex:0 0 auto; margin:.28em 0 0 !important; padding:0 !important; display:block !important; color:var(--portfolio-green); font-weight:800; line-height:1; list-style:none !important; text-align:left !important; }
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc > li::marker { content:none; font-size:0; }
body.portfolio-analysis-page .portfolio-overview { padding:46px 54px; border:1px solid var(--portfolio-line); border-radius:22px; background:linear-gradient(135deg,#fff,#f2f8f4); box-shadow:0 18px 44px rgba(9,11,22,.06); }
body.portfolio-analysis-page .portfolio-overview h2 { text-align:center; }
body.portfolio-analysis-page .portfolio-overview h2::before { right:0; margin:auto; }
body.portfolio-analysis-page .portfolio-overview p { max-width:800px; margin-right:auto; margin-left:auto; }
body.portfolio-analysis-page .portfolio-tracking { padding:48px; border-radius:24px; background:#f4f8f5; }
body.portfolio-analysis-page .portfolio-tracking .uk-list.uk-list-disc { max-width:none; background:#fff; }
body.portfolio-analysis-page .portfolio-performance { padding:52px; border-radius:24px; background:linear-gradient(130deg,#080b13,#111827); }
body.portfolio-analysis-page .portfolio-performance h2, body.portfolio-analysis-page .portfolio-performance h3, body.portfolio-analysis-page .portfolio-performance p b { color:var(--portfolio-yellow); }
body.portfolio-analysis-page .portfolio-performance h2::before { background:var(--portfolio-yellow); }
body.portfolio-analysis-page .portfolio-performance p { color:#d8e0db; }
body.portfolio-analysis-page .portfolio-performance .uk-list.uk-list-disc { max-width:none; background:rgba(255,255,255,.07); }
body.portfolio-analysis-page .portfolio-performance .uk-list.uk-list-disc > li { color:#fff; }
body.portfolio-analysis-page .portfolio-performance .uk-list.uk-list-disc > li::before { color:var(--portfolio-yellow); }
body.portfolio-analysis-page .portfolio-advantages { padding:46px 52px; border-radius:22px; background:#e8f7ec; }
body.portfolio-analysis-page .portfolio-advantages .uk-list.uk-list-disc { max-width:none; background:#fff; }
body.portfolio-analysis-page .portfolio-risks { padding:48px 52px; border-radius:22px; background:#fff7d7; }
body.portfolio-analysis-page .portfolio-risks h2::before { background:var(--portfolio-yellow); }
body.portfolio-analysis-page .section1 .uk-button.uk-button-text { display:inline-flex; padding:12px 18px; border:1px solid #9bd5ab; border-radius:9px; color:var(--portfolio-green) !important; font-size:14px; font-weight:800; text-decoration:none; }
body.portfolio-analysis-page .section1 .uk-button.uk-button-text:hover { color:#fff !important; background:var(--portfolio-green); }
@media (max-width:639px) { body.portfolio-analysis-page .section1 { padding:44px 0 58px; } body.portfolio-analysis-page .section1 p { font-size:16px; } body.portfolio-analysis-page .portfolio-overview, body.portfolio-analysis-page .portfolio-tracking, body.portfolio-analysis-page .portfolio-performance, body.portfolio-analysis-page .portfolio-advantages, body.portfolio-analysis-page .portfolio-risks { padding:32px 24px; } body.portfolio-analysis-page .section1 .uk-list.uk-list-disc { grid-template-columns:1fr; } body.portfolio-analysis-page .section1 .uk-divider-small { margin:48px 0 !important; } }

/* Keep each list item as one text flow; this prevents bold inline text from splitting into flex columns. */
body.automated-trading-page .section1 .uk-list.uk-list-disc > li,
body.trading-tools-page .section1 .uk-list.uk-list-disc > li,
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc > li {
  display: block !important;
  position: relative;
  padding-left: 23px !important;
}
body.automated-trading-page .section1 .uk-list.uk-list-disc > li::before,
body.trading-tools-page .section1 .uk-list.uk-list-disc > li::before,
body.portfolio-analysis-page .section1 .uk-list.uk-list-disc > li::before {
  position: absolute !important;
  top: .28em;
  left: 0 !important;
  margin: 0 !important;
}

/* Withdrawal policy: document-led layout with a distinct dark editorial surface. */
body.withdrawal-policy-page { --withdraw-green: #009b3a; --withdraw-yellow: #009b3a; --withdraw-ink: #090b16; }
body.withdrawal-policy-page #hero { position: relative; overflow: hidden; background-position: center; }
body.withdrawal-policy-page #hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,10,18,.84), rgba(7,10,18,.56)); }
body.withdrawal-policy-page #hero .uk-container { position: relative; }
body.withdrawal-policy-page .section2 { padding: 78px 0 96px; background: #fff; }
body.withdrawal-policy-page .section2 .uk-container > div { max-width: 980px; margin: 0 auto; }
body.withdrawal-policy-page .section2 h3 { margin: 0 0 8px; color: var(--withdraw-ink) !important; font-family: "Lato", sans-serif; font-size: clamp(34px, 4vw, 48px); font-weight: 800; letter-spacing: -.025em; }
body.withdrawal-policy-page .section2 h3 + p { margin-bottom: 32px; color: var(--withdraw-yellow); font-size: 14px; font-weight: 800; letter-spacing: .1em; }
body.withdrawal-policy-page .section2 p { max-width: none; margin: 0 0 17px; color: #5e6870; font-size: 16px; line-height: 1.72; }
body.withdrawal-policy-page .section2 h4 { position: relative; margin: 42px 0 16px; padding: 17px 22px 17px 54px; color: var(--withdraw-ink) !important; border: 1px solid #dce8df; border-radius: 12px; background: #f3f8f4; font-family: "Lato", sans-serif; font-size: 20px; font-weight: 800; }
body.withdrawal-policy-page .section2 h4::before { content: ""; position: absolute; top: 50%; left: 23px; width: 14px; height: 14px; border: 3px solid var(--withdraw-yellow); border-radius: 50%; transform: translateY(-50%); box-sizing: border-box; }
body.withdrawal-policy-page .section2 ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 28px; max-width: none; padding: 20px 24px; margin: 18px 0; list-style: none !important; border-radius: 13px; background: #fff9df; }
body.withdrawal-policy-page .section2 ul > li { display: block; position: relative; padding-left: 23px !important; margin: 0; color: #354039; font-size: 15px; line-height: 1.55; list-style: none !important; }
body.withdrawal-policy-page .section2 ul > li::before { content: "✓"; position: absolute !important; top: .28em; left: 0 !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; display: block !important; color: var(--withdraw-yellow); font-weight: 800; line-height: 1; list-style: none !important; }
body.withdrawal-policy-page .section2 ul > li::marker { content: none; font-size: 0; }
body.withdrawal-policy-page .section2 a { color: var(--withdraw-yellow); font-weight: 700; }
body.withdrawal-policy-page .section2 a[href^="mailto:"] { color: var(--withdraw-green); }
body.withdrawal-policy-page .section2 a:hover { color: var(--withdraw-green); }
@media (max-width: 639px) { body.withdrawal-policy-page .section2 { padding: 52px 0 64px; } body.withdrawal-policy-page .section2 h4 { padding-left: 50px; font-size: 18px; } body.withdrawal-policy-page .section2 ul { grid-template-columns: 1fr; padding: 18px 20px; } }

/* Identity verification: a clear, white compliance layout with green SVG cues. */
body.identity-verification-page { --kyc-green: #009b3a; --kyc-ink: #090b16; --kyc-muted: #5e6870; --kyc-line: #dce8df; }
body.identity-verification-page .section1 { padding: 76px 0 92px; background: radial-gradient(circle at 90% 4%, rgba(0,155,58,.08), transparent 23rem), #fff; }
body.identity-verification-page .section1 .uk-container { max-width: 1060px; }
body.identity-verification-page .section1 > .uk-container > p:nth-of-type(-n+3) { max-width: none; margin: 0 !important; }
body.identity-verification-page .section1 > .uk-container > p:first-child { padding: 38px 46px 0; border: 1px solid var(--kyc-line); border-bottom: 0; border-radius: 22px 22px 0 0; background: #f3f8f4; }
body.identity-verification-page .section1 > .uk-container > p:nth-of-type(2) { padding: 0 46px; border-right: 1px solid var(--kyc-line); border-left: 1px solid var(--kyc-line); background: #f3f8f4; }
body.identity-verification-page .section1 > .uk-container > p:nth-of-type(3) { padding: 0 46px 38px; border: 1px solid var(--kyc-line); border-top: 0; border-radius: 0 0 22px 22px; background: #f3f8f4; }
body.identity-verification-page .section1 h2 { position: relative; display: flex; align-items: center; gap: 14px; margin: 0 0 21px !important; padding-top: 23px; color: var(--kyc-ink); font-family: "Lato",sans-serif; font-size: clamp(29px,4vw,42px); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
body.identity-verification-page .section1 h2::before { content:""; position:absolute; top:0; left:0; width:55px; height:4px; border-radius:99px; background:var(--kyc-green); }
body.identity-verification-page .section1 h2::after { content:""; width:25px; height:25px; flex:0 0 25px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009b3a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5 3.4 8.3 7 10 3.6-1.7 7-5 7-10V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center/contain no-repeat; }
body.identity-verification-page .section1 h3 { position: relative; margin: 32px 0 14px !important; padding: 15px 20px; color: var(--kyc-ink); border-left: 4px solid var(--kyc-green); border-radius: 0 12px 12px 0; background: #f3f8f4; font-family:"Lato",sans-serif; font-size:21px; font-weight:800; }
body.identity-verification-page .section1 p { max-width: 860px; margin: 0 0 16px; color:var(--kyc-muted); font-size:17px; line-height:1.7; }
body.identity-verification-page .section1 .uk-divider-small { width:100%; max-width:none; height:1px; margin:60px 0 !important; border:0; background:var(--kyc-line); }
body.identity-verification-page .section1 .uk-divider-small::after { display:none; }
body.identity-verification-page .section1 .uk-list.uk-list-disc { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 28px; max-width:940px; padding:20px 24px; margin:19px 0; list-style:none !important; border:1px solid var(--kyc-line); border-radius:14px; background:#fff; }
body.identity-verification-page .section1 .uk-list.uk-list-disc > li { display:block; position:relative; margin:0; padding-left:23px !important; color:#354039; font-size:15px; line-height:1.55; list-style:none !important; }
body.identity-verification-page .section1 .uk-list.uk-list-disc > li::before { content:"✓"; position:absolute !important; top:.28em; left:0 !important; width:auto !important; height:auto !important; min-height:0 !important; margin:0 !important; padding:0 !important; display:block !important; color:var(--kyc-green); font-weight:800; line-height:1; list-style:none !important; text-align:left !important; }
body.identity-verification-page .section1 .uk-list.uk-list-disc > li::marker { content:none; font-size:0; }
body.identity-verification-page .section1 h2 + .uk-list.uk-list-disc { background:#f3f8f4; }
body.identity-verification-page .section1 h2 + .uk-list.uk-list-disc + .uk-divider-small { margin-top:46px !important; }
@media (max-width:639px) { body.identity-verification-page .section1 { padding:44px 0 60px; } body.identity-verification-page .section1 > .uk-container > p:first-child { padding:30px 24px 0; } body.identity-verification-page .section1 > .uk-container > p:nth-of-type(2) { padding:0 24px; } body.identity-verification-page .section1 > .uk-container > p:nth-of-type(3) { padding:0 24px 30px; } body.identity-verification-page .section1 p { font-size:16px; } body.identity-verification-page .section1 h2::after { width:22px; height:22px; flex-basis:22px; } body.identity-verification-page .section1 .uk-list.uk-list-disc { grid-template-columns:1fr; padding:18px 20px; } body.identity-verification-page .section1 .uk-divider-small { margin:46px 0 !important; } }

/* Risk disclosure: white background, risk-card structure and inline green SVG icons. */
body.risk-disclosure-page { --risk-green:#009b3a; --risk-ink:#090b16; --risk-muted:#5e6870; --risk-line:#dce8df; background:#fff; }
body.risk-disclosure-page .risk-main { padding:76px 0 92px; background:radial-gradient(circle at 92% 2%,rgba(0,155,58,.07),transparent 24rem),#fff; }
body.risk-disclosure-page .risk-main .uk-container { max-width:1060px; }
.risk-intro { max-width:840px; margin:0 auto 58px; text-align:center; }
.risk-kicker { display:inline-flex; align-items:center; gap:7px; padding:7px 12px; color:var(--risk-green); border:1px solid #a5dcb3; border-radius:99px; background:#f1f9f3; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.risk-kicker svg,.risk-intro strong svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.risk-intro h1 { margin:18px 0 14px; color:var(--risk-ink); font-family:"Lato",sans-serif; font-size:clamp(34px,4vw,48px); font-weight:800; letter-spacing:-.025em; }
.risk-intro p { margin:0 auto 21px; color:var(--risk-muted); font-size:17px; line-height:1.65; }
.risk-intro strong { display:inline-flex; align-items:center; gap:8px; color:var(--risk-ink); font-size:14px; }
.risk-intro strong svg { color:var(--risk-green); }
.risk-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.risk-card { position:relative; min-height:274px; padding:26px; border:1px solid var(--risk-line); border-radius:17px; background:#fff; box-shadow:0 10px 26px rgba(9,11,22,.055); }
.risk-card>span { display:inline-block; padding:5px 7px; color:var(--risk-green); border-radius:5px; background:#edf8f0; font-size:11px; font-weight:800; }
.risk-card>svg { position:absolute; top:26px; right:24px; width:21px; height:21px; fill:none; stroke:var(--risk-green); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.risk-card h2 { margin:20px 0 4px; color:var(--risk-ink); font-family:"Lato",sans-serif; font-size:18px; font-weight:800; text-transform:uppercase; }
.risk-card h3 { margin:0 0 14px; color:var(--risk-green); font-size:14px; font-weight:800; }
.risk-card p { margin:0; color:var(--risk-muted); font-size:14px; line-height:1.58; }
.risk-card aside { margin-top:17px; padding:12px; color:#435047; border-left:3px solid var(--risk-green); border-radius:5px; background:#f1f8f3; font-size:12px; line-height:1.55; }
.risk-checklist { margin-top:38px; padding:28px; border:1px solid #b5dfbf; border-radius:18px; background:#f1f9f3; }
.risk-checklist>h2 { display:flex; align-items:center; gap:9px; margin:0 0 20px; padding-bottom:17px; color:var(--risk-ink); border-bottom:1px solid #cfe7d5; font-family:"Lato",sans-serif; font-size:23px; font-weight:800; }
.risk-checklist>h2 svg { width:23px; height:23px; fill:none; stroke:var(--risk-green); stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.risk-checklist>div { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.risk-checklist article { position:relative; padding:19px; border:1px solid #d4e9d9; border-radius:11px; background:#fff; }
.risk-checklist article>svg { width:16px; height:16px; fill:none; stroke:var(--risk-green); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.risk-checklist h3 { margin:9px 0 6px; color:var(--risk-ink); font-size:14px; font-weight:800; }
.risk-checklist p { margin:0; color:var(--risk-muted); font-size:12px; line-height:1.55; }
@media(max-width:959px){.risk-grid{grid-template-columns:repeat(2,1fr)}.risk-checklist>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:639px){body.risk-disclosure-page .risk-main{padding:48px 0 60px}.risk-intro{margin-bottom:40px;text-align:left}.risk-intro strong{align-items:flex-start}.risk-grid,.risk-checklist>div{grid-template-columns:1fr}.risk-card{min-height:0;padding:23px}.risk-checklist{padding:22px}.risk-intro p{font-size:16px}}

.section-step h2 {
  font-size: 44px;
  color: #002776;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin-bottom: 26px;
  padding: 0 14px;
}

.section-step__container {
  display: flex;
  flex-wrap: wrap;
}

.section-step__item {
  flex: 0 0 auto;
  width: 27%;
  margin-right: -54px;
  z-index: 4;
}

.section-step__item:nth-child(2) {
  z-index: 3;
}

.section-step__item:nth-child(3) {
  z-index: 2;
}

.section-step__item:nth-child(4) {
  z-index: 1;
}

.section-step__number {
  width: 100%;
  height: 140px;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  font-size: 90px;
  color: #34395D;
  font-weight: 700;
  margin-bottom: 18px;
  clip-path: polygon(0% 0%, 86% 0%, 100% 50%, 86% 100%, 0% 100%);
}

.section-step__title {
  font-size: 18px;
  color: #002776;
  line-height: 26px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-step h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px;
  }

  .section-step__container {
    row-gap: 30px;
  }

  .section-step__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section-step h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-step__item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: -80px;
  }

  .section-step__item:last-child {
    margin-bottom: -58px;
  }

  .section-step__item:last-child .section-step__number {
    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 50% 100%, 0 100%);
    border-radius: 0 0 0 30px;
  }

  .section-step__number {
    width: 150px;
    height: 160px;
    font-size: 72px;
    gap: 12px;
    clip-path: polygon(0% 0%, 100% 1%, 100% 81%, 50% 100%, 0 81%);
  }

  .section-step__title {
    width: calc(100% - 160px - 24px);
    font-size: 16px;
    line-height: 24px;
    margin: 0px auto 28px auto;
  }

  #hero {
  background-position: calc(50% - 384px) center;
}
}

/* ===== Deposit & Withdrawal Methods (copied from EN /css/main.css) ===== */
:root {
    --funding-teal: #00d084;
    --funding-teal-dark: #00d084;
    --funding-mint: #00d08424;
    --funding-text: #545b62;
    --funding-text-dark: #4a4f54;
    --funding-border: #ebebeb;
}

/*Deposit & Withdrawal Methods*/

.funding-table {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--funding-border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
}

.funding-table__head {
    display: none;
    background: var(--funding-teal);
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
    user-select: none;
    align-items: center;
    gap: 1.5rem;
}

.funding-table__body {
    display: flex;
    flex-direction: column;
}

.funding-table__body > .funding-row + .funding-row {
    border-top: 1px solid var(--funding-border);
}

.funding-table__head,
.funding-row__main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

@media (max-width: 767px) {
    .funding-table__head > div:nth-child(2),
    .funding-table__head > div:nth-child(3) {
        display: none;
    }
}

@media (min-width: 768px) {
    .funding-table__head {
        display: grid;
    }
    .funding-table__head,
    .funding-row__main {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.funding-row__main {
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    transition: background-color 150ms;
    font-size: 14px;
    color: var(--funding-text);
    position: relative;
}

.funding-row__main:hover {
    background: #f7fafa;
}

.funding-row--active .funding-row__main,
.funding-row__main--active {
    background: var(--funding-mint);
}

.funding-row__method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: var(--funding-text-dark);
    min-width: 0;
}

.funding-row__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: transparent;
    width: 46px;
    height: 28px;
    max-width: 46px;
    max-height: 28px;
    min-width: 46px;
    min-height: 28px;
}

.funding-row__icon svg {
    width: 100%;
    height: 100%;
}

.funding-row__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* logos whose source SVG has large built-in padding — scale up to match */
.funding-row__icon img[src*="visa"],
.funding-row__icon img[src*="paypal"],
.funding-row__icon img[src*="ipay"],
.funding-row__icon img[src*="mastercard"] {
    transform: scale(1.3);
}

.funding-row__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

@media (min-width: 768px) {
    .funding-row__name {
        font-size: 14px;
    }
}

.funding-row__type-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__type-cell {
        display: block;
    }
}

.funding-row__type {
    white-space: nowrap;
}

.funding-row__fee-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__fee-cell {
        display: block;
    }
}

.funding-row__time-cell {
    text-align: right;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__time-cell {
        text-align: left;
    }
}

.funding-row__time-cell--instant {
    color: var(--funding-teal);
    font-weight: 500;
}

.funding-row__time-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .funding-row__time-wrap {
        justify-content: space-between;
    }
}

.funding-row__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545b62;
    transition: transform 200ms;
}

.funding-row__chevron-icon {
    width: 0.875rem;
    height: 0.875rem;
    transform: rotate(0deg);
    transition: transform 200ms;
}

.funding-row__chevron-icon--open {
    transform: rotate(180deg);
    color: var(--funding-text-dark);
}

.funding-row__details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
    background: #ffffff;
}

.funding-row__details--open {
    max-height: none;
}

.funding-row__details-inner {
    padding: 1.5rem;
    font-size: 14px;
    color: var(--funding-text);
    line-height: 1.7;
}

@media (min-width: 768px) {
    .funding-row__details-inner {
        padding-left: 74px;
    }
}

.funding-row__details-inner a {
    color: var(--funding-teal);
    text-decoration: none;
}

.funding-row__details-inner a:hover {
    text-decoration: underline;
}

.funding-page {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
}

.funding-page__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

@media (min-width: 640px) {
    .funding-page__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.funding-page__intro {
    max-width: 48rem;
    margin: 0 0 1.5rem;
}

.funding-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #58606a;
}

@media (min-width: 640px) {
    .funding-page__title {
        font-size: 2rem;
    }
}

.funding-page__subtitle {
    font-size: 1rem;
    color: var(--funding-text);
    line-height: 1.6;
    margin-top: 0.5rem;
}

.funding-page__section {
    padding-top: 2rem;
}

.funding-page__section--deposits {
    padding-top: 1rem;
}

.funding-page__section--withdrawals {
    padding-top: 2.5rem;
}

.funding-page__section-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #58606a;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
}

.funding-page__section-marker {
    width: 0.3125rem;
    height: 1.125rem;
    border-radius: 9999px;
    background: var(--funding-teal);
}


/* ===== Hero: payment methods + link to /pt/deposit-withdrawal/ ===== */
.hero-pay-methods {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: -14px;
    padding: 24px 14px 18px;
    text-decoration: none;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
}
.hero-pay-methods__logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.hero-pay-methods__logo {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 44px;
    height: 26px;
    object-fit: contain;
    display: block;
}
/* logos whose source SVG has large built-in padding — scale up to match */
.hero-pay-methods__logo--lg {
    transform: scale(1.45);
}
.hero-pay-methods__link {
    color: #009B3A;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hero-pay-methods:hover .hero-pay-methods__link {
    text-decoration: none;
}

/* Documentation catalogue — long navigation rows, kept at the end for easy reuse. */
body.documentation-page .section1 {
    padding: 68px 0 90px !important;
    background: radial-gradient(circle at 92% 2%, rgba(0, 155, 58, .08), transparent 24rem) !important;
}
body.documentation-page .section1 > .uk-container > .uk-margin-medium {
    max-width: 780px;
    margin: 0 auto 42px !important;
}
body.documentation-page .section1 > .uk-container > .uk-margin-medium h2 {
    position: relative;
    margin: 0 0 17px !important;
    padding-top: 20px;
    color: #090b16 !important;
    font-family: "Lato", sans-serif;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.025em;
}
body.documentation-page .section1 > .uk-container > .uk-margin-medium h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
    width: 56px;
    height: 4px;
    border-radius: 99px;
    background: #009B3A;
}
body.documentation-page .section1 > .uk-container > .uk-margin-medium p {
    color: #5e6870 !important;
    font-size: 17px;
    line-height: 1.7;
}
body.documentation-page .documentation {
    max-width: 100% !important;
    padding: 0 !important;
}
body.documentation-page .documentation__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}
body.documentation-page .documentation-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 58px;
    grid-template-rows: auto auto;
    column-gap: 22px;
    align-items: center;
    min-height: 122px;
    padding: 24px 28px 24px 32px !important;
    border: 1px solid #d8e8dc !important;
    border-left: 5px solid #009B3A !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(9, 11, 22, .045) !important;
    animation: none !important;
}
body.documentation-page .documentation-card::before {
    content: "" !important;
    position: static !important;
    inset: auto !important;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    opacity: 1 !important;
    border-radius: 12px;
    background: #eef9f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009b3a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5M9 13h6M9 17h6'/%3E%3C/svg%3E") center/25px no-repeat !important;
    transition: transform .2s ease, background-color .2s ease !important;
}
body.documentation-page .documentation-card:hover {
    transform: translateX(5px) !important;
    border-color: #8fd0a1 !important;
    border-left-color: #009B3A !important;
    background: #f5fbf6 !important;
    box-shadow: 0 12px 26px rgba(0, 155, 58, .12) !important;
}
body.documentation-page .documentation-card:hover::before {
    transform: translateX(3px);
    background-color: #dff4e4 !important;
}
body.documentation-page .documentation-card__header {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 7px !important;
}
body.documentation-page .documentation-card__title {
    color: #090b16 !important;
    font-family: "Lato", sans-serif;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}
body.documentation-page .documentation-card__header .documentation-card__icon { display: none !important; }
body.documentation-page .documentation-card__content {
    grid-column: 1;
    grid-row: 2;
    max-width: 850px;
    color: #5e6870 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}
@media (max-width: 639px) {
    body.documentation-page .section1 { padding: 45px 0 60px !important; }
    body.documentation-page .documentation-card { grid-template-columns: minmax(0, 1fr) 44px; column-gap: 15px; min-height: 112px; padding: 21px 18px 21px 20px !important; }
    body.documentation-page .documentation-card::before { grid-row: 1; align-self: start; width: 40px; height: 40px; background-size: 22px !important; }
    body.documentation-page .documentation-card__content { grid-column: 1 / -1; }
    body.documentation-page .documentation-card__title { font-size: 18px !important; }
    body.documentation-page .documentation-card__content { font-size: 14px !important; }
}

/* Documentation article: dashboard overview. */
body.documentation-page .documentation-back {
    max-width: 1000px;
    padding: 26px 20px 0;
}
body.documentation-page .documentation-back a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #009B3A;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
body.documentation-page .documentation-back a:hover { color: #007b2e; }
body.documentation-page .documentation-back svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
body.documentation-page .documentation-detail { padding: 28px 0 82px !important; background: #fff !important; }
body.documentation-page .documentation-detail .uk-container { max-width: 1000px; }
body.documentation-page .documentation-detail .uk-container > div { max-width: 880px; margin: 0 auto; }
body.documentation-page .documentation-detail h3 {
    margin: 0 0 15px !important;
    padding: 31px 35px 0;
    color: #090b16 !important;
    border: 1px solid #d8e8dc;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: #f3f8f4;
    font-family: "Lato", sans-serif;
    font-size: clamp(27px, 4vw, 36px);
    font-weight: 800;
}
body.documentation-page .documentation-detail h3 + p {
    padding: 0 35px;
    margin: -15px 0 0 !important;
    border-right: 1px solid #d8e8dc;
    border-left: 1px solid #d8e8dc;
    background: #f3f8f4;
}
body.documentation-page .documentation-detail h3 + p + p {
    padding: 0 35px 31px;
    margin: 0 0 42px !important;
    border: 1px solid #d8e8dc;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #f3f8f4;
}
body.documentation-page .documentation-detail p { color: #5e6870 !important; font-size: 16px; line-height: 1.7; }
body.documentation-page .documentation-detail h4 {
    position: relative;
    margin: 38px 0 14px !important;
    padding: 15px 18px 15px 50px;
    color: #090b16 !important;
    border: 1px solid #d8e8dc;
    border-radius: 12px;
    background: #fff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 800;
}
body.documentation-page .documentation-detail h4::before {
    content: "";
    position: absolute;
    top: 50%; left: 20px;
    width: 18px; height: 18px;
    border-radius: 6px;
    background: #e6f7e9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009b3a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/13px no-repeat;
    transform: translateY(-50%);
}
body.documentation-page .documentation-detail ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 26px;
    padding: 20px 24px;
    margin: 17px 0;
    list-style: none;
    border-radius: 13px;
    background: #f3f8f4;
}
body.documentation-page .documentation-detail ul li { position: relative; padding-left: 22px; color: #354039; font-size: 15px; line-height: 1.55; }
body.documentation-page .documentation-detail ul li::before { content: "✓"; position: absolute; top: .28em; left: 0; color: #009B3A; font-weight: 800; line-height: 1; }
@media (max-width: 639px) {
    body.documentation-page .documentation-back { padding: 19px 16px 0; }
    body.documentation-page .documentation-detail { padding: 22px 0 58px !important; }
    body.documentation-page .documentation-detail h3 { padding: 26px 24px 0; }
    body.documentation-page .documentation-detail h3 + p { padding: 0 24px; }
    body.documentation-page .documentation-detail h3 + p + p { padding: 0 24px 26px; }
    body.documentation-page .documentation-detail h4 { padding-left: 47px; font-size: 18px; }
    body.documentation-page .documentation-detail ul { grid-template-columns: 1fr; padding: 18px 20px; }
}

/* Documentation article: strategy guide sub-sections. */
body.documentation-page .documentation-strategy h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 27px 0 8px !important;
    color: #009B3A !important;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 800;
}
body.documentation-page .documentation-strategy h5::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #009B3A;
}
body.documentation-page .documentation-strategy h5 + p { margin-bottom: 10px; }

/* Documentation article: beginner guide. */
body.documentation-page.beginner-guide-page .section1 { padding: 28px 0 82px !important; background: #fff !important; }
body.documentation-page.beginner-guide-page .section1 .uk-container { max-width: 880px; }
body.documentation-page.beginner-guide-page .section1 h2 { position: relative; margin: 42px 0 18px !important; padding-top: 20px; color: #090b16; font-family: "Lato", sans-serif; font-size: clamp(27px,4vw,36px); font-weight: 800; line-height: 1.15; }
body.documentation-page.beginner-guide-page .section1 h2::before { content:""; position:absolute; top:0; left:0; width:52px; height:4px; border-radius:99px; background:#009B3A; }
body.documentation-page.beginner-guide-page .section1 p { color:#5e6870; font-size:16px; line-height:1.7; }
body.documentation-page.beginner-guide-page .section1 .uk-divider-small { width:100%; max-width:none; height:1px; margin:54px 0 !important; border:0; background:#d8e8dc; }
body.documentation-page.beginner-guide-page .section1 .uk-divider-small::after { display:none; }
body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 28px; padding:20px 24px; margin:18px 0; list-style:none; border-radius:13px; background:#f3f8f4; }
body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc>li { position:relative; padding-left:22px; color:#354039; font-size:15px; line-height:1.55; }
body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc>li::before { content:"✓"; position:absolute; top:.28em; left:0; color:#009B3A; font-weight:800; line-height:1; }
body.documentation-page.beginner-guide-page .section1 h3 { margin:22px 0 6px !important; padding:14px 18px; color:#090b16; border-left:4px solid #009B3A; border-radius:0 10px 10px 0; background:#f3f8f4; font-family:"Lato",sans-serif; font-size:19px; font-weight:800; }
body.documentation-page.beginner-guide-page .section1 h3 + p { margin-top:0; padding-left:22px; }
@media(max-width:639px){body.documentation-page.beginner-guide-page .section1{padding:22px 0 58px !important}body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc{grid-template-columns:1fr;padding:18px 20px}}

/* Reset UIKit's disc pseudo-element before rendering the beginner-guide checkmark. */
body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc > li::before {
    position: absolute !important;
    top: .28em;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    list-style: none !important;
    text-align: left !important;
}
body.documentation-page.beginner-guide-page .section1 .uk-list.uk-list-disc > li::marker { content: none !important; font-size: 0; }

/* Documentation article: crypto basics tables. */
body.documentation-page.crypto-basics-page .advanced-table {
    margin: 22px 0 30px !important;
    overflow: hidden;
    border: 1px solid #d8e8dc;
    border-radius: 14px;
    box-shadow: none;
}
body.documentation-page.crypto-basics-page .advanced-table table { width: 100%; border-collapse: collapse; background: #fff; }
body.documentation-page.crypto-basics-page .advanced-table th { padding: 15px 18px; color: #fff; border: 0; background: #009B3A; font-size: 14px; text-align: left; }
body.documentation-page.crypto-basics-page .advanced-table td { padding: 15px 18px; color: #5e6870; border: 0; border-top: 1px solid #e2eee5; font-size: 14px; line-height: 1.5; vertical-align: top; }
body.documentation-page.crypto-basics-page .advanced-table tr:nth-child(even) td { background: #f7fbf8; }
@media(max-width:639px){body.documentation-page.crypto-basics-page .advanced-table{overflow-x:auto}body.documentation-page.crypto-basics-page .advanced-table table{min-width:540px}}

/* Documentation article: FAQ accordion, matching the approved automated-trading pattern. */
body.documentation-page.documentation-faq-page .section1 .uk-accordion {
    max-width: 100%;
    margin: 18px 0 0;
}
body.documentation-page.documentation-faq-page .section1 .uk-accordion > li {
    margin-bottom: 11px;
    border: 1px solid #d8e8dc;
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
}
body.documentation-page.documentation-faq-page .section1 .uk-accordion-title {
    padding: 20px 22px !important;
    color: #090b16 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #fff;
}
body.documentation-page.documentation-faq-page .section1 .uk-accordion-title::after { filter: none; }
body.documentation-page.documentation-faq-page .section1 .uk-accordion-title:hover { background: #f3f8f4 !important; }
body.documentation-page.documentation-faq-page .section1 .uk-accordion-content { padding: 0 22px 21px !important; }
body.documentation-page.documentation-faq-page .section1 .uk-accordion-content p { margin: 0; color: #5e6870 !important; font-size: 15px; }
body.documentation-page.documentation-faq-page .section1 .uk-accordion .uk-open { border-color: #9bd5ab; background: #f3f8f4; }
@media(max-width:639px){body.documentation-page.documentation-faq-page .section1 .uk-accordion-title{padding:18px !important}body.documentation-page.documentation-faq-page .section1 .uk-accordion-content{padding:0 18px 18px !important}}

/* FAQ is a vertical accordion, not a checklist. */
body.documentation-page.documentation-faq-page .section1 .uk-accordion {
    display: block;
    padding: 0;
    background: transparent;
}
body.documentation-page.documentation-faq-page .section1 .uk-accordion > li {
    display: block;
    padding: 0;
}
body.documentation-page.documentation-faq-page .section1 .uk-accordion > li::before {
    content: none !important;
    display: none !important;
}

/* Related pages at the end of learning guides use the same vertical FAQ pattern. */
body.documentation-page .section1 .documentation-related-faq {
    display: block;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    background: transparent;
}
body.documentation-page .section1 .documentation-related-faq > li {
    display: block;
    position: static;
    padding: 0;
    margin: 0 0 11px;
    border: 1px solid #d8e8dc;
    border-radius: 13px;
    background: #fff;
}
body.documentation-page .section1 .documentation-related-faq > li::before { content: none !important; display: none !important; }
body.documentation-page .section1 .documentation-related-faq .uk-accordion-title {
    padding: 20px 22px !important;
    color: #090b16 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #fff;
}
body.documentation-page .section1 .documentation-related-faq .uk-accordion-title::after { filter: none; }
body.documentation-page .section1 .documentation-related-faq .uk-accordion-title:hover { background: #f3f8f4 !important; }
body.documentation-page .section1 .documentation-related-faq .uk-accordion-content { padding: 0 22px 20px !important; }
body.documentation-page .section1 .documentation-related-faq .uk-accordion-content p { margin: 0; padding: 0; color: #5e6870; font-size: 15px; }
body.documentation-page .section1 .documentation-related-faq .uk-open { border-color: #9bd5ab; background: #f3f8f4; }
@media(max-width:639px){body.documentation-page .section1 .documentation-related-faq .uk-accordion-title{padding:18px !important}body.documentation-page .section1 .documentation-related-faq .uk-accordion-content{padding:0 18px 18px !important}}
