/* ══════════════════════════════════════════════════════════
   Home Page Styles — Solvoyo 2025
   ══════════════════════════════════════════════════════════ */

/* ── HERO ──────────────────────────────────────────────────── */
.hp-hero {
  background: #040A1C;
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
}

.hp-hero-glow-purple {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 700px;
  border-radius: 50%;
  background: #5329CD;
  filter: blur(138px);
  opacity: 0.35;
  pointer-events: none;
}

.hp-hero-glow-white {
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
  width: 700px;
  height: 350px;
  border-radius: 50%;
  background: #FFF6FF;
  mix-blend-mode: plus-lighter;
  opacity: 0.18;
  filter: blur(110px);
  pointer-events: none;
}

.hp-hero-center {
  position: relative;
  z-index: 1;
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.hp-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 900px;
}

.hp-h1 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 62px;
  line-height: 110%;
  color: #F3F5FA;
  letter-spacing: -0.02em;
}

.hp-hero-p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 150%;
  color: #B8BEDE;
  max-width: 580px;
}

/* Hero mockup frame */
.hp-hero-mockup {
  width: 100%;
  max-width: 860px;
  position: relative;
}

.hp-mockup-card {
  width: 100%;
  height: 520px;
  background: #EBECF0;
  border-radius: 30px;
  padding: 12px;
}

.hp-mockup-inner {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 63px -18px rgba(20, 90, 255, 0.1);
}

.hp-mockup-label {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 28px;
  color: #B8BEDE;
}

.hp-hero-char {
  position: absolute;
  right: -80px;
  bottom: -10px;
  width: 300px;
  height: 340px;
  pointer-events: none;
}

.hp-hero-char img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ── TRUST LOGOS ────────────────────────────────────────────── */
.hp-trust {
  background: #fff;
  padding: 56px 0;
  border-bottom: 1px solid #E6EAF4;
}

.hp-trust-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: #8A90B0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.hp-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.hp-tl {
  opacity: 0.7;
  transition: opacity 0.15s;
}

.hp-tl:hover { opacity: 1; }

/* ── STATS ──────────────────────────────────────────────────── */
.hp-stats {
  background: #fff;
  padding: 80px 0 96px;
}

.hp-stats-eyebrow {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  color: #03091B;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: -0.01em;
}

.hp-stats-row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.hp-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 20px;
  border-right: 1px solid #E6EAF4;
}

.hp-stat:last-child { border-right: none; }

.hp-stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
}

.hp-stat-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 52px;
  line-height: 110%;
  color: #03091B;
  letter-spacing: -0.03em;
}

.hp-stat-lbl {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 150%;
  color: #8A90B0;
  text-align: center;
  max-width: 160px;
}

/* ── TESTIMONIALS ───────────────────────────────────────────── */
.hp-testi {
  background: #fff;
  padding: 96px 0 80px;
  border-top: 1px solid #E6EAF4;
}

.hp-testi-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.hp-testi-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 42px;
  line-height: 110%;
  color: #03091B;
  letter-spacing: -0.02em;
}

.hp-carousel-nav {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}

.hp-carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #CDD3E8;
  background: #fff;
  color: #03091B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.hp-carousel-btn:hover {
  background: #F3F5FA;
  border-color: #8A90B0;
}

/* Testimonial slider */
.hp-testi-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.hp-testi-card {
  background: #F3F5FA;
  border: 1px solid #CDD3E8;
  border-radius: 24px;
  padding: 48px;
  display: none;
  flex-direction: column;
  gap: 32px;
}

.hp-testi-card.hp-testi-active { display: flex; }

.hp-testi-logo { height: 30px; display: flex; align-items: center; }

.hp-testi-quote {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #03091B;
  max-width: 720px;
}

.hp-testi-person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hp-testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5329CD, #2CD7FF);
  flex-shrink: 0;
}

.hp-testi-meta { flex: 1; }

.hp-testi-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #03091B;
}

.hp-testi-role {
  font-family: var(--font-body);
  font-size: 13px;
  color: #8A90B0;
  margin-top: 2px;
}

