/*
Theme Name: Rapid Linker
Theme URI: https://rapidlinker.pro
Author: Rapid Linker
Description: Custom WordPress theme for Rapid Linker business services website.
Version: 1.0
Text Domain: rapidlinker
*/
:root {
  --rl-bg-dark: #06111f;
  --rl-bg-darker: #030914;
  --rl-bg-light: #f7fbff;
  --rl-surface: #0d1a2b;
  --rl-surface-soft: #11233a;
  --rl-primary: #2563eb;
  --rl-primary-hover: #1d4ed8;
  --rl-accent: #00c2ff;
  --rl-accent-soft: #78ddff;
  --rl-text-light: #f8fafc;
  --rl-text-dark: #0f172a;
  --rl-text-muted: #64748b;
  --rl-border: rgba(148, 163, 184, 0.2);
  --rl-white: #ffffff;
  --rl-shadow: 0 18px 50px rgba(2, 8, 23, 0.14);
  --rl-radius-sm: 10px;
  --rl-radius-md: 18px;
  --rl-radius-lg: 28px;
  --rl-container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--rl-text-dark);
  background: var(--rl-white);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(92%, var(--rl-container));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-dark {
  background:
    radial-gradient(circle at 85% 20%, rgba(37, 99, 235, 0.18), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(0, 194, 255, 0.10), transparent 22%),
    var(--rl-bg-dark);
  color: var(--rl-text-light);
}

.section-light {
  background: var(--rl-bg-light);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rl-primary);
}

.section-dark .eyebrow {
  color: var(--rl-accent);
}

.section-title {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.section-subtitle {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  color: var(--rl-text-muted);
}

.section-dark .section-subtitle {
  color: #b6c3d6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.btn-primary {
  color: var(--rl-white);
  background: linear-gradient(135deg, var(--rl-primary), #2f7df4);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--rl-primary-hover), var(--rl-primary));
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.36);
}

.btn-outline {
  color: var(--rl-white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
  border-color: var(--rl-accent);
  background: rgba(0, 194, 255, 0.08);
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: var(--rl-bg-darker);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-name {
  color: var(--rl-white);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: #dce6f5;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-navigation a:hover {
  color: var(--rl-accent);
}

/* Cards */
.card {
  background: var(--rl-white);
  border: 1px solid #e5eaf1;
  border-radius: var(--rl-radius-md);
  box-shadow: var(--rl-shadow);
  overflow: hidden;
}

.card-dark {
  background: linear-gradient(180deg, var(--rl-surface-soft), var(--rl-surface));
  border: 1px solid var(--rl-border);
  color: var(--rl-text-light);
}

/* Footer */
.site-footer {
  background: var(--rl-bg-darker);
  color: #d9e3f0;
  padding: 64px 0 26px;
}

.footer-inner {
  display: grid;
  gap: 28px;
}

.footer-brand strong {
  font-size: 22px;
  color: var(--rl-white);
}

.footer-brand p,
.footer-copy p {
  color: #91a2b8;
}

.footer-copy {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .main-navigation {
    order: 3;
    width: 100%;
  }

  .main-navigation ul {
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .section {
    padding: 72px 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 58px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .header-cta {
    display: none;
  }

  .main-navigation ul {
    gap: 14px;
  }
}
/* =========================================================
   RAPID LINKER HOMEPAGE
========================================================= */

/* ---------- Hero ---------- */

.rl-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  color: var(--rl-white);
  background:
    radial-gradient(circle at 78% 24%, rgba(37, 99, 235, 0.34), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(0, 194, 255, 0.14), transparent 22%),
    linear-gradient(135deg, #020713 0%, #06111f 48%, #07182b 100%);
}

.rl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent);
}

.rl-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
}

.rl-hero-content {
  max-width: 650px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--rl-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--rl-accent), var(--rl-primary));
}

.rl-hero h1 {
  margin: 0 0 26px;
  max-width: 690px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 850;
}

