/* ============================================================
   ОБЩИЕ/ПЕРЕИСПОЛЬЗУЕМЫЕ СТИЛИ, НЕ ПРИМЕНЯЮЩИЕСЯ НАПРЯМУЮ В index.php: файл styles-вsего-сайта общий, и эти классы относятся к другим страницам/виджетам (например, слайдер кейсов .cc2-*/.case-*/.cases-*/.preview-*, блок "Обо мне" .ab-*/.as-*/.ase-*/.about-*, старая версия блока отзывов .re-*). Мы НЕ удаляли их — они могут использоваться на других страницах сайта (кейсы, /me.html и т.п.), которые используют этот же общий CSS-файл. Перед удалением проверьте, не используются ли эти классы на других страницах.
   ============================================================ */

.about-starteda-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .about-starteda-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .about-starteda-grid { grid-template-columns: 1fr; }
}

.ase-card {
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ase-icon { font-size: 28px; }

.ase-title { font-size: 15px; font-weight: 700; color: var(--gold); margin: 0; }

.ase-text { font-size: 14px; color: var(--text-dim); line-height: 1.65; margin: 0; }

.ase-text strong { color: var(--text); }

.ase-extra {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 32px;
}

.ase-qa { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 18px 20px; margin-bottom: 10px;}

.ase-q { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; }

.ase-a { font-size: 13px; color: var(--text-dim); line-height: 1.6; }

.sh-login-hint {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 184, 48, 0.5);
    white-space: nowrap;
    line-height: 1;
    max-width: 100%; /* добавьте это */
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .sh-login-hint { display: none; }
}

#cases-preview {
  position: relative;
  z-index: 1;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .preview-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.preview-card-image {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.preview-shadval .preview-card-image {
  background: linear-gradient(135deg, #1a0e2e 0%, #08040C 100%);
}

.preview-shadval .preview-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/cases/Shadfood/Gallery/ЛОГО.PNG") center/cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.preview-philfood .preview-card-image {
  background: linear-gradient(135deg, #1a0a0a 0%, #0a0a0a 100%);
}

.preview-philfood .preview-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/cases/philfood/gallery/IMG_9253.PNG") center/cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.preview-placeholder .preview-card-image {
  background: linear-gradient(135deg, #0a0a12 0%, #08040C 100%);
}

.preview-status {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 99px;
  z-index: 2;
  text-transform: uppercase;
}

.preview-status.live {
  background: rgba(0, 230, 138, 0.12);
  border: 1px solid rgba(0, 230, 138, 0.3);
  color: #00E68A;
}

.preview-status.closed {
  background: rgba(255, 68, 68, 0.12);
  border: 1px solid rgba(255, 68, 68, 0.3);
  color: #FF4444;
}

.preview-status.coming {
  background: rgba(255, 184, 48, 0.08);
  border: 1px solid rgba(255, 184, 48, 0.15);
  color: var(--gold);
}

.preview-brand {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  *font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.9);
  position: relative;
  z-index: 1;
}

.preview-brand.philfood-brand {
  font-family: philfood;
  font-size: 40px;
  letter-spacing: 2px;
}

.preview-brand.placeholder-brand {
  font-size: 20px;
  opacity: 0.6;
  letter-spacing: 2px;
}

.preview-domain {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
  position: relative;
  z-index: 1;
  
}

.preview-card-body {
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.preview-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.preview-badge {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  opacity: 0.7;
}

.preview-icon {
  font-size: 18px;
  opacity: 0.3;
}

.preview-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}

.preview-card-desc {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}

.preview-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  color: var(--text-dim);
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 12px;
}

.preview-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.preview-card-meta i {
  color: var(--gold);
  font-size: 10px;
}

.preview-arrow {
  margin-left: auto;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.preview-placeholder {
  opacity: 0.4;
  pointer-events: none;
  border-style: dashed;
}

.preview-placeholder .preview-card-image {
  min-height: 120px;
}

.preview-footer {
  text-align: center;
  margin-top: 36px;
}

.preview-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #08040C;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 6px 20px rgba(255, 184, 48, 0.2);
  letter-spacing: 0.5px;
}

