@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,500&family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

/* ============================================
   BLOK 1: HERO SEKCIA
   ============================================ */

#nf-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: block !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

#nf-hero *,
#nf-hero *::before,
#nf-hero *::after {
    box-sizing: border-box !important;
}

#nf-hero .nf-hero-mob {
    display: none !important;
    width: 100% !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#nf-hero .nf-hero-mob img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: 100% !important;
}

#nf-hero .nf-hero-wrap {
    background-color: #FCFCFA !important;
    background-image: url('https://787194.myshoptet.com/user/documents/upload/Hlavna%20stranka%20-%20bloky/1-blok-hero-sekcia/HERO%20Banner%20-%20R%C3%A1m%20a%20pozadie.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    padding: 70px 0 0 0 !important;
    margin: 0 !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
}

#nf-hero .nf-hero-wrap::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to right, rgba(252,252,250,0.85) 0%, rgba(252,252,250,0.72) 30%, rgba(252,252,250,0.4) 55%, rgba(252,252,250,0.15) 75%, rgba(252,252,250,0.05) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

#nf-hero .nf-hero-grid {
    width: 100% !important;
    max-width: 1250px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 0.9fr 1.1fr !important;
    gap: 40px !important;
    align-items: center !important;
    padding: 0 20px 40px 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

#nf-hero .nf-hero-content { text-align: left !important; }

#nf-hero .nf-hero-tag {
    font-size: 14px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #4A7C35 !important;
    font-weight: 700 !important;
    margin: 0 0 32px 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border: none !important;
    background: none !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}

#nf-hero .nf-hero-tag::before {
    content: '' !important;
    display: block !important;
    width: 30px !important;
    height: 1.5px !important;
    background-color: #4A7C35 !important;
    flex-shrink: 0 !important;
}

#nf-hero .nf-hero-h1 {
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #1B3A1A !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    text-align: left !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    background: none !important;
    float: none !important;
    width: auto !important;
}

#nf-hero .nf-hero-slogan {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 46px !important;
    line-height: 1.15 !important;
    color: #1B3A1A !important;
    font-weight: 500 !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: 0.3px !important;
    border: none !important;
    background: none !important;
    float: none !important;
    width: auto !important;
}

#nf-hero .nf-hero-slogan em {
    font-style: italic !important;
    color: #C0A062 !important;
    letter-spacing: 0 !important;
}

#nf-hero .nf-hero-br { display: none !important; }

#nf-hero .nf-hero-cta {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

#nf-hero .nf-hero-btn {
    background-color: #3D7A4A !important;
    color: #fff !important;
    padding: 15px 38px !important;
    height: auto !important;
    line-height: 1.5 !important;
    min-height: unset !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(61,122,74,0.2) !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    gap: 8px !important;
    cursor: pointer !important;
    float: none !important;
    width: auto !important;
    text-transform: none !important;
}

#nf-hero .nf-hero-btn:hover {
    transform: translateY(-3px) !important;
    background-color: #2E6339 !important;
    box-shadow: 0 12px 30px rgba(61,122,74,0.35) !important;
    color: #fff !important;
    text-decoration: none !important;
}

#nf-hero .nf-hero-visual {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#nf-hero .nf-hero-img {
    width: 88% !important;
    max-width: 580px !important;
    height: auto !important;
    filter: drop-shadow(0 15px 30px rgba(27,58,26,0.25)) !important;
    margin: 0 -10px -10px 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
    display: block !important;
    float: none !important;
    border: none !important;
}

@media (max-width: 1250px) {
    #nf-hero .nf-hero-h1 { font-size: 34px !important; }
    #nf-hero .nf-hero-slogan { font-size: 40px !important; }
    #nf-hero .nf-hero-img { width: 100% !important; margin-right: 0 !important; }
}

@media (max-width: 992px) {
    #nf-hero .nf-hero-mob { display: block !important; }
    #nf-hero .nf-hero-wrap { padding-top: 40px !important; background-position: 75% center !important; }
    #nf-hero .nf-hero-wrap::before { background: linear-gradient(to bottom, rgba(252,252,250,0.88) 0%, rgba(252,252,250,0.65) 50%, rgba(252,252,250,0.2) 100%) !important; }
    #nf-hero .nf-hero-grid { grid-template-columns: 1fr !important; text-align: center !important; padding-bottom: 0 !important; padding-left: 20px !important; }
    #nf-hero .nf-hero-content { text-align: center !important; }
    #nf-hero .nf-hero-h1 { text-align: center !important; font-size: 32px !important; }
    #nf-hero .nf-hero-slogan { text-align: center !important; font-size: 38px !important; }
    #nf-hero .nf-hero-tag { justify-content: center !important; }
    #nf-hero .nf-hero-cta { justify-content: center !important; }
    #nf-hero .nf-hero-img { max-width: 450px !important; margin-bottom: -20px !important; margin-right: 0 !important; }
}