.rl-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #2f78ff, #00c2ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-description {
  max-width: 610px;
  margin: 0 0 34px;
  color: #b9c7d9;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #c4cfdd;
  font-size: 13px;
  font-weight: 600;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-check {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 194, 255, .4);
  border-radius: 50%;
  color: var(--rl-accent);
  background: rgba(0, 194, 255, .06);
  font-size: 11px;
}


/* ---------- Hero Visual ---------- */

.rl-hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: .6;
}

.hero-glow-one {
  width: 260px;
  height: 260px;
  top: 40px;
  right: 70px;
  background: rgba(37, 99, 235, .34);
}

.hero-glow-two {
  width: 210px;
  height: 210px;
  bottom: 45px;
  left: 30px;
  background: rgba(0, 194, 255, .14);
}

.hero-dashboard {
  position: absolute;
  top: 65px;
  right: 10px;
  width: min(100%, 520px);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(15, 31, 54, .92), rgba(4, 13, 27, .94));
  box-shadow:
    0 40px 80px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  transform: perspective(1000px) rotateY(-7deg) rotateX(2deg);
}

.dashboard-top {
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
}

.dashboard-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42566e;
}

.dashboard-title {
  margin-bottom: 22px;
  color: #dce7f5;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-chart {
  position: relative;
  height: 230px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 18px 14px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    rgba(255,255,255,.015);
  background-size: 38px 38px;
}

.chart-bar {
  position: relative;
  z-index: 2;
  width: 10%;
  max-width: 34px;
  min-width: 18px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(to top, #174ac0, #00c2ff);
  box-shadow: 0 0 24px rgba(0, 194, 255, .18);
}

.bar-1 { height: 22%; }
.bar-2 { height: 33%; }
.bar-3 { height: 42%; }
.bar-4 { height: 56%; }
.bar-5 { height: 67%; }
.bar-6 { height: 81%; }
.bar-7 { height: 94%; }

.chart-line {
  position: absolute;
  left: 8%;
  right: 7%;
  top: 52%;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, var(--rl-accent), #64d8ff);
  transform: rotate(-17deg);
  box-shadow: 0 0 14px rgba(0, 194, 255, .65);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.dashboard-stats div {
  padding: 13px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.dashboard-stats strong {
  display: block;
  color: #e7eff9;
  font-size: 12px;
}

.dashboard-stats span {
  display: block;
  margin-top: 3px;
  color: #7f93aa;
  font-size: 10px;
}

.hero-floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  color: var(--rl-white);
  background: rgba(10, 25, 46, .88);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 38px rgba(0,0,0,.24);
}

.hero-card-growth {
  left: -18px;
  bottom: 82px;
}

.hero-card-security {
  right: -12px;
  top: 20px;
}

.floating-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--rl-accent);
  background: rgba(0, 194, 255, .10);
}

.hero-floating-card strong {
  display: block;
  font-size: 12px;
}

.hero-floating-card small {
  display: block;
  margin-top: 2px;
  color: #8fa2b8;
  font-size: 10px;
}


/* ---------- Trust Strip ---------- */

.rl-trust-strip {
  position: relative;
  z-index: 4;
  padding: 28px 0;
  border-bottom: 1px solid #edf1f5;
  background: #fff;
}

.rl-trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.trust-message {
  min-width: 220px;
}

.trust-message strong,
.trust-message span {
  display: block;
}

.trust-message strong {
  color: #0f172a;
  font-size: 15px;
}

.trust-message span {
  color: #66758a;
  font-size: 13px;
}

.trust-capabilities {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-capabilities span {
  padding: 10px 14px;
  border: 1px solid #e7ebf0;
  border-radius: 30px;
  color: #66758a;
  background: #fbfdff;
  font-size: 12px;
  font-weight: 700;
}


/* ---------- Section Heading ---------- */

.section-heading {
  margin-bottom: 48px;
}

.section-heading-center {
  text-align: center;
}

.section-heading-center .section-subtitle {
  margin-inline: auto;
}

.section-heading-center .section-title {
  margin-left: auto;
  margin-right: auto;
}


/* ---------- Services ---------- */

.rl-services {
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .06), transparent 25%),
    #f8fbff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(2, 8, 23, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, .24);
  box-shadow: 0 28px 65px rgba(2, 8, 23, .14);
}

