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

:root {
  --black: #0a0a0a;
  --white: #f8f7f5;
  --red: #cc0000;
  --red-hover: #a80000;
  --gray: #888;
  --gray-light: #e8e6e3;
  --dark-bg: #111010;
  --section-pad: 7rem 0;
  --radius: 1.5rem;

  /* Типография */
  --fs-base: 1rem;
  --fs-small: 0.82rem;
  --fs-caption: 0.75rem;
  --fs-h6: 0.85rem;
  --fs-h5: 0.95rem;
  --fs-h4: 1.05rem;
  --fs-h3: 1.15rem;
  --fs-h2: clamp(1.1rem, 2.6vw, 2.2rem);
  --fs-h1: clamp(1.6rem, 4.2vw, 2.6rem);
  --fs-hero: clamp(2.2rem, 4vw, 3.7rem);
  --fs-display: clamp(1.4rem, 3.5vw, 2rem);
  --fs-philosophy: clamp(1.3rem, 3vw, 1.8rem);

  /* Межстрочные интервалы — единые */
  --lh-body: 1.45;
  --lh-heading: 1.15;
  --lh-display: 1.05;
  --lh-tight: 1.0;

  --space-heading: 1rem;
}

html { scroll-behavior: smooth; font-size: clamp(15px, 1.2vw + 12px, 18px); }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: var(--fs-base);
  line-height: var(--lh-body);
  overflow-x: hidden;
}

img.hero-bg-text {
  position: absolute;
  top: 60%;
  left: -102px;
  transform: translateY(-50%);
  width: 100vw;
  height: auto;
  z-index: 0;
}

@media (max-width: 768px) {
  img.hero-bg-text {
    top: 38%;           /* выше */
    left: 30px;         /* правее (влево уже не уходит) */
    transform: translateY(-30%);
  }
}

/* ========== UTILS ========== */
.red { color: var(--red); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }

/* ========== TYPOGRAPHY ========== */
.section-label {
  display: inline-block;
  font-size: var(--fs-small);
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 1rem;
  line-height: var(--lh-body);
}
.section-label-light { color: #666; }

/* Единые заголовки */
h1, .hero-title {
  font-family: 'Antonio', sans-serif;
  font-size: var(--fs-hero);
  line-height: var(--lh-display);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: var(--space-heading);
}

h2, .section-title {
  font-family: 'Antonio', sans-serif;
  font-size: var(--fs-h1);
  line-height: var(--lh-heading);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: var(--space-heading);
}
.section-title-light { color: var(--white); }

h3, .step-title, .why-text h4 {
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0.8rem;
}

h4, .service-title, .about-card-quote {
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0.5rem;
}

h5 {
  font-size: var(--fs-h5);
  line-height: var(--lh-heading);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0.5rem;
}

h6 {
  font-size: var(--fs-h6);
  line-height: var(--lh-heading);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0.5rem;
}


.philosophy-heading {
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-philosophy);
  line-height: var(--lh-display);
  letter-spacing: 0.01em;
  font-weight: 400;
  color: var(--black);
  text-align: center;
  margin-bottom: var(--space-heading);
}

.body-text {
  color: #444;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
  margin-bottom: 1.2rem;
}

label, input, textarea, select, .form-group, .contact-info a, .contact-info-item {
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

/* ========== LOGO ========== */
.nav-logo-img {
  height: 140px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-10px);
  margin-bottom: 0;
}

.nav-logo-img2 {
  height: 150px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(10px);
  margin-bottom: 0;
}

