/* ==========================================================================
   Trouwjurken Passen Landing Page - Mobile First
   Scoped under .page-template-page-trouwjurken-passen
   ========================================================================== */

.page-template-page-trouwjurken-passen {

  /* CSS Custom Properties */
  --lp-gold: #C5B177;
  --lp-gold-light: rgba(197, 177, 119, 0.12);
  --lp-cta-pink: #E2556A;
  --lp-cta-pink-hover: #d04458;
  --lp-navy: #110D2A;
  --lp-body-gray: #616467;
  --lp-beige: #F1EFE7;
  --lp-white: #FFFFFF;
  --lp-dark: #141414;
}

/* ==========================================================================
   BASE / MOBILE STYLES (< 901px)
   ========================================================================== */

/* HERO */
.lp-hero {
  display: flex;
  flex-direction: column;
}

.lp-hero-image {
  order: 0;
  height: 55vh;
  overflow: hidden;
  background: var(--lp-beige);
}

.lp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hero-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--lp-gold);
  font-family: 'Lora', serif;
  font-size: 16px;
  font-style: italic;
}

.lp-hero-image-placeholder .placeholder-icon {
  font-size: 48px;
  opacity: 0.4;
}

.lp-hero-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 20px;
}

.lp-hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lp-gold);
  margin-bottom: 12px;
  font-weight: 700;
}

.lp-hero-title {
  font-family: 'Lora', serif;
  font-size: 28px;
  line-height: 1.2;
  color: var(--lp-navy);
  margin-bottom: 16px;
  font-weight: 400;
}

.lp-hero-title em {
  font-style: italic;
  color: var(--lp-cta-pink);
}

.lp-hero-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: var(--lp-body-gray);
  margin-bottom: 24px;
  line-height: 1.7;
}

.lp-hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-cta-pink);
  color: var(--lp-white);
  padding: 16px 32px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  font-family: 'Lato', sans-serif;
  min-height: 48px;
  width: 100%;
  text-align: center;
}

.lp-btn-primary:hover {
  background: var(--lp-cta-pink-hover);
  transform: translateY(-1px);
}

.lp-btn-primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.lp-hero-note {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: var(--lp-body-gray);
  opacity: 0.8;
  text-align: center;
}

.lp-hero-note strong {
  color: var(--lp-navy);
}

/* TRUST BAR */
.lp-trust-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--lp-navy);
  padding: 0;
}

.lp-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
  text-align: center;
  border-bottom: 1px solid rgba(197, 177, 119, 0.2);
}

.lp-trust-item:nth-child(odd) {
  border-right: 1px solid rgba(197, 177, 119, 0.2);
}

.lp-trust-icon {
  font-size: 24px;
  margin-bottom: 6px;
}

.lp-trust-label {
  color: var(--lp-white);
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lp-trust-sublabel {
  color: var(--lp-gold);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin-top: 2px;
}

/* SECTIONS - shared */
.lp-section-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lp-gold);
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.lp-section-title {
  font-family: 'Lora', serif;
  font-size: 26px;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.lp-section-subtitle {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--lp-body-gray);
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* WHAT TO EXPECT */
.lp-expect-section {
  padding: 40px 16px;
  background: var(--lp-white);
}

.lp-steps-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-step {
  text-align: center;
  padding: 24px 16px;
}

.lp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lp-gold-light);
  border: 2px solid var(--lp-gold);
  color: var(--lp-gold);
  font-family: 'Lora', serif;
  font-size: 20px;
  margin-bottom: 16px;
}

.lp-step h3 {
  font-family: 'Lora', serif;
  font-size: 18px;
  color: var(--lp-navy);
  margin-bottom: 8px;
  font-weight: 400;
}

.lp-step p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-body-gray);
}

/* USP SECTION */
.lp-usp-section {
  padding: 40px 16px;
  background: var(--lp-beige);
}

.lp-usp-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.lp-usp-image {
  border-radius: 8px;
  overflow: hidden;
  background: var(--lp-white);
  max-height: 380px;
}

.lp-usp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-usp-image-placeholder {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-gold);
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

.lp-usp-content h2 {
  font-family: 'Lora', serif;
  font-size: 26px;
  color: var(--lp-navy);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.lp-usp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 28px 0;
  padding: 0;
}

.lp-usp-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--lp-body-gray);
}

.lp-usp-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--lp-gold);
  color: var(--lp-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 2px;
}

/* REVIEWS */
.lp-reviews-section {
  padding: 40px 16px;
  background: var(--lp-white);
}

.lp-reviews-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  margin-top: 32px;
}

.lp-reviews-grid::-webkit-scrollbar {
  height: 4px;
}

.lp-reviews-grid::-webkit-scrollbar-track {
  background: var(--lp-beige);
  border-radius: 2px;
}

.lp-reviews-grid::-webkit-scrollbar-thumb {
  background: var(--lp-gold);
  border-radius: 2px;
}

