* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #eef1f4;
  color: #1f2d3d;
}

a {
  text-decoration: none;
}

.topbar {
  background: #2d4054;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
}

.top-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.logo {
  font-weight: bold;
}

.logo span {
  font-weight: normal;
}

.menu {
  opacity: 0.95;
}

.home-page,
.result-page {
  padding: 26px 16px 34px;
}

.home-wrap,
.result-wrap {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.brand-logo {
  width: 48px;
  height: 48px;
  background: #18c3a3;
  color: #fff;
  border-radius: 10px;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-text h1 {
  margin: 0;
  font-size: 26px;
  color: #2d4054;
}

.brand-text h1 span {
  font-size: 22px;
  font-weight: normal;
}

.brand-text p {
  margin: 3px 0;
  font-size: 14px;
  font-weight: bold;
  color: #42576b;
}

.brand-text small {
  color: #97a3af;
  font-size: 12px;
}

.brand-text h2 {
  margin: 6px 0 0;
  font-size: 15px;
  color: #2d4054;
}

.download-form {
  width: 100%;
  max-width: 650px;
  margin: 26px auto 0;
  display: flex;
  border: 1px solid #98a4b0;
  background: #fff;
}

.download-form input {
  flex: 1;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 15px;
}

.download-form button {
  height: 48px;
  border: none;
  background: #2d4054;
  color: #fff;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.helper-row {
  margin-top: 18px;
}

.how-btn {
  background: #49a6e3;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}

.status-text {
  margin-top: 14px;
  font-size: 13px;
  color: #586a7b;
}

.content {
  max-width: 1120px;
  margin: 30px auto 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.updates,
.faq {
  flex: 1;
  background: #fff;
  border: 1px solid #cfd8df;
  padding: 12px;
}

.updates h3,
.faq h3 {
  margin: 0 0 12px;
  font-size: 15px;
  color: #2d4054;
}

.update-box {
  background: #3b7bbb;
  color: #fff;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.45;
}

.update-box.green {
  background: #1abc9c;
}

.faq-item {
  padding: 12px 10px;
  border-bottom: 1px solid #d7dfe6;
  font-size: 13px;
  color: #33485d;
}

.another-row {
  text-align: left;
  max-width: 980px;
  margin: 0 auto 18px;
}

.another-btn {
  display: inline-block;
  background: #98a6ad;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 6px;
}

.download-brand {
  margin-bottom: 16px;
}

.video-card {
  width: 100%;
  max-width: 395px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #d6dde4;
  display: flex;
  text-align: left;
  min-height: 150px;
}

.thumb-box {
  width: 160px;
  background: #e8edf2;
}

.thumb-box img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}

.video-meta {
  flex: 1;
  padding: 12px 12px 10px;
  font-size: 12px;
  color: #33485d;
}

.video-meta h3 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #2d4054;
}

.video-meta p {
  margin: 7px 0;
  line-height: 1.45;
}

.action-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.download-btn {
  display: inline-block;
  background: #2d4054;
  color: #fff;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
}

.more-row {
  text-align: center;
}

.more-btn {
  background: #9dadb6;
  color: #fff;
  border: none;
  padding: 9px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.faq-section {
  padding: 24px 16px 50px;
}

.faq-wrap {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d4dde4;
}

.faq-header {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #2d4054;
  border-bottom: 1px solid #dbe3e9;
  background: #f8fbfd;
}

.faq-open {
  border-bottom: 1px solid #dbe3e9;
}

.faq-q {
  padding: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #2d4054;
  background: #f9fbfc;
}

.faq-a {
  padding: 12px;
  font-size: 13px;
  color: #4a5d70;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .download-form {
    flex-direction: column;
  }

  .download-form button {
    width: 100%;
  }

  .video-card {
    max-width: 100%;
    flex-direction: column;
  }

  .thumb-box {
    width: 100%;
    height: 260px;
  }

  .brand {
    flex-direction: column;
  }

  .another-row {
    text-align: center;
  }
}
.faq-accordion {
  width: 100%;
}

.faq-entry {
  border-top: 1px solid #dbe3e9;
  background: #fff;
}

.faq-entry:first-child {
  border-top: none;
}

.faq-question {
  width: 100%;
  background: #f9fbfc;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: bold;
  color: #2d4054;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

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

.faq-arrow {
  font-size: 14px;
  color: #607284;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 12px 14px;
  font-size: 13px;
  color: #4a5d70;
  line-height: 1.6;
  background: #fff;
}

.faq-entry.active .faq-answer {
  display: block;
}

.faq-entry.active .faq-arrow {
  transform: rotate(180deg);
}

/* ===== LEGAL PAGES / TERMS / PRIVACY / ABOUT / CONTACT ===== */

.site-topbar {
    background: #22364d;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.topbar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-badge {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #14c7c7, #1191ff);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.brand-name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.top-nav a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s ease;
}

.top-nav a:hover,
.top-nav a.active {
    color: #ffffff;
}

.legal-page {
    min-height: calc(100vh - 70px);
    background: linear-gradient(180deg, #f4f8fc 0%, #eef3f8 100%);
    padding: 40px 20px 60px;
}

.legal-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.legal-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(23, 43, 77, 0.06);
}

.legal-hero-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1ec8c8, #2491ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.legal-hero h1 {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1.1;
    color: #1e2b3a;
}

.legal-subtitle {
    margin: 0 0 10px;
    font-size: 17px;
    color: #5f6f82;
}

.legal-meta {
    display: inline-block;
    padding: 7px 12px;
    background: #eef6ff;
    color: #245b96;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.legal-card {
    background: #ffffff;
    border: 1px solid #dde7f1;
    border-radius: 18px;
    padding: 34px 34px 28px;
    box-shadow: 0 12px 36px rgba(17, 34, 68, 0.06);
}

.legal-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #2e3b4a;
    margin: 0 0 26px;
}

.legal-section {
    padding: 20px 0;
    border-top: 1px solid #edf2f7;
}

.legal-section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.legal-section h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
    color: #1e2b3a;
}

