/* Zenerom Social Media Marketing Page CSS Stylesheet */

/* Page Hero Section */
.smm-hero {
  padding: 150px 0 100px;
  background: radial-gradient(circle at 80% 20%, rgba(138, 63, 252, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(0, 208, 132, 0.05) 0%, transparent 50%);
  position: relative;
}

.hero-stats-row {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.stat-item {
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  flex: 1;
  min-width: 140px;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-light);
  line-height: 1.2;
}

.stat-label {
  font-size: 13px;
  color: var(--text-gray);
}

.hero-illustration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-glow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(138, 63, 252, 0.15) 0%, transparent 70%);
  z-index: 0;
  top: 0;
  left: 0;
}

/* Mockup styles */
.dashboard-mockup {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  background: rgba(4, 5, 10, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(20px);
}

.mockup-header {
  height: 40px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.mockup-dot.red { background: #FF5F56; }
.mockup-dot.yellow { background: #FFBD2E; }
.mockup-dot.green { background: #27C93F; }

.mockup-title {
  font-size: 11px;
  color: var(--text-muted);
  margin-left: auto;
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}

.mockup-body {
  padding: 24px;
}

.smm-dashboard {
  padding: 24px;
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at 20% 18%, rgba(138, 63, 252, 0.13), transparent 32%),
    radial-gradient(circle at 86% 84%, rgba(0, 208, 132, 0.1), transparent 34%),
    rgba(0, 0, 0, 0.2);
}

.smm-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.smm-screen-card,
.smm-planner-panel {
  min-width: 0;
  border-radius: 16px;
  padding: 16px;
  background: rgba(8, 13, 26, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.smm-card-top,
.smm-planner-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--text-gray);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.smm-card-top i {
  color: var(--accent);
  font-size: 18px;
}

.smm-creative-tile {
  min-height: 160px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 28%, rgba(0, 208, 132, 0.36), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(242, 105, 52, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(0, 102, 255, 0.7), rgba(138, 63, 252, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.smm-creative-tile-alt {
  background:
    radial-gradient(circle at 24% 70%, rgba(242, 105, 52, 0.34), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(0, 208, 132, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(138, 63, 252, 0.68), rgba(0, 102, 255, 0.54));
}

.smm-content-lines {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.smm-content-lines span {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.smm-content-lines span:last-child {
  width: 68%;
}

.smm-planner-head strong {
  color: var(--secondary);
  font-size: 12px;
}

.smm-flow-row {
  display: grid;
  grid-template-columns: 112px 1fr 58px;
  gap: 12px;
  align-items: center;
  color: var(--text-gray);
  font-size: 12px;
  margin-top: 12px;
}

.smm-flow-row div {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.smm-flow-row em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--secondary));
}

.smm-flow-row strong {
  color: var(--text-white);
  font-size: 11px;
  text-align: right;
}

.smm-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* SMM calculator styling */
.smm-calculator-section {
  background: radial-gradient(circle at 80% 30%, rgba(138, 63, 252, 0.04) 0%, transparent 60%);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.calc-inputs-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.calc-slider-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-name {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-white);
}

.slider-value-badge {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-light);
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(138, 63, 252, 0.5);
  transition: background 0.15s ease-in-out;
}

.range-slider::-webkit-slider-thumb:hover {
  background: var(--primary-light);
}

.calc-results-panel {
  background: rgba(138, 63, 252, 0.02);
  border: 1px solid rgba(138, 63, 252, 0.15);
  box-shadow: 0 15px 35px rgba(138, 63, 252, 0.05);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.result-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  text-align: center;
}

.result-num {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 6px;
}

.result-card.roi-card {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(138, 63, 252, 0.1) 0%, rgba(0, 208, 132, 0.1) 100%);
  border-color: rgba(0, 208, 132, 0.2);
}

.result-card.roi-card .result-num {
  color: var(--secondary);
}

/* SMM Platform select styling */
.platform-select-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.platform-option {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: var(--transition-smooth);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.platform-option.active {
  background: rgba(138, 63, 252, 0.15);
  border-color: var(--accent);
  color: var(--text-white);
  box-shadow: 0 0 12px rgba(138, 63, 252, 0.25);
}

.platform-option i {
  font-size: 16px;
}

@media (max-width: 992px) {
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .smm-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SMM Case Study Grid Layout */
.cs-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 45px;
}

.cs-grid-2 .cs-card {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

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

@media (max-width: 720px) {
  .smm-hero {
    max-width: 100vw;
    overflow-x: clip;
  }

  .smm-hero .container {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .smm-hero h1 {
    width: 78vw !important;
    max-width: 310px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
  }

  .smm-hero .hero-content p {
    width: 78vw !important;
    max-width: 310px !important;
    font-size: 16px !important;
  }

  .smm-hero .hero-content,
  .smm-hero .hero-illustration,
  .smm-hero .dashboard-mockup {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0;
  }

  .smm-hero .hero-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 96px);
    gap: 8px;
    width: 304px;
    max-width: 304px;
    overflow: hidden;
  }

  .smm-hero .stat-item {
    min-width: 0 !important;
    width: 96px;
    padding: 12px 7px;
  }

  .smm-hero .stat-number {
    font-size: 15px;
  }

  .smm-hero .stat-label {
    font-size: 10px;
    line-height: 1.25;
  }

  .smm-hero .mockup-header > div:last-child {
    display: none;
  }

  .smm-hero .mockup-title {
    margin-left: auto;
    font-size: 10px;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .smm-screen-grid,
  .smm-team-grid {
    grid-template-columns: 1fr;
  }

  .smm-flow-row {
    grid-template-columns: 82px 1fr 48px;
    gap: 8px;
  }

  .smm-dashboard {
    padding: 18px;
  }

  .smm-creative-tile {
    min-height: 130px;
  }
}

.cs-grid-2 .cs-card-img {
  height: 290px !important;
  object-fit: cover !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cs-grid-2 .cs-card-overlay {
  height: 290px !important;
  background: linear-gradient(to top, rgba(7, 9, 19, 0.75) 0%, transparent 100%) !important;
}

.cs-grid-2 .cs-card-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  margin: 10px 0 16px;
}

/* SMM Process Timeline Styles */
.process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 40px;
  margin-top: 40px;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--accent) 0%,
    #7B84FF 33%,
    #D06BFF 66%,
    var(--secondary) 100%
  );
  border-radius: 2px;
}

.timeline-node {
  position: relative;
  padding: 0 0 40px 40px;
}

.timeline-node:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -33px;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bg-dark);
  border: 3px solid var(--accent);
  box-shadow: 0 0 12px rgba(138, 63, 252, 0.5);
  transition: all 0.3s ease;
  z-index: 1;
}

.timeline-node:nth-child(2) .timeline-dot { border-color: #7B84FF; box-shadow: 0 0 12px rgba(123, 132, 255, 0.5); }
.timeline-node:nth-child(3) .timeline-dot { border-color: #D06BFF; box-shadow: 0 0 12px rgba(208, 107, 255, 0.5); }
.timeline-node:nth-child(4) .timeline-dot { border-color: var(--secondary); box-shadow: 0 0 12px rgba(0, 208, 132, 0.5); }

.timeline-node:hover .timeline-dot {
  transform: scale(1.3);
}

.timeline-content {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px 32px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-content:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(138, 63, 252, 0.2);
  transform: translateX(6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.timeline-step {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 8px;
}

.timeline-node:nth-child(2) .timeline-step { color: #7B84FF; }
.timeline-node:nth-child(3) .timeline-step { color: #D06BFF; }
.timeline-node:nth-child(4) .timeline-step { color: var(--secondary); }

.timeline-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
}

.timeline-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .process-timeline {
    padding-left: 20px;
  }
  .process-timeline::before {
    left: 5px;
  }
  .timeline-node {
    padding: 0 0 30px 20px;
  }
  .timeline-dot {
    left: -20px;
  }
  .timeline-content {
    padding: 20px;
  }
}
