/* Shared styles for /press-releases and every /press-releases-for-* niche page.
   Loaded after home.css, before the per-page <style> block (if any).
*/

:root { --gold: #b08a3e; --green: #1a6b1a; --red: #b22; }

/* Override home.css's typewriter-hero rules so multi-line static headlines
   on niche pages render correctly. home.css sets:
     .hero-line-1 { height: 1em }       (clips long lines)
     .hero h1     { line-height: 1.0 }   (lets wrapped lines collide)
   We need both fixed for the niche heroes. */
.hero h1 {
  line-height: 1.06 !important;
}
.hero h1 .hero-line-1,
.hero h1 .hero-line-2 {
  display: block;
  height: auto;
  overflow: visible;
  white-space: normal;
  line-height: 1.06;
}
.hero h1 em { font-style: italic; }

.hero-trust { font-size: 0.86rem; color: var(--muted); margin-top: 36px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-trust strong { color: var(--white); font-weight: 600; }
.hero-trust .dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; display: inline-block; }

/* Outlet marquee */
.outlet-marquee { padding: 56px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
.outlet-marquee .label { text-align: center; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dim); margin-bottom: 28px; }
.outlet-track { display: flex; gap: 64px; align-items: center; animation: scroll-logos 35s linear infinite; width: max-content; }
.outlet-track .name { font-family: var(--serif); font-weight: 700; font-size: 1.7rem; color: var(--light); white-space: nowrap; letter-spacing: -0.01em; opacity: 0.55; transition: opacity 0.2s; }
.outlet-track .name:hover { opacity: 1; }
.outlet-track .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); flex-shrink: 0; }
@media (max-width: 720px) {
  .outlet-track { gap: 32px; animation-duration: 22s; }
  .outlet-track .name { font-size: 1.2rem; }
}

/* Benefits grid */
.benefits { padding: 140px 48px; }
.benefits-head { max-width: 880px; margin: 0 auto 72px; text-align: center; }
.benefits-eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; }
.benefits-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.8vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; }
.benefits-head h2 em { font-style: italic; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); max-width: 1200px; margin: 0 auto; }
.benefit-card { background: var(--black); padding: 56px 40px; display: flex; flex-direction: column; transition: background 0.3s; }
.benefit-card:hover { background: var(--dark); }
.benefit-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--dark); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 28px; transition: transform 0.4s, border-color 0.3s; }
.benefit-card:hover .benefit-icon { transform: scale(1.08) rotate(-3deg); border-color: var(--accent); }
.benefit-icon svg { width: 28px; height: 28px; stroke: var(--white); stroke-width: 1.6; fill: none; }
.benefit-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.55rem; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.01em; }
.benefit-card p { color: var(--muted); font-size: 0.92rem; line-height: 1.65; }
@media (max-width: 880px) { .benefits-grid { grid-template-columns: 1fr; } .benefit-card { padding: 44px 32px; } }

/* Proof + news cascade */
.proof-section { padding: 140px 48px; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.proof-text h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 28px; }
.proof-text h2 em { font-style: italic; }
.proof-text p { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 460px; margin-bottom: 32px; }
.proof-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 460px; }
.proof-stat-num { font-family: var(--serif); font-size: 3rem; font-weight: 600; line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em; }
.proof-stat-lbl { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }

