/* whitepage-custom.css — ZELTIX-AI variant restyle v3 (planificarea pensiei private) */

.wp-body {
  --wp-ink: #1c1c1c;
  --wp-muted: #66666a;
  --wp-line: #d8d5cd;
  --wp-surface: #f4f2ec;
  font-family: Georgia, "Times New Roman", serif;
}

.wp-body h1,
.wp-body h2,
.wp-body h3,
.wp-body .wp-logo,
.wp-body .wp-nav,
.wp-body .btn,
.wp-body .wp-kicker {
  font-family: "Arial", "Helvetica Neue", sans-serif;
}

/* Header */
.wp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 3px solid var(--wp-ink);
}
.wp-header__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-logo {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-logo__mark {
  color: var(--wg-primary) !important;
}
.wp-logo__tail {
  color: var(--wp-ink) !important;
}
.wp-nav {
  display: flex;
  gap: 26px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wp-nav a {
  color: var(--wp-ink) !important;
  text-decoration: none;
}
.wp-nav a:hover,
.wp-nav__active {
  color: var(--wg-primary) !important;
}
@media (max-width: 820px) {
  .wp-nav { display: none; }
}

/* Hero — newspaper masthead style */
.wp-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 24px 32px;
  text-align: center;
  border-bottom: 1px solid var(--wp-line);
}
.wp-kicker {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--wg-primary);
  margin: 0 0 18px;
}
.wp-hero__title {
  font-size: clamp(30px, 4.6vw, 50px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--wp-ink);
  margin: 0 0 30px;
}
.wp-hero__title span {
  font-style: italic;
  color: var(--wg-primary);
}
.wp-hero__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  text-align: left;
}
.wp-hero__lead {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 15px;
  color: var(--wp-muted);
  line-height: 1.7;
  max-width: 52ch;
  margin: 0;
}
.wp-hero__btn {
  flex-shrink: 0;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* Full width figure under hero */
.wp-figure {
  margin: 0 0 8px;
}
.wp-figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .wp-figure img { height: 260px; }
}

/* Sections */
.wp-section {
  padding: 60px 24px;
}
.wp-section--alt {
  background: var(--wp-surface);
}
.wp-section__header {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}
.wp-section__header h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--wp-ink);
  margin: 0 0 10px;
}
.wp-section__header p {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  color: var(--wp-muted);
  font-size: 14px;
}

/* Pull quote */
.wp-quote {
  max-width: 760px;
  margin: 0 auto 56px;
  font-size: 26px;
  line-height: 1.5;
  font-style: italic;
  color: var(--wp-ink);
  text-align: center;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
  padding: 32px 0;
}

.wp-section__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 860px) {
  .wp-section__grid { grid-template-columns: 1fr; }
}
.wp-text-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--wp-ink);
  margin: 0 0 16px;
}
.wp-text-card p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--wp-muted);
  margin-bottom: 14px;
}
.wp-media-card img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* Cards */
.wp-cards {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--wp-line);
  border: 1px solid var(--wp-line);
}
@media (max-width: 860px) {
  .wp-cards { grid-template-columns: 1fr; }
}
.wp-card {
  background: #fff;
  padding: 28px 24px;
  text-align: center;
}
.wp-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin: 0 auto 18px;
  display: block;
}
.wp-card h3 {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wg-primary) !important;
  margin: 0 0 10px;
}
.wp-card p {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wp-muted);
  margin: 0;
}

/* Panel with steps */
.wp-panel-section {
  padding: 60px 24px;
  background: var(--wp-surface);
}
.wp-panel {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 860px) {
  .wp-panel { grid-template-columns: 1fr; }
}
.wp-panel__text h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--wp-ink);
  margin: 0 0 20px;
}
.wp-steps {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wp-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wp-muted);
}
.wp-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--wg-primary);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-panel__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* Contact */
.wp-contact {
  padding: 64px 24px;
  background: #fff;
}
.wp-contact__inner {
  max-width: 620px;
  margin: 0 auto;
}
.wp-contact__header {
  text-align: center;
  margin-bottom: 36px;
}
.wp-contact__header h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--wp-ink);
  margin: 0 0 10px;
}
.wp-contact__header p {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: var(--wp-muted);
}
.wp-form {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  background: var(--wp-surface);
  border: 1px solid var(--wp-line);
  padding: 32px;
}
.wp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .wp-form__row { grid-template-columns: 1fr; }
}
.wp-form__field { margin-bottom: 20px; }
.wp-form__row .wp-form__field { margin-bottom: 0; }
.wp-form__field label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wp-muted);
  margin-bottom: 8px;
}
.wp-form__field input {
  width: 100%;
  border: 1px solid var(--wp-line);
  padding: 12px 14px;
  font-size: 13px;
  color: var(--wp-ink);
  background: #fff;
}
.wp-form__field input:focus {
  outline: none;
  border-color: var(--wg-primary);
}
.wp-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.wp-form__agree label {
  font-size: 11px;
  color: var(--wp-muted);
  line-height: 1.5;
}
.wp-form__submit {
  width: 100%;
}
.wp-success {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--wg-primary);
  background: #fdf1ef;
  text-align: center;
  font-size: 13px;
  color: var(--wg-accent);
}

/* Footer */
.wp-footer {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  background: var(--wp-ink);
  color: #9a9a9a;
  padding: 48px 24px 32px;
  font-size: 12px;
}
.wp-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.wp-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 760px) {
  .wp-footer__grid { grid-template-columns: 1fr; }
}
.wp-footer h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}
.wp-footer p {
  margin: 0 0 6px;
  line-height: 1.6;
}
.wp-footer a {
  color: #9a9a9a !important;
  text-decoration: none;
}
.wp-footer a:hover {
  color: var(--wg-primary) !important;
}
.wp-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.wp-footer__bottom {
  border-top: 1px solid #333;
  padding-top: 24px;
  text-align: center;
  color: #666;
}
