/* ============================================================
   Rankiffy Elementor Widgets — Complete Style System
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;600&display=swap');

/* ── Root Variables ──────────────────────────────────────── */
:root {
  --rkf-primary: #8b5cf6;
  --rkf-primary-light: #a78bfa;
  --rkf-bg: #06030f;
  --rkf-card: #0e0a1e;
  --rkf-border: rgba(139,92,246,0.12);
  --rkf-text: #f0eeff;
  --rkf-muted: #9b96b0;
  --rkf-font-display: 'Space Grotesk', sans-serif;
  --rkf-font-body: 'DM Sans', sans-serif;
  --rkf-font-mono: 'JetBrains Mono', monospace;
}

/* ── Shared Utilities ───────────────────────────────────── */
.rkf-section { position: relative; overflow: hidden; }
.rkf-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.rkf-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(139,92,246,0.3);
  background: rgba(139,92,246,0.08);
  border-radius: 999px; padding: 6px 16px;
  font-family: var(--rkf-font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--rkf-primary);
}
.rkf-badge-dot { width:6px; height:6px; border-radius:50%; background:var(--rkf-primary); flex-shrink:0; }
.rkf-section-title {
  font-family: var(--rkf-font-display); font-size: clamp(32px, 5vw, 52px);
  font-weight: 800; line-height: 1.1; color: var(--rkf-text); margin-bottom: 16px;
}
.rkf-gradient-text {
  background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #ec4899 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rkf-section-subtitle { font-family: var(--rkf-font-body); font-size: 17px; color: var(--rkf-muted); line-height: 1.7; }
.rkf-grid-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(139,92,246,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,92,246,0.06) 1px, transparent 1px);
  background-size: 50px 50px; pointer-events: none; z-index: 0;
}
.rkf-glow-orb { position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; z-index:0; }

/* ── Buttons ────────────────────────────────────────────── */
.rkf-btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--rkf-primary); color: #fff;
  font-family: var(--rkf-font-display); font-weight: 700; font-size: 15px;
  padding: 0 36px; height: 52px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: all 0.3s ease;
  box-shadow: 0 0 28px rgba(139,92,246,0.4), 0 0 60px rgba(139,92,246,0.15);
  white-space: nowrap;
}
.rkf-btn-primary:hover {
  background: rgba(139,92,246,0.85);
  box-shadow: 0 0 40px rgba(139,92,246,0.6), 0 0 80px rgba(139,92,246,0.25);
  transform: translateY(-2px); color: #fff;
}
.rkf-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: #25D366;
  font-family: var(--rkf-font-display); font-weight: 700; font-size: 15px;
  padding: 0 36px; height: 52px; border-radius: 999px;
  border: 2px solid rgba(37,211,102,0.5); cursor: pointer; text-decoration: none;
  transition: all 0.3s ease; white-space: nowrap;
}
.rkf-btn-secondary:hover {
  background: rgba(37,211,102,0.08); border-color: #25D366;
  box-shadow: 0 0 28px rgba(37,211,102,0.2); color: #25D366; transform: translateY(-2px);
}
.rkf-btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--rkf-primary);
  font-family: var(--rkf-font-display); font-weight: 700; font-size: 15px;
  padding: 0 28px; height: 48px; border-radius: 999px;
  border: 2px solid rgba(139,92,246,0.4); cursor: pointer; text-decoration: none;
  transition: all 0.3s ease;
}
.rkf-btn-outline:hover {
  border-color: var(--rkf-primary); background: rgba(139,92,246,0.06); transform: translateY(-2px);
}
.rkf-btn-full { width: 100%; }
.rkf-btn-icon-before { flex-direction: row; }
.rkf-btn-icon-after  { flex-direction: row-reverse; }
.rkf-btn-align-left   { margin-right: auto; }
.rkf-btn-align-center { margin-left: auto; margin-right: auto; }
.rkf-btn-align-right  { margin-left: auto; }
.rkf-btn-wrap { display: flex; flex-wrap: wrap; gap: 12px; }
.rkf-btn-wrap--center { justify-content: center; }
.rkf-btn-wrap--right  { justify-content: flex-end; }

