/**
 * Landing Page Stylesheet — Realitni Rentier
 * Used by: page-landing.php template
 * Standalone LP design — does NOT depend on main theme styles
 */

/* === RESET & BASE === */
.lp {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #f8f4e6;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; margin: 0; padding: 0; }
.lp a { color: inherit; text-decoration: none; }
.lp img { max-width: 100%; height: auto; display: block; }
.lp-container { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* === HERO SECTION (Dark) === */
.lp-hero {
  background: linear-gradient(175deg, #3d4258 0%, #393e52 50%, #343848 100%);
  padding: 40px 0 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 20%, rgba(208,167,99,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.lp-badge {
  display: inline-block;
  background: #202a31;
  border: 1px solid rgba(208, 167, 99, 0.35);
  color: #d0a763;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 28px;
  position: relative;
}

/* Headline */
.lp-hero h1 {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 20px;
  color: #f8f4e6;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.lp-hero h1 .lp-hl {
  color: #d0a763;
  display: block;
  margin-top: 6px;
}
.lp-hero .lp-sub {
  font-size: 17px;
  color: rgba(248, 244, 230, 0.6);
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

/* === HERO GRID (photo + form) === */
.lp-hero-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 36px;
  align-items: start;
  text-align: left;
  max-width: 860px;
  margin: 0 auto;
}

/* Photo column */
.lp-photo-col { text-align: center; padding-top: 8px; }
.lp-headshot {
  width: 260px;
  height: 310px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(208, 167, 99, 0.3);
  margin: 0 auto 14px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}
.lp-cred-bar {
  font-size: 13px;
  color: #d0a763;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

/* Bullet points */
.lp-bullets { margin-bottom: 24px; }
.lp-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(248, 244, 230, 0.8);
}
.lp-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: #d0a763;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #202a31;
  margin-top: 2px;
  line-height: 1;
}
.lp-bullet-item strong { color: #f8f4e6; }

/* Form box */
.lp-form-box {
  background: rgba(248, 244, 230, 0.04);
  border: 1px solid rgba(208, 167, 99, 0.2);
  border-radius: 14px;
  padding: 22px 20px;
  position: relative;
}
.lp-form-box::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(208,167,99,0.35), rgba(208,167,99,0.12), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.lp-form-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 19px;
  text-align: center;
  margin-bottom: 14px;
  color: #f8f4e6;
  font-weight: 400;
}

/* EW embed override — hide timezone */
.lp-form-box [class*="timezone" i],
.lp-form-box [class*="Timezone"],
.lp-form-box [id*="timezone" i],
.lp-form-box select[name*="timezone" i],
.lp-form-box [data-field*="timezone" i],
.lp-form-box label[for*="timezone" i] {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Countdown */
.lp-countdown {
  text-align: center;
  margin-top: 14px;
  padding: 10px 16px;
  background: rgba(208, 167, 99, 0.08);
  border: 1px solid rgba(208, 167, 99, 0.25);
  border-radius: 10px;
  font-size: 14px;
  color: #d0a763;
  font-weight: 600;
}
.lp-countdown-time {
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  color: #d0a763;
  font-weight: 700;
}

/* === PROOF SECTION (Cream) === */
.lp-proof {
  background: #f8f4e6;
  padding: 56px 0;
}
.lp-proof h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 28px;
  color: #202a31;
  font-weight: 400;
}

/* Proof cards */
.lp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.lp-proof-card {
  background: #fff;
  border: 1px solid #e0d9c7;
  border-radius: 12px;
  padding: 22px 18px;
  font-size: 14.5px;
  color: #202a31;
  line-height: 1.55;
}
.lp-proof-card strong { color: #202a31; font-weight: 700; }

/* Author compact */
.lp-author {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e0d9c7;
  border-left: 3px solid #d0a763;
  border-radius: 12px;
}
.lp-author-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(208, 167, 99, 0.4);
}
.lp-author-text { font-size: 14.5px; color: #202a31; line-height: 1.6; }
.lp-author-text strong { color: #202a31; font-weight: 700; }

/* === REFERENCES SECTION (Dark) === */
.lp-refs {
  background: #2a2e3d;
  padding: 56px 0;
}
.lp-refs h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 36px;
  color: #f8f4e6;
  font-weight: 400;
}
.lp-refs-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 740px;
  margin: 0 auto;
}
.lp-refs-list img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(208, 167, 99, 0.2);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* === FINAL CTA (Dark) === */
.lp-final {
  background: #393e52;
  padding: 48px 0 56px;
  text-align: center;
}
.lp-final h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #f8f4e6;
}
.lp-final .lp-sub {
  font-size: 16px;
  color: rgba(248, 244, 230, 0.6);
  margin-bottom: 24px;
}
.lp-scroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d0a763;
  color: #202a31;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 16px 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
  box-shadow: 0 4px 16px rgba(208, 167, 99, 0.2);
  line-height: 1;
}
.lp-scroll-btn br { display: none; }
.lp-scroll-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(208, 167, 99, 0.3);
  background: #c49a58;
  color: #202a31;
}
.lp-scroll-btn:active { transform: translateY(0); }

/* === FOOTER === */
.lp-footer {
  background: #202a31;
  padding: 18px 0;
  text-align: center;
  font-size: 12px;
  color: #8a8d94;
}
.lp-footer a { color: #8a8d94; text-decoration: underline; }
.lp-footer a:hover { color: #d0a763; }

/* === RESPONSIVE === */
@media (max-width: 820px) {
  .lp-hero { padding: 28px 0 36px; }
  .lp-hero h1 { font-size: 30px; padding: 0 4px; }
  .lp-hero .lp-sub { font-size: 15px; margin-bottom: 28px; padding: 0 8px; }
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 480px;
  }
  .lp-photo-col { order: -1; }
  .lp-headshot { width: 180px; height: 215px; margin: 0 auto 10px; }
  .lp-cred-bar { font-size: 12px; }
  .lp-bullet-item { font-size: 14px; }
  .lp-form-box { padding: 18px 16px; }
  .lp-form-title { font-size: 17px; }
  .lp-proof { padding: 40px 0; }
  .lp-proof-grid { grid-template-columns: 1fr; gap: 12px; }
  .lp-proof h2 { font-size: 22px; }
  .lp-author { flex-direction: column; text-align: center; padding: 18px; }
  .lp-refs { padding: 40px 0; }
  .lp-refs h2 { font-size: 22px; margin-bottom: 24px; }
  .lp-refs-list { max-width: 100%; }
  .lp-final h2 { font-size: 24px; }
  .lp-scroll-btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 24px;
    font-size: 15px;
  }
  .lp-badge { font-size: 11px; padding: 6px 16px; letter-spacing: 2px; }
}

@media (max-width: 380px) {
  .lp-hero h1 { font-size: 26px; }
  .lp-hero .lp-sub { font-size: 14px; }
  .lp-headshot { width: 150px; height: 180px; }
}
