/* ============================================
   AITV Custom Styles v7 - Clean Rewrite
   ============================================ */
:root{--aitv-primary:#F56040;--aitv-primary-hover:#E1306C;--aitv-accent:#FCAF45;--aitv-bg-dark:#1A1A2E;--aitv-bg-light:#F8F9FA;--aitv-text-dark:#1A1A2E;--aitv-text-mid:#555770;--aitv-text-light:#8E8E8E;--aitv-border:#E8E8EE}

/* WRAPPER */
.aitv-wrapper{width:100%;max-width:1280px;margin:0 auto;padding:0 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1A2E;line-height:1.6;-webkit-font-smoothing:antialiased}
.aitv-wrapper *{box-sizing:border-box}
.aitv-wrapper img{max-width:100%;height:auto;display:block}
.aitv-wrapper a{text-decoration:none;color:inherit}

/* HERO */
.aitv-hero{position:relative;padding:60px 0 80px;text-align:center;overflow:hidden}
.aitv-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1A1A2E 0%,#2D1B4E 50%,#1A1A2E 100%);z-index:0}
.aitv-hero-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(245,96,64,0.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(252,175,69,0.1) 0%,transparent 40%)}
.aitv-hero-bg::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:radial-gradient(rgba(255,255,255,0.03) 1px,transparent 1px);background-size:30px 30px}
.aitv-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}
.aitv-hero-title{font-size:clamp(1.8rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-0.02em;line-height:1.15}
.aitv-hero-subtitle{font-size:clamp(0.95rem,2vw,1.2rem);color:rgba(255,255,255,0.7);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;padding:0 12px}

/* SEARCH - CRITICAL */
.aitv-hero-search{margin-bottom:40px}
.aitv-search-wrapper{display:flex!important;flex-direction:row!important;align-items:center!important;max-width:600px;margin:0 auto;background:#fff;border-radius:14px;padding:5px;box-shadow:0 4px 24px rgba(0,0,0,0.2);gap:0;overflow:hidden}
.aitv-search-icon{display:flex;align-items:center;padding-left:14px;color:#8E8E8E;flex-shrink:0}
.aitv-search-icon svg{width:18px;height:18px}
.aitv-search-input{flex:1 1 0%!important;width:0!important;min-width:0!important;border:none!important;outline:none!important;padding:13px 12px!important;font-size:1rem!important;color:#1A1A2E!important;background:transparent!important;display:block!important;height:auto!important;line-height:normal!important;-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important}
.aitv-search-input::placeholder{color:#aaa!important}
.aitv-search-btn{background:#F56040!important;color:#fff!important;border:none!important;padding:13px 24px!important;border-radius:10px!important;font-size:0.95rem!important;font-weight:600!important;cursor:pointer!important;flex-shrink:0!important;white-space:nowrap!important;-webkit-appearance:none!important;appearance:none!important}
.aitv-search-btn:hover{background:#E1306C!important}

/* STATS */
.aitv-stats{display:flex;justify-content:center;align-items:center;gap:32px}
.aitv-stat-item{text-align:center}
.aitv-stat-number{display:block;font-size:1.8rem;font-weight:800;color:#F56040;line-height:1.2}
.aitv-stat-label{display:block;font-size:0.8rem;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:0.06em;margin-top:2px}
.aitv-stat-divider{width:1px;height:36px;background:rgba(255,255,255,0.15)}

/* SECTION COMMON */
.aitv-section-header{text-align:center;margin-bottom:36px}
.aitv-section-title{font-size:clamp(1.3rem,3vw,2rem);font-weight:700;color:#1A1A2E;margin-bottom:8px}
.aitv-section-desc{font-size:0.95rem;color:#555770}

/* CATEGORIES */
.aitv-categories{padding:64px 0;background:#F8F9FA}
.aitv-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
.aitv-category-card{background:#fff;border:1px solid #E8E8EE;border-radius:12px;padding:24px 20px;text-align:center;transition:all 0.2s ease;display:block}
.aitv-category-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1);border-color:transparent}
.aitv-cat-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,rgba(245,96,64,0.1),rgba(252,175,69,0.1));border-radius:10px;margin-bottom:12px;color:#F56040}
.aitv-cat-icon svg{width:24px;height:24px}
.aitv-category-card:hover .aitv-cat-icon{background:linear-gradient(135deg,#F56040,#E1306C);color:#fff}
.aitv-cat-name{font-size:0.95rem;font-weight:600;color:#1A1A2E;margin-bottom:4px}
.aitv-cat-desc{font-size:0.78rem;color:#8E8E8E;line-height:1.4}

/* LATEST ARTICLES */
.aitv-latest{padding:64px 0}
.aitv-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px}
.aitv-post-card{background:#fff;border:1px solid #E8E8EE;border-radius:12px;overflow:hidden;transition:all 0.2s ease}
.aitv-post-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1);border-color:transparent}
.aitv-post-thumb{width:100%;height:180px;overflow:hidden}
.aitv-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.aitv-post-card:hover .aitv-post-thumb img{transform:scale(1.05)}
.aitv-post-thumb-placeholder{width:100%;height:180px;background:#F8F9FA;display:flex;align-items:center;justify-content:center;color:#ccc}
.aitv-post-body{padding:20px}
.aitv-post-cat{display:inline-block;font-size:0.72rem;font-weight:600;color:#F56040;background:rgba(245,96,64,0.08);padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:0.04em;margin-bottom:8px}
.aitv-post-title{font-size:1.05rem;font-weight:600;color:#1A1A2E;line-height:1.35;margin-bottom:8px}
.aitv-post-title a{color:inherit}
.aitv-post-title a:hover{color:#F56040}
.aitv-post-excerpt{font-size:0.875rem;color:#555770;line-height:1.55;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.aitv-post-meta{font-size:0.78rem;color:#8E8E8E}

/* CTA */
.aitv-cta{padding:48px 0}
.aitv-cta-box{text-align:center;padding:48px 32px;background:linear-gradient(135deg,#1A1A2E,#2D1B4E);border-radius:16px;color:#fff}
.aitv-cta-box h3{font-size:1.5rem;font-weight:700;margin-bottom:12px}
.aitv-cta-box p{color:rgba(255,255,255,0.7);margin-bottom:24px;font-size:1rem}
.aitv-cta-btn{display:inline-block;background:#F56040;color:#fff;padding:14px 32px;border-radius:10px;font-weight:600;font-size:1rem;transition:all 0.2s ease}
.aitv-cta-btn:hover{background:#E1306C;transform:translateY(-1px)}

/* HOMEPAGE OVERRIDES */
.page-id-10 .entry-title{display:none!important}
.page-id-10 .entry-content{padding:0!important;margin:0!important}
.page-id-10 .inside-article{padding:0!important}
.page-id-10 article{margin:0!important}
.page-id-10 .widget-area{display:none!important}
.page-id-10 .content-area{width:100%!important;max-width:100%!important}

/* ARTICLE SINGLE */
.single-post .widget-area{display:none!important}
.single-post .content-area{width:100%!important;max-width:100%!important}
.single-post .featured-image{margin:0 0 20px 0}
.single-post .featured-image img{border-radius:10px;max-height:280px;object-fit:cover;width:100%}
.single-post .entry-title{font-size:1.75rem;font-weight:800;line-height:1.2;letter-spacing:-0.02em;color:#1A1A2E;margin-bottom:10px}
.single-post .entry-meta{color:#8E8E8E;font-size:0.82rem;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #E8E8EE}
.single-post .entry-meta a{color:#F56040}
.single-post .entry-content{max-width:720px;margin:0 auto;font-size:1.02rem;line-height:1.8;color:#555770}
.single-post .entry-content p{margin-bottom:1.4rem;line-height:1.8}
.single-post .entry-content h2{font-size:1.45rem;font-weight:700;color:#1A1A2E;margin-top:2.2rem;margin-bottom:0.8rem;padding-bottom:0.4rem;border-bottom:2px solid #F56040;line-height:1.3}
.single-post .entry-content h3{font-size:1.15rem;font-weight:600;color:#1A1A2E;margin-top:1.8rem;margin-bottom:0.6rem;line-height:1.4}
.single-post .entry-content ul,.single-post .entry-content ol{margin-bottom:1.4rem;padding-left:1.5rem}
.single-post .entry-content li{margin-bottom:0.4rem;line-height:1.7}
.single-post .entry-content img{border-radius:10px;margin:1.5rem auto;display:block;max-width:100%;box-shadow:0 2px 12px rgba(0,0,0,0.06)}
.single-post .entry-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:8px;overflow:hidden;font-size:0.92rem}
.single-post .entry-content th{background:#1A1A2E;color:#fff;padding:10px 14px;text-align:left;font-weight:600;font-size:0.85rem}
.single-post .entry-content td{padding:9px 14px;border-bottom:1px solid #E8E8EE;font-size:0.9rem}
.single-post .entry-content tr:nth-child(even) td{background:#F8F9FA}
.single-post .entry-content blockquote{border-left:4px solid #F56040!important;background:#FFF5F3!important;padding:1rem 1.2rem!important;border-radius:0 8px 8px 0!important;margin:1.5rem 0!important;font-style:normal!important}
.single-post .entry-content a{color:#F56040;text-decoration:underline;text-decoration-color:rgba(245,96,64,0.3);text-underline-offset:2px}
.single-post .entry-content a:hover{color:#E1306C}

/* 404 PAGE */
.error404 .widget-area{display:none!important}
.error404 .content-area{width:100%!important;max-width:100%!important}
.error404 .search-form{display:none!important}
.error404 .entry-content{text-align:center;padding:60px 20px}
.error404 .entry-content h2{font-size:1.5rem;font-weight:700;color:#1A1A2E;margin-bottom:12px;border:none}
.error404 .entry-content p{color:#555770;font-size:1rem;margin-bottom:24px}

/* SEARCH RESULTS */
.search .widget-area{display:none!important}
.search .content-area{width:100%!important;max-width:100%!important}

/* FOOTER */
.site-info{text-align:center;font-size:0.82rem;color:#8E8E8E}

/* ===== TABLET (768px) ===== */
@media(max-width:768px){
.site-header .inside-header{padding:8px 12px!important}
.site-logo img,.custom-logo-link img{max-height:30px!important;width:auto!important}
.main-title{font-size:0.9rem!important}
.site-content .content-area,.site-main,.inside-article{padding:0!important}
.separate-containers .inside-article{padding:0!important}

.aitv-hero{padding:36px 0 48px}
.aitv-hero-title{font-size:1.55rem;margin-bottom:10px;line-height:1.15}
.aitv-hero-subtitle{font-size:0.9rem;margin-bottom:22px;padding:0 8px}
.aitv-hero-search{margin-bottom:24px}

.aitv-search-wrapper{display:flex!important;flex-direction:row!important;align-items:center!important;padding:4px!important;border-radius:12px!important;max-width:100%!important;gap:4px!important}
.aitv-search-icon{display:none!important}
.aitv-search-input{flex:1 1 0%!important;width:0!important;min-width:0!important;padding:11px 10px!important;font-size:0.88rem!important}
.aitv-search-btn{padding:11px 14px!important;font-size:0.85rem!important;border-radius:8px!important;min-height:44px!important}

.aitv-stats{gap:18px}
.aitv-stat-number{font-size:1.2rem}
.aitv-stat-label{font-size:0.68rem}
.aitv-stat-divider{height:24px}

.aitv-categories{padding:28px 0}
.aitv-section-header{margin-bottom:20px}
.aitv-section-title{font-size:1.15rem;margin-bottom:4px}
.aitv-section-desc{font-size:0.82rem}
.aitv-category-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}
.aitv-category-card{padding:14px 10px;border-radius:10px}
.aitv-cat-icon{width:36px;height:36px;border-radius:8px;margin-bottom:8px}
.aitv-cat-icon svg{width:18px;height:18px}
.aitv-cat-name{font-size:0.78rem;margin-bottom:2px}
.aitv-cat-desc{font-size:0.62rem}

.aitv-latest{padding:28px 0}
.aitv-posts-grid{grid-template-columns:1fr!important;gap:10px!important}
.aitv-post-card{display:flex!important;flex-direction:row!important;border-radius:10px;min-height:90px}
.aitv-post-thumb,.aitv-post-thumb-placeholder{width:100px!important;min-width:100px!important;height:auto!important;min-height:90px!important;border-radius:10px 0 0 10px!important}
.aitv-post-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.aitv-post-body{padding:10px 12px!important;display:flex;flex-direction:column;justify-content:center}
.aitv-post-cat{font-size:0.62rem;padding:2px 5px;margin-bottom:3px}
.aitv-post-title{font-size:0.82rem;line-height:1.3;margin-bottom:3px}
.aitv-post-excerpt{font-size:0.7rem;line-height:1.35;-webkit-line-clamp:2;margin-bottom:3px}
.aitv-post-meta{font-size:0.62rem}

.aitv-cta{padding:20px 0}
.aitv-cta-box{padding:24px 16px}
.aitv-cta-box h3{font-size:1.1rem}
.aitv-cta-box p{font-size:0.82rem}
.aitv-cta-btn{padding:11px 22px;font-size:0.88rem}

.single-post .entry-title{font-size:1.3rem;line-height:1.25;margin-bottom:8px}
.single-post .entry-meta{font-size:0.75rem;margin-bottom:16px;padding-bottom:12px}
.single-post .entry-content{font-size:0.95rem;padding:0 4px}
.single-post .entry-content h2{font-size:1.15rem;margin-top:1.5rem}
.single-post .entry-content h3{font-size:1.02rem}
.single-post .entry-content p{margin-bottom:1rem;line-height:1.7}
.single-post .entry-content table{font-size:0.78rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.single-post .entry-content th,.single-post .entry-content td{padding:7px 10px;font-size:0.78rem}
.single-post .entry-content img{border-radius:8px;margin:1rem auto}
.single-post .featured-image{margin-bottom:16px}
.single-post .featured-image img{border-radius:8px;max-height:200px}
}

/* ===== SMALL PHONE (480px) ===== */
@media(max-width:480px){
.aitv-hero{padding:24px 0 36px}
.aitv-hero-title{font-size:1.3rem}
.aitv-hero-subtitle{font-size:0.85rem;margin-bottom:18px}
.aitv-search-input{padding:9px 8px!important;font-size:0.82rem!important}
.aitv-search-btn{padding:9px 10px!important;font-size:0.78rem!important;min-height:40px!important}
.aitv-stats{gap:12px}
.aitv-stat-number{font-size:1.05rem}
.aitv-category-grid{gap:6px!important}
.aitv-category-card{padding:10px 8px}
.aitv-cat-icon{width:30px;height:30px;margin-bottom:6px}
.aitv-cat-icon svg{width:15px;height:15px}
.aitv-cat-name{font-size:0.72rem}
.aitv-cat-desc{display:none}
.single-post .entry-title{font-size:1.15rem}
.single-post .featured-image img{max-height:160px}
}