.nhh-app-page {
  background: #eef8fc;
  color: #061f2b;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nhh-app-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}
.nhh-app-hero {
  background: radial-gradient(circle at 88% 10%, rgba(255, 183, 77, .25), transparent 28%), linear-gradient(180deg, #f4fbff 0%, #e3f4fb 100%);
  padding: 64px 0;
}
.nhh-app-hero-grid,
.nhh-app-two-col {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 360px;
}
.nhh-app-eyebrow {
  color: #0d631b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.nhh-app-hero h1,
.nhh-app-section-head h2 {
  color: #061f2b;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}
.nhh-app-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.nhh-app-hero p {
  color: #405149;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 720px;
}
.nhh-app-hero-card,
.nhh-app-form-card,
.nhh-tool-panel,
.nhh-app-card,
.nhh-app-empty,
.nhh-app-faq details,
.nhh-price-table-wrap {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(7, 30, 39, .08);
}
.nhh-app-hero-card {
  padding: 28px;
}
.nhh-app-hero-card strong {
  color: #0d631b;
  display: block;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.1;
}
.nhh-app-hero-card span {
  color: #5e6b64;
  display: block;
  line-height: 1.65;
  margin-top: 12px;
}
.nhh-app-section {
  padding: 58px 0 76px;
}
.nhh-app-soft {
  background: #e3f4fb;
}
.nhh-app-section-head {
  margin-bottom: 24px;
}
.nhh-app-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nhh-app-card {
  overflow: hidden;
}
.nhh-app-card-media {
  background: #dff2fb;
  display: block;
  height: 230px;
  overflow: hidden;
}
.nhh-app-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}
.nhh-app-card:hover .nhh-app-card-media img {
  transform: scale(1.045);
}
.nhh-app-card-body {
  padding: 24px;
}
.nhh-app-card h3,
.nhh-app-form-card h2,
.nhh-tool-panel h2,
.nhh-app-faq h2 {
  color: #061f2b;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}
.nhh-app-card h3 a {
  color: inherit;
}
.nhh-app-card p,
.nhh-app-muted,
.nhh-tool-panel p,
.nhh-app-empty p,
.nhh-app-faq p {
  color: #5e6b64;
  line-height: 1.68;
}
.nhh-app-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 8px 12px;
}
.nhh-app-pill.is-green {
  background: #d8f7df;
  color: #0d631b;
}
.nhh-app-pill.is-muted {
  background: #eef1f2;
  color: #66746d;
}
.nhh-app-card-meta {
  color: #66746d;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  margin-top: 16px;
}
.nhh-app-link {
  color: #0d631b;
  display: inline-flex;
  font-weight: 800;
  margin-top: 16px;
}
.nhh-app-button {
  background: #0d631b;
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 14px 18px;
}
.nhh-app-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}
.nhh-app-button.is-active {
  background: #ffdbce;
  color: #2b160f;
}
.nhh-app-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}
.nhh-app-filter-panel {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(7, 30, 39, .07);
  padding: 18px;
}
.nhh-app-filter input,
.nhh-app-filter select,
.nhh-app-form-card input,
.nhh-app-form-card select,
.nhh-app-form-card textarea,
.nhh-tool-panel input,
.nhh-tool-panel select {
  background: #dff2fb;
  border: 0;
  border-radius: 14px;
  color: #061f2b;
  font: inherit;
  outline: none;
  padding: 14px 15px;
  width: 100%;
}
.nhh-app-filter input,
.nhh-app-filter select {
  flex: 1 1 210px;
}
.nhh-app-form-card,
.nhh-tool-panel {
  padding: 26px;
  position: sticky;
  top: 96px;
}
.nhh-app-form-card form,
.nhh-tool-panel form {
  display: grid;
  gap: 14px;
}
.nhh-app-form-card label,
.nhh-tool-panel label {
  color: #405149;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}
.nhh-app-form-message {
  font-weight: 700;
  margin: 0;
}
.nhh-app-form-message.is-success {
  color: #0d631b;
}
.nhh-app-form-message.is-error {
  color: #ba1a1a;
}
.nhh-app-empty {
  grid-column: 1 / -1;
  padding: 34px;
  text-align: center;
}
.nhh-price-table-wrap {
  overflow-x: auto;
}
.nhh-price-table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}
.nhh-price-table th,
.nhh-price-table td {
  border-bottom: 1px solid rgba(6, 31, 43, .08);
  padding: 18px;
  text-align: left;
}
.nhh-price-table th {
  color: #405149;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nhh-price-table td span {
  color: #66746d;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.nhh-mini-chart {
  align-items: end;
  display: flex;
  gap: 3px;
  height: 58px;
  margin-top: 8px;
}
.nhh-mini-chart i {
  background: linear-gradient(180deg, #0d631b, #8fdc8b);
  border-radius: 999px 999px 0 0;
  display: block;
  width: 7px;
}
.nhh-price-badge {
  border-radius: 999px;
  display: inline-flex !important;
  font-weight: 800;
  padding: 8px 12px;
}
.nhh-price-badge.is-up {
  background: #d8f7df;
  color: #0d631b !important;
}
.nhh-price-badge.is-down {
  background: #ffe0e0;
  color: #ba1a1a !important;
}
.nhh-price-badge.is-stable {
  background: #eef1f2;
  color: #5e6b64 !important;
}
.nhh-app-table-empty {
  color: #66746d;
  text-align: center !important;
}
.nhh-month-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.nhh-month-tabs button {
  background: #d8effa;
  border: 0;
  border-radius: 999px;
  color: #0d631b;
  cursor: pointer;
  font-weight: 800;
  padding: 11px 16px;
}
.nhh-month-tabs button.is-active {
  background: #0d631b;
  color: #fff;
}
.nhh-tool-icon {
  align-items: center;
  background: #d8f7df;
  color: #0d631b;
  display: flex;
  font-family: "Material Symbols Outlined";
  font-size: 42px;
  height: 118px;
  justify-content: center;
}
.nhh-tool-result {
  background: #d8f7df;
  border-radius: 16px;
  color: #0d631b;
  font-size: 16px;
  font-weight: 800;
  margin-top: 18px;
  padding: 18px;
}
.nhh-tool-result-row {
  align-items: center;
  border-bottom: 1px solid rgba(13, 99, 27, .14);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 10px 0;
}
.nhh-tool-result-row:first-child {
  padding-top: 0;
}
.nhh-tool-result-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.nhh-tool-result-row span {
  color: #405149;
  font-size: 14px;
  font-weight: 700;
}
.nhh-tool-result-row strong {
  color: #0d631b;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 20px;
  text-align: right;
}
.nhh-app-faq {
  display: grid;
  gap: 16px;
  max-width: 860px;
}
.nhh-app-faq details {
  padding: 20px;
}
.nhh-app-faq summary {
  cursor: pointer;
  font-weight: 800;
}
.nhh-app-loading {
  opacity: .45;
  pointer-events: none;
}
.nhh-app-detail {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(7, 30, 39, .08);
  color: #233026;
  font-size: 18px;
  line-height: 1.82;
  padding: clamp(26px, 4vw, 48px);
}
.nhh-app-detail h2 {
  color: #0d631b;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 1.8em 0 .6em;
}
.nhh-app-detail > *:first-child,
.nhh-app-detail section:first-child h2 {
  margin-top: 0;
}
.nhh-app-detail-image {
  border-radius: 22px;
  margin-bottom: 28px;
  overflow: hidden;
}
.nhh-app-detail-image img {
  height: auto;
  width: 100%;
}
.nhh-app-timeline {
  display: grid;
  gap: 16px;
}
.nhh-app-timeline div {
  background: #eef8fc;
  border-left: 5px solid #0d631b;
  border-radius: 16px;
  padding: 18px;
}
.nhh-app-timeline strong,
.nhh-app-timeline span {
  display: block;
}
.nhh-app-timeline strong {
  color: #061f2b;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 20px;
}
.nhh-app-timeline span {
  color: #0d631b;
  font-weight: 800;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .nhh-app-hero-grid,
  .nhh-app-two-col {
    grid-template-columns: 1fr;
  }
  .nhh-app-form-card,
  .nhh-tool-panel {
    position: static;
  }
}
@media (max-width: 767px) {
  .nhh-app-container {
    padding: 0 18px;
  }
  .nhh-app-hero {
    padding: 42px 0;
  }
  .nhh-app-section {
    padding: 38px 0 54px;
  }
  .nhh-app-grid {
    grid-template-columns: 1fr;
  }
}
