/* =============================================
   ABOUT US PAGE — The Cine Buzz
   File: public_html/assets/themes/magazine/css/about-us.css
   ============================================= */

.tcb-about*, .tcb-about *::before, .tcb-about *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tcb-about { width: 100%; background: #f5f5f5; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a1a; line-height: 1.6; }
.tcb-about .tcb-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* HERO */
.tcb-about .tcb-hero { background: linear-gradient(135deg, #f8f8f8, #fff 50%, #f5f0f0); text-align: center; padding: 50px 20px 40px; margin-bottom: 30px; border-bottom: 2px solid #e30613; }
.tcb-about .tcb-hero h1 { font-size: 2.8rem; font-weight: 700; letter-spacing: -1px; margin-bottom: 8px; color: #1a1a1a; }
.tcb-about .tcb-hero h1 span { color: #e30613; }
.tcb-about .tcb-est { display: inline-block; border: 2px solid #e30613; color: #e30613; padding: 4px 16px; border-radius: 30px; font-weight: 600; font-size: .8rem; letter-spacing: 1px; margin-bottom: 14px; }
.tcb-about .tcb-hero p { font-size: 1.05rem; max-width: 650px; margin: 0 auto; color: #555; }

/* STATS */
.tcb-about .tcb-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; text-align: center; margin: 24px 0 36px; }
.tcb-about .tcb-stat-item { background: #fff; padding: 18px 12px; border-radius: 10px; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: .2s ease; }
.tcb-about .tcb-stat-item:hover { border-color: #e30613; box-shadow: 0 4px 16px rgba(227,6,19,.08); }
.tcb-about .tcb-stat-item h3 { font-size: 2rem; color: #e30613; font-weight: 700; }
.tcb-about .tcb-stat-item p { color: #666; font-weight: 500; font-size: .85rem; }

/* CARDS */
.tcb-about .tcb-card { background: #fff; padding: 36px 32px; border-radius: 10px; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.04); margin-bottom: 36px; }
.tcb-about .tcb-card h2 { font-size: 2rem; margin-bottom: 14px; color: #1a1a1a; }
.tcb-about .tcb-card h2 span { color: #e30613; }
.tcb-about .tcb-card p { color: #444; font-size: .98rem; margin-bottom: 14px; line-height: 1.8; }

/* QUOTE */
.tcb-about .tcb-quote { border-left: 4px solid #e30613; background: #fdf5f5; padding: 14px 22px; font-style: italic; font-size: 1.05rem; color: #1a1a1a; margin: 20px 0; border-radius: 0 6px 6px 0; }

/* AWARD BADGE */
.tcb-about .tcb-award-badge { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; background: #f8f8f8; padding: 14px 18px; border-radius: 10px; justify-content: center; align-items: center; border: 1px solid #eee; font-size: .9rem; }
.tcb-about .tcb-badge-brand { font-weight: 700; color: #1a1a1a; }
.tcb-about .tcb-badge-award { background: #e30613; color: #fff; padding: 3px 14px; border-radius: 30px; font-size: .8rem; }

/* FOUNDER */
.tcb-about .tcb-founder-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; align-items: center; }
.tcb-about .tcb-founder-img-wrap { width: 180px; margin: 0 auto; }
.tcb-about .tcb-img-container { width: 100%; aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; border: 4px solid #e30613; box-shadow: 0 4px 20px rgba(227,6,19,.2); background: linear-gradient(135deg, #e30613, #b30510); display: flex; align-items: center; justify-content: center; }
.tcb-about .tcb-img-container img { width: 100%; height: 100%; object-fit: cover; }
.tcb-about .tcb-img-container .tcb-initials { font-size: 4rem; font-weight: 700; color: #fff; display: none; }
.tcb-about .tcb-img-container img.tcb-err { display: none; }
.tcb-about .tcb-img-container img.tcb-err + .tcb-initials { display: block; }
.tcb-about .tcb-role { color: #e30613; font-weight: 600; font-size: .95rem; letter-spacing: .5px; margin-bottom: 14px; display: block; }
.tcb-about .tcb-mission { background: #fdf5f5; padding: 14px 20px; border-radius: 10px; font-style: italic; color: #1a1a1a; border-left: 4px solid #e30613; font-size: .95rem; }

/* HIGHLIGHTS */
.tcb-about .tcb-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 24px; }
.tcb-about .tcb-hl-item { background: #f8f8f8; padding: 16px 14px; border-radius: 10px; text-align: center; transition: .25s ease; border: 1px solid #eee; }
.tcb-about .tcb-hl-item:hover { background: #e30613; color: #fff; transform: translateY(-3px); border-color: #e30613; box-shadow: 0 6px 20px rgba(227,6,19,.15); }
.tcb-about .tcb-hl-item i { font-size: 1.6rem; margin-bottom: 8px; color: #e30613; display: block; transition: .25s ease; }
.tcb-about .tcb-hl-item:hover i, .tcb-about .tcb-hl-item:hover h4, .tcb-about .tcb-hl-item:hover p { color: #fff; }
.tcb-about .tcb-hl-item h4 { font-size: .9rem; margin-bottom: 6px; color: #1a1a1a; transition: .25s ease; }
.tcb-about .tcb-hl-item p { font-size: .8rem; opacity: .8; color: #666; transition: .25s ease; }

/* CATEGORIES */
.tcb-about .tcb-cats-subtitle { color: #666; max-width: 600px; margin: 0 auto 16px; font-size: .95rem; }
.tcb-about .tcb-cats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-top: 20px; }
.tcb-about .tcb-cat-item { background: #f8f8f8; padding: 20px 14px; border-radius: 10px; transition: .25s ease; border: 1px solid #eee; text-align: center; }
.tcb-about .tcb-cat-item:hover { background: #e30613; color: #fff; transform: translateY(-3px); border-color: #e30613; box-shadow: 0 6px 20px rgba(227,6,19,.15); }
.tcb-about .tcb-cat-item i { font-size: 2rem; margin-bottom: 8px; display: block; color: #e30613; transition: .25s ease; }
.tcb-about .tcb-cat-item:hover i, .tcb-about .tcb-cat-item:hover h4, .tcb-about .tcb-cat-item:hover p { color: #fff; }
.tcb-about .tcb-cat-item h4 { font-size: .9rem; font-weight: 700; color: #1a1a1a; transition: .25s ease; margin-bottom: 4px; }
.tcb-about .tcb-cat-item p { color: #666; font-size: .8rem; line-height: 1.5; transition: .25s ease; }

/* CTA */
.tcb-about .tcb-cta { text-align: center; background: linear-gradient(135deg, #f8f8f8, #fff); padding: 40px 32px; border-radius: 10px; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.04); margin-bottom: 40px; }
.tcb-about .tcb-cta h2 { font-size: 2rem; margin-bottom: 10px; color: #1a1a1a; }
.tcb-about .tcb-cta-sub { max-width: 600px; margin: 0 auto; color: #555; font-size: .95rem; }
.tcb-about .tcb-btn { display: inline-block; background: #e30613; color: #fff; padding: 12px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; margin-top: 16px; transition: .25s ease; font-size: .95rem; }
.tcb-about .tcb-btn:hover { background: #b30510; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(227,6,19,.25); }

/* CONTACT INFO */
.tcb-about .tcb-contact-info { display: flex; justify-content: center; gap: 30px; margin-top: 16px; flex-wrap: wrap; }
.tcb-about .tcb-contact-item { display: flex; align-items: center; gap: 8px; color: #444; font-size: .9rem; }
.tcb-about .tcb-contact-item i { color: #e30613; font-size: 1.2rem; }

/* SOCIAL */
.tcb-about .tcb-social { margin-top: 18px; }
.tcb-about .tcb-social a { color: #1a1a1a; font-size: 1.6rem; margin: 0 12px; transition: .25s ease; display: inline-block; }
.tcb-about .tcb-social a:hover { color: #e30613; transform: translateY(-3px); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .tcb-about .tcb-hero h1 { font-size: 2.2rem; }
    .tcb-about .tcb-founder-grid { grid-template-columns: 1fr; text-align: center; }
    .tcb-about .tcb-founder-img-wrap { width: 150px; }
    .tcb-about .tcb-card { padding: 28px 18px; }
    .tcb-about .tcb-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
    .tcb-about .tcb-contact-info { gap: 16px; flex-direction: column; align-items: center; }
    .tcb-about .tcb-cats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .tcb-about .tcb-hero { padding: 36px 16px 28px; }
    .tcb-about .tcb-hero h1 { font-size: 1.8rem; }
    .tcb-about .tcb-stats { grid-template-columns: 1fr; }
    .tcb-about .tcb-highlights { grid-template-columns: 1fr; }
    .tcb-about .tcb-cats-grid { grid-template-columns: 1fr; }
    .tcb-about .tcb-founder-img-wrap { width: 130px; }
}