.preview-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(255, 184, 48, 0.35);
}

.preview-btn i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.preview-btn:hover i:last-child {
  transform: translateX(6px);
}

@media (max-width: 480px) {
  .preview-card-image {
    height: 130px;
  }
  .preview-brand {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .preview-brand.philfood-brand {
    font-size: 18px;
  }
  .preview-card-title {
    font-size: 16px;
  }
  .preview-card-desc {
    font-size: 12px;
  }
  .preview-card-body {
    padding: 16px 18px;
  }
  .preview-btn {
    padding: 12px 24px;
    font-size: 13px;
  }
  .preview-card-meta {
    font-size: 10px;
    gap: 12px;
  }
}

.review-card-big__badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 2px 12px;
    border-radius: 99px;
    background: rgba(255, 184, 48, 0.12);
    border: 1px solid rgba(255, 184, 48, 0.08);
    color: var(--gold);
    margin-top: 2px;
    max-width: fit-content;
}

.reviews-side__divider {
    display: none;
}

.review-card-big__badge {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    padding: 2px 10px !important;
    border-radius: 99px !important;
    background: rgba(255, 184, 48, 0.1) !important;
    border: 1px solid rgba(255, 184, 48, 0.08) !important;
    color: var(--gold, #FFB830) !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.cases-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cases-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.cases-slider-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.cases-slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-slider-btn:hover {
    background: rgba(255, 184, 48, 0.08);
    border-color: rgba(255, 184, 48, 0.2);
    transform: translateY(-2px);
}

.cases-slider-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    transform: none !important;
}

.cases-slider-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.review-card-big__badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 2px 12px;
  border-radius: 99px;
  background: rgba(255, 184, 48, 0.12);
  border: 1px solid rgba(255, 184, 48, 0.08);
  color: var(--gold);
  margin-top: 2px;
  max-width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent2 {
  color: var(--red);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.wrap-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
}

.sh-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #08040C;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(255, 184, 48, 0.25);
  transition: transform 0.25s;
}

.sh-btn:hover {
  transform: translateY(-2px);
}

.hero-emoji {
  display: none;
  font-size: clamp(64px, 16vw, 210px);
  text-align: center;
  animation: floatFork 5s ease-in-out infinite;
  line-height: 1;
  margin: 14px 0;
}

.config-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto var(--gap-lg);
  font-size: 13px;
  color: var(--text-dim);
}

.reviews-card {
  position: relative;
  border-radius: var(--r-xl);
  padding: 42px 24px 34px;
  text-align: center;
  background: linear-gradient(145deg, rgba(22, 16, 38, 0.8), rgba(12, 8, 22, 0.85));
  border: 1px solid rgba(255, 184, 48, 0.13);
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
}

.reviews-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 184, 48, 0.08) 0%, transparent 65%);
}

.re-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 184, 48, 0.12), transparent 70%);
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
}

.re-icon {
  font-size: 58px;
  display: block;
  margin-bottom: 16px;
  animation: emptyFloat 4s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.re-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.re-star {
  font-size: 21px;
  opacity: 0.25;
  color: var(--gold);
}

.re-star:nth-child(1) {
  animation-delay: 0.1s;
}

.re-star:nth-child(2) {
  animation-delay: 0.2s;
}

.re-star:nth-child(3) {
  animation-delay: 0.3s;
}

.re-title {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.re-sub {
  font-size: 13px;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.re-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 48, 0.5), transparent);
  margin: 0 auto 20px;
  border-radius: 999px;
}

.re-side-title {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.re-platforms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.re-platform {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: 0.25s;
}

.re-platform:hover {
  border-color: rgba(255, 184, 48, 0.3);
  transform: translateY(-2px);
}

.re-platform-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.re-platform-text {
  flex: 1;
  text-align: left;
}

.re-platform-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.re-platform-sub {
  font-size: 11px;
  color: var(--text);
}

.re-platform-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.re-cta {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 184, 48, 0.1), rgba(255, 140, 0, 0.05));
  border: 1px solid rgba(255, 184, 48, 0.18);
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.re-cta strong {
  color: var(--gold);
}