/* ========== NAV ========== */
.nav-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0.9rem 0 0.15rem;
  background: rgba(248,247,245,.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

.nav-header.scrolled {
  background: rgba(248,247,245,.95);
  backdrop-filter: blur(12px);
  padding: 0.9rem 0 0.5rem;
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-h1);
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
  letter-spacing: .02em;
  line-height: var(--lh-tight);
  margin-bottom: 0.15rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.nav-link {
  text-decoration: none;
  font-size: var(--fs-h5);
  font-weight: 400;
  color: var(--black);
  letter-spacing: .04em;
  line-height: var(--lh-body);
  position: relative;
  transition: color .2s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 2px;
  background: var(--red);
  transition: width .25s;
}

.nav-link:hover { color: var(--red); }
.nav-link:hover::after { width: 100%; }

.nav-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: .6rem 1.4rem;
  border-radius: 3rem;
  font-size: var(--fs-h6);
  line-height: var(--lh-body);
}
.nav-cta:hover { background: var(--black); }
.nav-cta::after { display: none; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
}

.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--black);
  transition: all .3s;
  border-radius: 2px;
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding: 8rem 2rem 4rem;
}

.hero-bg-text {
  position: absolute;
  bottom: -2rem;
  right: -3rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(8rem, 20vw, 22rem);
  font-weight: 400;
  color: rgba(0,0,0,.04);
  pointer-events: none;
  user-select: none;
  line-height: var(--lh-tight);
  letter-spacing: -.02em;
}

.hero-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-label {
  display: inline-block;
  font-size: var(--fs-h6);
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gray-light);
  padding-bottom: .5rem;
  color: var(--gray);
  margin-bottom: 1rem;
  line-height: var(--lh-body);
}

.hero-title-accent {
  color: var(--red);
}

.hero-subtitle {
  color: #555;
  margin-bottom: 2.5rem;
  max-width: 500px;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-buttons .btn,
.why-left .btn,
.restoration-text .btn {
  width: 250px;
  justify-content: center;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  font-size: var(--fs-caption);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gray);
  line-height: var(--lh-body);
  animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gray), transparent);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ========== SECTIONS ========== */
.section { padding: var(--section-pad); }
.section-dark { background: var(--dark-bg); }
.section-light-bg { background: #f2f0ed; }

/* ========== ABOUT ========== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-text-col .section-title { margin-bottom: 1.5rem; }

.about-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  align-items: center;
}

.stat-item { text-align: center; }

.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-hero);
  font-weight: 400;
  color: var(--black);
  line-height: var(--lh-tight);
}

.stat-desc {
  font-size: var(--fs-caption);
  color: var(--gray);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: .3rem;
  display: block;
  line-height: var(--lh-body);
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: var(--gray-light);
}

.about-visual-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-card-large {
  background-color: var(--black);
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.about-card-large::before {
  content: '✦';
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  font-size: 4rem;
  color: var(--red);
  opacity: .4;
  z-index: 1;
}

.about-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.35) 100%);
}

.about-card-inner {
  position: relative;
  z-index: 1;
}

.about-card-label {
  font-size: var(--fs-caption);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: .8rem;
  line-height: var(--lh-body);
}

.about-card-quote {
  color: var(--white);
}

.about-card-small {
  background: var(--red);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-weight: 400;
  font-size: var(--fs-h6);
  line-height: var(--lh-body);
}

.about-card-icon { width: 1.2rem; height: 1.2rem; flex-shrink: 0; }

/* ========== SECTION WITH OPTIONAL PHOTO BACKGROUND ========== */
.section-photo-bg {
  position: relative;
  overflow: hidden;
}

.section-photo-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--section-photo, none);
  background-size: cover;
  background-position: center;
  opacity: .18;
  z-index: 0;
}

.section-photo-bg > .container {
  position: relative;
  z-index: 1;
}

/* ========== APPROACH ========== */
.steps-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: transform .3s;
}

.step-item:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.step-item:hover { transform: translateX(12px); }

.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: rgba(255,255,255,.1);
  line-height: var(--lh-tight);
  transition: color .3s;
}

.step-item:hover .step-number { color: var(--red); }
@media (max-width: 768px) {
  .step-number { color: var(--red) !important; }
}
.step-title {
  color: var(--white);
}

.step-desc {
  color: #888;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

/* ========== SERVICES ========== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 340px; /* чуть больше для воздуха */
  display: flex;
  flex-direction: column;
  align-items: center;      /* центрируем по горизонтали */
  justify-content: center;  /* центрируем по вертикали */
  transition: all .35s cubic-bezier(.25,.46,.45,.94);
  cursor: pointer;
  text-align: center;       /* выравниваем текст по центру */
}

