/*
Theme Name:   Webtec Child - Netim
Theme URI:    https://nowa.netim.pl/
Description:  Custom child theme dla nowej strony Netim. Wszystkie modyfikacje robione tutaj zeby nie ginely przy update parent (webtec).
Author:       Netim
Author URI:   https://www.netim.pl/
Template:     webtec
Version:      0.1.0
Text Domain:  webtec-child
*/

/* Custom CSS overrides - dodawane w trakcie pracy */

/* === GLOBAL anti-AI-slop: naglowki JEDEN kolor, bez italic-akcentu (Marcin 2026-06-30) ===
   Lapie wszystkie landingi naraz. Emfaza zostaje przez wage/rozmiar, nie drugi kolor. */
body.netim-landing :is(h1,h2,h3,h4) em,
body.netim-landing .sec-h em,
body.netim-landing .top h2 em,
body.netim-landing .s-head h2 em,
body.netim-landing .cta-sec h2 em,
body.netim-landing h2 .accent,
body.netim-landing h2 .ai{font-style:normal!important;color:inherit!important}
/* naglowki: przyciemniona linia .mut tez jeden kolor (emfaza przez wage, nie ton) */
body.netim-landing :is(h1,h2,h3) .mut{color:inherit!important}
body.netim-landing .nh2-title .mut{color:inherit!important}

/* === KILL pill-kicker / eyebrow-nad-naglowkiem (tell AI-slop) - Marcin 2026-06-30 ===
   Neutralizacja do zwyklego tekstu: bez uppercase, bez letter-spacing, bez kropki/kreski/pigulki.
   Zostawiamy funkcjonalne dane (score audytu, role zespolu, tagi danych). */
body.netim-landing .kicker,
body.netim-landing .sec-eyebrow,
body.netim-landing .nh2-tag,
body.netim-landing .cm-hero-meta,
body.netim-landing .cm-by-label{
  text-transform:none!important;letter-spacing:.005em!important;font-weight:600!important;
  background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;
}
body.netim-landing .kicker .dot,
body.netim-landing .cm-hero-meta .dot,
body.netim-landing .sec-eyebrow::before,
body.netim-landing .nh2-tag::before{display:none!important}

/* === DOBICIE dwukolorowych akcentow w naglowkach: .mint/.italic/em/.mut/.accent -> jeden kolor, jeden styl ===
   Lapie tez !important ze zrodla (wyzsza specyfika + !important) oraz gradient-text. */
html body.netim-landing.netim-landing :is(h1,h2,h3,h4) :is(.mint,.italic,.mut,.acc,.soft,.sub,em,i,b,strong,span,mark,small,u){
  color:inherit!important;font-style:normal!important;
  background:none!important;-webkit-text-fill-color:currentColor!important;
}

/* de-pill brand-mark (label uslugi w hero google-ads/meta-ads): zostaje ikona+nazwa, znika pigulka+uppercase */
body.netim-landing .hero .brand-mark{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}
body.netim-landing .hero .brand-mark .nm small{text-transform:none!important;letter-spacing:.01em!important;color:rgba(255,255,255,.6)!important}

/* ===== DE-SLOP NAGŁÓWKÓW — GLOBALNIE na całej stronie (2026-07-01) =====
   Każdy nagłówek h1-h4 = JEDEN styl. Neutralizuje akcenty (italic + inny kolor + inna waga)
   w środku nagłówków na WSZYSTKICH podstronach (netim-landing). Anti-AI-slop, wg życzenia klienta. */
html body.netim-landing :is(h1,h2,h3,h4) :is(em,i,.italic,.white,.mut,.mint,.acc,.accent,.sky,.blue,.grad,.hv-ai,.ai,.em){
  font-style:normal !important;
  font-weight:inherit !important;
  color:inherit !important;
  -webkit-text-fill-color:currentColor !important;
  background:none !important;
}
