/* Breadcrumb override for tool page */
.breadcrumb { max-width: 1100px; margin: 0 auto; }

/* Cover */
.hero-cover { height: 300px; background-size: cover; background-position: center; background-color: #1a1a22; position: relative; }
.hero-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,12,0.2) 0%, rgba(10,10,12,0.95) 100%); }

/* Product Header */
.product-header { max-width: 1100px; margin: -80px auto 0; padding: 0 5%; position: relative; z-index: 2; }
.product-header-inner { display: flex; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; }
.product-logo { width: 100px; height: 100px; border-radius: 20px; border: 4px solid var(--bg-main); background: #fff; object-fit: cover; flex-shrink: 0; }
.product-meta { flex: 1; min-width: 200px; padding-bottom: 0.3rem; }
.product-name { font-family: 'Outfit', sans-serif; font-size: 2.4rem; font-weight: 800; line-height: 1.1; margin-bottom: 0.4rem; }
.product-rating-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.rating-stars { display: flex; align-items: center; gap: 0.3rem; font-size: 1rem; }
.rating-stars i { color: #f59e0b; font-size: 0.9rem; }
.rating-score { font-weight: 700; }
.rating-count { color: var(--text-muted); font-size: 0.9rem; }
.platform-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.platform-badge { background: rgba(37,99,235,0.12); border: 1px solid rgba(37,99,235,0.25); color: var(--acc-blue-hover); padding: 0.2rem 0.7rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.product-actions { display: flex; gap: 0.8rem; padding-bottom: 0.3rem; flex-wrap: wrap; }
.btn { padding: 0.85rem 1.5rem; border-radius: 10px; font-size: 0.95rem; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.2s; cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap; font-family: 'Inter', sans-serif; }
.btn-primary { background: var(--acc-blue); color: white; }
.btn-primary:hover { background: var(--acc-blue-hover); transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.08); color: white; border: 1px solid var(--border-light); }
.btn-secondary:hover { background: rgba(255,255,255,0.14); }

/* Page Layout */
.page-content { max-width: 1100px; margin: 3rem auto 6rem; padding: 0 5%; display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }

/* Sections */
section { margin-bottom: 3rem; }
.section-title { font-family: 'Outfit', sans-serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 1.2rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border-light); }

/* Long desc */
.get-started-box { background: linear-gradient(135deg, rgba(37,99,235,0.08) 0%, rgba(139,92,246,0.08) 100%); border: 1px solid rgba(99,102,241,0.25); border-left: 4px solid #6366f1; border-radius: 12px; padding: 1.4rem 1.6rem; display: flex; gap: 1rem; align-items: flex-start; }
.get-started-box .gs-icon { width: 36px; height: 36px; background: linear-gradient(135deg,#6366f1,#8b5cf6); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; color: #fff; margin-top: 0.1rem; }
.get-started-box .gs-body { flex: 1; }
.get-started-box .gs-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #818cf8; margin-bottom: 0.35rem; }
.get-started-box .gs-text { color: var(--text-secondary); font-size: 1rem; line-height: 1.75; margin: 0; }
.long-desc { color: var(--text-secondary); font-size: 1rem; line-height: 1.8; }
.long-desc h2 { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--text-primary); margin: 1.5rem 0 0.5rem; }
.long-desc h3 { font-size: 1.05rem; font-weight: 600; color: var(--text-primary); margin: 1.2rem 0 0.4rem; }
.long-desc p { margin-bottom: 0.9rem; }
.long-desc strong { color: var(--text-primary); }

/* Key Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.feature-card { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 12px; padding: 1.2rem; transition: border-color 0.2s; }
.feature-card:hover { border-color: rgba(37,99,235,0.3); }
.feature-icon { width: 36px; height: 36px; background: rgba(37,99,235,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.8rem; color: var(--acc-blue-hover); font-size: 0.9rem; }
.feature-title { font-weight: 600; font-size: 0.95rem; margin-bottom: 0.4rem; }
.feature-desc { color: var(--text-secondary); font-size: 0.875rem; line-height: 1.5; }

/* Use Cases */
.use-cases-list { display: flex; flex-direction: column; gap: 0.8rem; }
.use-case-item { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 10px; padding: 1rem 1.2rem; display: flex; gap: 1rem; align-items: flex-start; }
.use-case-num { width: 28px; height: 28px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }
.use-case-title { font-weight: 600; margin-bottom: 0.2rem; font-size: 0.95rem; }
.use-case-desc { color: var(--text-secondary); font-size: 0.875rem; }

/* Pros & Cons */
.pros-cons-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.pros-box, .cons-box { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 12px; padding: 1.2rem; }
.pros-box { border-top: 2px solid var(--acc-green); }
.cons-box { border-top: 2px solid var(--acc-red); }
.pros-cons-heading { font-weight: 700; font-size: 0.95rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.pros-box .pros-cons-heading { color: var(--acc-green); }
.cons-box .pros-cons-heading { color: var(--acc-red); }
.pros-cons-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.pros-cons-list li { font-size: 0.875rem; color: var(--text-secondary); display: flex; gap: 0.5rem; align-items: flex-start; }
.pros-cons-list li strong { color: var(--text-primary); font-weight: 600; display: block; font-size: 0.85rem; }
.pros-cons-list li .dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 0.45rem; }
.pros-box .dot { background: var(--acc-green); }
.cons-box .dot { background: var(--acc-red); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }
.faq-question { width: 100%; background: none; border: none; color: var(--text-primary); font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; padding: 1rem 1.2rem; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background 0.2s; }
.faq-question:hover { background: rgba(255,255,255,0.04); }
.faq-question i { color: var(--text-muted); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 0.8rem 1.2rem 1rem; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; border-top: 1px solid var(--border-light); }

/* Sidebar */
.sidebar { position: sticky; top: 90px; align-self: start; }
.sidebar-card { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 14px; padding: 1.5rem; margin-bottom: 1.2rem; }
.sidebar-card-title { font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text-muted); margin-bottom: 1rem; }
.sidebar-cta-desc { color: var(--text-secondary); font-size: 0.875rem; margin-bottom: 1.2rem; line-height: 1.6; }
.sidebar-summary { color: var(--text-secondary); font-size: 0.875rem; margin-bottom: 1.2rem; line-height: 1.65; }
.sidebar-shortinfo { color: var(--text-secondary); font-size: 0.875rem; margin-bottom: 1.2rem; line-height: 1.65; }
.sidebar-btn { width: 100%; justify-content: center; }
.info-row { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--border-light); font-size: 0.875rem; }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-label { color: var(--text-muted); }
.info-value { color: var(--text-primary); font-weight: 500; text-align: right; }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.4rem; }