.service-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.35);
  transform: translateY(-5px);
}

.service-card-bg {
  position: absolute;
  inset: 0;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}

.service-card:hover .service-card-bg { transform: scale(1.05); }

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.2) 100%);
  transition: background .35s;
}

.service-card:hover .service-card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.25) 100%);
}

.service-card-body {
  position: relative;
  z-index: 1;
  padding: 2rem 2.5rem;     /* больше боковых отступов */
  width: 100%;              /* чтобы padding работал корректно */
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.service-num {
  font-size: var(--fs-caption);
  color: rgba(255,255,255,.5);
  letter-spacing: .15em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;  /* плотнее */
}

.service-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem); /* увеличили */
  line-height: 1.2;
  font-weight: 500; /* чуть жирнее для читаемости */
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
  margin-bottom: 0.2rem;
}

.service-desc {
  font-size: var(--fs-small); /* 0.82rem – меньше, чем было */
  line-height: 1.4;
  color: rgba(255,255,255,.85);
  max-width: 90%; /* ограничиваем ширину для красоты */
}

.service-link {
  font-size: var(--fs-h6);
  font-weight: 400;
  color: var(--red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.3rem;
  transition: gap .25s, color .2s;
}

.service-link:hover {
  gap: 0.8rem;
  color: #ff4444;
}

/* ========== RESTORATION ========== */
.restoration-visual {
  display: flex;
  justify-content: center;
}

.restoration-img {
  width: 100%;
  max-width: 500px;
  height: 600px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
}

/* ========== WHY ========== */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}

.why-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-light);
}

.why-item:last-child { border-bottom: none; }

.why-check {
  font-size: var(--fs-h3);
  flex-shrink: 0;
  padding-top: .1rem;
  line-height: var(--lh-tight);
}

.why-text p {
  color: var(--gray);
  font-size: var(--fs-h5);
  line-height: var(--lh-body);
}

/* ========== PORTFOLIO ========== */
.portfolio-filter {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.filter-btn {
  padding: .55rem 1.3rem;
  border-radius: 2rem;
  border: 1.5px solid var(--gray-light);
  background: transparent;
  font-size: var(--fs-h6);
  font-weight: 400;
  cursor: pointer;
  transition: all .2s;
  color: var(--black);
  line-height: var(--lh-body);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.2rem;
}

.portfolio-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}

.portfolio-item-large {
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}

.portfolio-item:hover .portfolio-img { transform: scale(1.06); }

.portfolio-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%);
  padding: 2rem 1.5rem 1.5rem;
  color: white;
  transform: translateY(8px);
  opacity: .9;
  transition: all .3s;
}

.portfolio-item:hover .portfolio-overlay { transform: translateY(0); opacity: 1; }

.portfolio-tag {
  font-size: var(--fs-caption);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: .4rem;
  line-height: var(--lh-body);
}

.portfolio-overlay h4 {
  font-size: var(--fs-h6);
  font-weight: 400;
  margin-bottom: .5rem;
  color: white;
}

.portfolio-link {
  font-size: var(--fs-small);
  color: rgba(255,255,255,.7);
  line-height: var(--lh-body);
  transition: color .2s;
}

.portfolio-item:hover .portfolio-link { color: white; }

/* ========== REVIEWS ========== */
.reviews-slider { position: relative; min-height: 280px; }

.review-card {
  display: none;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeIn .4s ease;
}

.review-card.active { display: block; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.review-quote {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--red);
  line-height: var(--lh-tight);
  margin-bottom: 1.5rem;
  opacity: .6;
}

.review-text {
  color: #ccc;
  margin-bottom: 2rem;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

.review-author { display: flex; align-items: center; gap: 1rem; }

.review-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-small);
  font-weight: 400;
  color: white;
  flex-shrink: 0;
  line-height: var(--lh-tight);
}

