.elementor-9102 .elementor-element.elementor-element-f0232ca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-231a0c7 */.dyeye-blog-page {
  font-family: Arial, sans-serif;
  color: #151515;
  background: #fff;
}

.dyeye-blog-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.dyeye-blog-hero {
  padding: 100px 22px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,45,141,.24), transparent 34%),
    linear-gradient(135deg, #050505 0%, #171717 58%, #301020 100%);
}

.dyeye-blog-hero .dyeye-blog-container {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 46px;
  align-items: center;
}

.dyeye-blog-hero-text span,
.dyeye-blog-heading span,
.dyeye-blog-featured-content span,
.dyeye-editorial-box span {
  display: inline-block;
  margin-bottom: 16px;
  color: #ff2d8d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.dyeye-blog-hero-text h1 {
  margin: 0 0 22px;
  max-width: 780px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
}

.dyeye-blog-hero-text p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.8;
}

.dyeye-blog-hero-box {
  padding: 42px;
  border-radius: 32px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.dyeye-blog-hero-box strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
}

.dyeye-blog-hero-box p {
  margin: 0;
  color: rgba(255,255,255,.8);
  line-height: 1.8;
}

.dyeye-blog-featured,
.dyeye-blog-categories,
.dyeye-blog-latest,
.dyeye-blog-editorial,
.dyeye-blog-newsletter {
  padding: 88px 0;
}

.dyeye-blog-featured-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  padding: 54px;
  border-radius: 34px;
  background: #111;
  color: #fff;
}

.dyeye-blog-featured-content h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.18;
}

.dyeye-blog-featured-content p {
  margin: 0 0 28px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.dyeye-blog-featured-content a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  background: #ff2d8d;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.dyeye-blog-featured-side {
  display: grid;
  gap: 18px;
}

.dyeye-blog-featured-side div {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}

.dyeye-blog-featured-side strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.dyeye-blog-featured-side p {
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}

.dyeye-blog-categories,
.dyeye-blog-editorial {
  background: #fafafa;
}

.dyeye-blog-heading {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.dyeye-blog-heading.left {
  margin-left: 0;
  text-align: left;
}

.dyeye-blog-heading h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.2;
}

.dyeye-blog-heading p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.dyeye-blog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dyeye-blog-category-grid a {
  display: block;
  min-height: 190px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 28px;
  color: #111;
  text-decoration: none;
  transition: all .25s ease;
}

.dyeye-blog-category-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0,0,0,.06);
}

.dyeye-blog-category-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
}

.dyeye-blog-category-grid p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.dyeye-blog-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dyeye-blog-post-grid article {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 28px;
  transition: all .25s ease;
}

.dyeye-blog-post-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0,0,0,.06);
}

.dyeye-blog-post-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: #ff2d8d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dyeye-blog-post-grid h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
}

.dyeye-blog-post-grid p {
  margin: 0 0 22px;
  color: #555;
  line-height: 1.75;
}

.dyeye-blog-post-grid a {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.dyeye-editorial-box {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 42px;
  align-items: center;
  padding: 54px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 34px;
}

.dyeye-editorial-box h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.2;
}

.dyeye-editorial-box p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.dyeye-editorial-list {
  display: grid;
  gap: 14px;
}

.dyeye-editorial-list p {
  padding: 18px 22px;
  background: #fafafa;
  border-radius: 18px;
  font-weight: 700;
}

.dyeye-newsletter-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,45,141,.18), transparent 34%),
    #111;
  color: #fff;
  text-align: center;
}

.dyeye-newsletter-card h2 {
  margin: 0 0 14px;
  font-size: 40px;
}

.dyeye-newsletter-card p {
  margin: 0 auto 28px;
  max-width: 640px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.dyeye-newsletter-card form {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
  gap: 12px;
}

.dyeye-newsletter-card input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  border-radius: 999px;
  outline: none;
}

.dyeye-newsletter-card button {
  padding: 16px 28px;
  border: none;
  border-radius: 999px;
  background: #ff2d8d;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.dyeye-blog-cta {
  padding: 88px 20px;
  background: #111;
  color: #fff;
  text-align: center;
}

.dyeye-blog-cta h2 {
  margin: 0 0 16px;
  font-size: 42px;
}

.dyeye-blog-cta p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
}

.dyeye-blog-buttons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.dyeye-blog-btn-main,
.dyeye-blog-btn-light {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.dyeye-blog-btn-main {
  background: #ff2d8d;
  color: #fff;
}

.dyeye-blog-btn-light {
  color: #fff;
  border: 1px solid rgba(255,255,255,.36);
}

@media (max-width: 900px) {
  .dyeye-blog-hero {
    padding: 76px 18px;
  }

  .dyeye-blog-hero .dyeye-blog-container,
  .dyeye-blog-featured-card,
  .dyeye-blog-category-grid,
  .dyeye-blog-post-grid,
  .dyeye-editorial-box {
    grid-template-columns: 1fr;
  }

  .dyeye-blog-hero-text h1 {
    font-size: 38px;
  }

  .dyeye-blog-featured-content h2,
  .dyeye-blog-heading h2,
  .dyeye-editorial-box h2,
  .dyeye-newsletter-card h2,
  .dyeye-blog-cta h2 {
    font-size: 30px;
  }

  .dyeye-blog-featured-card,
  .dyeye-editorial-box,
  .dyeye-newsletter-card {
    padding: 36px 24px;
  }

  .dyeye-newsletter-card form {
    flex-direction: column;
  }

  .dyeye-blog-featured,
  .dyeye-blog-categories,
  .dyeye-blog-latest,
  .dyeye-blog-editorial,
  .dyeye-blog-newsletter {
    padding: 64px 0;
  }
}/* End custom CSS */