/* ============================================================
   PAID LANDING PAGE (LP) STYLES â umrabadal.com
   Used by page-lp.php, header-lp.php, footer-lp.php
   v1.0
   ============================================================ */

/* RESET context */
.lp-body{margin:0;padding:0;font-family:"Inter",-apple-system,system-ui,sans-serif;color:#1a1a1a;background:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}
.lp-body *{box-sizing:border-box}

/* CONTAINER */
.lp-container{max-width:1100px;margin:0 auto;padding:0 24px}

/* HEADER */
.lp-header{background:#fff;border-bottom:1px solid #ece6d4;padding:14px 0;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.lp-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.lp-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0a0a0a;font-family:"Playfair Display",serif;font-weight:700;font-size:1.35rem}
.lp-logo-mark{width:32px;height:32px;color:#B8860B;display:inline-flex;align-items:center;justify-content:center}
.lp-logo-mark svg{width:100%;height:100%}
.lp-header-trust{display:flex;gap:22px;font-size:.82rem;color:#444;font-weight:500}
.lp-header-trust span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.lp-tick{color:#B8860B;font-weight:700}

/* HERO â single column, centered */
.lp-hero{background:linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(250,250,247,.95) 70%, rgba(250,250,247,1) 100%),url("https://images.unsplash.com/photo-1564769625905-50e93615e769?w=1920&q=80&auto=format&fit=crop") center 30%/cover no-repeat;padding:72px 0 48px;text-align:center;position:relative}
.lp-hero-inner{max-width:720px;margin:0 auto}
.lp-eyebrow{display:inline-block;background:#fff;border:1px solid #ece6d4;color:#B8860B;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border-radius:99px;margin-bottom:20px}
.lp-h1{font-family:"Playfair Display",serif;font-size:clamp(1.95rem,3.6vw,2.8rem);line-height:1.12;font-weight:700;color:#0a0a0a;margin:0 0 18px;letter-spacing:-.01em}
.lp-sub{font-size:1.1rem;color:#444;margin:0 auto 26px;line-height:1.6;max-width:600px}
.lp-hero-bullets{list-style:none;padding:0;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;max-width:620px;text-align:left}
.lp-hero-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:.96rem;color:#262626;line-height:1.45}
.lp-hero-bullets .lp-tick{flex:0 0 auto;margin-top:2px}

/* BOOKING FORM SECTION (centered, max 660px) */
.lp-form-section{background:#fafaf7;padding:36px 0 56px}
.lp-form-container{max-width:660px}
.lp-form-container .lp-secure-row{text-align:center;color:#666;font-size:.86rem;margin-top:16px;display:flex;align-items:center;gap:8px;justify-content:center}

.lp-cta-primary{display:inline-block;background:#B8860B;color:#fff !important;font-size:1.1rem;font-weight:600;padding:18px 38px;border-radius:10px;text-decoration:none;letter-spacing:.01em;box-shadow:0 8px 22px rgba(184,134,11,.28);transition:all .22s ease;border:0;cursor:pointer}
.lp-cta-primary:hover{background:#8a6309;transform:translateY(-2px);box-shadow:0 12px 28px rgba(184,134,11,.36)}
.lp-trust-strip{list-style:none;display:flex;flex-wrap:wrap;gap:14px 22px;margin:24px 0 0;padding:0;color:#444;font-size:.9rem}
.lp-trust-strip li{display:inline-flex;align-items:center;gap:8px}

/* AUTHORITY */
.lp-authority{background:#fff;padding:72px 0;border-top:1px solid #f0eada}
.lp-h2{font-family:"Playfair Display",serif;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2;font-weight:700;color:#0a0a0a;text-align:center;margin:0 0 48px}
.lp-authority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px}
.lp-auth-card{background:#fafaf7;border:1px solid #ece6d4;border-radius:14px;padding:32px 24px;text-align:center}
.lp-auth-icon{width:54px;height:54px;background:#fff;border:1px solid #ece6d4;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#B8860B;margin-bottom:20px}
.lp-auth-icon svg{width:26px;height:26px}
.lp-auth-card h3{font-family:"Playfair Display",serif;font-size:1.25rem;margin:0 0 12px;color:#0a0a0a}
.lp-auth-card p{margin:0;color:#444;font-size:.96rem;line-height:1.65}

/* HOW IT WORKS */
.lp-how{background:#fafaf7;padding:72px 0}
.lp-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;counter-reset:lpstep}
.lp-steps > li{background:#fff;border:1px solid #ece6d4;border-radius:14px;padding:32px 26px;position:relative}
.lp-step-num{position:absolute;top:-18px;left:26px;background:#B8860B;color:#fff;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem}
.lp-steps h3{font-family:"Playfair Display",serif;font-size:1.2rem;margin:8px 0 12px;color:#0a0a0a}
.lp-steps p{margin:0;color:#444;font-size:.96rem;line-height:1.65}
.lp-cta-band{text-align:center;margin-top:48px}

/* FAQ */
.lp-faq{background:#fff;padding:72px 0;border-top:1px solid #f0eada}
.lp-faq-wrap{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:0;border-top:1px solid #ece6d4}
.lp-faq-item{border-bottom:1px solid #ece6d4;background:#fff}
.lp-faq-item summary{padding:22px 4px;font-weight:600;font-size:1.04rem;color:#111;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;transition:color .2s ease}
.lp-faq-item summary::-webkit-details-marker{display:none}
.lp-faq-item summary::after{content:"+";flex:0 0 28px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fafaf7;color:#B8860B;font-weight:700;font-size:1.2rem;transition:transform .25s ease,background .2s ease}
.lp-faq-item[open] summary::after{content:"\2212";background:#B8860B;color:#fff;transform:rotate(0)}
.lp-faq-item summary:hover{color:#B8860B}
.lp-faq-answer{padding:0 4px 24px;color:#3a3a3a;font-size:.98rem;line-height:1.75}
.lp-faq-answer p{margin:0 0 10px}
.lp-faq-answer a{color:#B8860B;text-decoration:underline;text-underline-offset:3px}

/* GUARANTEE */
.lp-guarantee{background:linear-gradient(135deg,#fffbe8 0%,#fff8d8 100%);padding:64px 0;border-top:1px solid #f0eada;border-bottom:1px solid #f0eada}
.lp-guarantee-inner{max-width:680px;margin:0 auto;text-align:center}
.lp-guarantee-icon{width:64px;height:64px;background:#fff;border:1px solid #ece6d4;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#B8860B;margin-bottom:20px}
.lp-guarantee-icon svg{width:32px;height:32px}
.lp-guarantee p{font-size:1.12rem;color:#3a3a3a;line-height:1.65;margin:0 auto;max-width:560px}

/* (Old BOOK section removed â form now lives inside the hero) */
.lp-secure-row{text-align:center;color:#666;font-size:.9rem;margin-top:14px;display:flex;align-items:center;gap:8px;justify-content:center}

/* FOOTER */
.lp-footer{background:#0a0a0a;color:#cfcfcf;padding:32px 0;font-size:.85rem}
.lp-footer-inner{text-align:center;display:flex;flex-direction:column;gap:8px}
.lp-footer-secure{margin:0;color:#fff}
.lp-footer-legal{margin:0;color:#9a9a9a}
.lp-footer-legal a{color:#cfcfcf;text-decoration:none;margin:0 2px}
.lp-footer-legal a:hover{color:#B8860B}

/* STICKY MOBILE CTA */
.lp-sticky-cta{display:none;position:fixed;bottom:14px;left:14px;right:14px;background:#B8860B;color:#fff !important;font-weight:700;text-align:center;padding:16px;border-radius:12px;text-decoration:none;box-shadow:0 10px 28px rgba(0,0,0,.28);z-index:200;font-size:1.02rem;transition:opacity .25s ease, transform .25s ease}
.lp-sticky-cta--hidden{opacity:0;transform:translateY(120%);pointer-events:none}

/* MOBILE */
@media (max-width:860px){
  .lp-header-trust{display:none}
  .lp-hero{padding:36px 0 24px}
  .lp-form-section{padding:24px 0 48px}
  .lp-h1{font-size:1.85rem;line-height:1.18}
  .lp-sub{font-size:1rem}
  .lp-hero-bullets{grid-template-columns:1fr;gap:10px;max-width:420px}
  .lp-authority,.lp-how,.lp-faq{padding:48px 0}
  .lp-guarantee{padding:48px 0}
  .lp-authority-grid,.lp-steps{grid-template-columns:1fr;gap:20px}
  .lp-h2{margin-bottom:28px}
  .lp-trust-strip{font-size:.85rem;gap:10px 18px}
  .lp-trust-strip li{flex:0 1 auto}
  .lp-cta-primary{width:100%;padding:18px 24px}
  .lp-sticky-cta{display:block}
  .lp-form-section{padding-bottom:120px}
}

@media (max-width:480px){
  .lp-price{font-size:2rem}
  .lp-h1{font-size:1.7rem}
}

/* ============================================================
   BOOKING FORM (template-parts/booking-form.php)
   Copied from single-product.php so the form renders cleanly
   inside .lp-form-container on the paid landing page.
   ============================================================ */
.lp-form-container .ub-form-card{background:#fff;border:1px solid #eee;border-radius:18px;padding:36px 32px;box-shadow:0 20px 50px -25px rgba(0,0,0,.18)}
.lp-form-container .ub-form-card h2{font-family:"Playfair Display",serif;font-size:1.55rem;margin:0 0 6px;color:#0a0a0a;font-weight:700}
.lp-form-container .ub-form-card .ub-form-sub{color:#666;margin:0 0 24px;font-size:.95rem}
.lp-form-container .ub-field{margin-bottom:20px}
.lp-form-container .ub-field label{display:block;font-weight:600;color:#0a0a0a;font-size:.92rem;margin-bottom:8px;letter-spacing:-.005em}
.lp-form-container .ub-field label .req{color:#b8001f;margin-left:2px}
.lp-form-container .ub-field input,
.lp-form-container .ub-field select,
.lp-form-container .ub-field textarea{width:100%;padding:13px 16px;border:1px solid #e2e2e2;border-radius:11px;font-size:.97rem;color:#0a0a0a;background:#fff;font-family:inherit;transition:border-color .18s,box-shadow .18s;box-sizing:border-box}
.lp-form-container .ub-field input:focus,
.lp-form-container .ub-field select:focus,
.lp-form-container .ub-field textarea:focus{outline:0;border-color:#B8860B;box-shadow:0 0 0 4px rgba(212,175,55,.14)}
.lp-form-container .ub-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.lp-form-container .ub-field-hint{font-size:.78rem;color:#888;margin-top:6px}
.lp-form-container .ub-summary-row{background:#FAF7EE;border:1px solid #efe5c8;border-radius:14px;padding:18px 22px;margin:24px 0;display:flex;align-items:center;justify-content:space-between;gap:14px}
.lp-form-container .ub-summary-row .ub-summary-label{color:#5a4807;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}
.lp-form-container .ub-summary-row .ub-summary-price{font-family:"Playfair Display",serif;font-size:1.85rem;color:#0a0a0a;font-weight:700}
.lp-form-container .ub-cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:linear-gradient(180deg,#c79513,#a87a08);color:#fff;border:0;padding:18px 24px;border-radius:14px;font-size:1.02rem;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .2s;box-shadow:0 15px 35px -10px rgba(184,134,11,.55);letter-spacing:.01em}
.lp-form-container .ub-cta-btn:hover{transform:translateY(-2px);box-shadow:0 22px 40px -10px rgba(184,134,11,.7)}
.lp-form-container .ub-cta-btn svg{width:18px;height:18px}
.lp-form-container .ub-pay-note{margin:14px 0 0;font-size:.78rem;color:#777;text-align:center;line-height:1.55}
.lp-form-container .ub-card-icons{margin:18px auto 0;display:flex;justify-content:center;gap:10px;opacity:.85}

/* Hide the outer LP frame wrapper background since the form card already has one */
.lp-form-section .lp-form-container{background:none;border:0;padding:0}

@media(max-width:768px){
  .lp-form-container .ub-form-card{padding:28px 22px}
  .lp-form-container .ub-field-row{grid-template-columns:1fr}
}

/* ============================================================
   UMRAH BADAL VIDEO PROOF GRID
   4-column vertical Reels-style cards. Used on LP, homepage, product page.
   ============================================================ */
.ub-video-proof{background:#fff;padding:72px 0;border-top:1px solid #f0eada;border-bottom:1px solid #f0eada}
.ub-video-proof-head{text-align:center;max-width:680px;margin:0 auto 44px}
.ub-video-proof-head .lp-eyebrow{margin-bottom:14px}
.ub-video-proof-head h2{font-family:"Playfair Display",serif;font-size:clamp(1.7rem,3vw,2.25rem);line-height:1.18;color:#0a0a0a;margin:0 0 14px;font-weight:700}
.ub-video-proof-head p{color:#555;font-size:1.05rem;line-height:1.6;margin:0}
.ub-video-proof-eyebrow{display:inline-block;background:#fff;border:1px solid #ece6d4;color:#B8860B;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border-radius:99px;margin-bottom:14px}
.ub-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:880px;margin:0 auto;padding:0 24px}
.ub-video-card{position:relative;aspect-ratio:9/16;border-radius:18px;overflow:hidden;background:#0a0a0a;box-shadow:0 20px 50px -25px rgba(0,0,0,.35);transition:transform .3s ease, box-shadow .3s ease}
.ub-video-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px -25px rgba(0,0,0,.45)}
.ub-video-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.ub-video-card video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#0a0a0a;object-fit:cover}

@media (max-width:900px){
  .ub-video-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 18px}
  .ub-video-proof{padding:56px 0}
}
@media (max-width:560px){
  .ub-video-grid{grid-template-columns:repeat(2,1fr);gap:12px}
}
