/* Conttinu product page. Legacy hang-* selectors remain as stable technical
   hooks for existing URLs and application integrations. */

.hang-page .hang-hero {
  display: flex;
  min-height: 500px;
  padding: 56px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hang-page .hang-hero .wrap {
  display: flex;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hang-page .hang-hero img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0;
  border-radius: 28px;
  object-fit: contain;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.hang-page .hang-hero h1 {
  width: 100%;
  max-width: 900px;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.6px;
}

.hang-page .hang-hero .lead {
  width: 100%;
  max-width: 700px;
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 28px;
}

.hang-page .store-status {
  display: inline-flex;
  min-width: 278px;
  min-height: 48px;
  margin: 0;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-muted);
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.hang-page .store-status .dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(114, 227, 106, 0.7);
}

.hang-page .flag-explainer {
  display: flex;
  min-height: 260px;
  padding: 48px 0;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.hang-page .flag-explainer .wrap {
  max-width: 900px;
}

.hang-page .flag-explainer .flag-row {
  display: flex;
  max-width: none;
  margin: 0;
  align-items: flex-start;
  gap: 24px;
}

.hang-page .flag-explainer .flag-mark {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-top: 3px;
  border: 5px solid rgba(114, 227, 106, 0.13);
  border-radius: 50%;
  background: var(--accent);
  background-clip: padding-box;
  box-shadow: 0 0 22px rgba(114, 227, 106, 0.55);
}

.hang-page .flag-explainer h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.hang-page .flag-explainer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 24px;
}

.hang-page .features {
  display: flex;
  min-height: 560px;
  padding: 50px 0;
  align-items: center;
}

.hang-page .features .wrap {
  max-width: 960px;
}

.hang-page .features h2,
.hang-page .for-whom h2 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.4px;
}

.hang-page .features h2 {
  text-align: center;
}

.hang-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hang-page .feature {
  min-height: 190px;
  padding: 24px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.hang-page .feature h3 {
  min-height: 60px;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.hang-page .feature p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 20px;
}

.hang-page .for-whom {
  display: flex;
  min-height: 320px;
  padding: 48px 0;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
}

.hang-page .for-whom .wrap {
  max-width: 960px;
}

.hang-page .for-whom h2 {
  margin-bottom: 20px;
}

.hang-page .for-whom ul {
  display: flex;
  max-width: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 8px;
  color: var(--text-muted);
  list-style: none;
}

.hang-page .for-whom li {
  position: relative;
  min-height: 34px;
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 24px;
}

.hang-page .for-whom li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(114, 227, 106, 0.4);
}

.hang-page .hang-footer {
  display: flex;
  min-height: 180px;
  padding: 40px 0;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
}

