html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #102235;
  background:
    linear-gradient(180deg, rgba(229, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 42%, #ffffff 100%),
    #ffffff;
}

* {
  box-sizing: border-box;
}

body.duck-scrollbar {
  background:
    linear-gradient(180deg, rgba(229, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 42%, #ffffff 100%),
    #ffffff;
}

body.duck-scrollbar #main {
  min-height: 100vh;
  background: transparent;
}

body.duck-scrollbar .duck-sticky {
  position: sticky;
  top: -1px;
  z-index: 2147483000;
  border-bottom: 1px solid rgba(16, 34, 53, 0.08);
  background: rgba(246, 249, 255, 0.90);
  box-shadow: 0 12px 30px rgba(2, 9, 23, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.duck-scrollbar .duck-header {
  width: min(1120px, calc(100% - 32px));
  min-height: 78px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: transparent;
  box-shadow: none;
}

body.duck-scrollbar #logo,
body.duck-scrollbar #logo .logo {
  display: inline-flex;
  align-items: center;
  width: clamp(166px, 22vw, 214px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

body.duck-scrollbar .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

body.duck-scrollbar .duck-online-num {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 12px;
  border: 1px solid rgba(8, 54, 105, 0.10);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
  color: rgba(16, 34, 53, 0.58);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 10px 22px rgba(8, 54, 105, 0.10);
}

body.duck-scrollbar .duck-online-num::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #18b66a;
  box-shadow: 0 0 0 3px rgba(24, 182, 106, 0.15), 0 0 12px rgba(24, 182, 106, 0.32);
}

body.duck-scrollbar .duck-online-num span {
  color: #017ffe;
  font-variant-numeric: tabular-nums;
}

body.duck-scrollbar .menu {
  width: 42px;
  height: 34px;
  padding: 7px;
  border: 1px solid rgba(1, 127, 254, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(1, 127, 254, 0.10);
  cursor: pointer;
}

body.duck-scrollbar .accordion {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 2147483001;
  width: min(360px, calc(100vw - 24px));
  max-height: min(72vh, 640px);
  overflow-y: auto;
  border: 1px solid rgba(16, 34, 53, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

body.duck-scrollbar .mask {
  z-index: 2147482999;
}

body.duck-scrollbar #content {
  width: min(1040px, calc(100% - 32px));
  max-width: 100%;
  margin: clamp(34px, 6vw, 76px) auto 48px;
  padding: 0;
  color: #102235;
}

body.duck-scrollbar .google-auto-placed,
body.duck-scrollbar ins.adsbygoogle,
body.duck-scrollbar [id^="aswift_"],
body.duck-scrollbar iframe[name^="aswift_"],
body.duck-scrollbar iframe[id^="google_ads"] {
  max-width: 100% !important;
}

body.duck-scrollbar.menu-open .google-auto-placed,
body.duck-scrollbar.menu-open ins.adsbygoogle,
body.duck-scrollbar.menu-open [id^="aswift_"],
body.duck-scrollbar.menu-open [id^="google_ads_iframe"],
body.duck-scrollbar.menu-open [id*="google_ads_iframe"],
body.duck-scrollbar.menu-open iframe[name^="aswift_"],
body.duck-scrollbar.menu-open iframe[name^="google_ads_iframe"],
body.duck-scrollbar.menu-open iframe[id^="google_ads"],
body.duck-scrollbar.menu-open iframe[src*="googlesyndication"] {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.duck-scrollbar #content > h1,
body.duck-scrollbar .hero-section h1 {
  margin: 0 0 14px;
  color: #0a1d31;
  font-size: clamp(40px, 7vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.duck-scrollbar .hero-subtitle,
body.duck-scrollbar .intro-text {
  color: rgba(16, 34, 53, 0.72);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

body.duck-scrollbar .hero-section {
  max-width: 840px;
  margin: 0 auto 28px;
  padding: 0;
  text-align: center;
}

body.duck-scrollbar #social-message {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

body.duck-scrollbar #message-content {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(23, 50, 77, 0.10);
}

body.duck-scrollbar #message-content > .intro-text,
body.duck-scrollbar .duck-card-white,
body.duck-scrollbar .why-choose-us,
body.duck-scrollbar .faq-section,
body.duck-scrollbar .link-hub,
body.duck-scrollbar .support-section {
  margin: 0;
  padding: 0;
}

body.duck-scrollbar #message-content > .intro-text {
  max-width: 820px;
  margin: 0 auto clamp(22px, 3vw, 32px);
  text-align: left;
}

body.duck-scrollbar .duck-card-white,
body.duck-scrollbar .why-choose-us,
body.duck-scrollbar .faq-section,
body.duck-scrollbar .link-hub,
body.duck-scrollbar .support-section {
  padding-top: clamp(22px, 3vw, 30px);
  margin-top: clamp(22px, 3vw, 30px);
  border-top: 1px solid rgba(16, 34, 53, 0.10);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.duck-scrollbar #message-content h2,
body.duck-scrollbar #message-content h3,
body.duck-scrollbar .duck-card-sub-title,
body.duck-scrollbar .why-choose-us h3,
body.duck-scrollbar .faq-section h2,
body.duck-scrollbar .support-section h3 {
  margin-top: 0;
  color: #0a1d31;
  background: none;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0;
}

body.duck-scrollbar #message-content p {
  margin: 0 0 14px;
}

body.duck-scrollbar #message-content p:last-child,
body.duck-scrollbar #message-content ul:last-child {
  margin-bottom: 0;
}

body.duck-scrollbar #message-content p,
body.duck-scrollbar #message-content li {
  color: rgba(16, 34, 53, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

body.duck-scrollbar #message-content ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

body.duck-scrollbar .duck-list-pd {
  display: grid;
  gap: 8px;
}

body.duck-scrollbar #message-content a {
  color: #017ffe;
  font-weight: 900;
}

body.duck-scrollbar .feature-grid,
body.duck-scrollbar .link-grid,
body.duck-scrollbar .crypto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

body.duck-scrollbar .feature-item {
  padding: 18px;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.86);
}

body.duck-scrollbar .content-cta-row,
body.duck-scrollbar #message-content > div[style*="text-align: center"] {
  margin: 0 !important;
  padding: 10px 0 2px;
  text-align: center !important;
  border: 0;
  background: transparent;
}

body.duck-scrollbar .duck-start-video-chat.with-card {
  width: min(230px, 100%);
  height: 58px;
  display: inline-flex;
  vertical-align: top;
  margin: 8px !important;
  border-radius: 16px;
  background: linear-gradient(180deg, #69b5ff, #017ffe);
  box-shadow: 0 14px 28px rgba(1, 127, 254, 0.24);
}

body.duck-scrollbar .duck-start-video-chat-btn {
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  letter-spacing: 0;
}

body.duck-scrollbar #message-content a.duck-start-video-chat-btn,
body.duck-scrollbar #message-content a.duck-start-video-chat-btn:visited,
body.duck-scrollbar .duck-start-video-chat.with-card a.duck-start-video-chat-btn,
body.duck-scrollbar .duck-start-video-chat.with-card a.duck-start-video-chat-btn:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none !important;
}

body.duck-scrollbar .duck-start-video-chat-tip {
  opacity: 0.42;
}

body.duck-scrollbar #footer {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 50, 77, 0.07);
  color: rgba(16, 34, 53, 0.72);
  font-size: 13px;
  line-height: 1.2;
  overflow-x: auto;
  scrollbar-width: none;
}

body.duck-scrollbar #footer::-webkit-scrollbar {
  display: none;
}

body.duck-scrollbar #footer p,
body.duck-scrollbar #footer a {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

body.duck-scrollbar #footer a {
  color: #17324d;
  text-decoration: none;
  font-weight: 800;
}

body.duck-scrollbar #footer a:hover {
  color: #017ffe;
}

@media (max-width: 768px) {
  body.duck-scrollbar .duck-header {
    width: min(100% - 16px, 1120px);
    min-height: 72px;
    gap: 10px;
  }

  body.duck-scrollbar #logo,
  body.duck-scrollbar #logo .logo {
    width: clamp(132px, 40vw, 164px);
  }

  body.duck-scrollbar .duck-online-num {
    min-height: 28px;
    padding: 0 8px;
    font-size: 10px;
  }

  body.duck-scrollbar .header-right {
    gap: 6px;
  }

  body.duck-scrollbar .menu {
    width: 38px;
    height: 32px;
    padding: 7px;
  }

  body.duck-scrollbar .accordion {
    top: calc(100% + 8px);
    right: 0;
    width: min(336px, calc(100vw - 16px));
    max-height: min(70vh, 560px);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.20);
  }

  body.duck-scrollbar .accordion-header {
    min-height: 44px;
    height: auto;
    padding: 9px 14px;
    margin: 2px 6px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.25;
  }

  body.duck-scrollbar .accordion-content a {
    padding: 9px 14px 9px 28px;
    font-size: 13px;
    line-height: 1.3;
  }

  body.duck-scrollbar #content {
    width: min(100% - 16px, 1040px);
    margin: 20px auto 30px;
  }

  body.duck-scrollbar #message-content {
    padding: 20px 16px;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(23, 50, 77, 0.08);
  }

  body.duck-scrollbar #message-content > .intro-text,
  body.duck-scrollbar .duck-card-white,
  body.duck-scrollbar .why-choose-us,
  body.duck-scrollbar .faq-section,
  body.duck-scrollbar .link-hub,
  body.duck-scrollbar .support-section {
    padding: 0;
  }

  body.duck-scrollbar .duck-card-white,
  body.duck-scrollbar .why-choose-us,
  body.duck-scrollbar .faq-section,
  body.duck-scrollbar .link-hub,
  body.duck-scrollbar .support-section {
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 0;
  }

  body.duck-scrollbar .duck-start-video-chat.with-card {
    width: 100%;
    max-width: 335px;
    display: flex;
    margin: 8px auto !important;
  }

  body.duck-scrollbar #content > h1,
  body.duck-scrollbar .hero-section h1 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  body.duck-scrollbar .hero-section {
    margin-bottom: 20px;
  }

  body.duck-scrollbar .hero-subtitle,
  body.duck-scrollbar .intro-text {
    font-size: 16px;
    line-height: 1.55;
  }

  body.duck-scrollbar #message-content h2,
  body.duck-scrollbar .duck-card-sub-title,
  body.duck-scrollbar .faq-section h2 {
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.18;
  }

  body.duck-scrollbar #message-content h3,
  body.duck-scrollbar .why-choose-us h3,
  body.duck-scrollbar .support-section h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  body.duck-scrollbar #message-content p,
  body.duck-scrollbar #message-content li {
    font-size: 15px;
    line-height: 1.65;
  }

  body.duck-scrollbar #message-content ul {
    padding-left: 18px;
  }

  body.duck-scrollbar .duck-list-pd {
    gap: 10px;
    padding-left: 18px;
  }

  body.duck-scrollbar #footer {
    width: min(100% - 20px, 1040px);
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 14px;
    font-size: 12px;
  }
}