.service-visual {
  position: relative;
  height: 230px;
  overflow: hidden;
  isolation: isolate;
}

.service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.service-visual-growth::before {
  background:
    radial-gradient(circle at 70% 35%, rgba(0,194,255,.35), transparent 25%),
    linear-gradient(145deg, #071120, #0d2440);
}

.service-visual-commerce::before {
  background:
    radial-gradient(circle at 78% 25%, rgba(37,99,235,.38), transparent 28%),
    linear-gradient(145deg, #06101c, #0d223a);
}

.service-visual-security::before {
  background:
    radial-gradient(circle at 50% 30%, rgba(0,194,255,.22), transparent 28%),
    linear-gradient(145deg, #020812, #0c1f35);
}

.service-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--rl-primary), #2f7df4);
  font-size: 12px;
  font-weight: 800;
}

.service-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  color: var(--rl-accent);
  background: rgba(11, 28, 49, .88);
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
  font-size: 19px;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(0,194,255,.16);
  border-radius: 50%;
}

.orbit-one {
  width: 160px;
  height: 160px;
  top: 38px;
  left: 72px;
}

.orbit-two {
  width: 250px;
  height: 250px;
  top: -6px;
  left: 27px;
}

.service-visual-growth::after {
  content: "↗";
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--rl-accent);
  text-shadow: 0 0 28px rgba(0,194,255,.55);
  font-size: 84px;
  font-weight: 200;
}

.commerce-window {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 68%;
  height: 120px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
}

.commerce-top {
  height: 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

.commerce-products {
  height: calc(100% - 22px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 13px;
}

.commerce-products span {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0,194,255,.32), rgba(37,99,235,.12));
}

.security-screens {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.security-screens span {
  aspect-ratio: 1.45;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(20,68,106,.82), rgba(7,21,36,.92));
  box-shadow: inset 0 0 20px rgba(0,194,255,.05);
}

.service-card-content {
  padding: 27px;
}

.service-card-content h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.service-card-content p {
  min-height: 108px;
  margin: 0 0 18px;
  color: #66758a;
  font-size: 14px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rl-primary);
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}


/* ---------- Security Feature ---------- */

.rl-security-feature {
  position: relative;
  overflow: hidden;
}

.security-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 74px;
}

.security-visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 40% 35%, rgba(0,194,255,.08), transparent 26%),
    #040c17;
  box-shadow: 0 36px 75px rgba(0,0,0,.32);
  overflow: hidden;
}

.monitoring-wall {
  position: absolute;
  inset: 50px 46px 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  transform: perspective(900px) rotateY(5deg);
}

.monitor-screen {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 56, 91, .78), rgba(3, 14, 26, .94));
  box-shadow:
    inset 0 0 25px rgba(0,194,255,.05),
    0 16px 30px rgba(0,0,0,.18);
}

.monitor-screen:nth-child(2),
.monitor-screen:nth-child(5) {
  background:
    linear-gradient(145deg, rgba(8, 87, 126, .60), rgba(2, 13, 26, .94));
}

.monitoring-status {
  position: absolute;
  left: 44px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 25px;
  color: #b9c8d8;
  background: rgba(255,255,255,.03);
  font-size: 12px;
  font-weight: 700;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.10);
}

.accent-text {
  color: var(--rl-accent);
}

.security-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
  margin: 34px 0 36px;
}

.security-benefit {
  display: flex;
  gap: 13px;
}

.benefit-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,194,255,.18);
  border-radius: 10px;
  color: var(--rl-accent);
  background: rgba(0,194,255,.07);
  font-size: 14px;
}