@media (max-width: 600px) {
    #nf-hero .nf-hero-grid { padding-left: 25px !important; padding-right: 25px !important; }
    #nf-hero .nf-hero-wrap { background-position: 90% center !important; }
    #nf-hero .nf-hero-tag { margin-bottom: 16px !important; font-size: 12px !important; letter-spacing: 2px !important; }
    #nf-hero .nf-hero-h1 { font-size: 28px !important; margin-bottom: 14px !important; }
    #nf-hero .nf-hero-slogan { font-size: 34px !important; line-height: 1.2 !important; margin-bottom: 24px !important; }
    #nf-hero .nf-hero-br { display: block !important; }
    #nf-hero .nf-hero-cta { flex-direction: column !important; width: 100% !important; gap: 20px !important; }
    #nf-hero .nf-hero-btn { width: auto !important; min-width: 220px !important; text-align: center !important; font-size: 16px !important; padding: 16px 36px !important; }
    #nf-hero .nf-hero-img { margin-bottom: 0 !important; width: 100% !important; max-width: 350px !important; }
}


/* ============================================
   BLOK 2: LYŽIČKA VS KAPSULY
   ============================================ */

#nf-liq { display: block !important; box-sizing: border-box !important; max-width: 1400px !important; margin: 0 auto !important; padding: 50px 30px !important; font-family: 'Manrope', sans-serif !important; color: #1a1a1a !important; position: relative !important; background: none !important; border: none !important; float: none !important; line-height: 1.6 !important; }
#nf-liq * { box-sizing: border-box !important; float: none !important; }
#nf-liq img { max-width: 100% !important; height: auto !important; border: 0 !important; box-shadow: none !important; }
#nf-liq .nl-grid { display: grid !important; grid-template-columns: 2fr 3fr !important; gap: 60px !important; align-items: center !important; }
#nf-liq .nl-text { display: flex !important; flex-direction: column !important; justify-content: center !important; padding: 20px 0 !important; margin: 0 !important; }
#nf-liq .nl-label { font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 2.5px !important; color: #4A7C35 !important; font-weight: 700 !important; display: block !important; margin: 0 0 22px !important; line-height: 1 !important; }
#nf-liq .nl-h3 { font-size: 38px !important; font-weight: 600 !important; color: #1B3A1A !important; margin: 0 0 28px !important; line-height: 1.15 !important; letter-spacing: -0.01em !important; display: block !important; }
#nf-liq .nl-h3 .nl-soft { color: #4A7C35 !important; font-weight: 500 !important; font-style: italic !important; display: block !important; margin-top: 8px !important; }
#nf-liq .nl-intro { font-size: 16px !important; color: #333 !important; line-height: 1.6 !important; margin: 0 0 28px !important; font-weight: 400 !important; display: block !important; }
#nf-liq .nl-intro strong { color: #1B3A1A !important; font-weight: 700 !important; }
#nf-liq .nl-checks { display: flex !important; flex-direction: column !important; gap: 14px !important; margin: 0 0 28px !important; }
#nf-liq .nl-check { display: flex !important; flex-direction: row !important; align-items: center !important; font-size: 15px !important; color: #333 !important; font-weight: 400 !important; line-height: 1.4 !important; gap: 14px !important; }
#nf-liq .nl-check strong { color: #1B3A1A !important; font-weight: 700 !important; }
#nf-liq .nl-icon { color: #4A7C35 !important; border: 2px solid #4A7C35 !important; background: #f0f7ea !important; width: 28px !important; height: 28px !important; min-width: 28px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 14px !important; font-weight: 700 !important; flex-shrink: 0 !important; }
#nf-liq .nl-seo { font-size: 15px !important; color: #333 !important; line-height: 1.65 !important; margin: 0 !important; padding: 20px 0 0 !important; display: block !important; border-top: 1px solid #eee !important; font-weight: 400 !important; }
#nf-liq .nl-seo strong { color: #1B3A1A !important; font-weight: 700 !important; }
#nf-liq .nl-media { position: relative !important; border-radius: 14px !important; overflow: hidden !important; border: 1px solid #e8e4db !important; box-shadow: 0 12px 35px rgba(27,58,26,0.06) !important; width: 100% !important; aspect-ratio: 3/2 !important; background: #f8f6f1 !important; }
#nf-liq .nl-img { width: 100% !important; height: 100% !important; display: block !important; object-fit: cover !important; }
#nf-liq .nl-insight { position: absolute !important; bottom: 16px !important; left: 16px !important; right: 16px !important; background: rgba(248,246,241,0.95) !important; padding: 16px 18px !important; border-radius: 10px !important; box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important; display: flex !important; flex-direction: row !important; align-items: center !important; gap: 12px !important; border-left: 3px solid #4A7C35 !important; }
#nf-liq .nl-insight-icon { font-size: 20px !important; line-height: 1 !important; flex-shrink: 0 !important; }
#nf-liq .nl-insight-text { font-size: 14px !important; color: #333 !important; font-weight: 600 !important; line-height: 1.3 !important; display: inline-block !important; visibility: visible !important; opacity: 1 !important; }

