/*
Theme Name: MM365 Child
Template: twentytwentyfive
*/

/* === GLOBAL RESET AND BASE STYLES === */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #000 !important;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

a {
  color: #ff3c3c;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #e60000;
  outline: none;
}

/* === REMOVE DEFAULT BG FROM THEME CONTAINERS === */
.site,
.wp-site-blocks,
.entry-content,
.is-layout-flow,
.block-editor-block-list__layout,
main,
section,
div,
article {
  background-color: transparent !important;
  color: #fff;
}

/* === LISTS CLEANUP: REMOVE BULLETS AND CSS EMOJIS === */
ul, ol {
  list-style-type: none !important;
  padding-left: 1.2rem;
  margin-left: 0;
}

li::before {
  content: none !important;
  display: none !important;
}

/* === LAYOUT CONTAINER === */
.sabri-home-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* === HEADER === */
.sabri-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #222;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.sabri-logo img {
  height: 60px;
  width: auto;
}

/* Login button */
.sabri-login .sabri-btn-primary {
  background-color: #ff3c3c;
  color: #fff !important;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}

.sabri-login .sabri-btn-primary:hover,
.sabri-login .sabri-btn-primary:focus {
  background-color: #e60000;
  outline: none;
}

/* === HERO SECTION === */
.sabri-hero {
  text-align: center;
  padding: 4rem 2rem;
  background: #111;
  border-radius: 12px;
  margin-bottom: 3rem;
}

.sabri-hero h1 {
  font-size: 2.5rem;
  color: #ff3c3c;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.hero-subtext {
  font-size: 1.2rem;
  color: #ddd;
  margin-bottom: 2rem;
  font-weight: 400;
}

/* === SECTIONS === */
section {
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Headings */
h2 {
  font-size: 1.8rem;
  color: #ff3c3c;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}

/* Lists - general styling */
ul, ol {
  color: #ccc;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* List items spacing */
ul li, ol li {
  margin-bottom: 0.7rem;
}

/* === TESTIMONIALS === */
.sabri-testimonials blockquote {
  background: #111;
  padding: 1rem 1.5rem;
  border-left: 5px solid #ff3c3c;
  margin: 1rem auto 2rem auto;
  max-width: 700px;
  font-style: italic;
  color: #eee;
  font-size: 1.1rem;
  line-height: 1.4;
}

/* === CTA SECTION === */
.sabri-cta {
  background: #111;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 10px;
  margin-top: 3rem;
}

.sabri-btn-primary {
  background-color: #ff3c3c;
  color: white !important;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.sabri-btn-primary:hover,
.sabri-btn-primary:focus {
  background-color: #e60000;
  outline: none;
}

/* === FOOTER === */
.sabri-footer {
  text-align: center;
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #666;
  font-weight: 400;
  padding-bottom: 2rem;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .sabri-hero h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  ul, ol {
    font-size: 1rem;
  }

  .sabri-header {
    flex-direction: column;
    gap: 1rem;
  }

  .sabri-login .sabri-btn-primary {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

.wp-block-site-title,
.site-title,
.wp-site-title,
h1.wp-block-site-title {
  display: none !important;
}