.hang-page .hang-footer .wrap {
  display: flex;
  max-width: 1248px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hang-page .hang-footer-links {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.hang-page .hang-footer-links a {
  color: var(--text-muted);
  text-decoration: none;
}

.hang-page .hang-footer-links a:hover {
  color: var(--text);
}

.hang-page .hang-footer-copyright {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .hang-page .hang-hero {
    min-height: 520px;
    padding: 52px 0;
  }

  .hang-page .hang-hero .wrap {
    width: calc(100% - 48px);
    gap: 20px;
  }

  .hang-page .hang-hero img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }

  .hang-page .hang-hero h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.2px;
  }

  .hang-page .hang-hero .lead {
    font-size: 18px;
    line-height: 28px;
  }

  .hang-page .store-status {
    min-width: 236px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .hang-page .flag-explainer {
    min-height: 360px;
    padding: 40px 0;
  }

  .hang-page .flag-explainer .wrap {
    width: calc(100% - 48px);
  }

  .hang-page .flag-explainer .flag-row {
    flex-direction: column;
    gap: 16px;
  }

  .hang-page .flag-explainer .flag-mark {
    margin: 0;
  }

  .hang-page .flag-explainer h2 {
    margin-bottom: 16px;
  }

  .hang-page .features {
    min-height: 1320px;
    padding: 42px 0;
  }

  .hang-page .features .wrap,
  .hang-page .for-whom .wrap {
    width: calc(100% - 48px);
  }

  .hang-page .features h2,
  .hang-page .for-whom h2 {
    margin-bottom: 28px;
    text-align: left;
  }

  .hang-page .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hang-page .feature {
    min-height: 180px;
  }

  .hang-page .for-whom {
    min-height: 480px;
    padding: 40px 0;
  }

  .hang-page .for-whom h2 {
    margin-bottom: 20px;
  }

  .hang-page .for-whom ul {
    gap: 12px;
  }

  .hang-page .for-whom li {
    min-height: 72px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .hang-page .for-whom li::before {
    top: 8px;
  }

  .hang-page .hang-footer {
    min-height: 320px;
    padding: 32px 0;
  }

  .hang-page .hang-footer .wrap {
    gap: 20px;
  }

  .hang-page .hang-footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* Conttinu Design product frame. The hang-* class names are retained only as
   a compatibility bridge for the long-lived route and existing scripts. */
.hang-page .hang-hero {
  min-height: 500px;
  padding: 0;
  background: var(--hang-color-surface-background);
}

.hang-page .hang-hero .wrap {
  max-width: 960px;
  gap: 16px;
}

.hang-page .hang-hero h1 {
  max-width: 900px;
  color: var(--hang-color-content-primary);
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.9px;
}

.hang-page .hang-hero .lead {
  max-width: 700px;
  color: var(--hang-color-content-muted);
  font-size: 15px;
  line-height: 21.75px;
}

.hang-page .store-status {
  min-width: 0;
  min-height: 0;
  padding: 4px 8px;
  color: var(--hang-color-status-success);
  background: var(--hang-color-status-success-subtle);
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: 0.22px;
}

.hang-page .store-status .dot {
  display: none;
}

.hang-page .flag-explainer {
  min-height: 260px;
  padding: 48px 0;
  background: var(--hang-color-surface-muted);
  border-color: var(--hang-color-border-subtle);
}

.hang-page .flag-explainer .wrap {
  max-width: 960px;
}

.hang-page .flag-explainer .flag-row {
  gap: 24px;
}

.hang-page .flag-explainer .flag-mark {
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  box-shadow: none;
}

.hang-page .flag-explainer h2 {
  margin: 0 0 8px;
  color: var(--hang-color-content-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0;
}

.hang-page .flag-explainer p {
  color: var(--hang-color-content-muted);
  font-size: 15px;
  line-height: 21.75px;
}

.hang-page .features {
  min-height: 560px;
  padding: 50px 0;
  background: var(--hang-color-surface-background);
  border-bottom: 1px solid var(--hang-color-border-subtle);
}

.hang-page .features h2,
.hang-page .for-whom h2 {
  margin: 0 0 28px;
  color: var(--hang-color-content-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}

.hang-page .feature-grid {
  gap: 16px;
}

.hang-page .feature {
  min-height: 190px;
  padding: 24px;
  background: var(--hang-color-surface-card);
  border-color: var(--hang-color-border-default);
  border-radius: 18px;
}

.hang-page .feature h3 {
  min-height: 0;
  margin: 0;
  color: var(--hang-color-content-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0;
}

.hang-page .feature p {
  color: var(--hang-color-content-muted);
  font-size: 13px;
  line-height: 18.2px;
}

.hang-page .for-whom {
  min-height: 320px;
  padding: 48px 0;
  background: var(--hang-color-surface-background);
  border: 0;
}

.hang-page .for-whom ul {
  gap: 12px;
  color: var(--hang-color-content-muted);
}

.hang-page .for-whom li {
  min-height: 34px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 21.75px;
}

.hang-page .for-whom li::before {
  top: 7px;
  width: auto;
  height: auto;
  color: var(--hang-color-content-primary);
  background: none;
  box-shadow: none;
  content: '\2022';
  font-weight: 600;
  line-height: 21px;
}

.hang-page .hang-footer {
  min-height: 180px;
  padding: 40px 0;
  background: var(--hang-color-surface-background);
  border-color: var(--hang-color-border-subtle);
}

.hang-page .hang-footer .wrap {
  max-width: 960px;
}

.hang-page .hang-footer-links {
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.2px;
}

.hang-page .hang-footer-links a,
.hang-page .hang-footer-copyright {
  color: var(--hang-color-content-muted);
}

@media (max-width: 760px) {
  .hang-page .hang-hero {
    min-height: 520px;
    padding: 0;
  }

  .hang-page .hang-hero .wrap {
    width: calc(100% - 48px);
    gap: 16px;
  }

  .hang-page .conttinu-app-icon--large {
    width: 80.56px;
    height: 80.56px;
    border-radius: 18.02px;
  }

  .hang-page .conttinu-app-icon--large > span {
    width: 65.72px;
    height: 26.27px;
  }

  .hang-page .hang-hero h1 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
  }

  .hang-page .hang-hero .lead {
    font-size: 15px;
    line-height: 21.75px;
  }

  .hang-page .flag-explainer {
    min-height: 360px;
    padding: 40px 0;
  }

  .hang-page .flag-explainer .wrap,
  .hang-page .features .wrap,
  .hang-page .for-whom .wrap {
    width: calc(100% - 48px);
  }

  .hang-page .flag-explainer .flag-row {
    gap: 20px;
  }

  .hang-page .flag-explainer h2 {
    margin-bottom: 12px;
  }

  .hang-page .features {
    min-height: 1320px;
    padding: 42px 0;
  }

  .hang-page .features h2,
  .hang-page .for-whom h2 {
    margin-bottom: 28px;
    text-align: left;
  }

  .hang-page .feature-grid {
    gap: 16px;
  }

  .hang-page .feature {
    min-height: 180px;
  }

  .hang-page .for-whom {
    min-height: 480px;
    padding: 40px 0;
  }

  .hang-page .for-whom ul {
    gap: 20px;
  }

  .hang-page .hang-footer {
    min-height: 220px;
    padding: 32px 0;
  }
}

@media (max-width: 370px) {
  .hang-page .hang-hero h1 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .hang-page .feature {
    min-height: auto;
  }
}
