body {
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  font-family: "Arial", sans-serif;
}

h1 {
  font-size: 12px;
}

.menu {
  display: flex;
}

.menu span {
  cursor: pointer;
  padding: 3px 0;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #000000;
  margin: 0.1em;
}

.menu span:hover {
  background: #4a4a4a;
}

span.menu-active {
  background: #779dd9;
}

.digits {
  margin-bottom: 5px;
  display: flex;
}

.digits span {
  padding: 3px 0;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  /* border-radius: 5px; */
  color: #fff;
  border-radius: 0.2em;
  margin: 1px;
}

.digits_moved_down {
  background-color: #c03;
}

.digits_moved_up {
  background-color: #29abe2;
}

.headcol {
  margin-bottom: 2px;
  display: flex;
}

.headcol span {
  padding: 2px 0;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  font-size: 0px;
  /* border-radius: 5px; */
  color: #fff;
}

.Head_moved_down {
  background-color: #c03;
}

.Head_moved_up {
  background-color: #29abe2;
}

.Head_moved_mid {
  background-color: #32cd32;
}

.placecol {
  margin-bottom: 10px;
  display: flex;
}

.placecol span {
  padding: 2px 0;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  font-size: 0px;
  /* border-radius: 5px; */
  color: #fff;
}

.Place_moved_down {
  background-color: #c03;
}

.Place_moved_up {
  background-color: #29abe2;
}

.Place_moved_none {
  background-color: #fff;
}

.chartContainer {
  /* margin-bottom: 15px; */
  min-height: 180px;
  min-width: 125px;
}

.digitHeatmapContainer {
  min-height: 180px;
  min-width: 125px;
}

.add-border-chart {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.chartContainerDigit {
  min-height: 115px;
  min-width: 125px;
}

input {
  font-family: monospace;
  font-weight: bold;
  border: 1px solid #909090;
  /* border-radius: 4px; */
  outline: none;
}

#token {
  padding: 0.2em;
  border-right: transparent;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  /* width: 8em; */
}

#tokenbtn {
  color: white;
  background: black;
  position: relative;
  left: -2em;
  padding: 0.2em 0.5em;
  border-radius: 0;

}

.top-lbl {
  margin: 0;
  margin-left: 0.5em;
  font-size: 1.5em;
}

.row {
  width: 100%;
  ;
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.textbox-btm {
  padding-left: 0.5em;
  border-radius: 5px;
  width: 120%;
}

.risebtn {
  background: linear-gradient(145deg, #3498db, #2980b9);
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  padding: 1px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.risebtn:active {
  background: linear-gradient(145deg, #2980b9, #23689e);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.risebtn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}


.fallbtn {
  /* box-shadow: 0px 10px 14px -7px #b07a41; */
  background: linear-gradient(to bottom, #c94e4e 5%, #c94e4e 100%);
  background-color: #c94e4e;
  border-radius: 4px;
  border: 1px solid #ad4949;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  /* font-weight: bold; */
  width: 60%;
  text-decoration: none;
  /* text-shadow: 0px 1px 0px #c75732; */
}

.fallbtn:hover {
  background: linear-gradient(to bottom, #c94e4e 5%, #c94e4e 100%);
  background-color: #c94e4e;
}

.fallbtn:active {
  position: relative;
  top: 1px;
}

.button-active {
  color: #000 !important;
  background-color: #ccc !important
}


/* ------------------------------------------------------------------  */

:root {
  --color-white-100: hsl(206, 5%, 98%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 65%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 10%, 32%);
  --color-pink-200: hsl(336, 3%, 29%);
  --color-pink-300: hsl(330, 4%, 9%);
  --color-pink-400: hsl(328, 11%, 26%);
  --color-pink-500: hsl(336, 5%, 19%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: -webkit-fill-available;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  box-shadow: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.brand {
  font-family: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--color-pink-500);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
}

.wrapper {
  max-width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  width: 100%;
  height: 3.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.5s ease;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;
}

.menu-link>i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}

.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}

@media only screen and (min-width: 993px) {
  .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    display: block;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2em;
    padding: 0.5em;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }

  .market-menue {
    display: flex !important;
    margin-top: -4.5em !important
  }

  .top-lbl {
    font-size: 1.2em;
  }

  #opration-cosole {
    width: 60% !important;
  }

  #output {
    width: 40% !important;
  }

  .w3-bar .w3-button {
    font-size: 0.9em;
  }

}

.msgoutput {
  font-size: 0.85em;
  float: left;
  padding: 10px;
  overflow-y: scroll;
  width: 60%;
  height: 150px;
  max-height: 300px;
  display: inline-block;
  text-align: left;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  border-right: none;
}

@media only screen and (min-width: 992px) {
  #mobile-login {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .top-lbl {
    font-size: 1em;
  }

  #opration-cosole {
    width: 100% !important;
    font-size: 0.9em !important;
  }

  #output {
    width: 100% !important;
    margin-top: 1em !important;
    border: 1px solid #a3a3a3;

  }

  .chartContainerDigit {
    min-height: 110px !important
  }
}