.security-benefit strong {
  display: block;
  margin-bottom: 5px;
  color: #edf5ff;
  font-size: 13px;
}

.security-benefit p {
  margin: 0;
  color: #8fa2b8;
  font-size: 12px;
  line-height: 1.6;
}


/* ---------- Why Us ---------- */

.rl-why-us {
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.why-item {
  padding: 10px 6px;
  text-align: center;
}

.why-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37,99,235,.12);
  border-radius: 16px;
  color: var(--rl-primary);
  background: linear-gradient(145deg, #eef5ff, #f8fbff);
  box-shadow: 0 14px 30px rgba(37,99,235,.08);
  font-size: 19px;
}

.why-item h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.why-item p {
  margin: 0;
  color: #6a788b;
  font-size: 13px;
  line-height: 1.7;
}


/* ---------- Process ---------- */

.rl-process {
  position: relative;
  overflow: hidden;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,194,255,.35), transparent);
}

.process-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.process-number {
  position: absolute;
  top: -8px;
  left: calc(50% - 44px);
  min-width: 34px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  background: var(--rl-primary);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(37,99,235,.28);
}

.process-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  color: var(--rl-accent);
  background: rgba(255,255,255,.02);
  box-shadow: inset 0 0 26px rgba(0,194,255,.03);
  font-size: 24px;
}

.process-step h3 {
  margin: 0 0 9px;
  color: #f4f8fc;
  font-size: 15px;
}

.process-step p {
  max-width: 230px;
  margin: 0 auto;
  color: #8799ad;
  font-size: 12px;
  line-height: 1.7;
}


/* ---------- Industries ---------- */

.rl-industries {
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .05), transparent 24%),
    #f8fbff;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.industry-card {
  min-height: 156px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #e5eaf1;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(2,8,23,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.20);
  box-shadow: 0 20px 40px rgba(2,8,23,.10);
}

.industry-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--rl-primary);
  background: #edf4ff;
}

.industry-card h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}


/* ---------- Partner Section ---------- */

.rl-partner-section {
  background: #fff;
}

.partner-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 90px;
}

.partner-grid .section-title {
  max-width: 660px;
}

.partner-copy p {
  margin: 0 0 22px;
  color: #66758a;
  font-size: 16px;
  line-height: 1.8;
}


/* ---------- Final CTA ---------- */

.rl-final-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  color: var(--rl-white);
  background:
    radial-gradient(circle at 50% 20%, rgba(37,99,235,.28), transparent 28%),
    radial-gradient(circle at 85% 90%, rgba(0,194,255,.12), transparent 22%),
    linear-gradient(135deg, #020713, #07182b);
}

.final-cta-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(37,99,235,.16);
  filter: blur(85px);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta-inner h2 {
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.final-cta-inner p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #aebdd0;
  font-size: 17px;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}


