/* features.css — shared styles for the RizzAgent AI feature "product" pages.
   Builds on the global styles.css tokens (--bg-*, --accent-*, --text-*, fonts). */

.feature-page { padding-top: 80px; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Breadcrumb */
.fp-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--text-secondary); padding-top: 24px; }
.fp-breadcrumb a { color: var(--text-secondary); text-decoration: none; }
.fp-breadcrumb a:hover { color: var(--accent); }
.fp-breadcrumb span[aria-current] { color: var(--text-primary); }

/* Eyebrow + section heads */
.fp-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; color: var(--accent); text-transform: uppercase; margin-bottom: 12px; }
.fp-section { padding: 72px 0; }
.fp-section-alt { background: var(--bg-secondary); }
.fp-section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.fp-section-head h2 { font-family: var(--font-family-display); font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.15; margin: 0; }

/* Hero */
.fp-hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; padding-top: 40px; padding-bottom: 64px; }
.fp-hero-copy h1 { font-family: var(--font-family-display); font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; line-height: 1.08; margin: 0 0 18px; }
.fp-lede { font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.6; color: var(--text-secondary); margin: 0 0 28px; max-width: 560px; }

/* Product "buy" panel (CTA replaces cart) */
.fp-buy { background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 22px; max-width: 520px; }
.fp-buy-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.fp-buy-name { font-family: var(--font-family-display); font-size: 1.25rem; font-weight: 800; }
.fp-buy-sub { font-size: 13px; color: var(--text-secondary); margin-top: 2px; }
.fp-buy-price { text-align: right; white-space: nowrap; }
.fp-price-big { display: block; font-family: var(--font-family-display); font-size: 1.5rem; font-weight: 800; background: linear-gradient(135deg, var(--accent-start), var(--accent-end)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.fp-price-note { font-size: 11px; color: var(--text-secondary); }
.fp-buy-specs { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 9px; }
.fp-buy-specs li { font-size: 14.5px; color: var(--text-primary); }
.fp-buy-cta { width: 100%; text-align: center; justify-content: center; }
.fp-buy-trust { text-align: center; font-size: 12.5px; color: var(--text-secondary); margin: 12px 0 0; }

/* Hero media — phone frame */
.fp-hero-media { display: flex; justify-content: center; }
.fp-phone { position: relative; padding: 10px; border-radius: 40px; background: linear-gradient(145deg, #2a2a30, #141416); box-shadow: 0 30px 80px -20px rgba(255,45,122,0.35), 0 10px 40px rgba(0,0,0,0.5); }
.fp-phone img { display: block; width: 260px; height: auto; border-radius: 30px; }
.fp-phone::after { content: ""; position: absolute; inset: 0; border-radius: 40px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06); pointer-events: none; }

/* Prose */
.fp-prose { max-width: 760px; margin: 0 auto; }
.fp-prose p { font-size: 1.08rem; line-height: 1.75; color: var(--text-secondary); margin: 0 0 20px; }
.fp-prose strong { color: var(--text-primary); }

/* Steps */
.fp-steps { max-width: 820px; margin: 0 auto 48px; display: flex; flex-direction: column; gap: 24px; }
.fp-step { display: flex; gap: 20px; align-items: flex-start; background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 22px 24px; }
.fp-step-num { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-family-display); font-weight: 800; font-size: 1.2rem; color: #fff; background: linear-gradient(135deg, var(--accent-start), var(--accent-end)); }
.fp-step-body h3 { margin: 4px 0 6px; font-size: 1.15rem; font-weight: 700; }
.fp-step-body p { margin: 0; color: var(--text-secondary); line-height: 1.6; }

/* UI screenshot gallery */
.fp-gallery { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; }
.fp-shot { margin: 0; text-align: center; }
.fp-shot img { width: 200px; height: auto; border-radius: 24px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 20px 50px -15px rgba(0,0,0,0.6); }
.fp-shot figcaption { margin-top: 12px; font-size: 13.5px; color: var(--text-secondary); }

/* Benefits */
.fp-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; max-width: 960px; margin: 0 auto; }
.fp-benefit { background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 24px; }
.fp-benefit-ic { font-size: 26px; }
.fp-benefit h3 { margin: 12px 0 8px; font-size: 1.1rem; font-weight: 700; }
.fp-benefit p { margin: 0; color: var(--text-secondary); line-height: 1.55; font-size: 0.96rem; }

/* Related feature cards */
.fp-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; max-width: 1000px; margin: 0 auto; }
.fp-related-card { display: block; background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 22px; text-decoration: none; transition: transform 0.15s ease, border-color 0.15s ease; }
.fp-related-card:hover { transform: translateY(-3px); border-color: rgba(255,59,127,0.4); }
.fp-related-card h3 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 700; color: var(--text-primary); }
.fp-related-card p { margin: 0; color: var(--text-secondary); font-size: 0.92rem; line-height: 1.5; }

/* FAQ */
.fp-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.fp-faq details { background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 4px 20px; }
.fp-faq summary { cursor: pointer; font-weight: 700; font-size: 1.02rem; padding: 16px 0; list-style: none; position: relative; }
.fp-faq summary::-webkit-details-marker { display: none; }
.fp-faq summary::after { content: "+"; position: absolute; right: 0; top: 14px; font-size: 1.4rem; color: var(--accent); font-weight: 400; }
.fp-faq details[open] summary::after { content: "−"; }
.fp-faq details p { margin: 0 0 18px; color: var(--text-secondary); line-height: 1.65; }

/* Final CTA band */
.fp-cta-band { text-align: center; padding: 80px 0; background: radial-gradient(circle at 50% 0%, rgba(255,59,127,0.16), transparent 60%), var(--bg-secondary); }
.fp-cta-band h2 { font-family: var(--font-family-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin: 0 0 14px; }
.fp-cta-band p { color: var(--text-secondary); font-size: 1.1rem; margin: 0 0 28px; }
.fp-cta-note { font-size: 13px !important; margin-top: 18px !important; }
.btn-large { font-size: 1.05rem; padding: 16px 40px; }

/* Features hub grid */
.fp-hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 1000px; margin: 0 auto; }
.fp-hub-card { display: flex; gap: 18px; align-items: flex-start; background: var(--bg-surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 18px; padding: 26px; text-decoration: none; transition: transform 0.15s ease, border-color 0.15s ease; }
.fp-hub-card:hover { transform: translateY(-3px); border-color: rgba(255,59,127,0.4); }
.fp-hub-ic { font-size: 30px; flex: 0 0 auto; }
.fp-hub-card h3 { margin: 0 0 6px; font-size: 1.2rem; font-weight: 800; color: var(--text-primary); }
.fp-hub-card p { margin: 0; color: var(--text-secondary); font-size: 0.96rem; line-height: 1.55; }
.fp-hub-tag { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--accent); font-weight: 600; }

/* Responsive */
@media (max-width: 900px) {
    .fp-hero { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    .fp-lede { margin-left: auto; margin-right: auto; }
    .fp-buy { margin: 0 auto; }
    .fp-hero-media { order: -1; }
    .fp-phone img { width: 220px; }
}
@media (max-width: 520px) {
    .fp-step { flex-direction: column; gap: 12px; }
    .fp-buy-head { flex-direction: column; }
    .fp-buy-price { text-align: left; }
}