.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid var(--color-pink-400);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}

.submenu-item {
  display: block;
  margin-top: 0.75rem;
}

.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}

@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.75rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: var(--color-black-500);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* CSS */
.button-3 {
  width: 10em;
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.img-text-men {
  font-size: 1.2em;
  padding: 0.5em;
}

/* -------------------------------------------------- */


.select-mrkt {
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
  width: 60%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  cursor: pointer;
}

.w3-bar .w3-button {
  border-radius: 5px;
  margin: 0 0.1em;
  background: #67636a;
  padding: 0.2em 0.5em !important;
}

.w3-bar {
  padding: 0.2em 0 !important;
  background-color: #fff !important;
}

.w3-container {
  border-top: 1px solid #caced1;
}


.tbl-rw {
  padding: 0.5em 0;
  font-size: 0.9em;
}


#opration-cosole {
  text-align: left;
  width: 40%;
  height: 150px;
  max-height: 300px;
  display: inline-block;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
}


.disabledbtn {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.6;
}

.live-indicator-analyzing {
  width: 1.4em;
  position: initial;
  float: right;
  margin-left: 1em;
  display: none;
  margin-right: 0.2em;
}

/* _________________________________________ */

.notyf__toast--dismissible .notyf__wrapper {
  font-size: 0.8em;
  padding: 0.5em;
  padding-left: 0;
}

.setting-titl {
  color: #3a3a3a;
  font-weight: 550;
  padding-left: 1em;
  float: left;
}

.notiy-icon {
  color: #fff !important;
  font-size: 1.5em !important;
}

.span-text-safe {
  vertical-align: top;
}

.span-text-safe:before {
  content: "Safe Sell";
}


.market-condition {
  display: inline-block;
  padding: 0 8px;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.5s ease;
}

.market-condition.very-bad {
  background-color: #FF4136;
  color: white;
}

.market-condition.bad {
  background-color: #FF851B;
  color: white;
}

.market-condition.neutral {
  background-color: #FFDC00;
  color: black;
}

.market-condition.good {
  background-color: #2ECC40;
  color: white;
}

.market-condition.very-good {
  background-color: #3D9970;
  color: white;
}



.w3-bar {

  background-color: #f5f5f5;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.w3-bar-item.w3-button {
  padding: 10px 10px;

  border: none;
  border-radius: 4px;
  background-color: #406781;
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  font-weight: 400;
  /* text-transform: uppercase; */
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.w3-bar-item.w3-button:hover {
  background-color: #2980b9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.w3-bar-item.w3-button.button-active {
  background-color: #2c3e50;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Responsive design */
@media (max-width: 600px) {
  .w3-bar {
    flex-wrap: wrap;
  }

  .w3-bar-item.w3-button {
    margin: 4px;
    flex-grow: 1;
  }
}




/* ========================================= */
/* COMPLETE FOOTER CSS - COPY ALL OF THIS */
/* ========================================= */


/* Main footer styles */
.site-footer-compact {
  background: white;
  border-top: 1px solid #ddd;
  padding: 15px 20px 10px 20px;
  font-size: 11px;
  color: #333;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;

}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}

.footer-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-label {
  color: #007acc;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-group a {
  color: #333;
  text-decoration: none;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 3px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.footer-group a:hover {
  color: #007acc;
  background: rgba(0, 122, 204, 0.1);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  font-size: 10px;
  color: #666;
}

.footer-bottom a {
  color: #007acc;
  text-decoration: none;
  font-size: 10px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-divider {
  color: #ccc;
  font-size: 10px;
}

/* Mobile tool links for SEO */
.mobile-tool-links {
  display: none;
  font-size: 7px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.mobile-tool-links a {
  color: #007acc;
  text-decoration: none;
  margin: 0 2px;
  font-size: 7px;
}

.mobile-tool-links a:hover {
  text-decoration: underline;
}

/* Smart positioning for short screens */
@media (min-width: 769px) and (max-height: 850px) {
  .site-footer-compact {
    position: relative !important;
  }

  body {
    padding-bottom: 10px !important;
  }

  .main-content,
  main,
  #chartContainer,
  .chartContainer {
    margin-bottom: 25px !important;
  }
}

/* Tablet responsive */
@media (max-width: 768px) {
  .site-footer-compact {
    padding: 4px 5px 3px 5px;
    font-size: 8px;
    border-top: 1px solid #ddd;
  }

  .footer-links {
    display: none;
  }

  .mobile-tool-links {
    display: block;
  }

  .footer-bottom {
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
    font-size: 7px;
    gap: 4px;
  }

  .footer-bottom a {
    font-size: 7px;
  }

  .footer-divider {
    font-size: 7px;
  }

  #btm-tool {
    margin-bottom: 3em;
  }

}

/* Phone responsive */
@media (max-width: 480px) {
  .site-footer-compact {
    padding: 3px 5px 2px 5px;
    font-size: 7px;
  }

  .mobile-tool-links {
    font-size: 6px;
    margin-bottom: 2px;
  }

  .mobile-tool-links a {
    font-size: 6px;
    margin: 0 1px;
  }

  .footer-bottom {
    font-size: 6px;
    gap: 2px;
  }

  .footer-bottom a {
    font-size: 6px;
  }

  .footer-divider {
    font-size: 6px;
  }

  #btm-tool {
    margin-bottom: 13em;
  }

}




/* Professional SEO Section Styles */
.seo-section {

  padding: 3rem 1rem;
  border-top: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  position: relative;
  overflow: hidden;
}

.seo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;

}

.seo-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header Styles */
.seo-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.seo-title {
  font-size: 2rem;
  color: #2c3e50;
  margin: 0 0 1rem;

}

.seo-subtitle {
  font-size: 1.2rem;
  color: #5a6c7d;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}



/* FAQ Section */
.faq-section {
  margin-bottom: 3rem;
}

.faq-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem;
  position: relative;
}

.faq-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}