/* Rating */
.rating-big { text-align: center; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--border-light); }
.rating-big-score { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 800; line-height: 1; }
.rating-big-stars { font-size: 1rem; margin: 0.3rem 0; }
.rating-big-stars i { color: #f59e0b; }
.rating-big-count { color: var(--text-muted); font-size: 0.85rem; }
.user-rating-wrap { margin-top: 0.8rem; border-top: 1px solid var(--border-light); padding-top: 1rem; }
.user-rating-label { font-size: 0.8rem; color: var(--text-muted); text-align: center; margin-bottom: 0.6rem; }
.star-picker { display: flex; justify-content: center; gap: 0.25rem; }
.star-picker span { font-size: 1.6rem; cursor: pointer; color: #374151; transition: color 0.1s, transform 0.1s; line-height: 1; user-select: none; }
.star-picker span.lit { color: #f59e0b; transform: scale(1.15); }
.rating-feedback { font-size: 0.8rem; color: var(--acc-green); text-align: center; margin-top: 0.5rem; min-height: 1.2em; }

/* Socials */
.social-links { display: flex; flex-direction: column; gap: 0.5rem; }
.social-link { display: flex; align-items: center; gap: 0.8rem; color: var(--text-secondary); text-decoration: none; font-size: 0.875rem; padding: 0.55rem 0.7rem; border-radius: 8px; transition: background 0.2s, color 0.2s; }
.social-link:hover { background: rgba(255,255,255,0.06); color: var(--text-primary); }
.social-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.95rem; }
.social-icon.icon-web { background: rgba(37,99,235,0.15);   color: #60a5fa; }
.social-icon.icon-x   { background: rgba(255,255,255,0.08); color: #e2e8f0; }
.social-icon.icon-tg  { background: rgba(0,136,204,0.15);   color: #38bdf8; }
.social-icon.icon-dc  { background: rgba(88,101,242,0.18);  color: #a5b4fc; }
.social-icon.icon-gh  { background: rgba(255,255,255,0.08); color: #d1d5db; }
.social-icon.icon-li  { background: rgba(10,102,194,0.18);  color: #60a5fa; }
.social-icon.icon-yt  { background: rgba(255,0,0,0.15);     color: #f87171; }
.social-icon.icon-rd  { background: rgba(255,69,0,0.15);    color: #fb923c; }
.social-icon.icon-ig  { background: rgba(225,48,108,0.15);  color: #f472b6; }
.social-icon.icon-fb  { background: rgba(24,119,242,0.15);  color: #60a5fa; }
.social-icon.icon-md  { background: rgba(255,255,255,0.06); color: #d1d5db; }
.social-icon.icon-ss  { background: rgba(255,102,0,0.15);   color: #fb923c; }
.social-icon.icon-tt  { background: rgba(255,255,255,0.08); color: #e2e8f0; }

/* Similar Tools */
.similar-section { background: var(--bg-card); border-top: 1px solid var(--border-light); padding: 4rem 5%; }
.similar-inner { max-width: 1100px; margin: 0 auto; }
.similar-title { font-family: 'Outfit', sans-serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 0.4rem; }
.similar-sub { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 2rem; }
.similar-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; }
.sim-card { background: var(--bg-main); border: 1px solid var(--border-light); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s; }
.sim-card:hover { border-color: rgba(255,255,255,0.15); transform: translateY(-3px); }
.sim-cover { height: 90px; background-size: cover; background-position: center; background-color: #1e1e24; position: relative; }
.sim-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, var(--bg-main)); }
.sim-body { padding: 0 1rem 1rem; display: flex; flex-direction: column; flex: 1; }
.sim-header { display: flex; align-items: center; gap: 0.7rem; margin-top: -18px; margin-bottom: 0.7rem; position: relative; z-index: 1; }
.sim-logo { width: 42px; height: 42px; border-radius: 10px; border: 3px solid var(--bg-main); background: #fff; object-fit: cover; flex-shrink: 0; }
.sim-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; }
.sim-rating { font-size: 0.78rem; color: var(--text-muted); }
.sim-rating i { color: #f59e0b; font-size: 0.7rem; }
.sim-desc { font-size: 0.83rem; color: var(--text-secondary); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; margin-bottom: 0.8rem; }
.sim-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.sim-tag { background: rgba(255,255,255,0.05); color: var(--text-muted); padding: 0.2rem 0.5rem; border-radius: 5px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; }

/* Back to top */
#backToTop { position: fixed; bottom: 2rem; right: 2rem; width: 42px; height: 42px; background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--text-secondary); cursor: pointer; font-size: 0.9rem; opacity: 0; pointer-events: none; transition: opacity 0.25s, background 0.2s, transform 0.2s; z-index: 99; }
#backToTop.visible { opacity: 1; pointer-events: auto; }
#backToTop:hover { background: var(--bg-card-hover); transform: translateY(-2px); color: var(--text-primary); }
#mobileCta { display: none; }

@media (max-width: 768px) {
    #mobileCta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; align-items: center; justify-content: center; gap: 0.6rem; background: var(--gradient-primary); color: #fff; font-size: 0.95rem; font-weight: 700; padding: 1rem 1.5rem; text-decoration: none; z-index: 100; box-shadow: 0 -4px 20px rgba(37,99,235,0.25); transform: translateY(100%); transition: transform 0.3s ease; }
    #mobileCta.visible { transform: translateY(0); }
    #backToTop { bottom: 5rem; }
    body { padding-bottom: 60px; }
}

@media (max-width: 900px) { .page-content { grid-template-columns: 1fr; } .sidebar { position: static; } .pros-cons-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .product-name { font-size: 1.8rem; } .hero-cover { height: 200px; } .product-logo { width: 76px; height: 76px; } .product-header-inner { gap: 1rem; } }