.hp-testi-cta {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: #1065FF;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.hp-testi-cta:hover { opacity: 0.75; }

/* Article cards */
.hp-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hp-art-card {
  background: #F3F5FA;
  border: 1px solid #CDD3E8;
  border-radius: 24px;
  padding: 8px;
  overflow: hidden;
}

.hp-art-img {
  width: 100%;
  height: 192px;
  border-radius: 16px;
  background: linear-gradient(135deg, #E6EAF4, #CDD3E8);
  margin-bottom: 0;
}

.hp-art-img-1 { background: linear-gradient(135deg, #1065FF 0%, #040A1C 100%); }
.hp-art-img-2 { background: linear-gradient(135deg, #572BF3 0%, #D788E3 100%); }
.hp-art-img-3 { background: linear-gradient(135deg, #0A1A5C 0%, #5329CD 100%); }

.hp-art-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hp-art-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  color: #03091B;
}

.hp-art-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 150%;
  color: #8A90B0;
}

.hp-gartner-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  height: 24px;
  background: #03091B;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  width: fit-content;
}

/* ── FEATURES CAROUSEL ──────────────────────────────────────── */
.hp-feat {
  background: #F3F5FA;
  padding: 96px 0 80px;
}

.hp-feat-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.hp-feat-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 42px;
  line-height: 110%;
  color: #03091B;
  max-width: 480px;
  letter-spacing: -0.02em;
}

.hp-feat-outer {
  overflow: hidden;
}

.hp-feat-track {
  display: flex;
  gap: 16px;
  padding: 0 max(40px, calc((100vw - 1136px) / 2 + 40px));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.hp-feat-card {
  width: 320px;
  min-height: 360px;
  border-radius: 24px;
  padding: 36px 32px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.hp-feat-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hp-feat-card-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
}

.hp-feat-card-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 155%;
  color: rgba(255, 255, 255, 0.75);
  flex: 1;
}

.hp-feat-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-top: auto;
  transition: color 0.15s;
}

.hp-feat-link:hover { color: #fff; }

/* ── PLATFORM TABS ──────────────────────────────────────────── */
.hp-platform {
  background: var(--grad-dashboard);
  padding: 120px 0;
}

.hp-platform-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.hp-platform-h2 {
  text-align: center;
}

/* ── THREE STEPS ────────────────────────────────────────────── */
.hp-steps {
  background: #040A1C;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hp-steps::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 500px;
  border-radius: 50%;
  background: #5329CD;
  filter: blur(120px);
  opacity: 0.25;
  pointer-events: none;
}

.hp-steps-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.hp-steps-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.hp-steps-tag {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: #9B74FF;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hp-steps-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 52px;
  line-height: 110%;
  color: #F3F5FA;
  letter-spacing: -0.02em;
}

.hp-steps-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.hp-step {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hp-step-num {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.hp-step-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: #F3F5FA;
}

.hp-step-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 155%;
  color: #8A90B0;
}

.hp-steps-cta { align-self: center; }

/* ── INDUSTRIES ─────────────────────────────────────────────── */
.hp-ind {
  background: #fff;
  padding: 96px 0;
}

.hp-ind-h2 {
  color: #03091B;
  text-align: center;
  margin-bottom: 56px;
}

.hp-ind-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hp-ind-card {
  background: #F3F5FA;
  border: 1px solid #CDD3E8;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hp-ind-card:hover {
  border-color: #1065FF;
  box-shadow: 0 4px 24px rgba(16, 101, 255, 0.08);
}

.hp-ind-icon { flex-shrink: 0; }

.hp-ind-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: #03091B;
}

.hp-ind-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 155%;
  color: #8A90B0;
  flex: 1;
}

.hp-ind-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: #1065FF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  transition: gap 0.15s;
}

.hp-ind-link:hover { gap: 8px; }

/* ── NEWS ───────────────────────────────────────────────────── */
.hp-news {
  background: #fff;
  padding: 96px 0;
  border-top: 1px solid #E6EAF4;
}

.hp-news-h2 {
  color: #03091B;
  margin-bottom: 48px;
}

.hp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hp-news-card {
  display: block;
  text-decoration: none;
  background: #F3F5FA;
  border: 1px solid #CDD3E8;
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hp-news-card:hover {
  border-color: #8A90B0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.hp-news-img {
  width: 100%;
  height: 192px;
}

.hp-news-img-1 { background: linear-gradient(135deg, #1A4480 0%, #040A1C 100%); }
.hp-news-img-2 { background: linear-gradient(135deg, #2D4A22 0%, #4BDB64 100%); }
.hp-news-img-3 { background: linear-gradient(135deg, #2A1A6A 0%, #E85D04 70%, #FAA307 100%); }

.hp-news-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hp-news-date {
  font-family: var(--font-body);
  font-size: 12px;
  color: #8A90B0;
}

.hp-news-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  color: #03091B;
}

/* ── PLATFORM TABS (self-contained — not shared with strategic-planning) ── */
.hp-platform {
  background: var(--grad-dashboard);
  padding: 120px 0;
}

.hp-platform-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.hp-platform-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tabs-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.tab-strip {
  background: #0A122A;
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.tab-btn {
  padding: 14px 28px;
  border-radius: 99px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  color: #E6EAF4;
  background: transparent;
  transition: all 0.2s;
  white-space: nowrap;
}

.tab-btn.active {
  background: var(--grad-tab-active);
  box-shadow:
    -7px -10px 50px rgba(102, 67, 242, .5),
    10px 5px 80px rgba(241, 171, 142, .3),
    0 10px 60px rgba(254, 182, 131, .4),
    inset 0 0 20px rgba(255, 255, 255, .5);
  color: #fff;
}

.dash-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.dash-panel-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  line-height: 110%;
  color: #F3F5FA;
  text-align: center;
}

.dash-panel-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 155%;
  color: #B8BEDE;
  text-align: center;
  max-width: 680px;
}

.dash-frame {
  width: 100%;
  background: #F3F5FA;
  border: 1px solid #CDD3E8;
  border-radius: 24px;
  padding: 8px;
  height: 400px;
}

.dash-frame-inner {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-placeholder {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 32px;
  color: #B8BEDE;
  text-align: center;
  padding: 0 40px;
}

/* ── CTA "Start Your Journey Now" ─────────────────────────── */
.cta-sec {
  padding: 80px 0;
  background: #040A1C;
}

.cta-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px;
}

.cta-box {
  position: relative;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(78.03% 600% at 3% 31%, #572BF3 26%, #8B35D8 48%, #4A0FAA 70%, #080D2F 100%);
}

.cta-blur-a {
  position: absolute;
  width: 700px;
  height: 400px;
  left: -60px;
  top: 60px;
  border-radius: 50%;
  background: #7B2FF7;
  filter: blur(100px);
  opacity: 0.6;
  pointer-events: none;
}

.cta-blur-b {
  position: absolute;
  width: 500px;
  height: 300px;
  left: 80px;
  top: 120px;
  border-radius: 50%;
  background: #FFF6FF;
  mix-blend-mode: plus-lighter;
  opacity: 0.25;
  filter: blur(80px);
  pointer-events: none;
}

.cta-content {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.cta-texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

h2.cta-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
  letter-spacing: -0.02em;
}

p.cta-p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.75);
  max-width: 440px;
}

.cta-char {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 460px;
  display: flex;
  align-items: flex-end;
}

.cta-char img {
  height: 100%;
  object-fit: contain;
}
