/**
 * Welcome Hero & Inspiring Onboarding Section
 * Styled for DZPARTNER Luxury Dark-Neon Tech Venture
 */
.welcome-hero {
  min-height: 560px;
  max-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 40px;
  position: relative;
  background: radial-gradient(circle at 80% 40%, rgba(0, 208, 132, 0.14) 0%, transparent 60%),
              radial-gradient(circle at 20% 50%, rgba(6, 182, 212, 0.12) 0%, transparent 55%);
}

.hero-split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 980px) {
  .hero-split-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-text-col { display: flex; flex-direction: column; align-items: center; }
  .hero-cta-group { justify-content: center; }
}

.hero-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 208, 132, 0.08);
  border: 1px solid rgba(0, 208, 132, 0.35);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
  box-shadow: 0 0 25px rgba(0, 208, 132, 0.15);
}
.hero-brand-badge img { height: 24px; width: auto; object-fit: contain; }
.hero-badge-text { font-size: 0.88rem; font-weight: 800; color: #00d084; }

.welcome-title {
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.welcome-title .accent-glow {
  background: linear-gradient(135deg, #00d084 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.welcome-desc {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #94a3b8;
  margin-bottom: 28px;
  font-weight: 500;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00d084 0%, #06b6d4 100%);
  color: #021721 !important;
  font-weight: 900;
  font-size: 1.02rem;
  padding: 13px 30px;
  border-radius: var(--radius-full);
  box-shadow: 0 0 30px rgba(0, 208, 132, 0.45);
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(0, 208, 132, 0.75); }

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #38bdf8;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.25);
}

.trust-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 100%;
}
@media (max-width: 600px) {
  .welcome-title { font-size: 2rem; }
  .trust-pillars-grid { grid-template-columns: 1fr; }
}

.trust-pillar-card {
  background: rgba(14, 22, 39, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 14px 16px;
  text-align: right;
  backdrop-filter: blur(16px);
  transition: all 0.25s ease;
}
.trust-pillar-card:hover { border-color: rgba(0, 208, 132, 0.4); transform: translateY(-2px); }
.trust-pillar-icon { font-size: 1.4rem; margin-bottom: 6px; display: inline-block; }
.trust-pillar-title { font-size: 0.95rem; font-weight: 800; color: #ffffff; margin-bottom: 4px; }
.trust-pillar-desc { font-size: 0.78rem; color: #94a3b8; line-height: 1.5; }

/* DZPARTNER application preview: a real partnership journey inside a premium phone */
.hero-phone-col { display: flex; justify-content: center; align-items: center; position: relative; min-height: 560px; isolation: isolate; }
.hero-phone-col::before { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(54,232,164,.24), rgba(85,216,255,.1) 46%, transparent 71%); filter: blur(34px); z-index: -2; }
.partner-orbit { position: absolute; border: 1px solid rgba(110,225,203,.18); border-radius: 50%; z-index: -1; }
.orbit-one { width: 430px; height: 430px; transform: rotate(-23deg); border-radius: 42% 58% 53% 47%; }
.orbit-two { width: 335px; height: 465px; transform: rotate(31deg); border-color: rgba(111,207,255,.14); }
.partner-phone { position: relative; z-index: 1; width: 294px; height: 566px; padding: 11px; border: 2px solid #4b5c77; border-radius: 46px; background: linear-gradient(135deg,#4d5e78 0%,#111c30 18%,#050b16 57%,#31425c 100%); box-shadow: 0 38px 66px rgba(0,0,0,.72), inset 1px 1px 1px rgba(255,255,255,.3), inset -2px -2px 3px rgba(0,0,0,.7), 0 0 42px rgba(54,232,164,.18); transform: rotate(7deg);; }
.partner-phone::before { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 40px; pointer-events: none; }
.partner-phone-speaker { position: absolute; z-index: 3; top: 18px; left: 50%; width: 82px; height: 22px; transform: translateX(-50%); border-radius: 18px; background: #030711; box-shadow: inset 0 1px 2px rgba(255,255,255,.08); }
.partner-phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 35px; padding: 19px 17px 16px; background: radial-gradient(circle at 103% -4%, rgba(54,232,164,.3), transparent 31%), radial-gradient(circle at -14% 48%, rgba(56,155,239,.22), transparent 39%), linear-gradient(158deg,#142c4b 0%,#0c1a31 47%,#07101f 100%); color: #f1f8ff; font-family: var(--font-main); }
.partner-phone-screen::after { content:''; position:absolute; top:-38px; right:-55px; width:150px; height:150px; border:1px solid rgba(123,240,203,.19); border-radius:50%; box-shadow: 0 0 0 18px rgba(123,240,203,.025), 0 0 0 36px rgba(123,240,203,.018); pointer-events:none; }
.partner-phone-status { display:flex; justify-content:space-between; color:#e5eff9; font:700 .55rem Arial,sans-serif; letter-spacing:.4px; padding: 2px 7px 0; direction:ltr; }
.partner-appbar { position:relative; z-index:1; display:flex; align-items:center; gap:7px; margin-top:19px; font:800 .72rem Arial,sans-serif; letter-spacing:.3px; direction:ltr; }
.partner-appbar img { width:27px; height:27px; filter:drop-shadow(0 3px 7px rgba(54,232,164,.24)); }.partner-appbar b { margin-left:auto; width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.12); border-radius:9px; color:#75e6c1; font-size:1rem; }
.partner-hero-copy { position:relative; z-index:1; display:flex; flex-direction:column; gap:5px; margin:25px 5px 16px; }.partner-hero-copy span { color:#77dcb9; font-size:.65rem; font-weight:700; }.partner-hero-copy strong { font-size:1.5rem; line-height:1.28; letter-spacing:-.5px; }.partner-hero-copy p { max-width:195px; color:#9db0c9; font-size:.61rem; line-height:1.65; }
.partner-connection { display:grid; grid-template-columns:42px 1fr 42px; align-items:center; gap:7px; margin:0 4px 16px; }.partner-person { display:grid; place-items:center; width:42px; height:42px; border-radius:15px; color:#fff; font-size:.8rem; font-weight:900; box-shadow:0 5px 14px rgba(0,0,0,.28); }.person-green { background:linear-gradient(135deg,#35e8a4,#038968); }.person-blue { background:linear-gradient(135deg,#57d5ff,#1c6cc5); }.partner-link { display:flex; align-items:center; gap:4px; color:#d9ebf9; white-space:nowrap; font-size:.55rem; font-weight:700; }.partner-link i { flex:1; height:1px; background:linear-gradient(90deg,rgba(54,232,164,.9),rgba(102,205,235,.4)); }.partner-link b { padding:4px 6px; border:1px solid rgba(113,228,200,.3); border-radius:999px; background:rgba(46,182,152,.1); }
.partner-project-card { position:relative; z-index:1; padding:13px; border:1px solid rgba(151,219,237,.18); border-radius:17px; background:linear-gradient(135deg,rgba(255,255,255,.115),rgba(255,255,255,.035)); box-shadow:inset 0 1px rgba(255,255,255,.06), 0 12px 26px rgba(0,0,0,.16); backdrop-filter:blur(12px); }.partner-project-head,.partner-project-meta { display:flex; justify-content:space-between; align-items:center; }.partner-project-head span { color:#98adc6; font-size:.55rem; }.partner-project-head em { padding:3px 6px; border-radius:999px; background:rgba(54,232,164,.14); color:#6ce7be; font-size:.49rem; font-style:normal; }.partner-project-title { display:flex; align-items:center; gap:8px; margin:11px 0; }.partner-project-title img { width:32px; height:32px; }.partner-project-title div { display:flex; flex-direction:column; gap:2px; }.partner-project-title b { font-size:.67rem; }.partner-project-title small,.partner-project-meta small { color:#91a8c0; font-size:.49rem; }.partner-progress { height:5px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.1); }.partner-progress span { display:block; width:68%; height:100%; border-radius:inherit; background:linear-gradient(90deg,#30d99d,#58cef7); box-shadow:0 0 10px rgba(54,232,164,.6); }.partner-project-meta { margin-top:7px; }
.partner-action { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; margin:14px 2px 0; padding:10px 12px; border-radius:12px; background:linear-gradient(110deg,#36dca4,#38bde8); color:#062438; font-size:.62rem; font-weight:900; box-shadow:0 8px 17px rgba(39,209,165,.17); }.partner-action b { font-size:1rem; line-height:.5; }.partner-phone-nav { position:absolute; z-index:1; right:17px; bottom:16px; left:17px; display:flex; justify-content:space-around; color:#7086a0; font-size:.95rem; }.partner-phone-nav .active { color:#5ee7bd; text-shadow:0 0 12px rgba(94,231,189,.6); }
@keyframes floatPhone { 0%,100% { transform:rotate(7deg) translateY(0); } 50% { transform:rotate(7deg) translateY(-12px); } }
@media (max-width:980px) { .hero-phone-col { min-height:475px; }.partner-phone { transform:rotate(3deg) scale(.89); margin:-32px; }.orbit-one { width:350px;height:350px; }.orbit-two { width:280px;height:385px; } }