.news-stack { position: relative; min-height: 460px; perspective: 900px; }
.news-card { position: absolute; width: 280px; background: var(--dark); border: 1px solid var(--border); padding: 22px 22px 18px; opacity: 0; transform: translateY(60px) rotateX(8deg); box-shadow: 0 6px 26px rgba(0,0,0,0.06); border-radius: 4px; }
.news-stack.animate .news-card { animation: news-drop 0.85s cubic-bezier(0.22,0.9,0.36,1) forwards; }
.news-stack.animate .nc-1 { animation-delay: 0.2s; }
.news-stack.animate .nc-2 { animation-delay: 0.7s; }
.news-stack.animate .nc-3 { animation-delay: 1.2s; }
.news-stack.animate .nc-4 { animation-delay: 1.7s; }
.news-stack.animate .nc-5 { animation-delay: 2.2s; }
@keyframes news-drop { 0% { opacity: 0; transform: translateY(60px) rotateX(8deg) scale(0.94); } 60% { opacity: 1; transform: translateY(-4px) rotateX(-1deg) scale(1.01); } 100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); } }
.news-card .nc-mast { font-family: var(--serif); font-weight: 800; font-size: 1.05rem; padding-bottom: 10px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.news-card .nc-headline { font-family: var(--serif); font-weight: 700; font-size: 0.94rem; line-height: 1.25; margin-bottom: 8px; }
.news-card .nc-meta { font-size: 0.62rem; color: var(--dim); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; }
.news-card .nc-text { display: flex; flex-direction: column; gap: 6px; }
.news-card .nc-line { height: 5px; background: var(--mid); border-radius: 3px; }
.news-card .nc-line.short { width: 65%; }
.nc-1 { top: 0; left: 0; z-index: 1; }
.nc-2 { top: 60px; left: 200px; z-index: 2; }
.nc-3 { top: 130px; left: 30px; z-index: 3; }
.nc-4 { top: 200px; left: 220px; z-index: 4; }
.nc-5 { top: 280px; left: 80px; z-index: 5; }
@media (max-width: 880px) {
  .proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .news-stack { min-height: 540px; }
  .nc-1 { top: 0; left: 0; }
  .nc-2 { top: 80px; left: 60px; }
  .nc-3 { top: 170px; left: 0; }
  .nc-4 { top: 260px; left: 60px; }
  .nc-5 { top: 350px; left: 0; }
}

/* Pricing tiers */
.pricing { padding: 140px 48px; background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pricing-head { max-width: 880px; margin: 0 auto 72px; text-align: center; }
.pricing-head .eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; }
.pricing-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.8vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 18px; }
.pricing-head h2 em { font-style: italic; }
.pricing-head p { color: var(--muted); font-size: 1.02rem; line-height: 1.65; max-width: 620px; margin: 0 auto; }
.tier-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 920px; margin: 0 auto; }
.tier-card { background: var(--white); color: var(--black); border-radius: 16px; padding: 48px 32px 36px; position: relative; display: flex; flex-direction: column; transition: transform 0.3s; }
.tier-card:hover { transform: translateY(-4px); }
.tier-card.featured { outline: 2px solid var(--green); outline-offset: -2px; transform: translateY(-12px); padding-top: 64px; }
.tier-card.featured:hover { transform: translateY(-16px); }
.tier-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: 0; left: 0; right: 0; background: var(--green); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; padding: 11px; border-radius: 16px 16px 0 0; }
.tier-name { font-family: var(--serif); font-weight: 800; font-size: 1.9rem; margin-bottom: 6px; letter-spacing: -0.01em; }
.tier-tagline { font-size: 0.92rem; color: rgba(245,240,232,0.65); margin-bottom: 22px; }
.tier-price { font-family: var(--serif); font-weight: 900; font-size: clamp(2.8rem, 5.4vw, 3.6rem); line-height: 1; letter-spacing: -0.03em; margin-bottom: 4px; }
.tier-price small { font-size: 0.42em; font-weight: 600; opacity: 0.55; vertical-align: 50%; margin-right: 4px; }
.tier-onetime { font-size: 0.84rem; opacity: 0.65; margin-bottom: 6px; font-family: var(--mono); }
.tier-vs { font-size: 0.78rem; color: var(--green); font-weight: 600; margin-bottom: 28px; }
.tier-card .inclusions { list-style: none; padding: 0; text-align: left; margin: 0 0 32px; flex: 1; }
.tier-card .inclusions li { font-size: 0.9rem; padding: 7px 0 7px 26px; position: relative; opacity: 0.92; line-height: 1.45; }
.tier-card .inclusions li::before { content: '\2713'; position: absolute; left: 0; top: 7px; color: var(--green); font-weight: 800; }
.tier-card .inclusions li.premium { opacity: 1; font-weight: 600; }
.tier-card .inclusions li.premium::before { content: '\2605'; color: var(--gold); }
.tier-cta { display: block; background: var(--black); color: var(--white); padding: 18px 24px; border-radius: 50px; text-align: center; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; border: 2px solid var(--black); }
.tier-cta:hover { background: transparent; color: var(--black); }
.tier-card.featured .tier-cta { background: var(--green); border-color: var(--green); color: #fff; }
.tier-card.featured .tier-cta:hover { background: transparent; color: var(--green); }
@media (max-width: 880px) {
  .tier-cards { grid-template-columns: 1fr; max-width: 420px; }
  .tier-card.featured { transform: none; }
  .tier-card.featured:hover { transform: translateY(-4px); }
}

/* Guarantee */
.guarantee { background: var(--white); color: var(--black); padding: 100px 48px; border-top: 4px solid var(--gold); border-bottom: 4px solid var(--gold); }
.guarantee .gw { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; }
.seal-wrap { width: 160px; height: 160px; flex-shrink: 0; position: relative; display: flex; align-items: center; justify-content: center; }
.seal-wrap::before { content: ''; position: absolute; inset: -10px; border: 2px dashed var(--gold); border-radius: 50%; animation: seal-spin 18s linear infinite; opacity: 0.65; }
@keyframes seal-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.seal { width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--gold), #8a6a30); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-style: italic; font-weight: 800; font-size: 1rem; line-height: 1.1; color: #fff; text-align: center; box-shadow: 0 8px 24px rgba(176,138,62,0.3); padding: 12px; animation: seal-pulse 3s ease-in-out infinite; }
@keyframes seal-pulse { 0%,100% { box-shadow: 0 8px 24px rgba(176,138,62,0.3); } 50% { box-shadow: 0 8px 36px rgba(176,138,62,0.55); } }
.guarantee h2 { font-family: var(--serif); font-weight: 800; font-style: italic; font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.guarantee h2 em { font-style: normal; font-weight: 900; color: var(--gold); }
.guarantee p { font-size: 1.02rem; line-height: 1.6; opacity: 0.85; }
@media (max-width: 720px) {
  .guarantee .gw { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .seal-wrap { margin: 0 auto; width: 130px; height: 130px; }
  .seal { width: 110px; height: 110px; font-size: 0.86rem; }
}

/* How it works */
.how-section { padding: 140px 48px; background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.how-card { background: var(--black); border: 1px solid var(--border); padding: 32px 28px; position: relative; transition: background 0.3s, transform 0.3s; overflow: hidden; }
.how-card:hover { background: var(--dark); transform: translateY(-3px); }
.how-card::after { content: ''; position: absolute; bottom: 0; right: 0; width: 50px; height: 50px; background: linear-gradient(225deg, rgba(245,240,232,0) 50%, rgba(220,215,205,0.5) 50%, rgba(230,225,215,0.25) 70%, rgba(245,240,232,0) 100%); pointer-events: none; }
.how-card .step { font-family: var(--serif); font-weight: 700; font-size: 3.2rem; line-height: 1; color: var(--mid); margin-bottom: 14px; }
.how-card .step-time { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); margin-bottom: 14px; }
.how-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.01em; }
.how-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
@media (max-width: 880px) { .how-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .how-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.testimonials { padding: 140px 48px; }
.testimonials-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.testimonials-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.1; letter-spacing: -0.02em; }
.testimonials-head h2 em { font-style: italic; }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); max-width: 1200px; margin: 0 auto; }
.quote-card { background: var(--black); padding: 48px 36px; transition: background 0.3s; }
.quote-card:hover { background: var(--dark); }
.quote-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 0.08em; margin-bottom: 18px; }
.quote-card blockquote { font-family: var(--serif); font-size: 1.1rem; font-style: italic; line-height: 1.45; color: var(--white); margin-bottom: 22px; }
.quote-card .who { font-size: 0.82rem; color: var(--muted); }
.quote-card .who strong { color: var(--white); font-weight: 600; display: block; margin-bottom: 2px; }
@media (max-width: 880px) { .quotes-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-section { padding: 140px 48px; background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.faq-section .head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.faq-section .head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.1; letter-spacing: -0.02em; }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; }
.faq-q { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; letter-spacing: -0.01em; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; font-size: 1.5rem; color: var(--muted); transition: transform 0.2s; line-height: 1; }
.faq-item[open] .faq-q::after { content: '\2212'; }
.faq-a { margin-top: 14px; color: var(--muted); font-size: 1rem; line-height: 1.65; }