/* ── HERO SECTION ───────────────────────────────────────── */
.rkf-hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 140px 0 80px; position: relative;
}
.rkf-hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.rkf-hero-heading {
  font-family: var(--rkf-font-display); font-size: clamp(56px, 8vw, 88px);
  font-weight: 900; line-height: 1.0; color: var(--rkf-text); margin-bottom: 20px;
}
.rkf-hero-heading .rkf-highlight {
  background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #ec4899 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rkf-hero-desc { font-family: var(--rkf-font-body); font-size: 18px; color: var(--rkf-muted); line-height: 1.7; margin-bottom: 36px; }
.rkf-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.rkf-hero-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(139,92,246,0.08); border: 1px solid rgba(139,92,246,0.2);
  border-radius: 999px; padding: 5px 12px;
  font-family: var(--rkf-font-mono); font-size: 11px; color: var(--rkf-primary-light);
}
.rkf-hero-pill-dot { width:5px; height:5px; border-radius:50%; background:var(--rkf-primary); }
.rkf-hero-dashboard {
  background: rgba(14,10,30,0.9); border: 1px solid rgba(139,92,246,0.2);
  border-radius: 20px; padding: 28px; backdrop-filter: blur(20px);
  box-shadow: 0 0 60px rgba(139,92,246,0.15);
}
.rkf-hero-dashboard-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; }
.rkf-dashboard-live {
  background: rgba(139,92,246,0.15); border: 1px solid rgba(139,92,246,0.3);
  color: var(--rkf-primary); font-family: var(--rkf-font-mono); font-size: 11px;
  padding: 3px 10px; border-radius: 999px;
}
.rkf-dashboard-dot {
  width: 8px; height: 8px; background: #22c55e; border-radius: 50%;
  display: inline-block; margin-right: 8px; box-shadow: 0 0 8px rgba(34,197,94,0.6);
  animation: rkf-pulse 2s infinite;
}
.rkf-dashboard-title { font-family: var(--rkf-font-mono); font-size: 12px; color: var(--rkf-muted); }
.rkf-dashboard-stat {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid rgba(139,92,246,0.1);
}
.rkf-dashboard-stat:last-child { border-bottom: none; }
.rkf-dashboard-stat-label { font-family: var(--rkf-font-body); font-size: 13px; color: var(--rkf-muted); }
.rkf-dashboard-stat-value { font-family: var(--rkf-font-mono); font-size: 15px; font-weight: 700; color: var(--rkf-text); }
.rkf-dashboard-stat-badge { font-family: var(--rkf-font-mono); font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 999px; margin-left: 8px; }
.rkf-badge-green  { background: rgba(34,197,94,0.15); color: #22c55e; border: 1px solid rgba(34,197,94,0.25); }
.rkf-badge-blue   { background: rgba(59,130,246,0.15); color: #60a5fa; border: 1px solid rgba(59,130,246,0.25); }
.rkf-badge-amber  { background: rgba(251,191,36,0.15); color: #fbbf24; border: 1px solid rgba(251,191,36,0.25); }
.rkf-badge-purple { background: rgba(139,92,246,0.15); color: var(--rkf-primary); border: 1px solid rgba(139,92,246,0.25); }

/* ── STATS SECTION ──────────────────────────────────────── */
.rkf-stats { position: relative; border-top: 1px solid rgba(139,92,246,0.2); border-bottom: 1px solid rgba(139,92,246,0.2); }
.rkf-stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.rkf-stat-item { text-align: center; padding: 40px 24px; border-right: 1px solid rgba(139,92,246,0.1); }
.rkf-stat-item:last-child { border-right: none; }
.rkf-stat-value { font-family: var(--rkf-font-display); font-size: clamp(36px,5vw,52px); font-weight: 900; line-height: 1; margin-bottom: 6px; }
.rkf-stat-label { font-family: var(--rkf-font-body); font-weight: 600; font-size: 14px; color: var(--rkf-text); margin-bottom: 4px; }
.rkf-stat-sub   { font-family: var(--rkf-font-body); font-size: 12px; color: var(--rkf-muted); }

/* ── SERVICES SECTION ───────────────────────────────────── */
.rkf-services-header { text-align: center; margin-bottom: 56px; }
.rkf-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rkf-service-card {
  border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; transition: all 0.35s ease;
  text-decoration: none; color: inherit; height: 100%;
}
.rkf-service-card:hover { transform: translateY(-4px); }
.rkf-service-topbar { height: 4px; width: 100%; }
.rkf-service-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.rkf-service-icon-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.rkf-service-icon-wrap {
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid;
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
  transition: all 0.3s ease;
}
.rkf-service-num { font-family: var(--rkf-font-mono); font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.2); }
.rkf-service-title { font-family: var(--rkf-font-display); font-size: 20px; font-weight: 800; color: var(--rkf-text); margin-bottom: 12px; transition: color 0.2s; }
.rkf-service-card:hover .rkf-service-title { color: inherit; }
.rkf-service-desc { font-family: var(--rkf-font-body); font-size: 14px; color: var(--rkf-muted); line-height: 1.7; margin-bottom: 20px; flex: 1; }
.rkf-service-features { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.rkf-service-feature { display: flex; align-items: flex-start; gap: 8px; font-family: var(--rkf-font-body); font-size: 13px; color: rgba(240,238,255,0.8); }
.rkf-feature-bullet {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 4px; margin-top: 1px;
  font-size: 12px; font-weight: 700; line-height: 1; transition: all 0.2s;
}
.rkf-service-cta {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--rkf-font-display); font-size: 12px; font-weight: 700;
  margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07);
  text-decoration: none; transition: gap 0.2s;
}
.rkf-service-card:hover .rkf-service-cta { gap: 10px; }

/* ── PORTFOLIO SECTION ──────────────────────────────────── */
.rkf-portfolio-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 24px; flex-wrap: wrap; }
.rkf-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rkf-portfolio-card { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); text-decoration: none; color: inherit; display: block; transition: all 0.35s ease; }
.rkf-portfolio-card:hover { border-color: var(--rkf-primary); box-shadow: 0 0 30px rgba(139,92,246,0.15); }
.rkf-portfolio-img-wrap { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #1a1030; }
.rkf-portfolio-img-wrap img { width:100%; height:100%; object-fit:cover; transition: transform 0.6s ease; }
.rkf-portfolio-card:hover .rkf-portfolio-img-wrap img { transform: scale(1.06); }
.rkf-portfolio-cat { position:absolute; top:12px; left:12px; background:rgba(10,5,20,0.85); backdrop-filter:blur(10px); border:1px solid rgba(139,92,246,0.25); border-radius:999px; padding:4px 12px; font-family:var(--rkf-font-mono); font-size:11px; color:var(--rkf-primary); }
.rkf-portfolio-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(6,3,15,0.85) 0%,transparent 60%); opacity:0; transition:opacity 0.3s ease; display:flex; align-items:flex-end; padding:16px; }
.rkf-portfolio-card:hover .rkf-portfolio-overlay { opacity:1; }
.rkf-portfolio-cta-pill { background:var(--rkf-primary); color:#fff; font-family:var(--rkf-font-display); font-size:12px; font-weight:700; padding:6px 14px; border-radius:999px; display:inline-flex; align-items:center; gap:5px; }
.rkf-portfolio-info { padding: 20px; }
.rkf-portfolio-client { font-family:var(--rkf-font-mono); font-size:11px; color:var(--rkf-muted); margin-bottom:4px; }
.rkf-portfolio-title { font-family:var(--rkf-font-display); font-size:15px; font-weight:700; color:var(--rkf-text); margin-bottom:10px; transition:color 0.2s; }
.rkf-portfolio-card:hover .rkf-portfolio-title { color: var(--rkf-primary); }
.rkf-portfolio-result { display:inline-flex; align-items:center; gap:5px; background:rgba(34,197,94,0.1); border:1px solid rgba(34,197,94,0.25); color:#4ade80; font-family:var(--rkf-font-mono); font-size:11px; font-weight:700; padding:4px 10px; border-radius:999px; }

/* ── ABOUT SECTION ──────────────────────────────────────── */
.rkf-about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.rkf-about-desc { font-family:var(--rkf-font-body); font-size:16px; color:var(--rkf-muted); line-height:1.8; margin-bottom:16px; }
.rkf-about-stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:24px 0 32px; }
.rkf-about-stat { border-radius:16px; padding:18px; border:1px solid; }
.rkf-about-stat-value { font-family:var(--rkf-font-display); font-size:32px; font-weight:900; line-height:1; margin-bottom:6px; }
.rkf-about-stat-label { font-family:var(--rkf-font-body); font-size:12px; color:var(--rkf-muted); }
.rkf-why-card { background:var(--rkf-card); border:1px solid rgba(139,92,246,0.15); border-radius:20px; padding:28px; box-shadow:0 0 40px rgba(139,92,246,0.06); }
.rkf-why-card-title { font-family:var(--rkf-font-display); font-size:17px; font-weight:700; color:var(--rkf-text); margin-bottom:20px; display:flex; align-items:center; gap:8px; }
.rkf-why-card-title-dot { width:8px; height:8px; border-radius:50%; background:var(--rkf-primary); flex-shrink:0; }
.rkf-why-item { display:flex; gap:12px; align-items:flex-start; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,0.05); margin-bottom:16px; }
.rkf-why-item:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.rkf-why-icon { width:20px; height:20px; flex-shrink:0; margin-top:1px; display:flex; align-items:center; justify-content:center; }
.rkf-why-text-title { font-family:var(--rkf-font-body); font-size:14px; font-weight:600; color:var(--rkf-text); margin-bottom:3px; }
.rkf-why-text-desc { font-family:var(--rkf-font-body); font-size:12px; color:var(--rkf-muted); line-height:1.6; }

