/* Shared product / service / specialty detail page (matches legacy product pages) */
.prod-hero { padding: 80px 40px; background: linear-gradient(135deg, var(--green-900), var(--green-800)); color: var(--cream); position: relative; overflow: hidden; }
.prod-hero .btn-primary { background: var(--green-900); color: var(--cream); border: 1px solid var(--gold-500); box-shadow: 0 30px 60px -20px rgba(5, 46, 28, 0.35); }
.prod-hero .btn-primary:hover { background: var(--gold-600); color: var(--green-900); transform: translateY(-2px); }
.prod-hero .btn-secondary { background: transparent; color: var(--cream); border: 1px solid rgba(212, 166, 55, 0.5); }
.prod-hero .btn-secondary:hover { background: var(--green-900); color: var(--cream); }
.prod-hero .reveal { color: rgba(250, 246, 236, 0.88); font-size: 16px; line-height: 1.75; }
.prod-hero .reveal p { margin-bottom: 14px; }
.prod-hero .reveal strong { color: var(--gold-300); }
.prod-hero .arrow { transition: transform 0.3s; }
.prod-hero .btn-primary:hover .arrow { transform: translateX(4px); }
[dir="rtl"] .prod-hero .arrow { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .prod-hero .btn-primary:hover .arrow { transform: scaleX(-1) translateX(4px); }
.faq-section { padding: 100px 40px; max-width: 1400px; margin: 0 auto; }
.product-cta-section .btn-secondary { color: var(--cream); border-color: rgba(212, 166, 55, 0.5); }
.product-cta-section .btn-secondary:hover { background: rgba(250, 246, 236, 0.1); }
.prod-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.prod-breadcrumb { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 24px; }
.prod-breadcrumb a { color: var(--gold-400); }
.prod-breadcrumb .sep { margin: 0 10px; opacity: 0.5; }
.prod-hero-icon { width: 72px; height: 72px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--gold-500); }
.prod-hero-icon svg { width: 40px; height: 40px; color: var(--gold-500); }
.prod-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 500; line-height: 1.1; margin-bottom: 16px; }
.prod-hero h1 em { font-style: italic; color: var(--gold-400); }
.prod-tagline { font-size: 18px; color: rgba(250, 246, 236, 0.75); margin-bottom: 12px; }
.prod-domain { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--gold-400); margin-bottom: 28px; }
.prod-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.feat-section, .uc-section, .pricing-section, .faq-section, .links-section { padding: 100px 40px; max-width: 1400px; margin: 0 auto; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.feat-item { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: white; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; font-weight: 500; }
.feat-check { width: 18px; height: 18px; color: var(--green-600); flex-shrink: 0; }
.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.usecase { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 28px; text-align: center; }
.uc-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--gold-600); margin-bottom: 8px; }
.uc-text { font-weight: 600; color: var(--green-900); }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.tier-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 36px 28px; position: relative; }
.tier-card.featured { background: linear-gradient(160deg, var(--green-900), var(--green-800)); border-color: var(--gold-500); color: var(--cream); transform: scale(1.03); }
.tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold-500); color: var(--green-900); padding: 4px 14px; border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.tier-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; margin-bottom: 8px; }
.tier-price { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 700; color: var(--gold-700); margin-bottom: 24px; }
.featured .tier-price { color: var(--cream); }
.tier-price span { font-size: 14px; font-weight: 400; opacity: 0.5; margin-left: 4px; }
.tier-feats { list-style: none; padding: 0; margin-bottom: 28px; }
.tier-feats li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.featured .tier-feats li { border-color: rgba(212, 166, 55, 0.15); color: rgba(250, 246, 236, 0.85); }
.tier-cta { width: 100%; justify-content: center; }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; cursor: pointer; }
.faq-q { padding: 22px 28px; font-weight: 600; color: var(--green-900); display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: '+'; font-size: 22px; color: var(--gold-600); transition: transform 0.3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; padding: 0 28px; font-size: 14px; color: rgba(10, 31, 21, 0.7); line-height: 1.7; transition: all 0.3s; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 28px 22px; }
.links-row { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.product-cta-section { padding: 100px 40px; background: linear-gradient(135deg, var(--green-900), var(--green-800)); color: var(--cream); text-align: center; }
.product-cta-inner { max-width: 800px; margin: 0 auto; }
.product-cta-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 48px); margin-bottom: 16px; }
.product-cta-inner em { font-style: italic; color: var(--gold-400); }
.detail-rich { padding: 80px 40px; max-width: 1100px; margin: 0 auto; font-size: 16px; line-height: 1.75; }
@media (max-width: 1024px) {
  .prod-hero-inner { grid-template-columns: 1fr; }
  .feat-grid, .uc-grid, .tier-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .prod-hero, .feat-section, .uc-section, .pricing-section, .faq-section, .links-section, .product-cta-section { padding: 70px 24px; }
  .feat-grid, .uc-grid, .tier-grid { grid-template-columns: 1fr; }
  .tier-card.featured { transform: none; }
}
