/* ── Deferred section styles ── */

/* Hero split layout */
.hero-split{
  position:relative;z-index:3;
  display:grid;grid-template-columns:1fr 340px;gap:clamp(1.5rem,4vw,3rem);
  align-items:center;width:100%;max-width:var(--max);margin-inline:auto;
}
.hero-copy{max-width:640px}
.hero-side{display:flex;flex-direction:column;gap:.85rem}
.hero-price-card{
  background:#111;border:1px solid rgba(197,160,89,.28);padding:1.25rem 1.35rem;
  position:relative;overflow:hidden;
}
.hero-price-card::before{
  content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gold);
}
.hero-price-card.featured{background:linear-gradient(135deg,#1a1610,#111);border-color:var(--gold)}
.hero-price-card .tag{
  font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:var(--gold);margin-bottom:.35rem;display:block;
}
.hero-price-card .amount{font-size:2.25rem;font-weight:800;color:#f5f0e6;line-height:1}
.hero-price-card .amount span{font-size:.85rem;font-weight:600;color:#888;margin-left:.2rem}
.hero-price-card p{font-size:.78rem;color:#888;margin-top:.4rem;line-height:1.45}
@media(max-width:900px){
  .hero-split{grid-template-columns:1fr;gap:1.75rem}
  .hero-side{flex-direction:row;flex-wrap:wrap}
  .hero-price-card{flex:1 1 calc(50% - .5rem);min-width:140px}
}
@media(max-width:560px){
  .hero-side{flex-direction:column}
  .hero-price-card{flex:1 1 auto}
}

/* Section layout — editorial left-aligned */
.section{padding:clamp(3.5rem,7vw,5.5rem) 0;overflow-x:clip}
.section-alt{background:#fff}
.section-dark{background:#0a0a0a;color:#f0ece4;--text:#f0ece4;--text-muted:#9a9488;--gold-light:rgba(197,160,89,.1)}
.section-head{
  display:grid;grid-template-columns:1fr 1.2fr;gap:2rem 3rem;
  align-items:end;margin-bottom:clamp(2rem,4vw,3rem);
  padding-bottom:1.5rem;border-bottom:2px solid rgba(197,160,89,.25);
}
.section-head.center{grid-template-columns:1fr;text-align:center;max-width:680px;margin-inline:auto;border-bottom:none;padding-bottom:0}
.section-eyebrow{
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem;
}
.section-eyebrow::before{content:"";width:24px;height:2px;background:var(--gold);flex-shrink:0}
.section-head.center .section-eyebrow{justify-content:center}
.section-head.center .section-eyebrow::before{display:none}
.section-head h2{font-size:clamp(1.65rem,3.2vw,2.35rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0}
.section-head p{font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0}
@media(max-width:768px){
  .section-head{grid-template-columns:1fr;gap:.75rem}
}

/* Services — alternating rows */
.svc-list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(197,160,89,.15)}
.svc-row{
  display:grid;grid-template-columns:72px 1fr;gap:1.25rem;
  padding:1.35rem 1.5rem;align-items:start;
  border-bottom:1px solid rgba(197,160,89,.12);
  transition:background .2s;
}
.section-alt .svc-row{background:#fff}
.section-alt .svc-row:nth-child(even){background:#faf7f2}
.svc-row:last-child{border-bottom:none}
.svc-row:hover{background:rgba(197,160,89,.06)!important}
.svc-icon{
  width:56px;height:56px;display:flex;align-items:center;justify-content:center;
  background:var(--gold-light);color:var(--gold);border:1px solid rgba(197,160,89,.25);
}
.svc-icon svg{width:26px;height:26px}
.svc-body h3{font-size:1.05rem;font-weight:700;margin:0 0 .35rem;color:var(--text)}
.svc-body p{font-size:.88rem;line-height:1.65;color:var(--text-muted);margin:0;max-width:56ch}
.svc-idx{
  font-size:.65rem;font-weight:700;color:var(--gold);letter-spacing:.1em;
  text-transform:uppercase;margin-bottom:.2rem;
}
@media(max-width:560px){
  .svc-row{grid-template-columns:52px 1fr;gap:.85rem;padding:1.1rem 1rem}
  .svc-icon{width:48px;height:48px}
  .svc-icon svg{width:22px;height:22px}
}

/* Pricing — horizontal tiers */
.price-tiers{display:flex;flex-direction:column;gap:1px;background:rgba(197,160,89,.2);border:1px solid rgba(197,160,89,.2)}
.price-tier{
  display:grid;grid-template-columns:1fr auto 1fr auto;
  gap:1rem 1.5rem;align-items:center;
  padding:1.35rem 1.5rem;background:#111;
}
.price-tier.highlight{background:linear-gradient(90deg,#1a1610,#111 40%)}
.price-tier-name{font-size:1rem;font-weight:700;color:#f0ece4;margin:0}
.price-tier-sub{font-size:.78rem;color:#888;margin:.15rem 0 0}
.price-tier-amt{text-align:center;min-width:100px}
.price-tier-amt .cur{font-size:.75rem;font-weight:600;color:var(--gold);display:block}
.price-tier-amt .num{font-size:2rem;font-weight:800;color:var(--gold);line-height:1}
.price-tier-amt .note{font-size:.68rem;color:#666;margin-top:.1rem}
.price-tier-feats{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem .75rem}
.price-tier-feats li{
  font-size:.75rem;color:#aaa;padding-left:.85rem;position:relative;line-height:1.4;
}
.price-tier-feats li::before{content:"";position:absolute;left:0;top:.45em;width:5px;height:5px;background:var(--gold);border-radius:50%}
.price-tier .btn{padding:.65rem 1.25rem;font-size:.82rem;white-space:nowrap;border-radius:4px}
.price-badge{
  display:inline-block;font-size:.58rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;background:var(--gold);color:#0a0a0a;padding:.2rem .5rem;margin-bottom:.25rem;
}
@media(max-width:900px){
  .price-tier{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .price-tier-amt{grid-column:1;text-align:left}
  .price-tier .btn{grid-column:2;justify-self:end;align-self:start}
  .price-tier-feats{grid-column:1/-1}
}
@media(max-width:560px){
  .price-tier{grid-template-columns:1fr;gap:.75rem}
  .price-tier .btn{justify-self:start}
}

/* Trust bar */
.trust-bar{
  display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;
  padding:1.25rem 0;margin-bottom:1.5rem;
  border-bottom:1px solid rgba(197,160,89,.15);
}
.trust-bar-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#888}
.trust-bar-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}

/* Rules — split panel */
.rules-layout{display:grid;grid-template-columns:280px 1fr;gap:0;border:1px solid rgba(197,160,89,.2)}
.rules-aside{
  background:#111;padding:2rem 1.75rem;border-right:1px solid rgba(197,160,89,.2);
  display:flex;flex-direction:column;justify-content:center;
}
.rules-aside h2{font-size:1.5rem;font-weight:800;line-height:1.2;margin:0 0 .75rem;color:#f0ece4}
.rules-aside p{font-size:.85rem;line-height:1.65;color:#888;margin:0}
.rules-items{display:flex;flex-direction:column}
.rule-row{
  display:grid;grid-template-columns:120px 1fr;gap:1.25rem;
  padding:1.25rem 1.5rem;border-bottom:1px solid rgba(197,160,89,.1);
  background:#0a0a0a;transition:background .2s;
}
.rule-row:last-child{border-bottom:none}
.rule-row:hover{background:#111}
.rule-key{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;color:var(--gold);line-height:1.15;padding-top:.1rem}
.rule-key.warn{color:#e8a060}
.rule-body h3{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#888;margin:0 0 .5rem}
.rule-body ul{list-style:none;padding:0;margin:0}
.rule-body li{
  font-size:.84rem;line-height:1.5;color:#aaa;padding-left:.9rem;position:relative;margin-bottom:.35rem;
}
.rule-body li::before{content:"—";position:absolute;left:0;color:var(--gold);font-size:.7rem}
.rules-footnote{
  margin-top:1.5rem;padding:1rem 1.25rem;
  border-left:3px solid var(--gold);background:rgba(197,160,89,.06);
  font-size:.82rem;line-height:1.65;color:#888;
}
@media(max-width:768px){
  .rules-layout{grid-template-columns:1fr}
  .rules-aside{border-right:none;border-bottom:1px solid rgba(197,160,89,.2);padding:1.5rem}
  .rule-row{grid-template-columns:1fr;gap:.35rem}
}

/* Process — vertical stepper */
.process-stack{max-width:720px;margin:0 auto;position:relative;padding-left:2.5rem}
.process-stack::before{
  content:"";position:absolute;left:15px;top:8px;bottom:8px;width:2px;
  background:linear-gradient(180deg,var(--gold),rgba(197,160,89,.15));
}
.process-item{position:relative;padding:0 0 2rem}
.process-item:last-child{padding-bottom:0}
.process-dot{
  position:absolute;left:-2.5rem;top:.15rem;width:32px;height:32px;
  background:var(--gold);color:#0a0a0a;font-size:.82rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  border:3px solid var(--cream);box-shadow:0 0 0 2px var(--gold);
}
.section-alt .process-dot{border-color:#fff}
.process-item h3{font-size:1.05rem;font-weight:700;margin:0 0 .35rem;color:var(--text)}
.process-item p{font-size:.88rem;line-height:1.65;color:var(--text-muted);margin:0;max-width:52ch}

/* FAQ — 2-col grid */
.faq-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;
}
.faq-grid:not(.is-expanded) .faq-more{display:none}
.faq-load-wrap{text-align:center;margin-top:1.75rem}
.faq-card{
  border:1px solid rgba(197,160,89,.18);background:#111;overflow:hidden;
}
.faq-card summary{
  cursor:pointer;padding:1rem 2.5rem 1rem 1.1rem;
  font-size:.88rem;font-weight:600;color:#f0ece4;line-height:1.4;
  list-style:none;position:relative;
}
.faq-card summary::-webkit-details-marker{display:none}
.faq-card summary::after{
  content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);
  font-size:1.1rem;font-weight:700;color:var(--gold);
}
.faq-card[open] summary::after{content:"−"}
.faq-card[open] summary{border-bottom:1px solid rgba(197,160,89,.12)}
.faq-card .faq-a{padding:0 1.1rem 1rem}
.faq-card .faq-a p{margin:.85rem 0 0;font-size:.82rem;line-height:1.65;color:#888}
.faq-card .faq-a strong{color:#f0ece4}
@media(max-width:700px){.faq-grid{grid-template-columns:1fr}}

/* Footer — minimal bar */
.site-footer{background:#0a0a0a;color:#888;padding:2.5rem 0 1.5rem;border-top:3px solid var(--gold)}
.footer-bar{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1.5rem 2rem;padding-bottom:2rem;
  border-bottom:1px solid rgba(197,160,89,.15);
}
.footer-logo{display:inline-block;line-height:0;background:#000;padding:.3rem .45rem;border-radius:4px}
.footer-logo img{width:100px;height:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.75rem;list-style:none;padding:0;margin:0}
.footer-links a{color:#ccc;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}
.footer-links a:hover{color:var(--gold)}
.footer-contact-row{display:flex;flex-wrap:wrap;gap:1rem 2rem;font-size:.85rem}
.footer-contact-row a{color:var(--gold);text-decoration:none;font-weight:600}
.footer-contact-row a:hover{text-decoration:underline}
.footer-copy{text-align:center;padding-top:1.25rem;font-size:.75rem;color:#555}

/* Buttons & utilities */
.btn-outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold);border-radius:4px}
.btn-outline:hover{background:var(--gold-light)}
.btn-gold{background:var(--gold);color:#0a0a0a;border-radius:4px}
.btn-gold:hover{background:var(--gold-dark);color:#fff}
.btn-square{border-radius:4px}

.sticky-cta{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:95;
  padding:.55rem max(1rem,calc((100% - var(--max))/2));
  background:rgba(10,10,10,.96);border-top:2px solid var(--gold);
  gap:.5rem;opacity:0;visibility:hidden;transform:translateY(100%);
  transition:opacity .35s,visibility .35s,transform .35s;
}
.sticky-cta.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.sticky-cta .btn{flex:1 1 0;min-width:0;padding:.72rem .55rem;font-size:.8rem;border-radius:4px}
.sticky-cta .btn-label-long{display:none}
.sticky-cta .btn-label-short{display:inline}
@media(max-width:768px){
  .sticky-cta{display:flex}
  body.has-sticky-cta{padding-bottom:4.25rem}
  .hero-cta{flex-wrap:nowrap;gap:.5rem}
  .hero-cta .btn{flex:1 1 0;min-width:0;padding:.72rem .55rem;font-size:.78rem;border-radius:4px}
  .hero-cta .btn svg{width:15px;height:15px}
  .hero-cta .btn-label-long{display:none}
  .hero-cta .btn-label-short{display:inline}
  .header-btn-label{display:none}
  .header-btn{padding:.5rem .65rem;border-radius:4px}
}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
}