/* ── ABOUT CONTENT standalone widget */
.rkf-about-content-section { position:relative; overflow:hidden; }
.rkf-why-card-section { position:relative; overflow:hidden; }

/* ── PROCESS SECTION ────────────────────────────────────── */
.rkf-process-header { text-align:center; margin-bottom:56px; }
.rkf-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; }
.rkf-process-card { border-radius:20px; border:1px solid rgba(255,255,255,0.08); border-top-width:3px; padding:28px; position:relative; transition:all 0.3s ease; }
.rkf-process-card:hover { box-shadow:0 0 25px rgba(139,92,246,0.1); }
.rkf-process-num { font-family:var(--rkf-font-mono); font-size:52px; font-weight:900; opacity:0.3; line-height:1; margin-bottom:16px; }
.rkf-process-title { font-family:var(--rkf-font-display); font-size:17px; font-weight:800; color:var(--rkf-text); margin-bottom:10px; }
.rkf-process-desc { font-family:var(--rkf-font-body); font-size:13px; color:var(--rkf-muted); line-height:1.7; }
.rkf-process-arrow { display:none; position:absolute; right:-12px; top:50%; transform:translateY(-50%); width:24px; height:24px; border-radius:50%; background:var(--rkf-card); border:1px solid rgba(139,92,246,0.3); align-items:center; justify-content:center; z-index:2; color:var(--rkf-primary); font-size:14px; }
@media (min-width:1024px){ .rkf-process-arrow{ display:flex; } }