@media (max-width: 900px) {
    #nf-liq { padding: 24px 16px !important; }
    #nf-liq .nl-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
    #nf-liq .nl-text { padding: 0 0 20px !important; }
    #nf-liq .nl-h3 { font-size: 32px !important; margin: 0 0 22px !important; }
    #nf-liq .nl-intro { font-size: 15px !important; margin: 0 0 20px !important; }
    #nf-liq .nl-checks { margin: 0 0 20px !important; }
    #nf-liq .nl-seo { margin: 0 !important; padding: 16px 0 0 !important; }
    #nf-liq .nl-media { border-radius: 14px !important; aspect-ratio: auto !important; box-shadow: 0 8px 16px rgba(0,0,0,0.06) !important; width: 100% !important; }
}

@media (max-width: 600px) {
    #nf-liq { padding: 32px 18px !important; }
    #nf-liq .nl-label { font-size: 13px !important; letter-spacing: 2px !important; margin: 0 0 20px !important; }
    #nf-liq .nl-h3 { font-size: 30px !important; line-height: 1.2 !important; margin: 0 0 22px !important; }
    #nf-liq .nl-h3 .nl-soft { margin-top: 10px !important; display: block !important; }
    #nf-liq .nl-check { font-size: 14px !important; gap: 12px !important; }
    #nf-liq .nl-seo { font-size: 14px !important; }
    #nf-liq .nl-media { display: flex !important; flex-direction: column !important; overflow: visible !important; border-radius: 12px !important; }
    #nf-liq .nl-insight { position: static !important; border-radius: 0 !important; border-left: none !important; border-top: 3px solid #4A7C35 !important; background: #f8f6f1 !important; box-shadow: none !important; padding: 14px 16px !important; margin: 0 !important; }
}


/* ============================================
   BLOK 3: PREČO SME INÍ (3 KARTY)
   ============================================ */

.nf-benefits-wrapper, .nf-benefits-wrapper *, .nf-benefits-wrapper *::before, .nf-benefits-wrapper *::after { box-sizing: border-box !important; }

.nf-benefits-outer {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    background-color: #fff !important;
    background-image: url('https://787194.myshoptet.com/user/documents/upload/Hlavna%20stranka%20-%20bloky/blok-preco-3-karty/Pozadie_huby_kvapka_banner_1.jpg') !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 30px 0 !important;
}

.nf-benefits-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    color: #333 !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative !important;
    z-index: 1 !important;
}

