/* ================================================
   BITCOIN ESTATE PLANNING — PAGE STYLES
   Matches asaffulkslaw-theme design language:
   Navy/Gold/Cream palette, Cormorant Garamond + DM Sans,
   sharp rectangles, gold accents, animate-on-scroll.
   ================================================ */

/* HERO */
.bep-hero{position:relative;min-height:80vh;display:flex;align-items:center;background:var(--navy);overflow:hidden;text-align:center}
.bep-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 30%,rgba(184,150,78,0.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(19,45,79,0.5) 0%,transparent 50%),linear-gradient(160deg,var(--navy) 0%,#0F2844 50%,var(--navy) 100%)}
.bep-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--navy),transparent);z-index:1}
.bep-hero-inner{position:relative;z-index:2;max-width:820px;margin:0 auto;padding:8rem 0 6rem;animation:fadeInUp 1s ease 0.2s both}
.bep-hero h1{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:600;line-height:1.15;color:var(--white);margin-bottom:1.25rem}
.bep-hero h1 em{font-style:italic;color:var(--gold-light);font-weight:500}
.bep-hero-sub{font-size:1.15rem;color:rgba(255,255,255,0.6);line-height:1.8;margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}
.bep-hero .hero-ctas{justify-content:center}

/* PROBLEM SECTION */
.bep-problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.bep-stat-card{padding:2.5rem;background:var(--cream);border-left:3px solid var(--gold);margin-bottom:1.5rem}
.bep-stat-card:last-child{margin-bottom:0}
.bep-stat-number{font-family:var(--serif);font-size:2.2rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:0.5rem}
.bep-stat-label{font-size:0.9rem;color:var(--gray-600);line-height:1.7}

/* DIFFERENCE SECTION */
.bep-diff-layout{display:grid;grid-template-columns:1fr;gap:3rem}
.bep-diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.bep-diff-card{padding:2.5rem;background:var(--white);border:1px solid var(--gray-200);transition:all 0.3s;position:relative}
.bep-diff-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.4s}
.bep-diff-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.bep-diff-card:hover::before{transform:scaleX(1)}
.bep-diff-card h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:0.75rem}
.bep-diff-card p{font-size:0.88rem;color:var(--gray-600);line-height:1.75}

/* SERVICE TIERS */
.bep-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}
.bep-tier{display:flex;flex-direction:column;padding:2.5rem;background:rgba(255,255,255,0.04);border:1px solid rgba(184,150,78,0.12);transition:all 0.4s;position:relative}
.bep-tier:hover{background:rgba(184,150,78,0.06);border-color:rgba(184,150,78,0.25);transform:translateY(-4px)}
.bep-tier-featured{border-color:var(--gold);background:rgba(184,150,78,0.08)}
.bep-tier-featured::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold)}
.bep-tier-badge{position:absolute;top:0;right:2rem;background:var(--gold);color:var(--navy);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;padding:0.4rem 1rem;transform:translateY(-50%)}
.bep-tier-label{font-size:0.72rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}
.bep-tier-name{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:1rem}
.bep-tier-price{font-family:var(--serif);font-size:1.8rem;font-weight:700;color:var(--gold);line-height:1.2;margin-bottom:0.5rem}
.bep-tier-price span{font-family:var(--sans);font-size:0.8rem;font-weight:400;color:rgba(255,255,255,0.45)}
.bep-tier-desc{font-size:0.88rem;color:rgba(255,255,255,0.55);line-height:1.75;margin-bottom:1.5rem}
.bep-tier-list{list-style:none;padding:0;margin-bottom:1.5rem;flex-grow:1}
.bep-tier-list li{font-size:0.85rem;color:rgba(255,255,255,0.7);padding:0.55rem 0;border-bottom:1px solid rgba(255,255,255,0.06);padding-left:1.25rem;position:relative}
.bep-tier-list li::before{content:'\2713';position:absolute;left:0;color:var(--gold);font-size:0.8rem;font-weight:700}
.bep-tier-list li:last-child{border-bottom:none}
.bep-tier-note{font-size:0.78rem;font-style:italic;color:rgba(255,255,255,0.35);margin-bottom:1.5rem}
.bep-tier-buttons{display:flex;flex-direction:column}
.bep-tier-buttons .btn-primary,.bep-tier-buttons .btn-secondary{text-align:center;justify-content:center}
.bep-lightning-note{font-size:0.75rem;color:rgba(255,255,255,0.4);margin-top:0.75rem;text-align:center}
.bep-lightning-note a{color:var(--gold);text-decoration:none}
.bep-lightning-note a:hover{text-decoration:underline}

/* FAQ */
.bep-faq-layout{max-width:860px;margin:0 auto}
.bep-faq-header{margin-bottom:2.5rem}
.bep-faq-list{display:flex;flex-direction:column;gap:0}
.bep-faq-item{padding:2rem 0;border-bottom:1px solid var(--gray-200)}
.bep-faq-item:first-child{border-top:1px solid var(--gray-200)}
.bep-faq-item h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:0.6rem}
.bep-faq-item p{font-size:0.92rem;color:var(--gray-600);line-height:1.8}

/* RESOURCES GRID */
.bep-resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.bep-resource-card{display:block;padding:2.5rem;background:var(--white);border:1px solid var(--gray-200);transition:all 0.3s;text-decoration:none;color:inherit}
.bep-resource-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.bep-resource-cat{font-size:0.72rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);margin-bottom:0.6rem;display:block}
.bep-resource-card h4{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:0.6rem;line-height:1.35}
.bep-resource-card p{font-size:0.88rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}

/* CTA / CONTACT */
.bep-cta-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:5rem;align-items:start}
.bep-cta-options{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}
.bep-cta-option{padding:2rem;background:rgba(255,255,255,0.04);border:1px solid rgba(184,150,78,0.12);transition:border-color 0.3s}
.bep-cta-option:hover{border-color:rgba(184,150,78,0.3)}
.bep-cta-option h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--white);margin-bottom:0.5rem}
.bep-cta-option p{font-size:0.88rem;color:rgba(255,255,255,0.55);line-height:1.7;margin-bottom:1rem}
.bep-cta-option .btn-primary+.btn-secondary,.bep-cta-option .btn-secondary{text-align:center;justify-content:center;display:flex}
.bep-cta-contact{position:sticky;top:100px}
.bep-cta-contact h3{font-family:var(--serif);font-size:1.8rem;font-weight:600;color:var(--white);margin-bottom:1.5rem}
.bep-cta-disclaimer{font-size:0.78rem;color:rgba(255,255,255,0.3);line-height:1.6;margin-top:2rem;font-style:italic}

/* RESPONSIVE */
@media(max-width:1024px){
  .bep-problem-layout{grid-template-columns:1fr;gap:2.5rem}
  .bep-tiers{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}
  .bep-cta-layout{grid-template-columns:1fr;gap:3rem}
  .bep-cta-contact{position:static}
  .bep-diff-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .bep-hero{min-height:auto}
  .bep-hero-inner{padding:7rem 0 4rem}
  .bep-diff-grid{grid-template-columns:1fr}
  .bep-resources-grid{grid-template-columns:1fr}
  .credentials-grid{grid-template-columns:repeat(2,1fr)}
}