.lp-review-card {
  background: var(--lp-beige);
  padding: 24px;
  border-radius: 8px;
  min-width: 280px;
  max-width: 320px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.lp-review-stars {
  color: var(--lp-gold);
  font-size: 16px;
  margin-bottom: 12px;
}

.lp-review-text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-body-gray);
  margin-bottom: 14px;
  font-style: italic;
}

.lp-review-author {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--lp-navy);
}

.lp-review-source {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--lp-gold);
}

/* FORM SECTION */
.lp-form-section {
  padding: 40px 16px;
  background: var(--lp-navy);
}

.lp-form-section .lp-section-eyebrow {
  color: var(--lp-gold);
}

.lp-form-section .lp-section-title {
  color: var(--lp-white);
}

.lp-form-section .lp-section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.lp-form-container {
  max-width: 640px;
  margin: 0 auto;
  background: var(--lp-white);
  border-radius: 12px;
  padding: 28px 20px;
}

.lp-form-title {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 6px;
}

.lp-form-subtitle {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: var(--lp-body-gray);
  margin-bottom: 24px;
}

/* Gravity Forms overrides inside form container */
.lp-form-container .gform_wrapper {
  margin: 0;
  padding: 0;
}

.lp-form-container .gform_wrapper .gform_body {
  margin: 0;
}

.lp-form-container .gform_wrapper input[type="text"],
.lp-form-container .gform_wrapper input[type="email"],
.lp-form-container .gform_wrapper input[type="tel"],
.lp-form-container .gform_wrapper input[type="date"],
.lp-form-container .gform_wrapper input[type="number"],
.lp-form-container .gform_wrapper select,
.lp-form-container .gform_wrapper textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: var(--lp-dark);
  background: var(--lp-beige);
  transition: border-color 0.3s;
  min-height: 48px;
  width: 100%;
  box-sizing: border-box;
}

.lp-form-container .gform_wrapper input:focus,
.lp-form-container .gform_wrapper select:focus,
.lp-form-container .gform_wrapper textarea:focus {
  outline: none;
  border-color: var(--lp-gold);
}

.lp-form-container .gform_wrapper .gform_footer input[type="submit"],
.lp-form-container .gform_wrapper .gform_footer button,
.lp-form-container .gform_wrapper .gform_page_footer input[type="submit"],
.lp-form-container .gform_wrapper .button {
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  background: var(--lp-cta-pink);
  color: var(--lp-white);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  transition: background 0.3s;
  min-height: 48px;
}

.lp-form-container .gform_wrapper .gform_footer input[type="submit"]:hover,
.lp-form-container .gform_wrapper .gform_footer button:hover,
.lp-form-container .gform_wrapper .button:hover {
  background: var(--lp-cta-pink-hover);
}

.lp-form-container .gform_wrapper .gfield_label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-navy);
}

.lp-form-container .gform_wrapper .gfield {
  margin-bottom: 12px;
}

.lp-form-container .gform_wrapper .validation_message {
  font-size: 13px;
  color: var(--lp-cta-pink);
}

.lp-form-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: var(--lp-body-gray);
}

.lp-form-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* FAQ */
.lp-faq-section {
  padding: 40px 16px;
  background: var(--lp-beige);
}

.lp-faq-list {
  max-width: 700px;
  margin: 32px auto 0;
}

.lp-faq-item {
  border-bottom: 1px solid rgba(197, 177, 119, 0.3);
}

.lp-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  text-align: left;
  font-family: 'Lora', serif;
  font-size: 16px;
  color: var(--lp-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.lp-faq-question:hover {
  color: var(--lp-cta-pink);
}

.lp-faq-toggle {
  color: var(--lp-gold);
  font-size: 24px;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}

.lp-faq-answer.open {
  max-height: 300px;
  padding-bottom: 16px;
}

.lp-faq-answer p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-body-gray);
}

/* FINAL CTA */
.lp-final-cta {
  padding: 40px 16px;
  background: var(--lp-white);
  text-align: center;
}

.lp-final-cta h2 {
  font-family: 'Lora', serif;
  font-size: 24px;
  color: var(--lp-navy);
  margin-bottom: 10px;
  font-weight: 400;
}

.lp-final-cta p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--lp-body-gray);
  margin-bottom: 24px;
  line-height: 1.7;
}

.lp-final-cta .lp-btn-primary {
  max-width: 400px;
  margin: 0 auto;
}

/* STICKY MOBILE CTA */
.lp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--lp-white);
  padding: 12px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 90;
  display: none;
}

.lp-sticky-cta .lp-btn-primary {
  margin: 0;
  font-size: 14px;
  padding: 14px 20px;
}

/* Add bottom padding to footer so sticky CTA doesn't overlap content */
.page-template-page-trouwjurken-passen .main-footer {
  padding-bottom: 72px;
}


/* ==========================================================================
   SMALL PHONES (max 480px)
   ========================================================================== */
