/* Start custom CSS for html, class: .elementor-element-a61711c */.up-hnplan-article {
  --up-bg: #080808;
  --up-panel: #111111;
  --up-soft: rgba(255, 255, 255, 0.04);
  --up-text: #fff7ea;
  --up-muted: #cfc2ad;
  --up-gold: #ffbf55;
  --up-orange: #ff7a18;
  --up-line: rgba(255, 191, 85, 0.22);
  --up-radius: 22px;
  --up-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);

  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 18px 58px;
  color: var(--up-text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(255, 191, 85, 0.13), transparent 28%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
  border-radius: 28px;
  font-family: inherit;
  line-height: 1.8;
}

.up-hnplan-article *,
.up-hnplan-article *::before,
.up-hnplan-article *::after {
  box-sizing: border-box;
}

.up-hnplan-header {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 30px;
  border-radius: var(--up-radius);
  border: 1px solid var(--up-line);
  background:
    linear-gradient(135deg, rgba(255, 122, 24, 0.15), rgba(255, 191, 85, 0.06)),
    rgba(13, 13, 13, 0.94);
  box-shadow: var(--up-shadow);
}

.up-hnplan-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 191, 85, 0.08) 44%, transparent 72%);
  pointer-events: none;
}

.up-hnplan-header::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -105px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 68%);
  pointer-events: none;
}

.up-hnplan-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 85, 0.34);
  color: var(--up-gold);
  background: rgba(255, 191, 85, 0.075);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.up-hnplan-header h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff8ed;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.up-hnplan-lead {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--up-muted);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
}

.up-hnplan-featured,
.up-hnplan-image {
  margin: 26px 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 191, 85, 0.22);
  background: #0d0d0d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.up-hnplan-featured img,
.up-hnplan-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.up-hnplan-featured:hover img,
.up-hnplan-image:hover img {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.04);
}

.up-hnplan-section,
.up-hnplan-related,
.up-hnplan-faq,
.up-hnplan-cta {
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--up-radius);
  border: 1px solid rgba(255, 191, 85, 0.17);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(12, 12, 12, 0.9);
}

.up-hnplan-section h2,
.up-hnplan-related h2,
.up-hnplan-faq h2,
.up-hnplan-cta h2 {
  margin: 0 0 14px;
  color: #fff7ea;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.up-hnplan-section h3 {
  margin: 0 0 8px;
  color: var(--up-gold);
  font-size: 1.1rem;
  line-height: 1.36;
}

.up-hnplan-section p,
.up-hnplan-related p,
.up-hnplan-faq p,
.up-hnplan-cta p {
  margin: 0 0 14px;
  color: var(--up-muted);
}

.up-hnplan-section p:last-child,
.up-hnplan-faq p:last-child,
.up-hnplan-cta p:last-child {
  margin-bottom: 0;
}

.up-hnplan-keylink,
.up-hnplan-moneylink {
  color: var(--up-gold);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 191, 85, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.up-hnplan-keylink:hover,
.up-hnplan-moneylink:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.up-hnplan-note,
.up-hnplan-warning {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  color: #faedd7;
  background: rgba(255, 191, 85, 0.075);
  border: 1px solid rgba(255, 191, 85, 0.24);
}

.up-hnplan-warning {
  background: rgba(255, 122, 24, 0.095);
  border-color: rgba(255, 122, 24, 0.3);
}

.up-hnplan-core-grid,
.up-hnplan-flow,
.up-hnplan-type-grid,
.up-hnplan-example-grid,
.up-hnplan-related-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.up-hnplan-core-grid,
.up-hnplan-flow,
.up-hnplan-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.up-hnplan-type-grid,
.up-hnplan-example-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.up-hnplan-core-card,
.up-hnplan-flow > div,
.up-hnplan-type-grid > div,
.up-hnplan-example-grid > div {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 85, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.1), rgba(255, 191, 85, 0.045)),
    rgba(255, 255, 255, 0.035);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.up-hnplan-core-card:hover,
