/* ===== NEW HOMEPAGE (nh_) — scoped styles, existing CSS untouched ===== */
.nh_wrap { background:#000; color:#fff; overflow-x:hidden; }
.nh_wrap .container { max-width:1200px; }
.nh_sec { padding:55px 0; }
.nh_sec_alt { background:#111; }
.nh_head { text-align:center; margin-bottom:36px; }
.nh_head h2 { color:#fff; font-size:34px; font-weight:800; margin:0 0 6px; }
.nh_head .nh_kick { color:#4FD0F0; font-size:17px; font-weight:600; margin:0; }
.nh_cyan { color:#4FD0F0; }
.nh_btn { display:inline-block; padding:12px 26px; border-radius:8px; font-weight:700; text-decoration:none; font-size:15px; transition:.2s; }
.nh_btn_primary { background:#4FD0F0; color:#00202a !important; }
.nh_btn_primary:hover { background:#7ee0fb; }
.nh_btn_outline { border:2px solid #fff; color:#fff !important; }
.nh_btn_outline:hover { border-color:#4FD0F0; color:#4FD0F0 !important; }

/* Hero */
.nh_hero { padding:140px 0 50px; }
.nh_hero h1 { font-size:46px; font-weight:800; line-height:1.05; margin:0 0 10px; color:#fff; }
.nh_hero .nh_hero_sub { color:#4FD0F0; font-size:20px; font-weight:700; margin:0 0 18px; }
.nh_hero .nh_hero_text { color:#cfcfcf; font-size:15px; line-height:1.7; margin:0 0 26px; max-width:520px; }
.nh_hero_btns { display:flex; gap:14px; flex-wrap:wrap; }
.nh_video { position:relative; border:3px solid #4FD0F0; border-radius:10px; overflow:hidden; padding-top:56.25%; background:#111; }
.nh_video iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

/* Showcase / Connect / Get Cast + Why cards */
.nh_card { background:#141414; border:2px solid #2f7d92; border-radius:12px; padding:26px 24px; height:100%; }
.nh_card .nh_ico { color:#4FD0F0; font-size:40px; margin-bottom:12px; }
.nh_card h3 { color:#4FD0F0; font-size:22px; font-weight:800; margin:0 0 4px; }
.nh_card .nh_lead { color:#fff; font-weight:700; margin:0 0 8px; }
.nh_card p { color:#bcbcbc; font-size:14px; line-height:1.6; margin:0; }
.nh_col { margin-bottom:24px; }

/* Showcase / Connect / Get Cast — icon left, text right */
.nh_scg_card { background:#050505; border:2px solid #4FD0F0; border-radius:12px; padding:24px 22px; height:100%; display:flex; gap:18px; align-items:flex-start; }
.nh_scg_ico { color:#4FD0F0; font-size:48px; line-height:1; flex:0 0 auto; }
.nh_scg_body h3 { color:#4FD0F0; font-size:23px; font-weight:800; margin:0 0 4px; }
.nh_scg_lead { color:#fff; font-size:15px; font-weight:600; margin:0 0 10px; }
.nh_scg_desc { color:#bcbcbc; font-size:13px; line-height:1.55; margin:0; }

/* Two panels: proactive / stop sending */
.nh_panel { background:#171717; border-radius:14px; padding:30px; height:100%; }
.nh_panel h3 { color:#fff; font-size:24px; font-weight:800; margin:0 0 18px; }
.nh_panel.nh_panel_cyan h3 { color:#4FD0F0; }
.nh_check { list-style:none; padding:0; margin:0; }
.nh_check li { display:flex; align-items:flex-start; gap:12px; color:#eaeaea; font-size:15px; margin-bottom:15px; }
.nh_cbx { flex:0 0 22px; width:22px; height:22px; border-radius:5px; background:#4FD0F0; color:#fff; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:900; margin-top:1px; }
.nh_check li.nh_no { color:#9a9a9a; font-size:13px; margin-bottom:0; }
.nh_check li.nh_no .nh_cbx { background:#ff4d5e; }
.nh_panel_img { width:100%; border-radius:10px; object-fit:cover; }
.nh_ph { background:#0c0c0c; border:2px solid #4FD0F0; border-radius:10px; min-height:230px; display:flex; align-items:center; justify-content:center; color:#3f7d92; font-size:40px; }
.nh_proactive_img { width:100%; aspect-ratio:3/4; object-fit:cover; border:2px solid #4FD0F0; border-radius:10px; display:block; cursor:pointer; transition:transform .2s; }
.nh_proactive_img:hover { transform:scale(1.02); }
.nh_slideshow { position:relative; width:100%; aspect-ratio:3/4; border:2px solid #4FD0F0; border-radius:10px; overflow:hidden; background:#0c0c0c; }
.nh_slide { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity 1s ease; }
.nh_slide.active { opacity:1; }

/* Testimonials (pros) */
.nh_flex_row { display:flex; flex-wrap:wrap; }
.nh_testi { background:#191919; border-radius:14px; padding:14px; height:100%; display:flex; gap:14px; align-items:stretch; }
.nh_testi img { width:110px; flex:0 0 110px; height:100%; min-height:155px; object-fit:cover; border-radius:8px; }
.nh_testi_body { display:flex; flex-direction:column; flex:1; }
.nh_testi .nh_quote { color:#4FD0F0; font-size:12.5px; line-height:1.5; flex:1; margin:0 0 10px; }
.nh_testi .nh_qmark { color:#4FD0F0; font-size:30px; font-weight:800; font-family:Georgia,serif; margin-right:5px; line-height:0; vertical-align:-10px; }
.nh_testi .nh_name { color:#fff; font-weight:700; font-size:13.5px; }
.nh_testi .nh_ntitle { color:#9fb3ba; font-size:12px; margin-top:2px; }

/* Carousel (prev/next + mobile swipe) */
.nh_carousel { position:relative; padding:0 6px; }
.nh_car_track { display:flex; gap:16px; overflow-x:auto; scroll-behavior:smooth; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:2px; scrollbar-width:none; -ms-overflow-style:none; }
.nh_car_track::-webkit-scrollbar { display:none; }
.nh_car_item { flex:0 0 calc((100% - 32px)/3); scroll-snap-align:start; }
.nh_car_btn { position:absolute; top:50%; transform:translateY(-50%); z-index:5; background:#8fe3f8; color:#00202a; border:none; width:42px; height:42px; border-radius:50%; font-size:24px; line-height:1; cursor:pointer; opacity:.4; box-shadow:0 2px 10px rgba(0,0,0,.25); transition:opacity .2s; }
.nh_car_btn:hover { opacity:1; background:#7ee0fb; }
.nh_car_prev { left:-10px; } .nh_car_next { right:-10px; }
@media (max-width:991px){ .nh_car_item{ flex:0 0 calc((100% - 16px)/2); } }
@media (max-width:575px){ .nh_car_item{ flex:0 0 88%; } .nh_car_btn{ width:34px; height:34px; font-size:20px; } }

/* Build your film circle */
.nh_circle { background:#151515; }
.nh_circle h2 { color:#4FD0F0; font-size:30px; font-weight:800; margin:0 0 4px; }
.nh_circle .nh_kick { color:#fff; font-weight:700; margin:0 0 16px; }
.nh_circle p { color:#cfcfcf; font-size:14px; line-height:1.7; }
.nh_events { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.nh_event a { text-decoration:none; }
.nh_event img { width:100%; aspect-ratio:1/1; object-fit:cover; border:2px solid #4FD0F0; border-radius:8px; display:block; }
.nh_event span { display:block; color:#fff; font-size:12px; font-weight:600; margin-top:6px; }

/* Newsletter */
.nh_news { background:#141414; }
.nh_news h2 { color:#fff; font-size:34px; font-weight:800; margin:0 0 8px; }
.nh_news p { color:#bdbdbd; font-size:13px; margin:2px 0; }

/* Artist rows */
.nh_scroll { display:flex; gap:16px; overflow-x:auto; padding-bottom:2px; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; }
.nh_scroll::-webkit-scrollbar { display:none; }
.nh_actor { flex:0 0 200px; scroll-snap-align:start; background:#141414; border:2px solid #4FD0F0; border-radius:10px; overflow:hidden; }
.nh_grid6 { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }
.nh_grid4 { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.nh_actor img { width:100%; aspect-ratio:3/4; object-fit:cover; display:block; }
.nh_actor .nh_actor_body { padding:10px 12px 14px; }
.nh_actor .nh_actor_name { color:#fff; font-weight:700; font-size:14px; margin:0; }
.nh_actor .nh_actor_sub { color:#4FD0F0; font-size:12px; margin:2px 0 0; }
.nh_actor .nh_views { color:#bbb; font-size:12px; margin-top:4px; }
.nh_actor .nh_views i { color:#4FD0F0; }

@media (max-width:991px){
  .nh_hero h1{font-size:36px;}
  .nh_hero{padding:120px 0 30px;}
  .nh_video{margin-top:30px;}
  .nh_sec{padding:30px 0;}
  .nh_col{margin-bottom:16px;}
  .nh_grid6{grid-template-columns:repeat(3,1fr);}
  .nh_grid4{grid-template-columns:repeat(2,1fr);}
  .nh_events{grid-template-columns:repeat(2,1fr);}
}
/* Force line break only on small screens; hidden on desktop/tablet */
.nh_mobile_br { display:none; }
@media (max-width:575px){
  .nh_hero h1{font-size:30px;}
  .nh_grid6{grid-template-columns:repeat(2,1fr);}
  .nh_head h2{font-size:26px;}
  .nh_mobile_br { display:inline; }
}
