/* =============================================
   ROOK MEDIA — Services Page Styles
   ============================================= */

.page-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* ---- Service Blocks ---- */
.main-services { background: var(--black); }

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  padding: 90px 0;
}

.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }

.service-desc {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  line-height: 1.85;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.feat-icon {
  color: var(--gold);
  font-size: 0.5rem;
  flex-shrink: 0;
}

/* ---- Browser Mockup ---- */
.service-mockup {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-gold);
}

.mockup-bar {
  background: var(--surface);
  padding: 10px 14px;
  display: flex;
  gap: 7px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.dot-r, .dot-y, .dot-g {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }

.mockup-content { padding: 1.5rem; }

.mock-hero-bar {
  height: 100px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
  border: 1px solid var(--border);
}

.mock-text-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 1.25rem; }
.mock-line { height: 8px; background: var(--surface); border-radius: 4px; }
.mock-line.long { width: 90%; }
.mock-line.medium { width: 70%; }
.mock-line.short { width: 50%; }

.mock-btn-row { display: flex; gap: 10px; margin-bottom: 1.25rem; }
.mock-btn { height: 30px; border-radius: var(--radius); }
.mock-btn.gold { width: 120px; background: linear-gradient(135deg, var(--gold-dark), var(--gold)); }
.mock-btn.outline { width: 100px; border: 1px solid var(--border); }

.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-card { height: 55px; background: var(--surface); border-radius: var(--radius); border: 1px solid var(--border); }

/* ---- Hosting Visual ---- */
.hosting-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-gold);
}

.server-icon { color: var(--gold); margin-bottom: 2rem; display: flex; justify-content: center; }

.hosting-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.h-stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.h-val {
  font-family: var(--ff-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
}

.h-stat span:last-child {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ---- SEO Visual ---- */
.seo-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-gold);
}

.seo-rank-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  transition: var(--transition);
}

.rank-1 {
  background: rgba(201,168,76,0.08);
  border-color: var(--border);
}

.rank-2, .rank-3 {
  background: var(--surface);
  opacity: 0.6;
}

.rank-pos {
  width: 28px;
  height: 28px;
  background: var(--gold-glow);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--gold);
  flex-shrink: 0;
}

.rank-1 .rank-pos { background: var(--gold); color: var(--black); border-color: var(--gold); }

.rank-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.rank-url { font-size: 0.75rem; color: var(--text-dim); }

.seo-label {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-top: 0.5rem;
}

/* ---- Contractor Hero Mockup ---- */
.contractor-hero-mock {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  min-height: 280px;
}

.chm-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.chm-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.chm-glow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.chm-inner {
  position: relative;
  z-index: 1;
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 100px;
  padding: 0.3rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold);
  width: fit-content;
}

.chm-heading {
  font-family: var(--ff-heading);
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}

.chm-sub {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.chm-cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.chm-btn {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius);
  letter-spacing: 0.02em;
  cursor: default;
}

.chm-btn-outline {
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius);
  cursor: default;
}

/* ---- Support Visual ---- */
.support-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-gold);
  animation: glowPulse 4s ease-in-out infinite;
}

.support-icon { color: var(--gold); display: flex; justify-content: center; }

/* ---- Dashboard Visual ---- */
.dashboard-visual {
  padding: 0;
  text-align: left;
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--border);
}

.dash-title {
  font-family: var(--ff-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dash-live {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4caf50;
  letter-spacing: 0.06em;
  animation: dashLivePulse 2s ease-in-out infinite;
}

@keyframes dashLivePulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}

.dash-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dash-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}

.dash-row:last-child { border-bottom: none; }

.dash-row:hover { background: rgba(201,168,76,0.03); }

.dash-check {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
  flex-shrink: 0;
  width: 18px;
}

.dash-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  flex: 1;
}

.dash-status {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
}

.dash-done {
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
}

.dash-pulse {
  background: rgba(76, 175, 80, 0.12);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: #4caf50;
  animation: dashLivePulse 2.4s ease-in-out infinite;
}

/* ---- Lead Capture Visual ---- */
.lead-notify-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-gold);
}

.notify-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.notify-title-bar {
  font-family: var(--ff-heading);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.notify-live {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4caf50;
  letter-spacing: 0.06em;
  animation: dashLivePulse 2s ease-in-out infinite;
}

.notify-new-lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(201,168,76,0.06);
  border-bottom: 1px solid var(--border);
}

.notify-lead-icon {
  font-size: 1.8rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.5));
  flex-shrink: 0;
}

.notify-lead-info { flex: 1; }

.notify-lead-name {
  font-family: var(--ff-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.notify-lead-sub {
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}

.notify-badge-new {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  flex-shrink: 0;
}

.notify-sequence {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.notify-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid var(--border);
}

.notify-step:last-child { border-bottom: none; }

.notify-step-num {
  width: 24px;
  height: 24px;
  background: var(--gold-glow);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 900;
  color: var(--gold);
  flex-shrink: 0;
}

.notify-step-done .notify-step-num {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.notify-step-body { flex: 1; }

.notify-step-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}

.notify-step-time {
  font-size: 0.72rem;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}

.notify-badge-sent {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  flex-shrink: 0;
}

.notify-badge-queued {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-dim);
  flex-shrink: 0;
}

.notify-footer {
  text-align: center;
  padding: 0.9rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.04);
  border-top: 1px solid var(--border);
}

/* ---- 24/7 Lead Assistant Visual ---- */
.chatbot-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-gold);
  display: flex;
  flex-direction: column;
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.5rem;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.chat-bot-avatar {
  width: 38px;
  height: 38px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--gold);
  filter: drop-shadow(0 0 6px rgba(201,168,76,0.4));
  flex-shrink: 0;
}

.chat-bot-name {
  font-family: var(--ff-heading);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.02em;
  margin-bottom: 0.15rem;
}

.chat-bot-status {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4caf50;
  letter-spacing: 0.06em;
  animation: dashLivePulse 2.4s ease-in-out infinite;
}

.chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: #0a0a0a;
}

.chat-msg {
  max-width: 82%;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 0.85rem;
  line-height: 1.55;
}

.chat-user {
  align-self: flex-end;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-muted);
  border-bottom-right-radius: 3px;
}

.chat-bot {
  align-self: flex-start;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--text-muted);
  border-bottom-left-radius: 3px;
}

.chat-cta-btn {
  align-self: flex-start;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  letter-spacing: 0.03em;
  cursor: default;
  margin-top: 0.1rem;
}

.chat-input-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.5rem;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.chat-input-mock {
  flex: 1;
  font-size: 0.82rem;
  color: var(--text-dim);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.5rem 0.85rem;
}

.chat-send-btn {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 900;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: default;
}

/* ---- Pricing Teaser ---- */
.pricing-teaser {
  background: var(--surface);
  padding: 100px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* ---- CTA reuse ---- */
.cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-rook { font-size: 3rem; color: var(--gold); margin-bottom: 1.5rem; filter: drop-shadow(0 0 12px rgba(201,168,76,0.5)); }
.cta-inner h2 { margin-bottom: 1rem; }
.cta-inner > p { max-width: 520px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.cta-note { margin-top: 1.25rem !important; font-size: 0.8rem !important; color: var(--text-dim) !important; }
.cta-banner { padding: 100px 0; position: relative; overflow: hidden; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .service-block { grid-template-columns: 1fr; gap: 3rem; }
  .service-block.reverse { direction: ltr; }
}

@media (max-width: 768px) {
  .service-block { padding: 60px 0; }
}