/* =========================================================
   HOMEPAGE RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

  .rl-hero-grid,
  .security-feature-grid,
  .partner-grid {
    gap: 48px;
  }

  .services-grid {
    gap: 20px;
  }

  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 900px) {

  .rl-hero {
    padding: 82px 0 70px;
  }

  .rl-hero-grid,
  .security-feature-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .rl-hero-content {
    max-width: 760px;
  }

  .rl-hero-visual {
    min-height: 470px;
  }

  .hero-dashboard {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero-card-growth {
    left: 3%;
  }

  .hero-card-security {
    right: 3%;
  }

  .rl-trust-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .trust-capabilities {
    justify-content: flex-start;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card-content p {
    min-height: 0;
  }

  .why-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    row-gap: 50px;
  }

  .process-grid::before {
    display: none;
  }

  .security-content {
    order: 1;
  }

  .security-visual {
    order: 2;
  }

  .partner-grid {
    gap: 26px;
  }
}


@media (max-width: 640px) {

  .rl-hero {
    padding-top: 62px;
  }

  .rl-hero h1 {
    font-size: 48px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .final-cta-actions .btn {
    width: 100%;
  }

  .hero-trust-points {
    flex-direction: column;
  }

  .rl-hero-visual {
    min-height: 390px;
  }

  .hero-dashboard {
    top: 50px;
    width: 94%;
    padding: 18px;
  }

  .dashboard-chart {
    height: 175px;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-stats div:nth-child(2),
  .dashboard-stats div:nth-child(3) {
    display: none;
  }

  .hero-floating-card {
    display: none;
  }

  .security-benefits,
  .why-grid,
  .process-grid,
  .industries-grid {
    grid-template-columns: 1fr;
  }

  .security-visual {
    min-height: 390px;
  }

  .monitoring-wall {
    inset: 40px 24px 75px;
    grid-template-columns: repeat(2, 1fr);
  }

  .monitor-screen:nth-child(5),
  .monitor-screen:nth-child(6) {
    display: none;
  }

  .why-item {
    padding: 6px 22px 24px;
  }

  .process-step {
    padding-bottom: 12px;
  }

  .industry-card {
    min-height: 130px;
  }

  .rl-final-cta {
    padding: 78px 0;
  }

  .final-cta-inner h2 {
    font-size: 42px;
  }
}
/* =========================================================
   RAPID LINKER FINAL HEADER
========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(3, 9, 20, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}


/* ---------- Brand ---------- */

.site-branding {
  position: relative;
  z-index: 20;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0,194,255,.45);
  border-radius: 10px;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #2563eb,
      #008ed6
    );

  box-shadow:
    0 8px 24px rgba(37,99,235,.26),
    inset 0 1px 0 rgba(255,255,255,.22);

  font-size: 21px;
  font-weight: 900;
}

.brand-text {
  display: flex;
  align-items: center;
  gap: 5px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1;
  letter-spacing: -.01em;
}

.brand-text strong {
  font-weight: 850;
}

.brand-text span {
  color: #c8d4e3;
  font-weight: 600;
}


/* ---------- Navigation ---------- */

.main-navigation {
  justify-self: center;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 31px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.primary-menu > li {
  position: relative;
}

.primary-menu > li > a {
  position: relative;

  display: flex;
  align-items: center;
  gap: 6px;

  padding: 31px 0;

  color: #d7e1ee;

  font-size: 14px;
  font-weight: 650;

  transition:
    color .2s ease;
}

.primary-menu > li > a::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: 22px;

  width: 0;
  height: 2px;

  border-radius: 20px;

  background:
    linear-gradient(
      90deg,
      var(--rl-primary),
      var(--rl-accent)
    );

  transition:
    width .25s ease;
}

.primary-menu > li:hover > a,
.primary-menu > li > a:hover {
  color: #ffffff;
}

.primary-menu > li:hover > a::after {
  width: 100%;
}

.menu-arrow {
  position: relative;
  top: -1px;

  color: #8fa5bd;

  font-size: 13px;
}


/* ---------- Dropdown ---------- */

.sub-menu {
  position: absolute;

  top: calc(100% - 8px);
  left: 50%;

  width: 260px;

  margin: 0;
  padding: 10px;

  list-style: none;

  opacity: 0;
  visibility: hidden;

  transform:
    translate(-50%, 10px);

  border:
    1px solid rgba(255,255,255,.09);

  border-radius: 16px;

  background:
    rgba(7, 18, 34, .98);

  box-shadow:
    0 25px 60px rgba(0,0,0,.34);

  transition:
    opacity .22s ease,
    transform .22s ease,
    visibility .22s ease;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;

  transform:
    translate(-50%, 0);
}

.sub-menu a {
  display: block;

  padding: 12px 14px;

  border-radius: 10px;

  color: #b9c8d9;

  font-size: 13px;
  font-weight: 600;

  transition:
    color .2s ease,
    background .2s ease,
    padding-left .2s ease;
}

