/* Read More Page Styles */

/* ========== Hero ========== */
.rm-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 75%, #475569 100%);
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}
.rm-hero .rm-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 70%),
    radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.15) 0%, transparent 70%),
    radial-gradient(circle at 60% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
}
.rm-hero .container { position: relative; z-index: 2; }
.rm-left-col { margin-bottom: 40px; }
.rm-badge {
  background: rgba(59,130,246,0.15);
  color: #60a5fa;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid rgba(59,130,246,0.3);
  margin-bottom: 25px;
}
.rm-title {
  font-size: 52px;
  font-weight: 900;
  margin: 0 0 25px;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.gradient-text {
  background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rm-subtitle {
  font-size: 22px;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 35px;
  font-weight: 400;
}
.rm-value-props { margin-bottom: 40px; }
.rm-vp-item { display: flex; align-items: center; margin-bottom: 15px; }
.rm-check {
  width: 24px; height: 24px; background: #10b981; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-right: 12px;
}
.rm-check i { font-size: 12px; color: #fff; }

.rm-hero-visual {
  width: 500px; height: 500px;
  background: linear-gradient(135deg, rgba(59,130,246,0.1), rgba(16,185,129,0.1), rgba(139,92,246,0.05));
  border-radius: 30px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rm-hub { position: relative; margin-bottom: 30px; }
.rm-hub-box {
  width: 120px; height: 120px; border-radius: 25px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 40px rgba(59,130,246,0.3);
  animation: pulse 2s infinite;
}
.rm-hub-box i { font-size: 50px; color: #fff; }

.rm-tech-title { font-size: 18px; color: #cbd5e1; margin-bottom: 20px; font-weight: 600; text-align: center; }
.rm-tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; max-width: 300px; margin: 0 auto 25px; }
.rm-tech-card {
  width: 60px; height: 60px; background: rgba(255,255,255,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}
.rm-tech-card:hover { transform: translateY(-5px); }
.rm-tech-card i { font-size: 28px; }
.rm-tech-card.aws i { color: #ff9900; }
.rm-tech-card.microsoft i { color: #00a4ef; }
.rm-tech-card.google i { color: #4285f4; }
.rm-tech-card.docker i { color: #2496ed; }
.rm-tech-card.aws:hover { box-shadow: 0 10px 25px rgba(255,153,0,0.3); }
.rm-tech-card.microsoft:hover { box-shadow: 0 10px 25px rgba(0,164,239,0.3); }
.rm-tech-card.google:hover { box-shadow: 0 10px 25px rgba(66,133,244,0.3); }
.rm-tech-card.docker:hover { box-shadow: 0 10px 25px rgba(59,130,246,0.3); }

.rm-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 400px; margin: 0 auto; }
.rm-chip {
  padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600;
  border-width: 1px; border-style: solid;
}
.rm-chip.blue { background: rgba(59,130,246,0.2); color: #60a5fa; border-color: rgba(59,130,246,0.3); }
.rm-chip.green { background: rgba(16,185,129,0.2); color: #34d399; border-color: rgba(16,185,129,0.3); }
.rm-chip.purple { background: rgba(139,92,246,0.2); color: #a78bfa; border-color: rgba(139,92,246,0.3); }
.rm-chip.amber { background: rgba(245,158,11,0.2); color: #fbbf24; border-color: rgba(245,158,11,0.3); }

/* Floating icons */
.rm-float { position: absolute; opacity: 0.1; }
.rm-float-1 { top: 10%; left: 10%; animation: float 6s ease-in-out infinite; }
.rm-float-1 i { font-size: 40px; color: #60a5fa; }
.rm-float-2 { top: 20%; right: 15%; animation: float 8s ease-in-out infinite reverse; }
.rm-float-2 i { font-size: 35px; color: #10b981; }
.rm-float-3 { bottom: 20%; left: 15%; animation: float 7s ease-in-out infinite; }
.rm-float-3 i { font-size: 45px; color: #8b5cf6; }
.rm-float-4 { bottom: 30%; right: 10%; animation: float 5s ease-in-out infinite reverse; }
.rm-float-4 i { font-size: 30px; color: #f59e0b; }

/* Animations */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }

/* ========== Sections ========== */
.rm-section { padding: 80px 0; }
.rm-section-white { background: #fff; }
.rm-section-light { background: #f8fafc; }
.rm-section-title { font-weight: 700; font-size: 42px; margin-bottom: 20px; color: #0f172a; }
.rm-section-desc { color: #64748b; max-width: 800px; margin: 0 auto 60px; font-size: 20px; }

/* Headings & lead */
.rm-h2 { font-weight: 800; font-size: 36px; color: #1e293b; margin-bottom: 15px; text-align: center; }
.rm-lead { font-size: 16px; color: #64748b; text-align: center; margin-bottom: 40px; }

/* Feature/Service cards */
.rm-feature-card {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; height: 100%;
}
.rm-icon-box {
  width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex: 0 0 auto;
}
.rm-icon-box i { color: #fff; font-size: 20px; }
.rm-icon-blue { background: #3b82f6; }
.rm-icon-green { background: #10b981; }
.rm-icon-purple { background: #8b5cf6; }
.rm-icon-amber { background: #f59e0b; }
.rm-icon-red { background: #ef4444; }
.rm-icon-teal { background: #06b6d4; }
.rm-icon-lime { background: #84cc16; }
.rm-icon-pink { background: #db2777; }
.rm-icon-cyan { background: #0891b2; }
.rm-icon-indigo { background: #6366f1; }
.rm-icon-emerald { background: #10b981; }

.rm-card-heading { display: flex; align-items: center; margin-bottom: 15px; }
.rm-card-title { margin: 0; color: #1e293b; font-size: 20px; font-weight: 600; }
.rm-card-title-sm { font-size: 18px; }
.rm-card-text { color: #64748b; margin-bottom: 15px; font-size: 14px; }
.rm-card-list { color: #64748b; margin: 0; padding-left: 20px; font-size: 14px; }
.rm-card-list-sm { font-size: 13px; }
.rm-price-badge { color: #fff; padding: 4px 12px; border-radius: 15px; font-size: 12px; font-weight: 600; display: inline-block; }
.rm-price-blue { background: #3b82f6; }
.rm-price-green { background: #10b981; }
.rm-price-purple { background: #8b5cf6; }
.rm-price-amber { background: #f59e0b; }
.rm-price-red { background: #ef4444; }
.rm-price-teal { background: #06b6d4; }
.rm-price-lime { background: #84cc16; }
.rm-price-cyan { background: #0891b2; }
.rm-price-indigo { background: #6366f1; }
.rm-price-emerald { background: #10b981; }
.rm-price-pink { background: #db2777; }

/* Compact flex card */
.rm-card-flex { display: flex; align-items: flex-start; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; }
.rm-list { list-style: disc; padding-left: 20px; margin-bottom: 10px; }

/* Solutions cards (white) */
.rm-sol-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 30px; height: 100%; }
.rm-sol-icon { width: 60px; height: 60px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex: 0 0 auto; }
.rm-sol-icon i { color: #fff; font-size: 24px; }
.rm-sol-icon-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.rm-sol-icon-green { background: linear-gradient(135deg, #10b981, #059669); }
.rm-sol-icon-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.rm-sol-icon-amber { background: linear-gradient(135deg, #f59e0b, #d97706); }
.rm-sol-title { margin: 0 0 5px; color: #1e293b; font-size: 22px; font-weight: 700; }
.rm-sol-sub { margin: 0; color: #64748b; font-size: 14px; }
.rm-sol-list { color: #64748b; margin: 0 0 20px; padding-left: 20px; line-height: 1.8; }
.rm-sol-action { display: flex; justify-content: space-between; align-items: center; }
.rm-link { font-weight: 600; text-decoration: none; }
.rm-link-blue { color: #3b82f6; }
.rm-link-green { color: #10b981; }
.rm-link-purple { color: #8b5cf6; }
.rm-link-amber { color: #f59e0b; }

/* Industry cards */
.rm-industry-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 30px; height: 100%; text-align: center; }
.rm-industry-icon { width: 80px; height: 80px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.rm-industry-icon i { color: #fff; font-size: 32px; }
.rm-industry-icon-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.rm-industry-icon-green { background: linear-gradient(135deg, #10b981, #059669); }
.rm-industry-icon-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.rm-industry-icon-amber { background: linear-gradient(135deg, #f59e0b, #d97706); }
.rm-industry-icon-red { background: linear-gradient(135deg, #ef4444, #dc2626); }
.rm-industry-icon-cyan { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.rm-industry-title { margin-bottom: 15px; color: #1e293b; font-size: 24px; font-weight: 700; }
.rm-industry-text { color: #64748b; margin-bottom: 20px; line-height: 1.6; }
.rm-industry-list { text-align: left; color: #64748b; margin: 0; padding-left: 20px; line-height: 1.8; }

/* Success stories */
.rm-story-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; height: 100%; }
.rm-story-header { display: flex; align-items: center; margin-bottom: 10px; }
.rm-story-icon { width: 45px; height: 45px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 12px; }
.rm-story-icon i { color: #fff; font-size: 18px; }
.rm-story-title { font-size: 18px; font-weight: 700; color: #1e293b; margin: 0; }
.rm-story-text { font-size: 14px; color: #64748b; margin: 0 0 10px; }
.rm-story-badge { padding: 4px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; color: #fff; display: inline-block; }
.rm-badge-blue { background: #3b82f6; }
.rm-badge-emerald { background: #10b981; }
.rm-badge-amber { background: #f59e0b; }

/* CTA */
.rm-cta { text-align: center; margin-top: 60px; }
.rm-cta-card { background: linear-gradient(135deg, #0f172a, #1e293b); border-radius: 20px; padding: 50px; color: #fff; }
.rm-cta-title { font-size: 32px; font-weight: 700; margin-bottom: 20px; color: #fff; }
.rm-cta-desc { font-size: 18px; color: #cbd5e1; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.rm-cta-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.rm-btn-primary { background: #3b82f6; color: #fff; padding: 16px 32px; border-radius: 12px; font-size: 18px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; border: none; }
.rm-btn-primary i { margin-right: 10px; }
.rm-btn-outline { background: transparent; border: 2px solid #60a5fa; color: #60a5fa; padding: 16px 32px; border-radius: 12px; font-size: 18px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; }
.rm-btn-outline i { margin-right: 10px; }

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .rm-title { font-size: 36px; }
  .rm-subtitle { font-size: 18px; }
  .rm-hero-visual { width: 350px; height: 350px; }
}

/* ========== Utilities & Headings ========== */
.rm-vp-text { color: #e2e8f0; font-size: 16px; font-weight: 500; }
.rm-rel-inline { position: relative; display: inline-block; }
.rm-block { margin-bottom: 60px; }
.rm-col-mb { margin-bottom: 30px; }
.rm-mt-15 { margin-top: 15px; }
.rm-flex-head { display: flex; align-items: center; margin-bottom: 20px; }
.rm-h3 { font-size: 32px; font-weight: 700; color: #1e293b; margin-bottom: 30px; text-align: center; }
.rm-h3 .rm-h3-icon { margin-right: 15px; }
.rm-text-blue { color: #3b82f6; }
.rm-text-purple { color: #8b5cf6; }
.rm-text-red { color: #ef4444; }
.rm-text-violet { color: #7c3aed; }
.rm-text-orange { color: #f97316; }