.faq-item:hover {
  border-color: rgba(102, 126, 234, 0.3);
}

.faq-item.active {
  border-color: #667eea;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.faq-question {
  padding: .5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fafbfc;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background: #f0f4f8;
}

.faq-item.active .faq-question {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.faq-icon {
  font-size: 1.25rem;
  font-weight: bold;
  color: #667eea;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  background: white;
  color: #667eea;
  transform: rotate(45deg);
}

.faq-text {
  font-weight: 600;
  font-size: 1rem;
  color: #2c3e50;
  flex: 1;
}

.faq-item.active .faq-text {
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: #5a6c7d;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Benefits Banner */
.benefits-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 2.5rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.benefits-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="30" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="90" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.benefit-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.benefit-content strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.benefit-content span {
  font-size: 0.85rem;
  opacity: 0.9;
  line-height: 1.2;
}

/* Hidden SEO Content */
.seo-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .seo-section {
    padding: 2rem 0.5rem;
  }

  .seo-title {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }

  .seo-subtitle {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .feature-card {
    padding: 1.5rem;
    border-radius: 12px;
  }

  .feature-icon {
    font-size: 2.5rem;
    padding: 0.75rem;
    border-radius: 12px;
  }

  .feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .feature-list li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .faq-section {
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
  }

  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .faq-question {
    padding: 1rem;
    gap: 0.75rem;
  }

  .faq-text {
    font-size: 0.95rem;
  }

  .faq-answer p {
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
  }

  .benefits-banner {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .benefit-item {
    padding: 0.75rem;
    border-radius: 8px;
  }

  .benefit-icon {
    font-size: 1.5rem;
  }

  .benefit-content strong {
    font-size: 0.9rem;
  }

  .benefit-content span {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .seo-section {
    padding: 1.5rem 0.25rem;
  }

  .seo-header {
    margin-bottom: 2rem;
  }

  .seo-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .seo-subtitle {
    font-size: 0.95rem;
  }

  .feature-card {
    padding: 1.25rem;
  }

  .feature-icon {
    font-size: 2rem;
    padding: 0.5rem;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .faq-section {
    padding: 1.25rem;
  }

  .faq-title {
    font-size: 1.3rem;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll animations */
.seo-section>* {
  animation: fadeInUp 0.6s ease-out forwards;
}

.seo-section>*:nth-child(2) {
  animation-delay: 0.1s;
}

.seo-section>*:nth-child(3) {
  animation-delay: 0.2s;
}

.seo-section>*:nth-child(4) {
  animation-delay: 0.3s;
}

/* Focus styles for accessibility */
.faq-question:focus {
  outline: 3px solid rgba(102, 126, 234, 0.5);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .feature-card {
    border: 2px solid #2c3e50;
  }

  .faq-item {
    border: 2px solid #2c3e50;
  }

  .benefits-banner {
    background: #2c3e50;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Chart Loading Overlay Styles */
.chart-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}

.chart-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.chart-loading-content img {
  max-width: 40px;
  max-height: 40px;
  opacity: 0.8;
}

.chart-loading-content p {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-family: 'Arial', sans-serif;
  font-weight: 500;
}

/* Loading animation for better UX */
.chart-loading-overlay {
  animation: fadeInOverlay 0.3s ease-in-out;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive loading overlay */
@media (max-width: 600px) {
  .chart-loading-content img {
    max-width: 30px;
    max-height: 30px;
  }
  
  .chart-loading-content p {
    font-size: 11px;
  }
}