/* ── TESTIMONIALS DUAL MARQUEE ──────────────────────────── */
.rkf-testimonials-section { overflow: hidden; }
.rkf-testimonials-header { text-align:center; margin-bottom:56px; }

.rkf-marquee-outer {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.rkf-marquee-outer--fade::before,
.rkf-marquee-outer--fade::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.rkf-marquee-outer--fade::before {
  left: 0;
  background: linear-gradient(to right, var(--rkf-bg, #06030f), transparent);
}
.rkf-marquee-outer--fade::after {
  right: 0;
  background: linear-gradient(to left, var(--rkf-bg, #06030f), transparent);
}

.rkf-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.rkf-marquee-track--left {
  animation: rkf-scroll-left var(--rkf-marquee-duration, 40s) linear infinite;
}
.rkf-marquee-track--right {
  animation: rkf-scroll-right var(--rkf-marquee-duration, 40s) linear infinite;
}
.rkf-marquee-outer.rkf-pause-hover:hover .rkf-marquee-track {
  animation-play-state: paused;
}
.rkf-marquee-outer + .rkf-marquee-outer {
  margin-top: 20px;
}

@keyframes rkf-scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes rkf-scroll-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* Testimonial card (marquee version) */
.rkf-tcard {
  background: var(--rkf-card); border: 1px solid rgba(139,92,246,0.12);
  border-radius: 20px; padding: 28px; position: relative; overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.rkf-tcard:hover {
  border-color: rgba(139,92,246,0.35);
  box-shadow: 0 0 30px rgba(139,92,246,0.08);
}
.rkf-tcard-quote-mark {
  position:absolute; top:20px; right:24px; font-size:64px;
  color:rgba(139,92,246,0.08); font-family:Georgia,serif; line-height:1;
  pointer-events:none;
}
.rkf-tcard-stars { display:flex; gap:4px; margin-bottom:16px; }
.rkf-tcard-star { color:#fbbf24; font-size:16px; }
.rkf-tcard-quote {
  font-family:var(--rkf-font-body); font-size:15px; color:rgba(240,238,255,0.9);
  line-height:1.8; margin-bottom:24px; font-style:italic; position:relative; z-index:1; flex:1;
}
.rkf-tcard-author { display:flex; align-items:center; gap:12px; border-top:1px solid rgba(255,255,255,0.05); padding-top:20px; margin-top:auto; }
.rkf-tcard-avatar {
  width:44px; height:44px; border-radius:50%; flex-shrink:0; overflow:hidden;
  background:linear-gradient(135deg,rgba(139,92,246,0.5),rgba(124,58,237,0.5));
  border:1px solid rgba(139,92,246,0.3);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--rkf-font-display); font-weight:800; font-size:16px; color:#fff;
}
.rkf-tcard-avatar img { width:100%; height:100%; object-fit:cover; }
.rkf-tcard-name { font-family:var(--rkf-font-body); font-size:14px; font-weight:700; color:var(--rkf-text); }
.rkf-tcard-role { font-family:var(--rkf-font-body); font-size:12px; color:var(--rkf-muted); }

/* ── TRUST BADGES SECTION ───────────────────────────────── */
.rkf-trust-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }
.rkf-trust-badge { border-radius:16px; padding:20px 12px; text-align:center; border:1px solid; transition:transform 0.25s ease, box-shadow 0.25s ease; }
.rkf-trust-badge:hover { transform:scale(1.05); box-shadow:0 0 20px rgba(139,92,246,0.1); }
.rkf-trust-icon { font-size:24px; margin-bottom:8px; display:block; }
.rkf-trust-label { font-family:var(--rkf-font-display); font-size:12px; font-weight:700; color:var(--rkf-text); }

/* ── CTA SECTION ────────────────────────────────────────── */
.rkf-cta { text-align:center; position:relative; padding:120px 0; }
.rkf-cta-pulse { display:inline-block; width:8px; height:8px; border-radius:50%; background:var(--rkf-primary); animation:rkf-pulse 2s infinite; box-shadow:0 0 8px rgba(139,92,246,0.8); margin-right:8px; }
.rkf-cta-heading { font-family:var(--rkf-font-display); font-size:clamp(40px,6vw,68px); font-weight:900; line-height:1.05; color:var(--rkf-text); margin-bottom:24px; }
.rkf-cta-desc { font-family:var(--rkf-font-body); font-size:18px; color:var(--rkf-muted); max-width:560px; margin:0 auto 44px; line-height:1.7; }
.rkf-cta-footnote { font-family:var(--rkf-font-body); font-size:13px; color:var(--rkf-muted); margin-top:20px; }

/* ── Animations ─────────────────────────────────────────── */
@keyframes rkf-pulse {
  0%,100% { opacity:1; }
  50% { opacity:0.5; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width:1024px) {
  .rkf-services-grid { grid-template-columns:repeat(2,1fr); }
  .rkf-portfolio-grid { grid-template-columns:repeat(2,1fr); }
  .rkf-about-inner { grid-template-columns:1fr; gap:40px; }
  .rkf-process-grid { grid-template-columns:repeat(2,1fr); }
  .rkf-trust-grid { grid-template-columns:repeat(3,1fr); }
  .rkf-stats-inner { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .rkf-hero-inner { grid-template-columns:1fr; }
  .rkf-hero-dashboard { display:none; }
  .rkf-services-grid { grid-template-columns:1fr; }
  .rkf-portfolio-grid { grid-template-columns:1fr; }
  .rkf-about-stats-grid { grid-template-columns:1fr 1fr; }
  .rkf-trust-grid { grid-template-columns:repeat(2,1fr); }
  .rkf-process-grid { grid-template-columns:1fr; }
  .rkf-portfolio-header { flex-direction:column; }
}