.sub-menu a:hover {
  padding-left: 18px;

  color: #ffffff;

  background:
    rgba(37,99,235,.14);
}


/* ---------- Header CTA ---------- */

.header-cta {
  justify-self: end;
}

.header-quote-btn {
  min-height: 46px;
  padding: 0 19px;

  border-radius: 10px;

  font-size: 13px;
  white-space: nowrap;
}

.header-quote-btn span {
  transition:
    transform .2s ease;
}

.header-quote-btn:hover span {
  transform:
    translateX(4px);
}


/* ---------- Mobile Toggle ---------- */

.mobile-menu-toggle {
  display: none;

  width: 43px;
  height: 43px;

  padding: 10px;

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 10px;

  background:
    rgba(255,255,255,.04);

  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;

  width: 100%;
  height: 2px;

  margin: 5px 0;

  border-radius: 10px;

  background: #ffffff;

  transition:
    transform .25s ease,
    opacity .25s ease;
}


/* =========================================================
   HEADER RESPONSIVE
========================================================= */

@media (max-width: 1020px) {

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;

    min-height: 74px;

    gap: 20px;
  }

  .mobile-menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .main-navigation {
    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    padding: 16px 4% 22px;

    opacity: 0;
    visibility: hidden;

    transform:
      translateY(-8px);

    border-top:
      1px solid rgba(255,255,255,.06);

    background:
      rgba(3, 9, 20, .98);

    box-shadow:
      0 20px 40px rgba(0,0,0,.22);

    transition:
      opacity .2s ease,
      transform .2s ease,
      visibility .2s ease;
  }

  .main-navigation.is-open {
    opacity: 1;
    visibility: visible;

    transform:
      translateY(0);
  }

  .primary-menu {
    flex-direction: column;
    align-items: stretch;

    gap: 0;
  }

  .primary-menu > li > a {
    justify-content: space-between;

    padding: 14px 5px;

    border-bottom:
      1px solid rgba(255,255,255,.06);
  }

  .primary-menu > li > a::after {
    display: none;
  }

  .sub-menu {
    position: static;

    width: 100%;

    padding: 5px 0 7px 12px;

    opacity: 1;
    visibility: visible;

    transform: none;

    border: 0;

    background: transparent;

    box-shadow: none;
  }

  .sub-menu a {
    padding: 9px 10px;
  }

  .mobile-menu-toggle.is-active span:nth-child(1) {
    transform:
      translateY(7px)
      rotate(45deg);
  }

  .mobile-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-active span:nth-child(3) {
    transform:
      translateY(-7px)
      rotate(-45deg);
  }

}


@media (max-width: 782px) {

  .admin-bar .site-header {
    top: 46px;
  }

}


@media (max-width: 480px) {

  .brand-text {
    font-size: 17px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;

    font-size: 19px;
  }

}
/* Services dropdown arrow */
.primary-menu > li.menu-item-has-children > a {
  padding-right: 16px;
}

.primary-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1.5px solid #8fa5bd;
  border-bottom: 1.5px solid #8fa5bd;
  transform: rotate(45deg);
  transition: transform .2s ease, border-color .2s ease;
}

.primary-menu > li.menu-item-has-children:hover > a::before {
  transform: rotate(225deg);
  margin-top: -1px;
  border-color: var(--rl-accent);
}
/* =========================================================
   RAPID LINKER MEGA MENU
========================================================= */

