:root {
    --primary-color: #000000;
    --secondary-color: #4B5563;
    --accent-color: #2563EB;
    --bg-color: #FFFFFF;
    --surface-color: #FFFFFF;
    --text-primary: #1A1A1A;
    --text-secondary: #666666;
    --border-color: #E5E5E5;
    --hover-bg: #F9FAFB;
    --divider-color: #EEEEEE;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.serif-font {
    font-family: 'Playfair Display', serif;
}

.text-muted {
    color: #666666 !important;
}

.global-transition {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.editorial-border-top {
    border-top: 2px solid var(--primary-color);
}

.news-grid-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* ===== nagwek ===== */
.editorial-header-block {
    font-family: 'Inter', sans-serif;
}

.editorial-header-block .container {
    max-width: 1400px;
}

.editorial-header-block .js-mobile-menu {
    height: calc(100vh - 70px);
}

.editorial-header-block header {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.editorial-header-block a {
    transition: color 0.3s ease;
}

/* ===== witamynadomowenowoci ===== */
.dn-hero-section .dn-hero-ticker .js-ticker-content {
    animation: ticker-scroll 30s linear infinite;
}

.dn-hero-section .dn-hero-ticker:hover .js-ticker-content {
    animation-play-state: paused;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.dn-hero-section .dn-hero-featured {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.8);
}

.dn-hero-section .dn-hero-featured h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.dn-hero-section .dn-hero-ad-box {
    background: linear-gradient(135deg, #111111 0%, #000000 100%);
}

@media (max-width: 767px) {
    .dn-hero-section .dn-hero-ticker .js-ticker-content {
        animation-duration: 20s;
    }
}

/* ===== najnowszeinspiracjedladomu ===== */
.home-news-grid .font-serif {
    font-family: 'Playfair Display', serif;
}

.home-news-grid .js-news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-news-grid .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-grid .bx {
    vertical-align: middle;
    line-height: 1;
}

@media (max-width: 767px) {
    .home-news-grid h2 {
        hyphens: auto;
    }

    .home-news-grid h3 {
        hyphens: auto;
    }
}

/* ===== dobresamopoczuciekadegodnia ===== */
.health-news-grid .health-news-grid-header h2 {
    letter-spacing: -0.02em;
}

.health-news-grid .health-news-card {
    height: 100%;
    transition: opacity 0.3s ease;
}

.health-news-grid .health-news-card h3 {
    hyphens: auto;
    word-wrap: break-word;
}

.health-news-grid .health-news-card img {
    filter: grayscale(20%);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.health-news-grid .health-news-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@media (min-width: 1024px) {
    .health-news-grid .health-news-grid-container>article:not(:last-child) {
        border-right: 1px solid #EEEEEE;
        padding-right: 20px;
    }
}

.health-news-grid .aspect-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.health-news-grid .aspect-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== praktycznewskazwki ===== */
.tips-news-grid .container {
    max-width: 1280px;
}

.tips-news-grid__header h2 {
    font-family: 'Playfair Display', serif;
}

.tips-news-grid__card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tips-news-grid__title {
    font-family: 'Playfair Display', serif;
}

.tips-news-grid__meta {
    font-family: 'Inter', sans-serif;
}

.tips-news-grid__btn {
    font-family: 'Inter', sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 767px) {
    .tips-news-grid__card {
        margin-bottom: 2rem;
    }

    .tips-news-grid__header h2 {
        font-size: 16px;
    }

    .tips-news-grid__title {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .tips-news-grid__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ===== bdnabieco ===== */
.newsletter-block .newsletter-title {
    word-wrap: break-word;
    hyphens: auto;
}

.newsletter-block input::placeholder {
    color: #666666;
    opacity: 1;
}

.newsletter-block input:-ms-input-placeholder {
    color: #666666;
}

.newsletter-block input::-ms-input-placeholder {
    color: #666666;
}

.newsletter-block .container {
    max-width: 1200px;
}

/* ===== stopka ===== */
.domowe-nowosci-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.domowe-nowosci-footer .footer-disclaimer-box {
    border-left: 4px solid #000000;
}

.domowe-nowosci-footer .footer-link-active {
    color: #000000;
    font-weight: 700;
}

.domowe-nowosci-footer a {
    text-decoration: none;
}

.domowe-nowosci-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .domowe-nowosci-footer .footer-grid {
        text-align: left;
    }

    .domowe-nowosci-footer .footer-bottom {
        text-align: center;
    }
}

.editorial-header-block {
    font-family: 'Inter', sans-serif;
}

.editorial-header-block .container {
    max-width: 1400px;
}

.editorial-header-block .js-mobile-menu {
    height: calc(100vh - 70px);
}

.editorial-header-block header {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-template-block {
    font-family: 'Inter', sans-serif;
}

.category-template-block h1,
.category-template-block h2 {
    font-family: 'Playfair Display', serif;
}

.category-template-block .js-filter-btn.active {
    border-color: #1A1A1A;
    background-color: #1A1A1A;
    color: #FFFFFF;
}

.domowe-nowosci-footer {
    font-family: 'Inter', sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.domowe-nowosci-footer .footer-disclaimer-box {
    border-left: 4px solid #000000;
}

.domowe-nowosci-footer h3 {
    font-family: 'Playfair Display', serif;
}

.domowe-nowosci-footer .footer-link-active {
    color: #000000;
    font-weight: 700;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ===== PAGE: privacy ===== */
.policy-content-main { background-color: #FFFFFF; padding: 40px 16px; font-family: 'Inter', sans-serif; color: #1A1A1A; } .policy-container { max-width: 900px; margin: 0 auto; line-height: 1.6; padding-left: 16px; padding-right: 16px; } @media (min-width: 768px) { .policy-container { padding-left: 24px; padding-right: 24px; } } .policy-article { border-top: 2px solid #000000; padding-top: 24px; } .policy-header { margin-bottom: 48px; text-align: left; } .policy-title { font-family: 'Playfair Display', serif; color: #000000; font-weight: 700; font-size: 18px; line-height: 1.2; margin-bottom: 8px; text-transform: uppercase; letter-spacing: -0.02em; } @media (min-width: 768px) { .policy-title { font-size: 42px; } } .policy-update-date { color: #666666; font-size: 12px; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #EEEEEE; padding-bottom: 16px; display: inline-block; width: 100%; } .policy-body h2 { font-family: 'Playfair Display', serif; color: #000000; font-weight: 700; font-size: 16px; margin-top: 32px; margin-bottom: 16px; line-height: 1.3; } @media (min-width: 768px) { .policy-body h2 { font-size: 32px; } } .policy-body p { margin-bottom: 20px; color: #1A1A1A; font-size: 14px; text-align: justify; hyphens: auto; } @media (min-width: 768px) { .policy-body p { font-size: 16px; } } .policy-list { list-style: none; margin-bottom: 24px; padding-left: 0; } .policy-list li { position: relative; padding-left: 20px; margin-bottom: 12px; font-size: 14px; color: #4B5563; border-left: 1px solid #E5E5E5; padding-top: 4px; padding-bottom: 4px; } @media (min-width: 768px) { .policy-list li { font-size: 16px; } } .policy-link { color: #2563EB; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s ease; } .policy-link:hover { border-bottom-color: #2563EB; } .policy-section { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #F3F4F6; } .policy-section:last-child { border-bottom: none; }

/* ===== PAGE: terms ===== */
.policy-content-main .policy-container {
  font-family: 'Inter', sans-serif;
  color: #1A1A1A;
}
.policy-content-main h1,
.policy-content-main h2,
.policy-content-main h3 {
  font-family: 'Playfair Display', serif;
  color: #000000;
}
.policy-content-main .policy-list {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
.policy-content-main .policy-list li::before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0;
}
.policy-content-main .info-box {
  margin: 24px 0;
  background: #F9FAFB;
  border-left: 4px solid #000000;
}
.policy-content-main a {
  transition: color 0.3s ease;
}
.policy-content-main .policy-section {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .policy-content-main h1 {
    font-size: 18px !important;
  }
  .policy-content-main h2 {
    font-size: 16px !important;
  }
  .policy-content-main p {
    font-size: 14px !important;
    line-height: 1.5;
  }
}

/* ===== PAGE: disclaimer ===== */
.policy-content-main .policy-content-inner { max-width: 900px; margin: 0 auto; padding: 40px 20px; color: #1a1a1a; font-family: 'Inter', sans-serif; line-height: 1.6; } .policy-content-main .policy-header { border-bottom: 2px solid #000; margin-bottom: 40px; padding-bottom: 20px; } .policy-content-main .policy-title { font-family: 'Playfair Display', serif; font-size: 18px; color: #000; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; } @media (min-width: 768px) { .policy-content-main .policy-title { font-size: 42px; } } .policy-content-main .policy-subtitle { font-size: 14px; color: #666; margin-bottom: 12px; } @media (min-width: 768px) { .policy-content-main .policy-subtitle { font-size: 18px; } } .policy-content-main .policy-date { font-size: 12px; color: #999; font-style: italic; } .policy-content-main .policy-body h2 { font-family: 'Playfair Display', serif; font-size: 16px; color: #000; font-weight: 700; margin-top: 32px; margin-bottom: 16px; border-left: 3px solid #000; padding-left: 12px; } @media (min-width: 768px) { .policy-content-main .policy-body h2 { font-size: 32px; } } .policy-content-main .policy-body p { margin-bottom: 20px; text-align: justify; hyphens: auto; color: #333; } .policy-content-main .policy-body ul { margin-bottom: 24px; padding-left: 20px; list-style: square; } .policy-content-main .policy-body li { margin-bottom: 12px; } .policy-content-main .js-contact-link { color: #2563EB; text-decoration: none; transition: color 0.3s ease; border-bottom: 1px solid transparent; } .policy-content-main .js-contact-link:hover { color: #000; border-bottom-color: #000; }

/* ===== PAGE: cookies ===== */
.policy-content-main {
  background-color: #FFFFFF;
  color: #1A1A1A;
  overflow-x: hidden;
}

.policy-content-main .font-serif {
  font-family: 'Playfair Display', serif;
}

.policy-content-main .font-body {
  font-family: 'Inter', sans-serif;
}

.policy-content-main .text-primary {
  color: #000000;
}

.policy-content-main .text-secondary {
  color: #333333;
}

.policy-content-main .text-secondary-light {
  color: #666666;
}

.policy-content-main .types-grid {
  display: grid;
  gap: 2rem;
}

@media (max-width: 767px) {
  .policy-content-main h1 {
    font-size: 18px !important;
    line-height: 1.2;
  }
  .policy-content-main h2 {
    font-size: 16px !important;
    line-height: 1.3;
  }
  .policy-content-main h3 {
    font-size: 14px !important;
  }
  .policy-content-main p, 
  .policy-content-main li span {
    font-size: 14px !important;
    line-height: 1.6;
    hyphens: auto;
  }
}

.policy-content-main .content-block p {
  margin-bottom: 1.5rem;
}

.policy-content-main .type-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.policy-content-main .editorial-header {
  border-bottom: 2px solid #000000;
}

.policy-content-main .contact-editorial-box {
  position: relative;
}

.policy-content-main i.bx {
  font-size: 1.25rem;
  min-width: 20px;
}

/* ===== PAGE: about ===== */
.about-content .prose p { margin-bottom: 1.5rem; }
.about-content .prose p:last-child { margin-bottom: 0; }
.about-contact form input::placeholder, .about-contact form textarea::placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.about-contact form input:focus::placeholder, .about-contact form textarea:focus::placeholder {
  color: transparent;
}

.comment-avatar-main {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.comment-content {
    font-family: 'Inter', sans-serif;
    max-width: 800px;
}

.comment-action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.comment-action-btn:hover {
    opacity: 0.7;
}

.comment-avatar-reply {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

.comment-content-reply {
    font-family: 'Inter', sans-serif;
}

.comment-action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}


/* ===== PAGE TEMPLATE: home-news ===== */
.editorial-header-block {
    font-family: 'Inter', sans-serif;
}

.editorial-header-block .container {
    max-width: 1400px;
}

.editorial-header-block .js-mobile-menu {
    height: calc(100vh - 70px);
}

.editorial-header-block header {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.editorial-detail-block {
    font-family: 'Inter', sans-serif;
}

.editorial-detail-block .detail-content-rich-text img {
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.editorial-detail-block .share-block a {
    border-radius: 0;
}

.domowe-nowosci-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.domowe-nowosci-footer .footer-disclaimer-box {
    border-left: 4px solid #000000;
}

.domowe-nowosci-footer .footer-link-active {
    color: #000000;
    font-weight: 700;
}

.comments-area .comment-avatar-main,
.comments-area .comment-avatar-reply {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .editorial-header-block .js-mobile-menu {
        display: none;
    }

    .editorial-header-block .js-mobile-menu.flex {
        display: flex;
    }
}

/* ===== PAGE TEMPLATE: health-news ===== */
.editorial-header-block {
    font-family: 'Inter', sans-serif;
}

.editorial-header-block .container {
    max-width: 1400px;
}

.editorial-header-block .js-mobile-menu {
    height: calc(100vh - 70px);
}

.editorial-header-block header {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.editorial-detail-block {
    font-family: 'Inter', sans-serif;
}

.editorial-detail-block .detail-content-rich-text img {
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.editorial-detail-block .share-block a {
    border-radius: 0;
}

.domowe-nowosci-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.domowe-nowosci-footer .footer-disclaimer-box {
    border-left: 4px solid #000000;
}

.domowe-nowosci-footer .footer-link-active {
    color: #000000;
    font-weight: 700;
}

.comments-area .comment-avatar-main,
.comments-area .comment-avatar-reply {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .editorial-header-block .js-mobile-menu {
        display: none;
    }

    .editorial-header-block .js-mobile-menu.flex {
        display: flex;
    }
}

/* ===== PAGE TEMPLATE: tips-news ===== */
.editorial-header-block {
    font-family: 'Inter', sans-serif;
}

.editorial-header-block .container {
    max-width: 1400px;
}

.editorial-header-block .js-mobile-menu {
    height: calc(100vh - 70px);
}

.editorial-header-block header {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.editorial-detail-block {
    font-family: 'Inter', sans-serif;
}

.editorial-detail-block .detail-content-rich-text img {
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.editorial-detail-block .share-block a {
    border-radius: 0;
}

.domowe-nowosci-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.domowe-nowosci-footer .footer-disclaimer-box {
    border-left: 4px solid #000000;
}

.domowe-nowosci-footer .footer-link-active {
    color: #000000;
    font-weight: 700;
}

.comments-area .comment-avatar-main,
.comments-area .comment-avatar-reply {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .editorial-header-block .js-mobile-menu {
        display: none;
    }

    .editorial-header-block .js-mobile-menu.flex {
        display: flex;
    }
}