.review-author strong {
  display: block;
  color: var(--white);
  font-size: var(--fs-h6);
  font-weight: 400;
  line-height: var(--lh-body);
}

.review-author span {
  color: var(--gray);
  font-size: var(--fs-small);
  line-height: var(--lh-body);
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.review-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.2);
  background: transparent;
  color: white;
  font-size: var(--fs-h3);
  cursor: pointer;
  transition: all .2s;
  display: flex; align-items: center; justify-content: center;
  line-height: var(--lh-tight);
}

.review-btn:hover { background: var(--red); border-color: var(--red); }

.review-dots { display: flex; gap: .5rem; }

.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: background .2s, width .2s;
  cursor: pointer;
}

.dot.active { background: var(--red); width: 24px; border-radius: 4px; }

/* ========== PHILOSOPHY ========== */
.philosophy-section { padding: 5rem 0; }

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}

.philosophy-divider {
  width: 1px;
  height: 80px;
  background: var(--gray-light);
}

/* ========== CONTACT ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}

.contact-info {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.contact-info-item a {
  color: #ddd;
  text-decoration: none;
  transition: color .2s;
}

.contact-info-item a:hover { color: var(--red); }

.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }

.form-group { display: flex; flex-direction: column; gap: .5rem; }

.form-group label {
  font-size: var(--fs-small);
  font-weight: 400;
  letter-spacing: .05em;
  color: #aaa;
  text-transform: uppercase;
  line-height: var(--lh-body);
}

.form-group input, .form-group textarea, .form-group select {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: .75rem;
  padding: 1rem 1.2rem;
  font-size: var(--fs-h5);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  transition: border-color .2s;
  outline: none;
  resize: none;
  line-height: var(--lh-body);
}

.form-group input::placeholder, .form-group textarea::placeholder { color: #555; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--red); }

.form-group select:invalid { color: #555; }

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23aaa' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 3rem;
  cursor: pointer;
}

.form-group select option {
  background: #1f1f1f;
  color: var(--white);
  padding: .8rem;
}

.form-group select option[value=""] { display: none; }

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.form-checkbox input[type="checkbox"] {
  width: 1.1rem; height: 1.1rem;
  flex-shrink: 0;
  accent-color: var(--red);
  cursor: pointer;
  margin-top: 0.15rem;
}

.form-checkbox label {
  font-size: var(--fs-small);
  color: #aaa;
  cursor: pointer;
  line-height: var(--lh-body);
  transition: color 0.2s;
}

.form-checkbox label a {
  color: #ccc;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.form-checkbox label a:hover { color: var(--white); }

.form-success {
  display: none;
  text-align: center;
  padding: 3rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(204,0,0,.3);
  border-radius: var(--radius);
}

.form-success.visible { display: block; animation: fadeIn .5s ease; }

.success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-h1);
  color: white;
  margin: 0 auto 1.5rem;
}

.form-success h3 {
  color: var(--white);
  font-size: var(--fs-h3);
  margin-bottom: .8rem;
  font-weight: 400;
}

.form-success p {
  color: #888;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

/* ========== UNDERLINE ACCENT ========== */
.underline-red {
  position: relative;
  display: inline-block;
}

.underline-red::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 2rem;
  border-radius: 3rem;
  font-weight: 400;
  font-size: var(--fs-small);
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
  border: none;
  line-height: var(--lh-body);
}

.btn-primary {
  background: var(--red);
  color: #fff;
}

.btn-primary:hover {
  background: var(--red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(204,0,0,.3);
}

.btn-secondary {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--black);
}