@media (max-width: 480px) {
  .lp-hero-title {
    font-size: 24px;
  }

  .lp-hero-subtitle {
    font-size: 14px;
  }

  .lp-section-title {
    font-size: 22px;
  }

  .lp-review-card {
    min-width: 260px;
  }

  .lp-usp-content h2 {
    font-size: 22px;
  }

  .lp-form-container {
    padding: 24px 16px;
  }

  .lp-final-cta h2 {
    font-size: 22px;
  }
}


/* ==========================================================================
   TABLET (min 768px)
   ========================================================================== */
@media (min-width: 768px) {
  .lp-hero-content {
    padding: 40px 40px;
  }

  .lp-hero-title {
    font-size: 34px;
  }

  .lp-hero-subtitle {
    font-size: 17px;
  }

  .lp-btn-primary {
    width: auto;
  }

  .lp-expect-section,
  .lp-usp-section,
  .lp-reviews-section,
  .lp-form-section,
  .lp-faq-section,
  .lp-final-cta {
    padding: 60px 40px;
  }

  .lp-section-title {
    font-size: 30px;
  }

  .lp-form-container {
    padding: 40px 36px;
  }

  .lp-form-trust {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .lp-usp-image {
    max-height: 400px;
  }

  .lp-review-card {
    min-width: 300px;
  }

  .lp-final-cta .lp-btn-primary {
    width: auto;
  }
}


/* ==========================================================================
   DESKTOP (min 901px)
   ========================================================================== */
@media (min-width: 901px) {

  /* Hide sticky CTA on desktop */
  .lp-sticky-cta {
    display: none;
  }

  .page-template-page-trouwjurken-passen .main-footer {
    padding-bottom: 0;
  }

  /* HERO */
  .lp-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 85vh;
  }

  .lp-hero-content {
    padding: 60px 60px 60px 80px;
    order: 0;
  }

  .lp-hero-image {
    height: auto;
  }

  .lp-hero-eyebrow {
    font-size: 13px;
  }

  .lp-hero-title {
    font-size: 48px;
    line-height: 1.15;
  }

  .lp-hero-subtitle {
    font-size: 18px;
    max-width: 480px;
  }

  .lp-hero-cta-group {
    align-items: flex-start;
  }

  .lp-btn-primary {
    width: auto;
    padding: 16px 40px;
    font-size: 16px;
  }

  .lp-hero-note {
    text-align: left;
  }

  /* TRUST BAR */
  .lp-trust-bar {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-trust-item {
    padding: 28px 20px;
    border-bottom: none;
    border-right: 1px solid rgba(197, 177, 119, 0.2);
  }

  .lp-trust-item:nth-child(odd) {
    border-right: 1px solid rgba(197, 177, 119, 0.2);
  }

  .lp-trust-item:last-child {
    border-right: none;
  }

  .lp-trust-icon {
    font-size: 28px;
  }

  .lp-trust-label {
    font-size: 14px;
  }

  .lp-trust-sublabel {
    font-size: 13px;
  }

  /* SECTIONS */
  .lp-expect-section,
  .lp-usp-section,
  .lp-reviews-section,
  .lp-form-section,
  .lp-faq-section {
    padding: 80px;
  }

  .lp-section-eyebrow {
    font-size: 13px;
  }

  .lp-section-title {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .lp-section-subtitle {
    font-size: 17px;
    max-width: 600px;
    margin-bottom: 50px;
  }

  /* STEPS */
  .lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .lp-step {
    padding: 32px 24px;
  }

  .lp-step-number {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .lp-step h3 {
    font-size: 20px;
  }

  .lp-step p {
    font-size: 15px;
  }

  /* USP */
  .lp-usp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .lp-usp-image {
    aspect-ratio: 4/5;
    max-height: none;
  }

  .lp-usp-content h2 {
    font-size: 34px;
  }

  .lp-usp-list li {
    font-size: 16px;
  }

  /* REVIEWS */
  .lp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    overflow-x: visible;
    scroll-snap-type: none;
    max-width: 1100px;
    margin: 40px auto 0;
  }

  .lp-review-card {
    min-width: auto;
    max-width: none;
    padding: 32px;
  }

  .lp-review-stars {
    font-size: 18px;
  }

  .lp-review-text {
    font-size: 15px;
  }

  .lp-review-author {
    font-size: 14px;
  }

  /* FORM */
  .lp-form-container {
    padding: 48px;
  }

  .lp-form-title {
    font-size: 26px;
  }

  .lp-form-subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }

  /* FAQ */
  .lp-faq-question {
    padding: 20px 0;
    font-size: 18px;
  }

  .lp-faq-answer p {
    font-size: 15px;
  }

  /* FINAL CTA */
  .lp-final-cta {
    padding: 60px 80px;
  }

  .lp-final-cta h2 {
    font-size: 32px;
  }

  .lp-final-cta p {
    font-size: 17px;
  }
}