.nf-benefits-wrapper .nf-benefits-header { text-align: center !important; margin-bottom: 65px !important; }
.nf-benefits-wrapper .nf-eyebrow-green { display: block !important; font-size: 16px !important; text-transform: uppercase !important; letter-spacing: 2.5px !important; color: #4A7C35 !important; font-weight: 700 !important; margin-bottom: 15px !important; }
.nf-benefits-wrapper .nf-benefits-header h2 { color: #1B3A1A !important; font-family: 'Inter', sans-serif !important; font-size: 26px !important; font-weight: 600 !important; margin: 0 !important; line-height: 1.5 !important; letter-spacing: -0.2px !important; }
.nf-benefits-wrapper .nf-soft-green { color: #4A7C35 !important; font-size: 16px !important; font-weight: 500 !important; font-style: italic !important; }
.nf-benefits-wrapper .nf-benefits-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; align-items: stretch !important; }
.nf-benefits-wrapper .nf-benefit-card { background: #f8f6f1 !important; border-radius: 14px !important; padding: 0 !important; text-align: left !important; position: relative !important; overflow: hidden !important; border: 1px solid #e8e4db !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; display: flex !important; flex-direction: column !important; }
.nf-benefits-wrapper .nf-benefit-card:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 35px rgba(27,58,26,0.08) !important; border-color: #4A7C35 !important; }
.nf-benefits-wrapper .nf-card-accent { display: block !important; height: 5px !important; background: linear-gradient(90deg, #4A7C35 0%, #7CB342 100%) !important; flex-shrink: 0 !important; }
.nf-benefits-wrapper .nf-card-inner { padding: 28px 28px 32px 28px !important; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; }
.nf-benefits-wrapper .nf-benefit-card h3 { font-family: 'Inter', sans-serif !important; font-size: 21px !important; font-weight: 600 !important; color: #1B3A1A !important; margin: 0 0 20px 0 !important; line-height: 1.3 !important; }
.nf-benefits-wrapper .nf-card-lead { font-size: 14.5px !important; font-weight: 500 !important; color: #333 !important; line-height: 1.65 !important; margin-bottom: 0 !important; display: block !important; }
.nf-benefits-wrapper .nf-card-divider { display: block !important; width: 100% !important; height: 1px !important; background: #1B3A1A !important; opacity: 0.08 !important; margin: 18px 0 !important; }
.nf-benefits-wrapper .nf-card-body { font-size: 14px !important; color: #555 !important; line-height: 1.7 !important; display: block !important; }
.nf-benefits-wrapper .nf-bold { font-weight: 600 !important; color: #333 !important; }

@media (max-width: 950px) {
    .nf-benefits-outer { background-image: none !important; }
    .nf-benefits-wrapper { padding: 0 25px !important; }
    .nf-benefits-wrapper .nf-benefits-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .nf-benefits-wrapper .nf-benefits-header h2 { font-size: 24px !important; }
    .nf-benefits-wrapper .nf-soft-green { font-size: 20px !important; }
}


/* ============================================
   BLOK 4: POROVNÁVACIA TABUĽKA
   ============================================ */

.nf-smart-wrapper, .nf-smart-wrapper *, .nf-smart-wrapper *::before, .nf-smart-wrapper *::after { box-sizing: border-box !important; }

.nf-smart-outer {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    background-color: #fff !important;
    background-image: url('https://787194.myshoptet.com/user/documents/upload/Hlavna%20stranka%20-%20bloky/blok-porovnavacia-tabulka/Pozadie_ram_porovnavacia_tabulka.jpg') !important;
    background-size: 100% auto !important;
    background-position: center -100px !important;
    background-repeat: no-repeat !important;
    padding-bottom: 120px !important;
}

.nf-smart-outer::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 60% !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0.25) 100%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.nf-smart-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    max-width: 950px !important;
    margin: 50px auto !important;
    padding: 0 20px !important;
    color: #333 !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative !important;
    z-index: 1 !important;
}

.nf-smart-wrapper .nf-smart-header { text-align: center !important; margin-bottom: 45px !important; position: relative !important; z-index: 1 !important; }
.nf-smart-wrapper .nf-eyebrow { display: block !important; font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 2.5px !important; color: #999 !important; font-weight: 800 !important; margin-bottom: 12px !important; }
.nf-smart-wrapper .nf-smart-header h2 { color: #4A7C35 !important; font-family: 'Inter', sans-serif !important; font-size: 26px !important; font-weight: 600 !important; margin: 0 0 28px 0 !important; line-height: 1.4 !important; letter-spacing: -0.3px !important; }
.nf-smart-wrapper .nf-smart-header .nf-desc { color: #666 !important; font-size: 15px !important; max-width: 700px !important; margin: 0 auto 14px auto !important; line-height: 1.7 !important; font-weight: 400 !important; display: block !important; }
.nf-smart-wrapper .nf-smart-header .nf-desc:last-of-type { margin-bottom: 0 !important; }
.nf-smart-wrapper .nf-smart-header .nf-desc strong { color: #1B3A1A !important; font-weight: 600 !important; }

.nf-smart-wrapper .nf-compare-grid { display: grid !important; grid-template-columns: 0.8fr 1fr 1fr 1.2fr !important; gap: 0 !important; align-items: stretch !important; border-radius: 16px !important; box-shadow: 0 5px 30px rgba(0,0,0,0.04) !important; background: #fff !important; position: relative !important; border: 1px solid #e0e0e0 !important; margin-top: 40px !important; }
.nf-smart-wrapper .nf-cell { height: 60px !important; padding: 0 15px !important; border-bottom: 1px solid #e0e0e0 !important; font-size: 14px !important; font-weight: 500 !important; color: #444 !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; line-height: 1.2 !important; }
.nf-smart-wrapper .nf-col-labels .nf-cell { justify-content: flex-start !important; text-align: left !important; font-weight: 700 !important; color: #1B3A1A !important; padding-left: 25px !important; background-color: #f9fafa !important; }
.nf-smart-wrapper .nf-cell:last-child { border-bottom: none !important; }
.nf-smart-wrapper .nf-col-header { padding: 10px !important; text-align: center !important; font-weight: 700 !important; font-size: 15px !important; color: #1B3A1A !important; border-bottom: 2px solid #e0e0e0 !important; height: 70px !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-direction: column !important; line-height: 1.3 !important; background-color: #fff !important; }
.nf-smart-wrapper .nf-sub-label { display: block !important; font-size: 14px !important; font-weight: 500 !important; color: #888 !important; margin-top: 4px !important; }
.nf-smart-wrapper .nf-val-low { color: #c0392b !important; font-weight: 500 !important; }
.nf-smart-wrapper .nf-val-mid { color: #e67e22 !important; font-weight: 500 !important; }

.nf-smart-wrapper .nf-col-winner { background: #fff !important; transform: scale(1.02) !important; box-shadow: 0 15px 40px rgba(46,125,50,0.15) !important; border-radius: 16px !important; border: 2px solid #7CB342 !important; position: relative !important; z-index: 10 !important; display: flex !important; flex-direction: column !important; margin-top: -8px !important; margin-bottom: -8px !important; }
.nf-smart-wrapper .nf-col-winner .nf-col-header { background: linear-gradient(135deg, #7CB342 0%, #558B2F 100%) !important; color: white !important; border-radius: 14px 14px 0 0 !important; border-bottom: none !important; height: 86px !important; }
.nf-smart-wrapper .nf-brand-title { font-family: 'Inter', sans-serif !important; font-weight: 800 !important; font-size: 18px !important; letter-spacing: 0.5px !important; margin-bottom: 2px !important; }
.nf-smart-wrapper .nf-col-winner .nf-cell { font-weight: 800 !important; color: #2E7D32 !important; background: transparent !important; font-size: 15px !important; height: 60px !important; }

@media (max-width: 850px) {
    .nf-smart-outer { background-image: none !important; padding-bottom: 0 !important; }
    .nf-smart-outer::after { display: none !important; }
    .nf-smart-wrapper { margin: 30px 0 !important; padding: 0 15px !important; }
    .nf-smart-wrapper .nf-smart-header { margin-bottom: 35px !important; }
    .nf-smart-wrapper .nf-smart-header h2 { font-size: 24px !important; }
    .nf-smart-wrapper .nf-compare-grid { display: flex !important; flex-direction: column !important; gap: 25px !important; box-shadow: none !important; border: none !important; background: transparent !important; overflow: visible !important; }
    .nf-smart-wrapper .nf-col-labels { display: none !important; }
    .nf-smart-wrapper .nf-col-standard, .nf-smart-wrapper .nf-col-tincture, .nf-smart-wrapper .nf-col-winner { width: 100% !important; background: #fff !important; border-radius: 16px !important; border: 1px solid #e0e0e0 !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; padding-bottom: 15px !important; }
    .nf-smart-wrapper .nf-col-winner { border: 2px solid #7CB342 !important; transform: scale(1.02) !important; order: 3 !important; margin: 0 !important; }
    .nf-smart-wrapper .nf-col-header { border-radius: 16px 16px 0 0 !important; border-bottom: 1px solid #eee !important; }
    .nf-smart-wrapper .nf-cell { flex-direction: column !important; height: auto !important; padding: 12px 10px !important; border-bottom: 1px solid #f0f0f0 !important; }
    .nf-smart-wrapper .nf-cell::before { content: attr(data-label) !important; display: block !important; font-size: 14px !important; color: #999 !important; margin-bottom: 5px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
}