.legal-section p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.85;
    color: #425466;
}

.legal-section ul {
    margin: 10px 0 0 0;
    padding-left: 22px;
}

.legal-section li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.8;
    color: #425466;
}

.legal-section a {
    color: #0c7be8;
    text-decoration: none;
    font-weight: 600;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-note {
    margin-top: 22px;
    padding: 16px 18px;
    background: #fff8e8;
    border: 1px solid #f1dfad;
    color: #7c6221;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .topbar-inner {
        padding: 12px 16px;
    }

    .brand-name {
        font-size: 20px;
    }

    .legal-page {
        padding: 22px 14px 40px;
    }

    .legal-hero {
        padding: 18px;
        border-radius: 16px;
    }

    .legal-hero h1 {
        font-size: 32px;
    }

    .legal-subtitle {
        font-size: 15px;
    }

    .legal-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .legal-intro,
    .legal-section p,
    .legal-section li {
        font-size: 16px;
    }

    .legal-section h2 {
        font-size: 24px;
    }
}
/* ===== CONTACT PAGE ===== */

.contact-hero {
    margin-bottom: 24px;
}

.contact-card {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #dde7f1;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 36px rgba(17, 34, 68, 0.06);
}

.contact-header {
    margin-bottom: 24px;
}

.contact-header h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #1e2b3a;
}

.contact-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5c6b7a;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 700;
    color: #2e3b4a;
}

.form-group label span {
    color: #d93025;
}

.form-group label small {
    color: #8a97a5;
    font-size: 13px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d6e1ec;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    color: #22313f;
    background: #fbfdff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #4aa3ff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(74, 163, 255, 0.12);
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

.fake-captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #d8e2ec;
    border-radius: 12px;
    background: #fafcfe;
    padding: 16px 18px;
}

.fake-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fake-captcha-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1d8cff;
}

.fake-captcha-box label {
    font-size: 15px;
    color: #2e3b4a;
    font-weight: 600;
}

.fake-captcha-badge {
    font-size: 13px;
    color: #8b97a3;
    font-weight: 700;
}

.contact-btn {
    align-self: flex-start;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #22364d, #2f4b69);
    color: #ffffff;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 10px 20px rgba(34, 54, 77, 0.18);
}

.contact-btn:hover {
    transform: translateY(-1px);
    opacity: 0.98;
}

.contact-btn:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .contact-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .contact-header h2 {
        font-size: 26px;
    }

    .fake-captcha {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-btn {
        width: 100%;
        text-align: center;
    }
}