.btn-secondary:hover {
  background: var(--black);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-arrow {
  font-size: var(--fs-h3);
  transition: transform .2s;
  line-height: var(--lh-tight);
}

.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-full { width: 100%; justify-content: center; }

/* ========== FOOTER ========== */
.footer {
  background: var(--black);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand .nav-logo {
  display: block;
  margin-bottom: .5rem;
}

.footer-brand p, .footer-legal {
  color: var(--gray);
  font-size: var(--fs-h5);
  line-height: var(--lh-body);
}

.footer-links h4, .footer-contact h4 {
  font-size: var(--fs-small);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 1.2rem;
  font-weight: 400;
  line-height: var(--lh-heading);
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.footer-links a, .footer-contact a {
  color: #999;
  text-decoration: none;
  transition: color .2s;
  font-size: var(--fs-h5);
  line-height: var(--lh-body);
}

.footer-links a:hover, .footer-contact a:hover { color: var(--white); }

.footer-contact p {
  color: #999;
  margin-bottom: .5rem;
  font-size: var(--fs-h5);
  line-height: var(--lh-body);
}

.footer-socials { display: flex; gap: .8rem; margin-top: 1.2rem; }

.social-btn {
  width: 36px; height: 36px;
  border-radius: .5rem;
  border: 1px solid var(--red);
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption);
  font-weight: 400;
  color: var(--red);
  text-decoration: none;
  transition: all .2s;
  line-height: var(--lh-tight);
}

.social-btn:hover { background: var(--red); border-color: var(--red); color: white; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  color: #555;
  flex-wrap: wrap;
  font-size: var(--fs-small);
  line-height: var(--lh-body);
}

.footer-policy-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-policy-links a {
  color: #999;
  text-decoration: none;
  font-size: var(--fs-h5);
  transition: color .2s;
  line-height: var(--lh-body);
}

.footer-policy-links a:hover { color: var(--white); }

/* ========== REVEAL ANIMATION ========== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== SECTION GRID ========== */
.section-grid { display: grid; }

/* ========== PORTFOLIO MODAL ========== */
.portfolio-modal {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  overflow-y: auto;
  padding: 3rem 1rem;
  -webkit-overflow-scrolling: touch;
}

.portfolio-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-close {
  position: fixed;
  top: 1.5rem; right: 2rem;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: white;
  font-size: var(--fs-h3);
  cursor: pointer;
  z-index: 2010;
  transition: all .2s;
  display: flex; align-items: center; justify-content: center;
  line-height: var(--lh-tight);
}

.modal-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }

.modal-content {
  background: var(--white);
  max-width: 1000px;
  margin: 0 auto;
  border-radius: var(--radius);
  padding: 4rem;
  position: relative;
  transform: translateY(30px);
  transition: transform .4s ease;
}

.portfolio-modal.active .modal-content { transform: translateY(0); }

.modal-category {
  font-size: var(--fs-h6);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
  line-height: var(--lh-body);
}

.modal-body { margin-top: 2rem; }

/* Стили для галереи в модальном окне */
.modal-gallery {
    display: block;
    margin-top: 3rem;
    width: 100%;
}

/* Каждый ряд галереи */
.gallery-row {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;

}

/* Каждый элемент галереи */
.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

/* Изображение внутри элемента */
.gallery-item img {
    width: 100%;
    height: 100%; /* Растягиваем на всю высоту контейнера */
    display: block;
    border-radius: 8px;
    object-fit: cover; /* Масштабируем, сохраняя пропорции и обрезая лишнее */
}

/* Режимы ширины (исправленные) */
.gallery-item.mode-full {
    grid-column: 1 / -1 !important; 
}
.gallery-item.mode-span2 {
    grid-column: span 2 !important;
}
.gallery-item.mode-span3 {
    grid-column: span 3 !important;
}

/* На мобильных всё на всю ширину */
@media (max-width: 768px) {
    .gallery-row {
        grid-auto-rows: auto; 
    }
    .gallery-item img {
        height: auto; 
        object-fit: initial; 
    }
}
/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-item-large { grid-column: span 2; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .philosophy-divider { width: 80px; height: 1px; margin: 0 auto; }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 5rem 0;
  }

  /* Навигация */
  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    padding: 6rem 2rem 2rem;
    gap: 1.5rem;
    z-index: 999;
    overflow-y: auto;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; z-index: 1001; position: relative; }
  .nav-logo { position: relative; z-index: 1001; }
  .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .nav-link {
    font-size: var(--fs-h4);
    line-height: var(--lh-body);
  }

  /* Сетки */
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item-large { grid-column: span 1; aspect-ratio: 1; }
  .step-item { grid-template-columns: 80px 1fr; gap: 1rem; }

  /* Статистика */
  .about-stats { flex-direction: column; gap: 1.5rem; align-items: center; }
  .stat-divider { width: 60px; height: 1px; }

  /* Футер */
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }

  /* Hero */
  .hero {
    min-height: 100vh;
    padding: 6rem 1.5rem 3rem;
  }
  .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: var(--lh-display);
  }
  .hero-subtitle {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }
  .hero-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .hero-scroll-indicator { bottom: 1rem; }

  /* Заголовки секций */
  .section-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
    line-height: var(--lh-heading);
  }

  /* Philosophy */
  .philosophy-heading {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    line-height: var(--lh-display);
  }

  /* About */
  .about-card-large {
    padding: 2rem 1.5rem;
    min-height: 200px;
  }
  .about-card-quote {
    font-size: var(--fs-h3);
    line-height: var(--lh-heading);
  }

  /* Steps */
  .step-number {
    font-size: 2.5rem;
    line-height: var(--lh-tight);
  }
  .step-title {
    font-size: var(--fs-h2);    
    font-weight: 600;  
    line-height: var(--lh-heading);

  }
  .step-desc {
    font-size: var(--fs-small);
    line-height: var(--lh-body);
  }

  /* Services */
  .service-title {
    font-size: var(--fs-h4);
    line-height: var(--lh-heading);
  }
  .service-desc {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }

  /* Why */
  .why-text h4 {
    font-size: var(--fs-h4);
    line-height: var(--lh-heading);
  }
  .why-text p {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }

  /* Reviews */
  .review-card {
    padding: 2rem 1.5rem;
  }
  .review-quote {
    font-size: 3rem;
    line-height: var(--lh-tight);
  }
  .review-text {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }

  /* Contact */
  .contact-info-item {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
    padding: 0.8rem 1rem;
  }

  /* Restoration */
  .restoration-visual { justify-content: center; }
  .restoration-img {
    max-width: 100%;
    height: 400px;
  }

  /* Footer */
  .footer-brand p,
  .footer-legal,
  .footer-links a,
  .footer-contact a,
  .footer-contact p,
  .footer-policy-links a {
    font-size: var(--fs-base);
    line-height: var(--lh-body);
  }

  /* Логотипы в навигации */
  .nav-logo-img {
    height: 100px;
  }
  .nav-logo-img2 {
    height: 110px;
  }

  /* Модальное окно */
  .portfolio-modal { padding: 0; }
  .modal-content {
    padding: 3rem 1.5rem;
    border-radius: 0;
    min-height: 100vh;
  }
  .modal-close {
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,0.5);
    border: none;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 5rem 1rem 2rem;
  }
  .hero-title {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .hero-buttons .btn {
    font-size: var(--fs-base);
    padding: 0.8rem 1.5rem;
  }
  .hero-scroll-indicator {
    font-size: var(--fs-caption);
    bottom: 0.8rem;
  }
  .scroll-line { height: 30px; }

  /* Секции */
  .section { padding: 3rem 0; }
  .section-header { margin-bottom: 2rem; }
  .section-title {
    font-size: clamp(1.4rem, 7vw, 1.8rem);
  }

  /* Philosophy */
  .philosophy-heading {
    font-size: clamp(1.1rem, 5vw, 1.3rem);
  }

  /* Сетки */
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .step-item {
    grid-template-columns: 60px 1fr;
    gap: 0.8rem;
    padding: 1.5rem 0;
  }
  .step-number { font-size: 2rem; }
  .step-title { font-size: var(--fs-h4); }

  /* Карточки */
  .service-card { min-height: 250px; }
  .service-card-body { padding: 1.5rem; }
  .review-card { padding: 1.5rem 1rem; }
  .review-quote { font-size: 2.5rem; }

  /* Форма */
  .form-group label { font-size: var(--fs-small); }
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: var(--fs-base);
    padding: 0.7rem 0.8rem;
    border-radius: 0.5rem;
  }
  .form-checkbox label { font-size: var(--fs-caption); }
  .btn-full { font-size: var(--fs-base); padding: 0.8rem 1rem; }

  /* Модальное окно */
  .modal-content { padding: 2rem 1rem; }
  .modal-close { top: 0.8rem; right: 0.8rem; width: 36px; height: 36px; }
}

.gallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.gallery-column img,
.gallery-grid img {
    width: 100%;
    height: auto;
    display: block;
}

/* Пагинация портфолио */
.portfolio-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pagination-arrow {
  background: transparent;
  border: 2px solid var(--black);
  color: var(--black);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-arrow:hover:not(:disabled) {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.pagination-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.pagination-info {
  font-size: 0.95rem;
  color: var(--black);
  font-weight: 500;
}

.modal-gallery.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.btn-delete-img:hover { background: #ffcccc; }


/* ===== АНИМИРОВАННАЯ ПОЛОСКА ПРОГРЕССА ===== */
.step-progress {
  height: 3px;
  background: var(--red);
  border-radius: 3px;
  width: 0;
  max-width: 100%;          /* никогда не вылезает за родителя */
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 1.2rem;
}

/* ---------- ДЕСКТОП (hover) ---------- */
@media (min-width: 769px) {
  .step-item.reveal.visible .step-progress {
    width: 0%;
    transition: width 1s ease;
  }

  .step-item:hover .step-progress {
    transition: width 0.4s ease;
  }
  .step-item:nth-child(1):hover .step-progress { width: 20%; }
  .step-item:nth-child(2):hover .step-progress { width: 40%; }
  .step-item:nth-child(3):hover .step-progress { width: 60%; }
  .step-item:nth-child(4):hover .step-progress { width: 80%; }
  .step-item:nth-child(5):hover .step-progress { width: 100%; }
}

/* ---------- МОБИЛКИ (фиксированная ширина, без hover) ---------- */
@media (max-width: 768px) {
  .step-progress {
    transition: none;                
  }

  /* Каждый шаг получает свой процент */
  .step-item.reveal.visible .step-progress { width: 20%; }
  .step-item:nth-child(2).reveal.visible .step-progress { width: 40%; }
  .step-item:nth-child(3).reveal.visible .step-progress { width: 60%; }
  .step-item:nth-child(4).reveal.visible .step-progress { width: 80%; }
  .step-item:nth-child(5).reveal.visible .step-progress { width: 100%; }

  /* Сбрасываем hover на мобилках */
  .step-item:hover .step-progress {
    width: 0 !important;
  }
}

/* ===== МОБИЛЬНЫЕ КАРТОЧКИ УСЛУГ (до 768px) ===== */
@media (max-width: 768px) {
  .services-grid {
    gap: 1rem;
  }

  .service-card {
    min-height: 180px;        
    height: auto;
    aspect-ratio: 4 / 3;      
    border-radius: var(--radius);
    justify-content: center;   
    text-align: center;          
    align-items: flex-start;  
  }

  .service-card-body {
    padding: 1.2rem 1.2rem 1.5rem;
    gap: 0.2rem;
    align-items: flex-start;
    width: 100%;
  }

  .service-num {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.5);
  }

  .service-title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  }

  .service-desc {
    font-size: 1.4rem;
    line-height: 1.3;
    color: rgba(255,255,255,0.9);
    max-width: 100%;
  }

  .service-link {
    font-size: rem;
    margin-top: 0.2rem;
    gap: 0.2rem;
  }

  .service-link:hover {
    gap: 0.4rem;
  }

  /* Отключаем hover-эффекты на мобилках */
  .service-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .service-card:hover .service-card-bg {
    transform: none !important;
  }
  .service-card:hover .service-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.2) 100%);
  }
}