@media (min-width: 1024px) {
  .reviews-card {
    max-width: none;
    padding: 50px 56px;
    text-align: left;
  }
  .reviews-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 54px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .re-main {
    text-align: left;
  }
  .re-icon {
    margin: 0 0 18px;
  }
  .re-stars {
    justify-content: flex-start;
    margin-bottom: 18px;
  }
  .re-title {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .re-sub {
    font-size: 14px;
    margin-bottom: 0;
  }
  .re-divider {
    display: none;
  }
  .re-cta {
    margin-top: 24px;
  }
  .re-side {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 44px;
  }
  .re-side-title {
    text-align: left;
  }
}

.cases-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: var(--container-narrow);
  margin: 0 auto;
  transition: max-height 0.6s cubic-bezier(0.22, 0.9, 0.24, 1);
  overflow: hidden;
}

.cases-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: var(--container-narrow);
  margin: 18px auto 0;
  padding: 16px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(255, 184, 48, 0.09), rgba(255, 140, 0, 0.045));
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  font-family: var(--f-body);
}

.cases-toggle-btn:hover {
  background: linear-gradient(135deg, rgba(255, 184, 48, 0.16), rgba(255, 140, 0, 0.08));
  transform: translateY(-2px);
}

.cases-toggle-btn i {
  transition: transform 0.4s ease;
}

.case-card-full {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(20, 14, 32, 0.82), rgba(10, 7, 18, 0.88));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.case-card-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.case-num-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(255, 184, 48, 0.12);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--gold);
  z-index: 2;
}

.case-header {
  padding: 18px 18px 14px 54px;
}

.case-emoji-big {
  font-size: 30px;
  margin-bottom: 6px;
  display: block;
}

.case-name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
}

.case-type {
  font-size: 11px;
  color: var(--gold);
  font-weight: 600;
}

.case-done {
  padding: 0 18px 16px;
}

.case-done-title {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 9px;
}

.case-done-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.case-done-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
}

.case-done-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.case-metrics {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.case-metric {
  padding: 15px 8px;
  text-align: center;
  background: rgba(10, 7, 18, 0.9);
}

.case-metric:first-child {
  border-radius: 0 0 0 var(--r-lg);
}

.case-metric:last-child {
  border-radius: 0 0 var(--r-lg) 0;
}

.cm-label {
  font-size: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 6px;
}

.cm-value {
  font-family: var(--f-display);
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 700;
  line-height: 1;
}

.cm-sub {
  font-size: 8.5px;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 4px;
  line-height: 1.3;
}

.cmv-gold {
  color: var(--gold);
}

.cmv-red {
  color: var(--red);
}

.cmv-green {
  color: var(--green);
}

.about-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px;
  margin-bottom: 18px;
  max-width: var(--container-narrow);
  margin-left: auto;
  margin-right: auto;
}

.ab-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.ab-logo {
  font-size: 44px;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 184, 48, 0.15), rgba(255, 140, 0, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border-gold);
}

.ab-name {
  font-family: var(--f-display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.ab-role {
  font-size: 13px;
  color: var(--gold);
  margin-bottom: 8px;
}

.ab-badge {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 12px;
  border-radius: 5px;
  background: rgba(255, 184, 48, 0.12);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.ab-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 18px;
}

.ab-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.afi {
  display: flex;
  align-items: center;
  gap: 12px;
}

.afi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}

.afi-text {
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
}

.about-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: var(--container-narrow);
  margin: 0 auto;
}

.as-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 16px 10px;
  text-align: center;
}

.asn {
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ast {
  font-size: 11px;
  color: var(--text);
  line-height: 1.4;
}

.as-desc {
  display: none;
}

@media (min-width: 1024px) {
  .about-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr;
    gap: 28px;
    align-items: stretch;
  }
  .about-card {
    max-width: none;
    margin: 0;
  }
  .about-stats {
    max-width: none;
    margin: 0;
    height: 100%;
  }
  .as-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: left;
    padding: 22px 26px;
  }
  .as-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .asn {
    margin-bottom: 0;
  }
  .as-desc {
    display: block;
    font-size: 12.5px;
    color: var(--text-dim);
    line-height: 1.65;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
}