@media (min-width: 1021px) {

  /* Top-level Services mega panel */
  .primary-menu > .menu-item-has-children > .sub-menu {
    left: 50%;
    top: calc(100% - 5px);

    width: 820px;
    padding: 24px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    transform: translate(-50%, 12px);

    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;

    background:
      radial-gradient(circle at 10% 0%, rgba(37,99,235,.16), transparent 28%),
      linear-gradient(145deg, #071323, #030914);

    box-shadow:
      0 30px 80px rgba(0,0,0,.42);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }


  .primary-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }


  /* Three main service columns */
  .primary-menu > .menu-item-has-children > .sub-menu > li {
    position: relative;

    padding: 18px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 15px;

    background:
      rgba(255,255,255,.025);

    transition:
      transform .22s ease,
      background .22s ease,
      border-color .22s ease;
  }


  .primary-menu > .menu-item-has-children > .sub-menu > li:hover {
    transform: translateY(-3px);

    border-color: rgba(0,194,255,.18);

    background:
      rgba(37,99,235,.08);
  }


  /* Main service headings */
  .primary-menu > .menu-item-has-children > .sub-menu > li > a {
    display: block;

    padding: 0 0 12px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    border-bottom:
      1px solid rgba(255,255,255,.08);
  }


  .primary-menu > .menu-item-has-children > .sub-menu > li > a:hover {
    padding-left: 0;

    color: var(--rl-accent);

    background: transparent;
  }


  /* Nested service lists */
  .primary-menu .sub-menu .sub-menu {
    position: static;

    width: 100%;

    margin: 10px 0 0;
    padding: 0;

    display: block;

    opacity: 1;
    visibility: visible;

    transform: none;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;
  }


  .primary-menu .sub-menu .sub-menu li {
    margin: 2px 0;
  }


  .primary-menu .sub-menu .sub-menu a {
    position: relative;

    display: block;

    padding: 8px 8px 8px 18px;

    color: #93a6bd;

    font-size: 12px;
    font-weight: 600;

    border-radius: 8px;
  }


  .primary-menu .sub-menu .sub-menu a::before {
    content: "";

    position: absolute;
    left: 5px;
    top: 50%;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: var(--rl-accent);

    transform: translateY(-50%);

    opacity: .75;
  }


  .primary-menu .sub-menu .sub-menu a:hover {
    padding-left: 22px;

    color: #ffffff;

    background:
      rgba(0,194,255,.06);
  }


  /* Keep Services arrow */
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 17px;
  }

}
/* =========================================================
   SEO & DIGITAL GROWTH PAGE
========================================================= */

.rl-service-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 95px;
}

.rl-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(37, 99, 235, .28), transparent 28%),
    radial-gradient(circle at 90% 75%, rgba(0, 194, 255, .13), transparent 24%);
  pointer-events: none;
}

.rl-service-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
}

.rl-service-hero-content {
  max-width: 670px;
}

.rl-service-hero h1 {
  margin: 0 0 26px;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 850;
}

.rl-service-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #2f78ff, #00c2ff);
  -webkit-background-clip: text;
  background-clip: text;
}


/* ---------- Growth Visual ---------- */

.rl-growth-visual {
  position: relative;
  min-height: 510px;
}

.growth-panel {
  position: absolute;
  top: 45px;
  right: 0;
  width: min(100%, 535px);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(15,31,54,.94), rgba(4,13,27,.96));
  box-shadow:
    0 40px 80px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  transform: perspective(1000px) rotateY(-6deg) rotateX(2deg);
}

.growth-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  color: #dce7f5;
  font-size: 14px;
  font-weight: 700;
}

.growth-panel-head strong {
  color: var(--rl-accent);
  font-size: 24px;
}

.growth-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.growth-metric {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}

.growth-metric small,
.growth-metric span {
  display: block;
}

.growth-metric small {
  margin-bottom: 5px;
  color: #7f93aa;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.growth-metric strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 23px;
}

.growth-metric span {
  color: #91a4bb;
  font-size: 11px;
}

.growth-chart {
  position: relative;
  height: 175px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding: 24px 22px 14px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    rgba(255,255,255,.015);
  background-size: 38px 38px;
}

.growth-chart i {
  position: relative;
  z-index: 2;
  width: 10%;
  max-width: 36px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(to top, #174ac0, #00c2ff);
  box-shadow: 0 0 22px rgba(0,194,255,.14);
}

.growth-line {
  position: absolute;
  left: 8%;
  right: 7%;
  top: 51%;
  z-index: 3;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rl-accent), #64d8ff);
  transform: rotate(-15deg);
  box-shadow: 0 0 14px rgba(0,194,255,.55);
}