/* ===== ДОПОЛНИТЕЛЬНО ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ (до 480px) ===== */
@media (max-width: 480px) {
  .service-card {
    min-height: 150px;
    aspect-ratio: 3 / 2;     
  }
  .service-card-body {
    padding: 1rem 1rem 1.2rem;
  }
  .service-title {
    font-size: 1.4rem;
  }
  .service-desc {
    font-size: 0.8rem;
  }
  .service-link {
    font-size: 0.7rem;
  }
}
/* ============================================
   СТИЛИ ДЛЯ ФОРМЫ ОТЗЫВОВ
   ============================================ */

/* Темный фон для секции с формой отзыва */
#leave-review {
    background: var(--dark-bg);
    padding: 5rem 0;
}

#leave-review .section-label {
    color: #888;
}

#leave-review .section-title {
    color: var(--white);
}

#leave-review .section-subtitle {
    color: #999;
    font-size: var(--fs-base);
    line-height: var(--lh-body);
}

/* Стили для формы в темной теме */
#leave-review .contact-form {
    background: rgba(255,255,255,0.04);
    padding: 2.5rem;
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.08);
}

#leave-review .form-group label {
    color: #aaa;
    font-size: var(--fs-small);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#leave-review .form-group input,
#leave-review .form-group textarea {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--white);
    border-radius: 0.75rem;
    padding: 1rem 1.2rem;
    font-size: var(--fs-base);
    transition: border-color 0.3s, box-shadow 0.3s;
}

