/* Public rental landing — /thue-xe */
.tx-page {
  overflow-x: hidden;
}

.tx-hero {
  padding: 2.5rem 0 1rem;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(31, 122, 58, 0.14), transparent 55%),
    radial-gradient(700px 380px at 100% 10%, rgba(242, 140, 29, 0.12), transparent 50%);
}

.tx-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.tx-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: var(--hpk-ink);
}

.tx-lead {
  font-size: 1.05rem;
  color: rgba(11, 31, 20, 0.78);
  max-width: 36rem;
  margin: 0 0 1.25rem;
}

.tx-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tx-hero__media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--hpk-shadow);
  min-height: 16rem;
}

.tx-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  display: block;
}

.tx-intro h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin-bottom: 0.75rem;
}

.tx-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(11, 31, 20, 0.82);
  max-width: 52rem;
}

.tx-feature {
  background: #fff;
  border: 1px solid var(--hpk-line);
  border-radius: 16px;
  padding: 1.2rem 1.1rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tx-feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--hpk-shadow);
}

.tx-feature i {
  color: var(--hpk-coral-deep);
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}

.tx-feature h3 {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
}

.tx-feature p {
  margin: 0;
  color: rgba(11, 31, 20, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.tx-split__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(11, 31, 20, 0.12);
}

.tx-split__media img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  display: block;
}

.tx-checklist {
  padding-left: 1.1rem;
  margin: 1rem 0 1.25rem;
  color: rgba(11, 31, 20, 0.8);
}

.tx-checklist li {
  margin-bottom: 0.45rem;
}

.tx-step {
  background: #fff;
  border: 1px solid var(--hpk-line);
  border-radius: 16px;
  padding: 1.15rem;
  height: 100%;
}

.tx-step__num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hpk-coral), var(--hpk-coral-deep));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}

.tx-step h3 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.tx-step p {
  margin: 0;
  color: rgba(11, 31, 20, 0.7);
  font-size: 0.92rem;
}

.tx-seo-block {
  background: linear-gradient(180deg, rgba(234, 246, 238, 0.9), #fff);
  border: 1px solid var(--hpk-line);
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
}

.tx-seo-block h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  margin-bottom: 0.75rem;
}

.tx-seo-block p {
  line-height: 1.7;
  color: rgba(11, 31, 20, 0.82);
  max-width: 52rem;
}

.tx-seo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 1rem;
  font-weight: 600;
}

.tx-seo-cta a {
  color: var(--hpk-deep);
}

.tx-seo-cta a:hover {
  color: var(--hpk-coral-deep);
}

.tx-faq__item {
  background: #fff;
  border: 1px solid var(--hpk-line);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
}

.tx-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--hpk-ink);
  list-style: none;
}

.tx-faq__item summary::-webkit-details-marker {
  display: none;
}

.tx-faq__item summary::after {
  content: '+';
  float: right;
  color: var(--hpk-coral-deep);
  font-weight: 700;
}

.tx-faq__item[open] summary::after {
  content: '−';
}

.tx-faq__item p {
  margin: 0.75rem 0 0.25rem;
  color: rgba(11, 31, 20, 0.78);
  line-height: 1.6;
}

.tx-access-card {
  background: #fff;
  border: 1px solid var(--hpk-line);
  border-radius: 18px;
  padding: 1.35rem 1.2rem 1.25rem;
  height: 100%;
  box-shadow: 0 10px 26px rgba(11, 31, 20, 0.06);
}

.tx-access-card--accent {
  border-color: rgba(242, 140, 29, 0.45);
  box-shadow: 0 12px 28px rgba(224, 106, 0, 0.12);
}

.tx-access-card i {
  font-size: 1.45rem;
  color: var(--hpk-coral-deep);
  margin-bottom: 0.65rem;
}

.tx-access-card h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.tx-access-card p {
  color: rgba(11, 31, 20, 0.72);
  font-size: 0.92rem;
  min-height: 3.6rem;
}

.tx-reg-form .form-label {
  font-weight: 600;
  font-size: 0.9rem;
}