/* ---------- Growth Intro ---------- */

.rl-growth-intro {
  background: #fff;
}


/* ---------- Growth Service Cards ---------- */

.rl-growth-services {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.06), transparent 26%),
    #f8fbff;
}

.growth-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.growth-service-card {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #e3eaf3;
  border-radius: 22px;
  background:
    linear-gradient(145deg, #ffffff, #f9fbfe);
  box-shadow: 0 18px 48px rgba(2,8,23,.07);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.growth-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 28px 60px rgba(2,8,23,.11);
}

.growth-service-card-wide {
  grid-column: 1 / -1;
}

.growth-service-card .service-number {
  position: static;
  width: fit-content;
  margin-bottom: 22px;
}

.growth-service-icon {
  position: absolute;
  top: 29px;
  right: 30px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37,99,235,.12);
  border-radius: 15px;
  color: var(--rl-primary);
  background: linear-gradient(145deg, #eef5ff, #f8fbff);
  box-shadow: 0 13px 28px rgba(37,99,235,.08);
  font-size: 21px;
  font-weight: 800;
}

.growth-service-card h3 {
  margin: 0 0 12px;
  padding-right: 64px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.2;
}

.growth-service-card > p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #66758a;
  font-size: 14px;
  line-height: 1.75;
}

.growth-service-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-service-card li {
  position: relative;
  padding-left: 18px;
  color: #44536a;
  font-size: 13px;
  font-weight: 600;
}

.growth-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rl-primary), var(--rl-accent));
}


/* ---------- Approach ---------- */

.rl-growth-approach {
  position: relative;
  overflow: hidden;
}


/* ---------- Benefits ---------- */

.rl-growth-benefits {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.045), transparent 25%),
    #fff;
}


/* =========================================================
   SEO & DIGITAL GROWTH RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

  .rl-service-hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .rl-growth-visual {
    min-height: 470px;
  }

  .growth-panel {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

}


@media (max-width: 760px) {

  .rl-service-hero {
    padding: 75px 0 65px;
  }

  .rl-service-hero h1 {
    font-size: 50px;
  }

  .growth-services-grid {
    grid-template-columns: 1fr;
  }

  .growth-service-card-wide {
    grid-column: auto;
  }

}


@media (max-width: 640px) {

  .rl-service-hero h1 {
    font-size: 43px;
  }

  .rl-growth-visual {
    min-height: 420px;
  }

  .growth-panel {
    top: 28px;
    width: 96%;
    padding: 18px;
  }

  .growth-metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .growth-chart {
    height: 150px;
  }

  .growth-service-card {
    padding: 26px;
  }

  .growth-service-card h3 {
    padding-right: 58px;
    font-size: 22px;
  }

  .growth-service-icon {
    top: 24px;
    right: 24px;
    width: 47px;
    height: 47px;
  }

  .growth-service-card ul {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 420px) {

  .growth-metric-grid {
    grid-template-columns: 1fr;
  }

  .growth-metric:nth-child(3),
  .growth-metric:nth-child(4) {
    display: none;
  }

}
/* =========================================================
   RAPID LINKER — FINAL HEADING TYPOGRAPHY
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.035em !important;
  word-spacing: 0.20em !important;
}

/* Main Hero / Service Page Large Headings */
.rl-hero h1,
.rl-service-hero h1 {
  letter-spacing: 0.04em !important;
  word-spacing: 0.22em !important;
}
/* =========================================
   FINAL SECTION SPACING POLISH
   ========================================= */

/* Reduce excessive vertical whitespace */
.rl-intro,
.rl-overview,
.rl-section-intro {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/* Keep headings/content comfortably spaced */
.rl-intro h2,
.rl-overview h2,
.rl-section-intro h2 {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}