.cc-blue {
  border-color: rgba(45, 140, 255, 0.22);
  background: rgba(45, 140, 255, 0.035);
}

.cc-blue:hover {
  border-color: #2d8cff;
}

.ci-blue {
  background: linear-gradient(135deg, #4fa8ff, #2d8cff);
}

.clv-blue {
  color: #6fb6ff;
}

.mm-addons-title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 184, 48, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 16px 0 10px;
}

.mm-addons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.mm-addon-label {
  flex: 1;
  font-size: 13px;
  color: #C8B8E8;
  line-height: 1.3;
}

.mm-addon-price {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 184, 48, 0.8);
  white-space: nowrap;
}

.mm-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: var(--r-md);
  background: rgba(255, 184, 48, 0.06);
  border: 1px solid rgba(255, 184, 48, 0.2);
  margin-bottom: 14px;
}

.mm-total-label {
  font-size: 13px;
  color: rgba(232, 224, 240, 0.6);
}

.mmbtn {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #08040C;
  transition: 0.25s;
}

.mmbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 184, 48, 0.3);
}

.promo-countdown__slots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.promo-countdown__slots-text {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}

.promo-countdown__slots-number {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 1px;
}

.promo-countdown__slots-number.urgent {
  animation: pulseGold 2s ease-in-out infinite;
}

.slots-left {
  font-size: 0.9rem;
  color: #c0392b;
  margin-top: 8px;
  margin-bottom: 0;
}

.slots-left strong {
  font-size: 1.1em;
}

.cases-scroll-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 184, 109, 0.35) transparent;
  padding: 4px 0 20px;
}

.cases-scroll-wrap::-webkit-scrollbar {
  height: 5px;
}

.cases-scroll-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.cases-scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(232, 184, 109, 0.35);
  border-radius: 4px;
}

.cases-track {
  display: flex;
  gap: 24px;
  padding: 0 clamp(16px, 5vw, 60px) 4px;
  width: max-content;
}

.case-card-v2 {
  width: 400px;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.case-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.cc2-gallery {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.cc2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}

.cc2-nav:hover {
  background: rgba(232, 184, 109, 0.6);
}

.cc2-prev {
  left: 10px;
}

.cc2-next {
  right: 10px;
}

.cc2-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.cc2-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.cc2-client-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

.cc2-client-type {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
}

.cc2-services-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 10px;
}

.cc2-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cc2-services-list li {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.cc2-services-list li i {
  color: var(--gold, #e8b86d);
  font-size: 0.75rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.cc2-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cc2-meta-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.cc2-meta-val {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.cc2-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold, #e8b86d);
  text-decoration: none;
  transition: opacity 0.2s;
}

.cc2-link:hover {
  opacity: 0.7;
}

.cc2-link i {
  font-size: 0.75rem;
}

@media (max-width: 600px) {
  .case-card-v2 {
    width: 320px;
  }
  .cc2-gallery {
    height: 185px;
  }
  .cc2-body {
    padding: 18px 18px 16px;
    gap: 14px;
  }
  .cc2-client-name {
    font-size: 1.05rem;
  }
}

.ase-hidden {
  display: none;
}

.ase-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 22px;
  background: transparent;
  border: 1px solid rgba(255, 184, 48, 0.35);
  border-radius: 100px;
  color: var(--gold);
  font-family: var(--f-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.ase-toggle-btn:hover {
  background: rgba(255, 184, 48, 0.08);
  border-color: rgba(255, 184, 48, 0.6);
}

.ase-btn-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ase-toggle-btn[aria-expanded="true"] .ase-btn-arrow {
  transform: rotate(180deg);
}

.about-starteda-grid.ase-open {
  display: grid;
  animation: aseFadeIn 0.35s ease both;
}

.footer-blog-desc {
  font-size: 12px;
  color: rgba(212, 200, 232, 0.35);
  letter-spacing: 0.2px;
}

