/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.41.1778550284
Updated: 2026-05-12 01:44:44

*/
.mds-home {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
}

.mds-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #f5f7fb, #ffffff);
  border-radius: 28px;
  padding: 60px;
  margin-bottom: 36px;
}

.mds-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #2563eb;
}

.mds-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  margin: 0 0 20px;
}

.mds-subtitle {
  font-size: 20px;
  max-width: 620px;
  color: #4b5563;
}

.mds-buttons {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.mds-btn-primary,
.mds-btn-secondary {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.mds-btn-primary {
  background: #111827;
  color: #fff;
}

.mds-btn-secondary {
  background: #e5e7eb;
  color: #111827;
}

.mds-hero-card {
  background: #111827;
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.mds-hero-card span {
  color: #93c5fd;
  font-weight: 700;
}

.mds-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 52px;
}

.mds-categories a {
  background: #f3f4f6;
  padding: 26px;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #111827;
}

.mds-section {
  margin-bottom: 58px;
}

.mds-section h2 {
  font-size: 34px;
  margin-bottom: 22px;
}

.mds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mds-card {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.mds-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding-bottom: 20px;
}

.mds-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mds-card h3 {
  padding: 18px 20px 0;
  font-size: 21px;
}

.mds-card p {
  padding: 0 20px;
  color: #6b7280;
}

.mds-card-link {
  padding: 0 20px;
  font-weight: 700;
  color: #2563eb;
}

.mds-newsletter {
  background: #111827;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  padding: 50px 20px;
}

@media (max-width: 900px) {
  .mds-hero,
  .mds-categories,
  .mds-grid {
    grid-template-columns: 1fr;
  }

  .mds-hero {
    padding: 36px 24px;
  }
}

