/* ============================================================
   Divina Beauty Buzz — Master Stylesheet
   Ser Divina Beauty LLC — divinabeauty.buzz
   ============================================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: #fdf6f0;
  color: #2c1a3a;
  line-height: 1.7;
  min-height: 100vh;
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: #3a0d3e;
  margin-bottom: 0.5em;
}

h1 { font-size: 2.8rem; letter-spacing: -0.02em; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1em; }

a { color: #8b3a6e; text-decoration: none; transition: color 0.2s; }
a:hover { color: #5c1d45; text-decoration: underline; }

ul, ol { padding-left: 1.5em; margin-bottom: 1.2em; }
li { margin-bottom: 0.4em; }

blockquote {
  border-left: 4px solid #c78eb4;
  background: #f9eeff;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-radius: 0 8px 8px 0;
  color: #3a0d3e;
}

strong { color: #3a0d3e; }

hr {
  border: none;
  border-top: 2px solid #e8d5e4;
  margin: 2em 0;
}

/* --- Layout --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5em;
}

section { padding: 3.5em 0; }

/* --- Header / Navigation --- */
.site-header {
  background: linear-gradient(135deg, #3a0d3e 0%, #5c1d45 40%, #7a2e5a 100%);
  color: #ffffff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(58, 13, 62, 0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5em;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7em;
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #d4a0c4, #e8b8d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #3a0d3e;
  font-weight: 900;
}

.logo-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.logo-text span { color: #e8b8d0; }

.main-nav { display: flex; gap: 0.3em; }

.main-nav a {
  color: #f5e1ee;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s, color 0.2s;
}

.main-nav a:hover, .main-nav a.active {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  text-decoration: none;
}

/* --- Hero Section --- */
.hero {
  background: linear-gradient(160deg, #fdf6f0 0%, #f9eeff 30%, #fce4ec 70%, #fff3e0 100%);
  padding: 5em 0 4em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(199, 142, 180, 0.15), transparent 70%);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(232, 184, 208, 0.15), transparent 70%);
  border-radius: 50%;
}

.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 0.3em;
  background: linear-gradient(135deg, #3a0d3e, #7a2e5a, #a0457e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero .tagline {
  font-size: 1.25rem;
  color: #5c1d45;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.hero .cta-group {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 0.85em 2em;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s;
  border: none;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, #7a2e5a, #a0457e);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(122, 46, 90, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(122, 46, 90, 0.55);
  color: #ffffff;
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  color: #5c1d45;
  border: 2px solid #7a2e5a;
}

.btn-outline:hover {
  background: #7a2e5a;
  color: #ffffff;
  text-decoration: none;
}

/* --- Features Grid --- */
.features {
  background: #ffffff;
  padding: 4em 0;
}

.features h2 { text-align: center; margin-bottom: 2em; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2em;
}

.feature-card {
  background: #fdf6f0;
  border-radius: 16px;
  padding: 2em 1.8em;
  text-align: center;
  border: 1px solid #ead5e4;
  transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(58, 13, 62, 0.1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #d4a0c4, #e8b8d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1.2em;
  color: #3a0d3e;
}

.feature-card h3 { margin-bottom: 0.5em; }
.feature-card p { color: #5c3d5e; font-size: 0.95rem; }

/* --- About Section --- */
.about {
  background: #f9eeff;
  padding: 4em 0;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  align-items: center;
}

.about-image {
  background: linear-gradient(135deg, #d4a0c4, #e8b8d0, #c78eb4);
  border-radius: 20px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #3a0d3e;
  box-shadow: 0 8px 30px rgba(122, 46, 90, 0.2);
}

.about-content h2 { margin-bottom: 0.7em; }

/* --- Services Section --- */
.services {
  background: #ffffff;
  padding: 4em 0;
}

.services h2 { text-align: center; margin-bottom: 2em; }

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5em;
}

.service-item {
  background: linear-gradient(135deg, #fdf6f0, #f9eeff);
  border-radius: 12px;
  padding: 1.8em;
  border-left: 4px solid #a0457e;
}

.service-item h4 { color: #7a2e5a; }
.service-item p { color: #4a2d4e; }

/* --- Contact Section --- */
.contact {
  background: linear-gradient(135deg, #3a0d3e, #5c1d45);
  color: #ffffff;
  padding: 4em 0;
}

.contact h2 { color: #ffffff; text-align: center; margin-bottom: 2em; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2em;
}

.contact-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 1.8em;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.12);
}

.contact-card h4 { color: #e8b8d0; margin-bottom: 0.5em; }
.contact-card p, .contact-card a { color: #f5e1ee; }

.contact-card a:hover { color: #ffffff; }

/* --- Footer --- */
.site-footer {
  background: #1a061e;
  color: #c78eb4;
  padding: 3em 0 1.5em;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2em;
  margin-bottom: 2em;
}

.footer-col h4 {
  color: #e8b8d0;
  margin-bottom: 1em;
  font-size: 1.05rem;
}

.footer-col a, .footer-col p { color: #c78eb4; font-size: 0.92rem; }

.footer-col a { display: block; margin-bottom: 0.4em; }

.footer-col a:hover { color: #ffffff; text-decoration: none; }

.footer-bottom {
  border-top: 1px solid rgba(199, 142, 180, 0.2);
  padding-top: 1.5em;
  text-align: center;
  color: #8b6e90;
  font-size: 0.88rem;
}

/* --- Legal Pages (Privacy / Terms) --- */
.legal-hero {
  background: linear-gradient(135deg, #3a0d3e, #5c1d45);
  color: #ffffff;
  padding: 3em 0;
  text-align: center;
}

.legal-hero h1 { color: #ffffff; }
.legal-hero p { color: #e8b8d0; font-size: 1.1rem; }

.legal-content {
  background: #ffffff;
  padding: 3em 0;
}

.legal-content .container {
  max-width: 850px;
}

.legal-block {
  background: #fdf6f0;
  border-radius: 12px;
  padding: 2em;
  margin-bottom: 2em;
  border: 1px solid #ead5e4;
}

.legal-block h2 {
  color: #7a2e5a;
  font-size: 1.5rem;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #e8d5e4;
  margin-bottom: 1em;
}

.legal-block h3 {
  color: #5c1d45;
  margin-top: 1.2em;
}

.legal-block ul {
  list-style: none;
  padding-left: 0;
}

.legal-block ul li::before {
  content: '\2022';
  color: #a0457e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.legal-block ul li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

/* --- Table of Contents --- */
.toc {
  background: #f9eeff;
  border-radius: 12px;
  padding: 1.5em 2em;
  margin-bottom: 2.5em;
  border: 1px solid #d4b0d0;
}

.toc h3 { margin-bottom: 0.7em; }

.toc ol { counter-reset: toc-counter; list-style: none; padding-left: 0; }

.toc ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.35em;
}

.toc ol li::before {
  content: counter(toc-counter) '. ';
  color: #a0457e;
  font-weight: 700;
}

.toc ol li a { color: #5c1d45; font-weight: 500; }

/* --- Stats Bar --- */
.stats-bar {
  background: linear-gradient(135deg, #7a2e5a, #a0457e);
  padding: 2em 0;
  color: #ffffff;
}

.stats-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5em;
  text-align: center;
}

.stat-item .stat-number {
  font-size: 2.4rem;
  font-weight: 800;
  color: #e8b8d0;
  line-height: 1;
}

.stat-item .stat-label {
  font-size: 0.95rem;
  color: #f5e1ee;
  margin-top: 0.3em;
}

/* --- Testimonials --- */
.testimonials {
  background: #f9eeff;
  padding: 4em 0;
}

.testimonials h2 { text-align: center; margin-bottom: 2em; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2em;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2em;
  box-shadow: 0 4px 15px rgba(58, 13, 62, 0.08);
}

.testimonial-card p { font-style: italic; color: #4a2d4e; }

.testimonial-author {
  margin-top: 1em;
  font-weight: 700;
  color: #7a2e5a;
  font-style: normal !important;
  margin-bottom: 0 !important;
}

/* --- Feedback Form --- */
.feedback-form {
  background: #fdf6f0;
  border-radius: 16px;
  padding: 2em;
  border: 1px solid #ead5e4;
}

.form-group {
  margin-bottom: 1.2em;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #3a0d3e;
  margin-bottom: 0.4em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75em 1em;
  border: 2px solid #d4b0d0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: #ffffff;
  color: #2c1a3a;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #a0457e;
  box-shadow: 0 0 0 3px rgba(160, 69, 126, 0.15);
}

/* --- FAQ --- */
.faq-item {
  background: #fdf6f0;
  border-radius: 12px;
  padding: 1.5em 2em;
  margin-bottom: 1em;
  border: 1px solid #ead5e4;
}

.faq-item h3 {
  color: #7a2e5a;
  cursor: pointer;
  margin-bottom: 0.3em;
}

/* --- Badge / Tag --- */
.badge {
  display: inline-block;
  background: #e8b8d0;
  color: #3a0d3e;
  padding: 0.25em 0.75em;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
}

.badge-green {
  background: #c8e6c9;
  color: #1b5e20;
}

/* --- Notice Box --- */
.notice {
  background: #fff8e1;
  border: 1px solid #ffcc02;
  border-radius: 10px;
  padding: 1.2em 1.8em;
  margin: 1.5em 0;
  color: #5d4000;
}

.notice strong { color: #5d4000; }

/* --- Breadcrumbs --- */
.breadcrumbs {
  padding: 1em 0;
  font-size: 0.9rem;
  color: #8b6e90;
}

.breadcrumbs a { color: #8b3a6e; }

/* --- Responsive --- */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }

  .hero h1 { font-size: 2.2rem; }

  .header-inner { flex-direction: column; height: auto; padding: 0.8em 1em; gap: 0.6em; }

  .main-nav { flex-wrap: wrap; justify-content: center; }

  .about-inner { grid-template-columns: 1fr; }
  .about-image { height: 220px; }

  .hero { padding: 3em 0 2.5em; }

  .legal-content .container { padding: 0 1em; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.8rem; }
  .stats-inner { flex-direction: column; }
  .feature-card { padding: 1.5em; }
}