#leave-review .form-group input::placeholder,
#leave-review .form-group textarea::placeholder {
    color: #555;
}

#leave-review .form-group input:focus,
#leave-review .form-group textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(204,0,0,0.15);
    outline: none;
}

#leave-review .form-checkbox label {
    color: #999;
}

#leave-review .form-checkbox label a {
    color: #ccc;
}

#leave-review .form-checkbox label a:hover {
    color: var(--white);
}

/* Успешное сообщение в темной теме */
#leave-review .form-success {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(204,0,0,0.3);
}

#leave-review .form-success h3 {
    color: var(--white);
}

#leave-review .form-success p {
    color: #888;
}

/* Кнопка отправки */
#leave-review .btn-primary {
    background: var(--red);
    color: #fff;
    padding: 1rem 2rem;
    font-size: var(--fs-base);
    font-weight: 500;
    border-radius: 3rem;
    transition: all 0.3s ease;
}

#leave-review .btn-primary:hover {
    background: var(--red-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(204,0,0,0.3);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    #leave-review {
        padding: 3rem 0;
    }
    
    #leave-review .contact-form {
        padding: 1.5rem;
        border-radius: 1rem;
    }
    
    #leave-review .form-group input,
    #leave-review .form-group textarea {
        font-size: var(--fs-base);
        padding: 0.8rem 1rem;
    }
}

@media (max-width: 480px) {
    #leave-review .contact-form {
        padding: 1rem;
    }
}

/* ============================================
   СТИЛИ ДЛЯ АДМИНКИ (КНОПКИ)
   ============================================ */

/* Кнопка "Одобрить" в админке */
.btn-approve-review {
    background: #4CAF50 !important;
    color: #fff !important;
    border: none !important;
    padding: 0.3rem 1rem !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    letter-spacing: 0.03em !important;
}

.btn-approve-review:hover {
    background: #388E3C !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4) !important;
}

/* Кнопки фильтров в админке */
.filter-btn-review {
    padding: 0.5rem 1.2rem !important;
    border-radius: 20px !important;
    border: 1.5px solid #ddd !important;
    background: transparent !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    color: #333 !important;
}

.filter-btn-review:hover {
    border-color: var(--red) !important;
    color: var(--red) !important;
}

.filter-btn-review.active {
    background: var(--red) !important;
    color: #fff !important;
    border-color: var(--red) !important;
}

/* Стили для статуса "Ожидает модерации" */
.status-pending {
    background: #fff3cd !important;
    color: #856404 !important;
}

.status-approved {
    background: #d4edda !important;
    color: #155724 !important;
}
/* ========== NO SCROLL FOR MODAL/MENU ========== */
body.no-scroll { overflow: hidden; }