/* Final CTA */
.final-cta { text-align: center; min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 140px 48px; }
.final-cta h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.1; max-width: 800px; margin-bottom: 36px; letter-spacing: -0.02em; }
.final-cta h2 em { font-style: italic; color: var(--accent); }
.final-cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* Canonical site footer (matches homepage / 49 / aeo-seo) */
.site-footer { background: #111; color: #b9b5ab; padding: 80px 48px 32px; font-family: 'Inter', -apple-system, sans-serif; position: relative; z-index: 1; }
.site-footer .footer-top { display: grid; grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr)); gap: 40px; max-width: 1280px; margin: 0 auto; padding-bottom: 56px; border-bottom: 1px solid #333; }
.site-footer .footer-brand img { filter: brightness(0) invert(1); opacity: 0.95; }
.site-footer .footer-tag { font-size: 0.85rem; color: #8a867c; margin-top: 14px; line-height: 1.55; max-width: 240px; }
.site-footer .footer-h { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #f5f0e8; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #b9b5ab; text-decoration: none; font-size: 0.85rem; transition: color 0.15s; }
.site-footer a:hover { color: #f5f0e8; }
.site-footer .footer-bottom { max-width: 1280px; margin: 32px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 0.78rem; color: #8a867c; }
.site-footer .footer-social { display: flex; gap: 22px; }
.site-footer .footer-legal { display: flex; gap: 16px; flex-wrap: wrap; }
.site-footer .footer-legal a:hover { text-decoration: underline; }
@media (max-width: 1180px) { .site-footer .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .site-footer .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .site-footer { padding: 60px 24px 24px; } .site-footer .footer-top { grid-template-columns: 1fr; gap: 32px; } }