.up-hnplan-flow > div:hover,
.up-hnplan-type-grid > div:hover,
.up-hnplan-example-grid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 191, 85, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 122, 24, 0.14), rgba(255, 191, 85, 0.07)),
    rgba(255, 255, 255, 0.045);
}

.up-hnplan-core-card {
  min-height: 220px;
}

.up-hnplan-core-card span,
.up-hnplan-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #130d05;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 122, 24, 0.18);
}

.up-hnplan-core-card span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.up-hnplan-flow span {
  padding: 5px 10px;
  font-size: 0.82rem;
}

.up-hnplan-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 85, 0.18);
}

.up-hnplan-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: rgba(8, 8, 8, 0.92);
}

.up-hnplan-table th,
.up-hnplan-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  color: var(--up-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.up-hnplan-table th {
  color: #fff3df;
  background: rgba(255, 122, 24, 0.13);
  font-weight: 900;
}

.up-hnplan-table tr:last-child td {
  border-bottom: 0;
}

.up-hnplan-gradient {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.09), rgba(255, 122, 24, 0.06)),
    rgba(12, 12, 12, 0.96);
}

.up-hnplan-record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.up-hnplan-record-grid div {
  padding: 13px 14px;
  border-radius: 15px;
  color: var(--up-muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.up-hnplan-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.up-hnplan-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 15px;
  color: var(--up-muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.up-hnplan-list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 15px;
  color: var(--up-gold);
  font-weight: 900;
}

.up-hnplan-related-grid a {
  display: block;
  min-height: 124px;
  padding: 18px;
  border-radius: 18px;
  color: #fff6e8;
  text-decoration: none;
  background:
    linear-gradient(160deg, rgba(255, 122, 24, 0.12), rgba(255, 191, 85, 0.055)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 191, 85, 0.16);
  font-weight: 850;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.up-hnplan-related-grid a span {
  display: block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-size: 0.86rem;
  font-weight: 800;
}

.up-hnplan-related-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 191, 85, 0.42);
  background:
    linear-gradient(160deg, rgba(255, 122, 24, 0.18), rgba(255, 191, 85, 0.09)),
    rgba(255, 255, 255, 0.045);
}

.up-hnplan-faq details {
  margin-top: 12px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 191, 85, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.up-hnplan-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #fff3df;
  font-weight: 850;
  outline: none;
}

.up-hnplan-faq details > div {
  padding: 0 18px 18px;
}

.up-hnplan-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at left, rgba(255, 122, 24, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.14), rgba(255, 122, 24, 0.1)),
    #0b0b0b;
}

.up-hnplan-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-weight: 900;
}

.up-hnplan-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #140d05;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  text-decoration: none;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 16px 32px rgba(255, 122, 24, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.up-hnplan-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(255, 122, 24, 0.28);
}

@media (max-width: 1024px) {
  .up-hnplan-core-grid,
  .up-hnplan-flow,
  .up-hnplan-related-grid,
  .up-hnplan-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .up-hnplan-core-card {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .up-hnplan-type-grid,
  .up-hnplan-example-grid,
  .up-hnplan-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .up-hnplan-article {
    padding: 18px 12px 38px;
    border-radius: 22px;
  }

  .up-hnplan-header,
  .up-hnplan-section,
  .up-hnplan-related,
  .up-hnplan-faq,
  .up-hnplan-cta {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .up-hnplan-header h1 {
    letter-spacing: -0.025em;
  }

  .up-hnplan-featured,
  .up-hnplan-image {
    border-radius: 18px;
  }

  .up-hnplan-core-grid,
  .up-hnplan-flow,
  .up-hnplan-related-grid,
  .up-hnplan-record-grid {
    grid-template-columns: 1fr;
  }

  .up-hnplan-related-grid a {
    min-height: auto;
  }

  .up-hnplan-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}/* End custom CSS */