/* ===== HERO ===== */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 75% 70%, rgba(59,130,246,0.55), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(168,85,247,0.45), transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 60%, rgba(34,211,238,0.25), transparent 55%),
    linear-gradient(160deg, #04071A 0%, #090E2C 50%, #04071A 100%);
  padding: 8rem 0 0; position: relative; overflow: hidden; min-height: 92vh;
}
/* Vivid grid floor */
.hero-grid-floor {
  position: absolute; left: 0; right: 0; bottom: 0; height: 58%; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(59,130,246,0.35) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(59,130,246,0.25) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(400px) rotateX(64deg); transform-origin: bottom center;
  mask-image: linear-gradient(to top, #000 0%, transparent 88%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, transparent 88%);
}
.hero-grid-floor::after {
  content: ''; position: absolute; left: 50%; bottom: -10%; transform: translateX(-50%);
  width: 80%; height: 65%; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(99,102,241,0.8), rgba(168,85,247,0.5) 40%, transparent 70%);
  filter: blur(35px); animation: glowPulse 5s ease-in-out infinite;
}
/* Glows */
.hero-glow { position: absolute; border-radius: 50%; z-index: 0; pointer-events: none; }
.hero-glow-blue { width: 700px; height: 700px; right: -2%; top: 4%; background: rgba(37,99,235,0.7); filter: blur(100px); animation: glowPulse 7s ease-in-out infinite; }
.hero-glow-purple { width: 580px; height: 580px; right: 18%; top: 32%; background: rgba(168,85,247,0.65); filter: blur(100px); animation: glowPulse 9s ease-in-out infinite; }
.hero-glow-cyan { width: 420px; height: 420px; left: 4%; top: 36%; background: rgba(34,211,238,0.35); filter: blur(110px); animation: glowPulse 8s ease-in-out infinite; }
@keyframes glowPulse { 0%,100% { opacity: 0.8; transform: scale(1); } 50% { opacity: 1; transform: scale(1.15); } }
/* Particles */
.hero-particles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-particles i {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: #60A5FA; box-shadow: 0 0 14px 4px rgba(96,165,250,0.9);
  animation: floaty 6s ease-in-out infinite;
}
.hero-particles i:nth-child(even) { background: #E879F9; box-shadow: 0 0 14px 4px rgba(232,121,249,0.9); animation-duration: 8s; }
.hero-particles i:nth-child(3n) { background: #34D399; box-shadow: 0 0 14px 4px rgba(52,211,153,0.9); animation-duration: 10s; }
@keyframes floaty { 0%,100% { transform: translateY(0); opacity: 0.6; } 50% { transform: translateY(-18px); opacity: 1; } }

.hero-content {
  max-width: 1440px; margin: 0 auto; padding: 1rem 1.5rem 3rem;
  display: grid; grid-template-columns: 50% 50%; gap: 2.5rem; align-items: center;
  position: relative; z-index: 2;
}
.hero-tag {
  font-size: 0.74rem; letter-spacing: 0.2em; font-weight: 700;
  color: #60A5FA; margin-bottom: 1.3rem;
}
.hero h1 { font-size: clamp(2.4rem, 4.2vw, 3.9rem); font-weight: 800; line-height: 1.07; margin-bottom: 1.4rem; letter-spacing: -0.02em; color: #FFFFFF; }
.hero p { font-size: 1.12rem; color: #E2E8F0; max-width: 540px; margin-bottom: 1.6rem; font-weight: 500; line-height: 1.75; }
.gradient-text {
  background: linear-gradient(100deg, #22D3EE 0%, #3B82F6 35%, #A855F7 70%, #EC4899 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-features { display: flex; flex-wrap: nowrap; gap: 0.5rem 1.2rem; margin-bottom: 2rem; }
.hero-features span { font-size: 0.85rem; color: #F1F5F9; font-weight: 600; display: flex; align-items: center; gap: 0.45rem; white-space: nowrap; }
.hero-features span::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; border: 2px solid #60A5FA; color: #60A5FA; font-size: 0.65rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ===== Hero dashboard ===== */
.hero-visual { position: relative; display: flex; justify-content: flex-end; align-items: center; min-height: 520px; }
.dash-main {
  width: 100%; max-width: 560px; position: relative;
  background: linear-gradient(160deg, rgba(15,25,65,0.95), rgba(8,12,36,0.96));
  border: 1px solid rgba(96,165,250,0.45); border-radius: 18px; padding: 1.5rem;
  box-shadow:
    0 50px 110px rgba(0,0,0,0.55),
    0 0 60px rgba(59,130,246,0.5),
    0 0 120px rgba(168,85,247,0.3),
    inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(12px); margin-right: 36px; overflow: hidden;
  transform: perspective(1400px) rotateY(-12deg) rotateX(4deg); transform-style: preserve-3d;
}
.dash-main::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1.5px;
  background: linear-gradient(90deg, transparent 5%, rgba(96,165,250,0.9) 40%, rgba(168,85,247,0.9) 70%, transparent 95%);
  z-index: 4;
}
.dash-main::after {
  content: ''; position: absolute; top: 0; left: -70%; width: 55%; height: 100%; z-index: 5; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.14), transparent);
  transform: skewX(-18deg); animation: sweep 7s ease-in-out infinite;
}
@keyframes sweep { 0% { left: -70%; } 55%, 100% { left: 140%; } }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.1rem; }
.dash-title { font-size: 0.92rem; font-weight: 700; }
.dash-x { color: var(--text-gray); font-size: 1.1rem; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 0.9rem; }
.dash-stat { background: rgba(15,25,70,0.85); border: 1px solid rgba(96,165,250,0.5); border-radius: 12px; padding: 0.9rem; position: relative; overflow: hidden; box-shadow: 0 0 25px rgba(59,130,246,0.3), inset 0 1px 0 rgba(255,255,255,0.1); }
.dash-stat::after { content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(96,165,250,1), rgba(168,85,247,0.8), transparent); }
.dash-stat small { font-size: 0.68rem; color: var(--text-gray); display: block; }
.ds-top { display: flex; justify-content: space-between; align-items: center; }
.ds-top em { font-size: 0.7rem; font-style: normal; font-weight: 700; }
.ds-mid { display: flex; align-items: flex-end; justify-content: space-between; gap: 0.5rem; margin: 0.2rem 0 0.15rem; }
.ds-mid strong { font-size: 1.5rem; font-weight: 800; line-height: 1; }
.spark { width: 66px; height: 26px; flex-shrink: 0; }
.spark polyline { fill: none; stroke: #60A5FA; stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.dash-row { display: flex; align-items: baseline; gap: 0.5rem; margin: 0.25rem 0 0.1rem; }
.dash-row strong { font-size: 1.5rem; font-weight: 800; }
.dash-row em { font-size: 0.72rem; font-style: normal; font-weight: 700; }
.up { color: #34D399; }
.dash-sub { font-size: 0.62rem; color: var(--text-gray); }
.dash-lower { display: grid; grid-template-columns: 0.78fr 1.4fr; gap: 0.9rem; }
.dash-box { background: rgba(15,25,70,0.85); border: 1px solid rgba(96,165,250,0.5); border-radius: 12px; padding: 0.9rem; position: relative; overflow: hidden; box-shadow: 0 0 25px rgba(59,130,246,0.3), inset 0 1px 0 rgba(255,255,255,0.1); }
.dash-box::after { content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(96,165,250,1), rgba(168,85,247,0.8), transparent); }
.dash-box small { font-size: 0.68rem; color: var(--text-gray); display: block; }
.dash-projects { display: flex; flex-direction: column; align-items: center; text-align: center; }
.donut {
  width: 84px; height: 84px; border-radius: 50%; margin: 0.5rem 0 0.4rem; position: relative;
  background: conic-gradient(from 180deg, #22D3EE, #3B82F6 50%, #6366F1 92%, rgba(255,255,255,0.08) 92% 100%);
  display: flex; align-items: center; justify-content: center; font-size: 0;
}
.donut::before { content: ''; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: #0e1640; z-index: 1; }
.donut::after { content: '92%'; position: relative; z-index: 2; font-size: 1rem; font-weight: 800; color: #fff; }
.dash-health-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.6rem; }
.dash-tabs { display: flex; gap: 0.3rem; }
.dash-tabs span { font-size: 0.6rem; color: var(--text-gray); padding: 0.15rem 0.45rem; border-radius: 5px; }
.dash-tabs span.on { background: rgba(96,165,250,0.2); color: #fff; }
.dash-chart { height: 110px; background: rgba(96,165,250,0.05); border-radius: 10px; position: relative; overflow: hidden; padding: 6px; }
.dash-chart svg { width: 100%; height: 100%; display: block; }
.dash-chart .ax { stroke: rgba(255,255,255,0.06); stroke-width: 1; }
.dash-chart .ln { fill: none; stroke: #3B82F6; stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; filter: drop-shadow(0 0 4px rgba(59,130,246,0.5)); }
.dash-pill { position: absolute; right: 10px; bottom: 10px; background: rgba(52,211,153,0.18); color: #34D399; font-size: 0.66rem; font-weight: 700; padding: 0.25rem 0.55rem; border-radius: 20px; }
.dash-pill em { font-style: normal; color: var(--text-gray); font-weight: 500; }

/* Floating phone overlapping dashboard */
.dash-phone {
  position: absolute; right: -4px; bottom: -34px; width: 186px; z-index: 3;
  background: linear-gradient(165deg, #1a2566, #0c1240);
  border: 1px solid rgba(96,165,250,0.35); border-radius: 26px; padding: 1.1rem;
  box-shadow: 0 40px 80px rgba(0,0,0,0.65), 0 0 50px rgba(168,85,247,0.3), inset 0 1px 0 rgba(255,255,255,0.1), 0 0 0 1px rgba(96,165,250,0.18);
  transform: perspective(1100px) rotateY(-10deg); transform-style: preserve-3d;
}
.dash-phone::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 46px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.18); }
.phone-status { display: flex; justify-content: space-between; align-items: center; font-size: 0.55rem; color: var(--text-gray); margin-bottom: 0.5rem; }
.phone-status .phone-ic { letter-spacing: 1px; }
.phone-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; }
.phone-top small { font-size: 0.78rem; font-weight: 700; color: #fff; }
.phone-dot { color: var(--blue-bright); font-size: 0.8rem; }
.phone-label { font-size: 0.64rem; color: var(--text-gray); }
.dash-phone .dash-row { margin: 0.15rem 0 0; }
.dash-phone .dash-row strong { font-size: 1.25rem; }
.phone-sub { font-size: 0.55rem; color: var(--text-gray); display: block; }
.phone-line { width: 100%; height: 48px; margin: 0.4rem 0 0.7rem; display: block; }
.phone-line polyline { fill: none; stroke: #60A5FA; stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.phone-services { font-size: 0.6rem; color: var(--text-gray); margin-bottom: 0.5rem; }
.phone-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.58rem; padding: 0.32rem 0; }
.phone-item i { width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg,#3B82F6,#A855F7); flex-shrink: 0; }
.phone-item span { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text-light); }
.phone-item .bar { width: 34px; height: 4px; border-radius: 3px; background: rgba(255,255,255,0.12); overflow: hidden; flex-shrink: 0; }
.phone-item .bar b { display: block; height: 100%; background: #60A5FA; }
.phone-item u { text-decoration: none; color: var(--text-gray); font-size: 0.55rem; width: 22px; text-align: right; }

/* Premium CTA banner below hero */
.hero-strip {
  position: relative; z-index: 2; display: flex; justify-content: center;
  padding: 1.5rem 1.5rem 3rem;
}
.hero-strip span {
  display: inline-flex; align-items: center; gap: 0.7rem;
  background: linear-gradient(160deg, rgba(24,34,80,0.75), rgba(11,17,46,0.75));
  border: 1px solid rgba(96,165,250,0.3); border-radius: 50px; padding: 1rem 2.4rem;
  font-size: 0.95rem; font-weight: 600; color: var(--text-light);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35), 0 0 30px rgba(37,99,235,0.12);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { justify-content: center; min-height: auto; margin-top: 2rem; }
  .dash-phone { right: -10px; bottom: -20px; width: 150px; }
}

/* ===== SHARED SECTION HELPERS ===== */
.tag-blue { font-size: 0.72rem; letter-spacing: 0.16em; font-weight: 700; color: var(--blue); margin-bottom: 0.7rem; }
.sec-title { font-size: clamp(2.2rem, 3.6vw, 2.8rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; }
.sec-title-sm { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.4rem; letter-spacing: -0.01em; }
.section-head-row {
  max-width: 1440px; margin: 0 auto 2.2rem; padding: 0 1.5rem;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem;
}
.section-head.center { text-align: center; max-width: 1440px; margin: 0 auto 2.5rem; padding: 0 1.5rem; }
.section-head.center .tag-blue { margin-bottom: 0.5rem; }
.view-all { color: var(--blue); font-size: 0.85rem; font-weight: 600; white-space: nowrap; }

/* ===== POWERFUL SOLUTIONS (light) ===== */
.solutions-section { background: var(--white); color: #0d1330; padding: 5rem 0; }
.solutions-section .sec-title { color: #0F172A; }
.solutions-grid {
  max-width: 1440px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.solution-card {
  background: #fff; border: 1.5px solid #E2E8F0; border-radius: 16px; padding: 2.2rem 2rem;
  transition: all 0.3s; position: relative; overflow: hidden; cursor: pointer;
}
.solution-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #3B82F6, #8B5CF6);
  opacity: 0; transition: opacity 0.3s;
}
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(59,130,246,0.15), 0 8px 24px rgba(0,0,0,0.08);
  border-color: #3B82F6;
}
.solution-card:hover::before { opacity: 1; }
.sol-img-wrap { position: relative; overflow: hidden; border-radius: 14px; margin-bottom: 1.3rem; }
.sol-img {
  width: 100%; height: 180px; object-fit: cover; display: block;
  transition: transform 0.4s;
}
.sol-overlay {
  position: absolute; inset: 0; border-radius: 14px;
  background: rgba(10, 14, 40, 0.92);
  display: flex; align-items: center; justify-content: center; padding: 1.5rem;
  opacity: 0; transition: opacity 0.35s;
  backdrop-filter: blur(4px);
}
.sol-overlay p { color: #fff; font-size: 1rem; font-weight: 600; text-align: center; line-height: 1.6; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.solution-card:hover .sol-img { transform: scale(1.08); }
.solution-card:hover .sol-overlay { opacity: 1; }
.solution-card h3 { font-size: 1.05rem; font-weight: 700; color: #0F172A; margin-bottom: 0.4rem; }
.solution-card p { font-size: 0.85rem; color: #64748B; line-height: 1.5; }

/* ===== INDUSTRY CARDS (light) ===== */
.industry-section { background: var(--gray-bg); color: #0d1330; padding: 4.5rem 0; }
.industry-section .sec-title { color: #0F172A; max-width: 540px; }
.industry-grid {
  max-width: 1440px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.ind-card { border: 1px solid var(--border-soft); border-radius: 14px; overflow: hidden; background: #fff; transition: all 0.25s; }
.ind-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(13,19,48,0.12); }
.ind-photo { height: 160px; width: 100%; object-fit: cover; display: block; }
.ind-body { padding: 1.3rem; }
.ind-body h3 { font-size: 1.1rem; font-weight: 700; color: #0d1330; margin-bottom: 0.8rem; }
.ind-body ul { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.ind-body li { font-size: 0.85rem; color: var(--gray-text); padding-left: 1.1rem; position: relative; }
.ind-body li::before { content: '›'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.ind-body a { color: var(--blue); font-size: 0.85rem; font-weight: 600; }

@media (max-width: 900px) {
  .solutions-grid, .industry-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .solutions-grid, .industry-grid { grid-template-columns: 1fr; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
}

/* ===== IS YOUR BUSINESS LOSING MONEY (dark) ===== */
.losing-section { background: linear-gradient(160deg, #0B1338, #0A0E27); padding: 5rem 0; position: relative; overflow: hidden; }
.losing-section::before { content: ''; position: absolute; right: 10%; top: 20%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(239,68,68,0.15), transparent 60%); pointer-events: none; filter: blur(60px); }
.losing-section::after { content: ''; position: absolute; left: 20%; bottom: 10%; width: 350px; height: 350px; background: radial-gradient(circle, rgba(37,99,235,0.15), transparent 60%); pointer-events: none; filter: blur(60px); }
.losing-content {
  max-width: 1440px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 3.5rem; align-items: center;
  position: relative; z-index: 1;
}
.losing-left h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.2rem; }
.red { color: #EF4444; text-shadow: 0 0 20px rgba(239,68,68,0.5); }
.losing-left p { color: #94A3B8; font-size: 1.05rem; max-width: 400px; line-height: 1.7; }
.losing-right {
  background: linear-gradient(160deg, rgba(20,30,75,0.85), rgba(12,18,48,0.9));
  border: 1px solid rgba(96,165,250,0.3); border-radius: 20px; padding: 2.2rem; position: relative;
  box-shadow: 0 30px 70px rgba(0,0,0,0.4), 0 0 40px rgba(37,99,235,0.15);
  backdrop-filter: blur(10px);
}
.losing-right::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(96,165,250,0.8), transparent); }
.help-head { font-size: 1.2rem; font-weight: 800; margin-bottom: 1.5rem; color: #fff; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.8rem; }
.help-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; font-weight: 500; color: #E2E8F0; }
.help-ic {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(96,165,250,0.2), rgba(168,85,247,0.2));
  border: 1px solid rgba(96,165,250,0.35);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(59,130,246,0.2);
  transition: all 0.3s;
}
.help-item:hover .help-ic { transform: scale(1.15); box-shadow: 0 6px 20px rgba(59,130,246,0.4); background: linear-gradient(135deg, rgba(96,165,250,0.35), rgba(168,85,247,0.35)); }
.help-warn {
  position: absolute; top: 1.6rem; right: 1.6rem; width: 56px; height: 56px; border-radius: 50%;
  background: radial-gradient(circle, rgba(248,113,113,0.4), rgba(248,113,113,0.1));
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
  animation: warnPulse 2s ease-in-out infinite;
  box-shadow: 0 0 30px rgba(239,68,68,0.3);
}
@keyframes warnPulse { 0%,100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.12); opacity: 1; } }
.help-btn { width: 100%; background: linear-gradient(135deg, #DC2626, #EF4444); font-size: 1rem; font-weight: 700; padding: 1rem; border-radius: 12px; box-shadow: 0 8px 24px rgba(239,68,68,0.4); transition: all 0.3s; }
.help-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(239,68,68,0.6); background: linear-gradient(135deg, #EF4444, #F87171); }

/* ===== CLARITY + OPTIMIZE (light, two columns) ===== */
.clarity-section { background: #0A0E27; padding: 5rem 0; }
.clarity-grid { max-width: 1440px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.clarity-col { background: #fff; border-radius: 20px; overflow: hidden; transition: all 0.3s; }
.clarity-col:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.optimize-col { background: linear-gradient(160deg, #0B1338, #070B22); border: 1.5px solid rgba(96,165,250,0.3); border-radius: 20px; overflow: hidden; transition: all 0.3s; }
.optimize-col:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(59,130,246,0.2); }
.clarity-img { width: 100%; height: 220px; object-fit: cover; }
.clarity-body { padding: 2rem; }
.clarity-col .sec-title-sm { color: #0F172A; }
.clarity-col .tag-blue { color: #2563EB; }
.optimize-col .sec-title-sm { color: #fff; }
.optimize-col .tag-blue { color: #60A5FA; }
.clarity-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.clarity-tags span { background: #F1F5F9; border: 1px solid #E2E8F0; border-radius: 8px; padding: 0.5rem 1rem; font-size: 0.85rem; font-weight: 500; color: #475569; transition: all 0.2s; position: relative; cursor: pointer; }
.clarity-tags span:hover { background: #EFF6FF; border-color: #3B82F6; color: #2563EB; transform: translateY(-2px); }
.clarity-tags span::after {
  content: attr(title); position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  background: #0F172A; color: #E2E8F0; font-size: 0.75rem; font-weight: 400; padding: 0.5rem 0.8rem;
  border-radius: 8px; white-space: nowrap; max-width: 250px; white-space: normal; text-align: center;
  opacity: 0; pointer-events: none; transition: opacity 0.2s; z-index: 10;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.clarity-tags span:hover::after { opacity: 1; }
.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.opt-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.88rem; color: #E2E8F0; font-weight: 500; position: relative; cursor: pointer; }
.opt-item::after {
  content: attr(title); position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  background: #0F172A; color: #E2E8F0; font-size: 0.75rem; font-weight: 400; padding: 0.5rem 0.8rem;
  border-radius: 8px; white-space: normal; text-align: center; max-width: 220px;
  opacity: 0; pointer-events: none; transition: opacity 0.2s; z-index: 10;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4); border: 1px solid rgba(96,165,250,0.2);
}
.opt-item:hover::after { opacity: 1; }
.opt-item i { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; font-style: normal; font-size: 0.65rem; background: linear-gradient(135deg, #10B981, #059669); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(16,185,129,0.3); }

@media (max-width: 900px) {
  .losing-content, .clarity-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .help-grid, .opt-grid { grid-template-columns: 1fr; }
}

/* ===== PROCESS (dark) ===== */
.process-section { background: var(--navy-dark); color: #fff; padding: 5rem 0; }
.process-section .sec-title { color: #fff; }
.process-section .tag-blue { color: #60A5FA; }
.process-row {
  max-width: 1440px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.8rem; position: relative;
}
.process-row::before {
  content: ''; position: absolute; top: 23px; left: 8%; right: 8%; height: 3px;
  background: linear-gradient(90deg, #3B82F6, #8B5CF6, #EC4899);
  z-index: 0; border-radius: 2px;
  box-shadow: 0 0 12px rgba(59,130,246,0.5);
}
.proc-step { text-align: center; padding: 0.5rem; position: relative; z-index: 1; cursor: pointer; transition: transform 0.3s; }
.proc-step:hover { transform: translateY(-6px); }
.proc-num {
  width: 50px; height: 50px; margin: 0 auto 1rem; border-radius: 50%;
  background: linear-gradient(135deg, #2563EB, #7C3AED); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.95rem;
  box-shadow: 0 6px 20px rgba(37,99,235,0.5);
  transition: all 0.3s;
}
.proc-step:hover .proc-num { transform: scale(1.2); box-shadow: 0 8px 30px rgba(124,58,237,0.6); }
.proc-step h4 { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.4rem; }
.proc-step p { font-size: 0.74rem; color: #94A3B8; line-height: 1.45; }

/* ===== TECH + INDUSTRY FORWARD (dark) ===== */
.tf-section { background: linear-gradient(160deg, #0B1338, #0A0E27); color: #fff; padding: 5rem 0; }
.tf-grid { max-width: 1440px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.tf-tech { background: linear-gradient(160deg, rgba(15,25,65,0.9), rgba(8,12,36,0.95)); border: 1.5px solid rgba(96,165,250,0.25); border-radius: 20px; padding: 2.5rem; }
.tf-tech .sec-title-sm { color: #fff; }
.tf-tech .tag-blue { color: #60A5FA; }
.tf-forward .sec-title-sm { color: #fff; }
.tech-group { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; }
.tech-label { font-size: 0.82rem; font-weight: 700; color: #60A5FA; width: 78px; flex-shrink: 0; }
.tech-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tech-pills span { background: rgba(96,165,250,0.1); border: 1px solid rgba(96,165,250,0.3); border-radius: 8px; padding: 0.45rem 0.85rem; font-size: 0.8rem; font-weight: 600; color: #E2E8F0; transition: all 0.2s; }
.tech-pills span:hover { background: rgba(96,165,250,0.25); border-color: #60A5FA; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(59,130,246,0.3); }

.forward-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-bottom: 2rem; }
.fwd { text-align: center; background: linear-gradient(160deg, rgba(15,25,65,0.8), rgba(8,12,36,0.9)); border: 1.5px solid rgba(96,165,250,0.2); border-radius: 16px; padding: 0; overflow: hidden; transition: all 0.3s; cursor: pointer; position: relative; }
.fwd:hover { transform: translateY(-4px); border-color: #3B82F6; box-shadow: 0 12px 30px rgba(59,130,246,0.25); }
.fwd-img { width: 100%; height: 120px; object-fit: cover; transition: transform 0.4s; }
.fwd:hover .fwd-img { transform: scale(1.1); }
.fwd-overlay {
  position: absolute; top: 0; left: 0; right: 0; height: 120px;
  background: rgba(10, 14, 40, 0.92); display: flex; align-items: center; justify-content: center;
  padding: 0.8rem; opacity: 0; transition: opacity 0.3s;
}
.fwd-overlay p { color: #E2E8F0; font-size: 0.72rem; font-weight: 500; text-align: center; line-height: 1.5; }
.fwd:hover .fwd-overlay { opacity: 1; }
.fwd-ic {
  width: 60px; height: 60px; margin: 0 auto 0.7rem; border-radius: 16px;
  background: linear-gradient(135deg, rgba(37,99,235,0.2), rgba(124,58,237,0.2));
  border: 1px solid rgba(96,165,250,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
  transition: all 0.3s;
}
.fwd:hover .fwd-ic { transform: scale(1.15); background: linear-gradient(135deg, rgba(37,99,235,0.35), rgba(124,58,237,0.35)); box-shadow: 0 6px 18px rgba(59,130,246,0.4); }
.fwd span { font-size: 0.85rem; font-weight: 600; color: #E2E8F0; display: block; padding: 0.8rem 0.5rem; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { text-align: center; background: linear-gradient(160deg, rgba(15,25,65,0.8), rgba(8,12,36,0.9)); border: 1.5px solid rgba(96,165,250,0.2); border-radius: 14px; padding: 1.2rem 0.5rem; }
.stat strong { font-size: 2rem; font-weight: 800; color: #60A5FA; display: block; text-shadow: 0 0 12px rgba(96,165,250,0.5); }
.stat span { font-size: 0.72rem; color: #94A3B8; }

@media (max-width: 900px) {
  .process-row { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .tf-grid { grid-template-columns: 1fr; }
  .forward-icons { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .forward-icons { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* ===== READY CTA (dark) ===== */
.ready-section {
  background:
    radial-gradient(ellipse at 20% 50%, rgba(45,91,227,0.25), transparent 55%),
    linear-gradient(160deg, #0A0E2A, #0B1440);
  padding: 4rem 0;
}
.ready-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 2rem; align-items: center; }
.rocket { font-size: 6rem; text-align: center; }
.ready-right h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 1rem; }
.ready-right p { color: var(--text-gray); margin-bottom: 1.6rem; max-width: 560px; }
.ready-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.ready-contact { font-size: 0.9rem; color: var(--text-light); }

/* ===== FOOTER ===== */
.footer { background: var(--navy-deep); padding: 3.5rem 0 0; }
.footer-top {
  max-width: 1440px; margin: 0 auto; padding: 0 1.5rem 2.5rem;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1.2fr; gap: 2rem;
}
.footer-brand img { height: 46px; background: #fff; padding: 4px 8px; border-radius: 10px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.82rem; color: var(--text-gray); margin-bottom: 1.2rem; max-width: 240px; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 8px; background: rgba(91,141,239,0.12);
  display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--text-light);
  transition: all 0.2s;
}
.footer-social a:hover { background: var(--blue); }
.footer-col h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 1.1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a { font-size: 0.82rem; color: var(--text-gray); transition: color 0.2s; }
.footer-col a:hover { color: var(--blue-bright); }
.footer-contact li { font-size: 0.82rem; color: var(--text-gray); margin-bottom: 0.6rem; }
.footer-bottom-bar {
  max-width: 1440px; margin: 0 auto; padding: 1.3rem 1.5rem;
  border-top: 1px solid rgba(91,141,239,0.12);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem;
}
.footer-bottom-bar p { font-size: 0.8rem; color: var(--text-gray); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.8rem; color: var(--text-gray); }
.footer-legal a:hover { color: var(--blue-bright); }

@media (max-width: 900px) {
  .ready-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
}


/* ===== FULL MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  /* Hero */
  .hero { padding: 6rem 0 0; min-height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 2rem; padding: 1rem 1rem 2rem; }
  .hero-content { display: flex; flex-direction: column; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 0.95rem; }
  .hero-features { flex-wrap: wrap; gap: 0.5rem 1rem; }
  .hero-features span { font-size: 0.78rem; }
  .hero-buttons { flex-direction: column; gap: 0.8rem; }
  .hero-buttons a, .hero-buttons button { width: 100%; text-align: center; }
  .hero-visual { display: none; }
  .hero-strip { padding: 1rem; }
  .hero-strip span { font-size: 0.78rem; padding: 0.7rem 1.2rem; }
  .hero-glow-blue, .hero-glow-purple, .hero-glow-cyan { display: none; }

  /* Solutions grid */
  .solutions-section { padding: 3rem 0; }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; padding: 0 1rem; margin-bottom: 1.5rem; }
  .sec-title { font-size: 1.6rem; }
  .solutions-grid { grid-template-columns: 1fr; padding: 0 1rem; gap: 1rem; }
  .sol-img-wrap { height: 150px; }
  .sol-img { height: 150px; }

  /* Industry cards */
  .industry-section { padding: 3rem 0; }
  .industry-grid { grid-template-columns: 1fr; padding: 0 1rem; }
  .ind-photo { height: 180px; }

  /* Losing money */
  .losing-section { padding: 3rem 0; }
  .losing-content { grid-template-columns: 1fr; gap: 2rem; padding: 0 1rem; }
  .losing-left h2 { font-size: 1.5rem; }
  .help-grid { grid-template-columns: 1fr; }

  /* Clarity */
  .clarity-section { padding: 3rem 0; }
  .clarity-grid { grid-template-columns: 1fr; padding: 0 1rem; }
  .clarity-img { height: 180px; }
  .clarity-tags { gap: 0.4rem; }
  .clarity-tags span { font-size: 0.75rem; padding: 0.4rem 0.7rem; }
  .opt-grid { grid-template-columns: 1fr; }

  /* Process */
  .process-section { padding: 3rem 0; }
  .process-row { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; padding: 0 1rem; }
  .process-row::before { display: none; }
  .proc-num { width: 42px; height: 42px; font-size: 0.8rem; }

  /* Tech + Forward */
  .tf-section { padding: 3rem 0; }
  .tf-grid { grid-template-columns: 1fr; padding: 0 1rem; gap: 2rem; }
  .forward-icons { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .fwd-img { height: 90px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .stat strong { font-size: 1.5rem; }
  .tech-group { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .tech-label { width: auto; }

  /* Ready CTA */
  .ready-section { padding: 3rem 0; }
  .ready-inner { grid-template-columns: 1fr; text-align: center; padding: 0 1rem; gap: 1.5rem; }
  .ready-left { display: none; }
  .ready-right h2 { font-size: 1.5rem; }
  .ready-actions { flex-direction: column; align-items: center; gap: 1rem; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 2rem; padding: 0 1rem 2rem; }
  .footer-bottom-bar { flex-direction: column; text-align: center; padding: 1rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.7rem; }
  .sec-title { font-size: 1.4rem; }
  .sec-title-sm { font-size: 1.2rem; }
  .solutions-grid { gap: 0.8rem; }
  .process-row { grid-template-columns: 1fr; }
  .forward-icons { grid-template-columns: 1fr; }
}


/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  /* Hero */
  .hero { padding: 6rem 0 0; min-height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 2rem; padding: 1rem 1rem 2rem; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 0.95rem; }
  .hero-features { flex-wrap: wrap; gap: 0.5rem 1rem; }
  .hero-features span { font-size: 0.75rem; }
  .hero-buttons { flex-direction: column; gap: 0.8rem; }
  .hero-buttons .btn-large { width: 100%; text-align: center; }
  .hero-visual { min-height: auto; }
  .dash-main { max-width: 100%; margin-right: 0; transform: none; padding: 1rem; }
  .dash-phone { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 1.5rem; transform: none; border-radius: 16px; }
  .hero-strip span { font-size: 0.75rem; padding: 0.7rem 1.2rem; }
  .hero-glow-blue, .hero-glow-purple, .hero-glow-cyan { width: 300px; height: 300px; }

  /* Solutions section */
  .solutions-section { padding: 3rem 0; }
  .solutions-grid { grid-template-columns: 1fr; gap: 1.2rem; padding: 0 1rem; }
  .section-head-row { flex-direction: column; align-items: flex-start; padding: 0 1rem; margin-bottom: 1.5rem; }
  .sec-title { font-size: 1.8rem; }

  /* Industry section */
  .industry-grid { grid-template-columns: 1fr; padding: 0 1rem; }

  /* Losing Money section */
  .losing-content { grid-template-columns: 1fr; gap: 2rem; padding: 0 1rem; }
  .losing-left h2 { font-size: 1.6rem; }
  .help-grid { grid-template-columns: 1fr; }

  /* Clarity section */
  .clarity-grid { grid-template-columns: 1fr; padding: 0 1rem; }

  /* Process section */
  .process-row { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding: 0 1rem; }
  .process-row::before { display: none; }
  .proc-num { width: 42px; height: 42px; font-size: 0.8rem; }

  /* Tech + Forward section */
  .tf-grid { grid-template-columns: 1fr; padding: 0 1rem; }
  .forward-icons { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .tech-group { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .tech-label { width: auto; }

  /* Ready CTA section */
  .ready-inner { grid-template-columns: 1fr; text-align: center; padding: 0 1rem; }
  .ready-actions { flex-direction: column; align-items: center; }
  .rocket { font-size: 4rem; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 2rem; padding: 0 1rem 2rem; }
  .footer-bottom-bar { flex-direction: column; text-align: center; padding: 1rem; }

  /* Nav */
  .brand-name { font-size: 1.2rem !important; }
  .brand-name span { font-size: 0.5rem !important; }
  .logo img { height: 44px !important; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.7rem; }
  .sec-title { font-size: 1.5rem; }
  .sec-title-sm { font-size: 1.3rem; }
  .process-row { grid-template-columns: 1fr; }
  .forward-icons { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .opt-grid { grid-template-columns: 1fr; }
  .sol-img-wrap .sol-img { height: 150px; }
}
