/* ===================== Placement Journey Page — Uncodemy Theme Extensions ===================== */

body{background:#fdfaf7}

/* Sticky page header (reuses site-header look but adds share icon) */
.journey-header{position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid var(--line);backdrop-filter:blur(6px)}
.journey-header .nav-inner{height:64px}
.journey-header .logo-wrap{display:flex;align-items:center;gap:10px}
.journey-header .logo-icon{width:34px;height:34px;border-radius:50%;background:var(--cream);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:16px}
.journey-header .logo{font-size:19px}
.journey-header .main-nav a.active{color:var(--orange);font-weight:700}
.share-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:var(--orange)}

.jwrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* Hero */
.journey-hero{padding:50px 0 10px}
.journey-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;align-items:center}
.pill-live{display:inline-flex;align-items:center;gap:8px;background:var(--cream);color:var(--orange-dark);padding:8px 16px;border-radius:30px;font-weight:700;font-size:12px;letter-spacing:.05em;margin-bottom:16px}
.dot-ping{position:relative;width:10px;height:10px}
.dot-ping::before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--orange);opacity:.6;animation:ping 1.6s cubic-bezier(0,0,.2,1) infinite}
.dot-ping::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--orange)}
@keyframes ping{75%,100%{transform:scale(2.2);opacity:0}}
.journey-hero h1{font-size:44px;line-height:1.15;margin-bottom:16px}
.journey-hero h1 span{color:var(--orange)}
.journey-hero-sub{color:var(--gray);max-width:560px;margin-bottom:26px;font-size:16px}
.hero-btn-row{display:flex;gap:14px;flex-wrap:wrap}
.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--ink);display:inline-flex;align-items:center;gap:8px}
.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}

.journey-hero-media{position:relative;border-radius:22px;overflow:hidden;height:460px;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.journey-hero-media img{width:100%;height:112%;object-fit:cover}
.journey-hero-media-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,28,28,.75),transparent 55%)}
.journey-hero-media-caption{position:absolute;left:22px;bottom:20px;color:#fff}
.journey-hero-media-caption h3{font-size:20px}
.journey-hero-media-caption p{opacity:.9;font-size:13px}

/* Batch info bar */
.batch-bar{background:#fff;border-left:4px solid var(--orange);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.05);padding:20px 26px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;margin:34px 0}
.batch-bar .label{font-size:11px;letter-spacing:.06em;color:var(--gray);font-weight:700;text-transform:uppercase}
.batch-bar .value-lg{font-family:var(--font-head);font-weight:700;color:var(--orange);margin-top:4px}
.batch-bar .value{font-weight:600;margin-top:4px}
.batch-bar-meta{display:flex;gap:34px;flex-wrap:wrap}

/* Bento stat grid */
.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:10px}
.bento-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.05);min-height:140px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:3px solid transparent;transition:.25s}
.bento-card:hover{transform:translateY(-4px);border-bottom-color:var(--orange);box-shadow:0 14px 30px rgba(0,0,0,.09)}
.bento-icon{font-size:26px;color:var(--orange)}
.bento-card h4{font-family:var(--font-head);font-size:26px;color:var(--ink);margin-top:8px}
.bento-card p{font-size:11px;letter-spacing:.05em;color:var(--gray);font-weight:700;margin-top:4px;text-transform:uppercase}

/* Section shell used repeatedly */
.jcard{background:#fff;border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.05);margin-top:36px}
.jsection{margin-top:36px}
.jtitle{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--ink);border-left:4px solid var(--orange);padding-left:14px;margin-bottom:20px}
.jtitle-sub{color:var(--gray);font-size:14px;margin-top:-14px;margin-bottom:18px}

/* Pivot row */
.pivot-row{display:flex;align-items:center;justify-content:space-between;background:var(--cream);border-radius:14px;padding:24px;gap:16px}
.pivot-col{display:flex;flex-direction:column;align-items:center;text-align:center}
.pivot-col .material-icon{font-size:34px;color:var(--gray);margin-bottom:6px}
.pivot-col.end .material-icon{color:var(--orange)}
.pivot-role{font-family:var(--font-head);font-weight:700}
.pivot-sub{font-size:12px;color:var(--gray)}
.pivot-connector{flex:1;position:relative;height:2px;background:var(--orange);margin:0 16px}
.pivot-connector span{position:absolute;left:50%;top:-22px;transform:translateX(-50%);font-size:11px;font-weight:700;color:var(--orange-dark);white-space:nowrap}
.pivot-connector .arrow-icon{position:absolute;right:-10px;top:-9px;color:var(--orange);background:var(--cream);display:flex}
.pivot-connector .arrow-icon svg{stroke-width: 3px; margin: 2px 0 0 -9px;}
/* Before / After */
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ba-card{border-radius:16px;padding:22px;border:1px solid var(--line)}
.ba-card.before{background:#fff6f2}
.ba-card.after{background:var(--cream)}
.ba-card h4{font-family:var(--font-head);display:flex;align-items:center;gap:8px;margin-bottom:14px}
.ba-card.before h4{color:#c0392b}
.ba-card.after h4{color:var(--orange-dark)}
.ba-card ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.ba-card li{display:flex;gap:8px;font-size:14px;color:#444}
.ba-card.before li::before{content:"✕";color:#c0392b;font-weight:700}
.ba-card.after li::before{content:"✓";color:var(--orange);font-weight:700}

/* Timeline (learning journey) */
.jtimeline{position:relative;margin-left:10px;border-left:2px solid var(--line);display:flex;flex-direction:column;gap:28px;padding:8px 0 8px 26px}
.jtimeline .dot{position:absolute;left:-33px;width:14px;height:14px;border-radius:50%;background:var(--orange);border:4px solid #fff;box-shadow:0 0 0 1px var(--line)}
.jtimeline-item{position:relative}
.jtimeline-item h4{font-family:var(--font-head);color:var(--ink);font-size:16px;margin-bottom:4px}
.jtimeline-item p{color:var(--gray);font-size:14px}

/* Skills chips */
.chip-row{display:flex;flex-wrap:wrap;gap:14px}
.chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:10px 20px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.04);font-weight:600;font-size:14px}
.chip .material-icon{color:var(--orange);font-size:18px}

/* Project showcase */
.project-card{display:flex;flex-wrap:wrap;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.project-media{flex:1 1 380px;min-height:280px;background:var(--cream)}
.project-media img{width:100%;height:100%;min-height:280px}
.project-body{flex:1 1 380px;padding:30px;display:flex;flex-direction:column;gap:14px;justify-content:center}
.project-body-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.project-body h4{font-family:var(--font-head);font-size:22px}
.tag-pill{background:var(--cream);color:var(--orange-dark);font-size:11px;font-weight:700;padding:6px 12px;border-radius:6px;letter-spacing:.04em}
.project-note{background:#faf7f4;border:1px solid var(--line);border-radius:12px;padding:14px 16px;font-size:14px}
.project-note strong{color:var(--ink)}
.project-note p{color:var(--gray);margin-top:2px}
.stack-chip-row{display:flex;flex-wrap:wrap;gap:10px}
.stack-chip{display:inline-flex;align-items:center;gap:6px;background:var(--cream);color:var(--ink);font-size:13px;padding:8px 14px;border-radius:30px}

/* Scorecard */
.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.score-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}
.score-row strong{color:var(--orange)}
.score-bar{width:100%;height:8px;border-radius:20px;background:var(--cream)}
.score-bar > span{display:block;height:100%;border-radius:20px;background:var(--orange)}

/* Challenges callout */
.callout{background:#fff6f2;border:1px solid #f5d3c2;border-radius:16px;padding:24px;display:flex;gap:16px;align-items:flex-start}
.callout .material-icon{color:#c0392b;font-size:26px}
.callout h4{font-family:var(--font-head);margin-bottom:6px}
.callout p{color:var(--gray);font-size:14px}

/* Interview prep 3-card */
.prep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.prep-card{background:#fff;border-radius:14px;padding:22px;border:1px solid var(--line);box-shadow:0 6px 16px rgba(0,0,0,.04)}
.prep-card .material-icon{font-size:26px;color:var(--orange);margin-bottom:10px;display:block}
.prep-card h4{font-family:var(--font-head);font-size:16px;margin-bottom:6px}
.prep-card p{font-size:13px;color:var(--gray)}

/* Placement process 4-step */
.process4-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process4-card{background:#fff;border-radius:14px;padding:20px;border:1px solid var(--line);display:flex;flex-direction:column;gap:10px}
.process4-num{width:36px;height:36px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.process4-card h4{font-family:var(--font-head);font-size:16px}
.process4-card p{font-size:13px;color:var(--gray)}

/* Offer */
.offer-card{display:flex;flex-wrap:wrap;gap:26px;align-items:center;background:#fff;border-radius:18px;padding:30px;box-shadow:0 8px 24px rgba(0,0,0,.05);border:1px solid var(--line)}
.offer-icon{width:120px;height:120px;border-radius:16px;background:var(--orange);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;flex-shrink:0}
.offer-body h4{font-family:var(--font-head);font-size:28px}
.offer-body .role{color:var(--orange-dark);font-weight:700;margin:4px 0 8px}
.offer-body p{color:var(--gray);max-width:560px}

/* Salary chart */
.Ptitle{font-size: 25px;}
.Ptitle-sub{font-size: 18px;}
.chart-card{display: flex;justify-content: space-between;gap: 20px;}
.chart-card img{width:50%;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.growth-list{font-size: 15px; list-style: none; color: var(--gray);font-weight: 600;line-height: 1.8;}
.growth-list-heading{font-size: 17px;font-weight: 700; color: #1A1A1A;}
/* Mentors */
.mentor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mentor-card{background:#fff;border-radius:16px;padding:24px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;gap:10px}
.mentor-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid var(--cream)}
.mentor-card h4{font-family:var(--font-head);font-size:16px}
.mentor-card p.role{font-size:13px;color:var(--gray)}
.li-btn{margin-top:auto;background:#0A66C2;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer}

.mentor-quote{background:#fff;border-radius:18px;padding:34px;box-shadow:0 8px 24px rgba(0,0,0,.05);margin-top:20px;position:relative;text-align:center}
.mentor-quote .material-icon{color:var(--orange);font-size:36px;opacity:.35}
.mentor-quote p{font-style:italic;color:var(--ink);font-size:17px;max-width:720px;margin:10px auto}
.mentor-quote .by{color:var(--gray);font-weight:700;margin-top:8px}

/* Student testimonial banner */
.j-testimonial{background:var(--orange);border-radius:20px;padding:50px 30px;text-align:center;color:#fff;position:relative;overflow:hidden;margin-top:36px}
.j-testimonial::before{content:"";position:absolute;top:-50px;right:-50px;width:180px;height:180px;background:rgba(255,255,255,.12);border-radius:50%}
.j-testimonial::after{content:"";position:absolute;bottom:-60px;left:-40px;width:180px;height:180px;background:rgba(0,0,0,.08);border-radius:50%}
.j-testimonial .material-icon{font-size:32px;margin-bottom:10px}
.j-testimonial h3{font-size:22px;font-style:italic;max-width:680px;margin:0 auto 16px;position:relative;z-index:1}
.j-testimonial .by{opacity:.9;font-weight:600;position:relative;z-index:1}

/* Final CTA */
.final-cta{text-align:center;margin:46px 0 30px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.badge-dream{display:inline-block;background:var(--cream);color:var(--orange-dark);padding:8px 20px;border-radius:30px;font-weight:700;font-size:12px;letter-spacing:.06em;margin-bottom:16px}
.final-cta h2{font-size:32px;margin-bottom:10px}
.final-cta p{color:var(--gray);max-width:520px;margin:0 auto 22px}
.final-cta .hero-btn-row{justify-content:center}

/* Lucide icon sizing/color defaults */
[data-lucide]{width:1em;height:1em;stroke-width:2}
.logo-icon [data-lucide]{width:18px;height:18px}
.share-btn [data-lucide]{width:20px;height:20px}
.btn [data-lucide]{width:18px;height:18px;vertical-align:-3px;margin-right:2px}
.bento-icon{display:inline-flex}
.bento-icon [data-lucide]{width:26px;height:26px}
.pivot-col .material-icon{display:flex;justify-content:center}
.pivot-col .material-icon [data-lucide]{width:34px;height:34px}
.ba-card h4 [data-lucide]{width:18px;height:18px;vertical-align:-3px}
.chip .material-icon [data-lucide], .stack-chip [data-lucide]{width:16px;height:16px;vertical-align:-3px}
.callout .material-icon [data-lucide]{width:26px;height:26px}
.prep-card .material-icon{display:block;margin-bottom:10px}
.prep-card .material-icon [data-lucide]{width:26px;height:26px}
.offer-icon [data-lucide]{width:48px;height:48px}
.mentor-quote .material-icon [data-lucide]{width:36px;height:36px;opacity:.35}
.j-testimonial .material-icon [data-lucide]{width:32px;height:32px}
.pivot-connector .arrow-icon [data-lucide]{width:16px;height:16px}

/* Material icon helper (using text-based icons instead of font) */
.material-icon{font-family:var(--font-body);font-style:normal;color:var(--orange)}

/* Responsive */
@media(max-width:960px){
  .journey-hero-grid{grid-template-columns:1fr}
  .journey-hero-media{height:320px}
  .bento-grid{grid-template-columns:repeat(2,1fr)}
  .ba-grid{grid-template-columns:1fr}
  .score-grid{grid-template-columns:1fr}
  .prep-grid{grid-template-columns:1fr}
  .process4-grid{grid-template-columns:repeat(2,1fr)}
  .mentor-grid{grid-template-columns:1fr}
  .project-card{flex-direction:column}
  .batch-bar{flex-direction:column;align-items:flex-start}

  /* Career pivot — stack vertically instead of cramped row */
  .pivot-row{flex-direction:column;gap:28px}
  .pivot-connector{width:2px;height:50px;margin:0}
  .pivot-connector span{position:static;top:auto;left:auto;transform:none;display:block;margin:0 0 0 5px;white-space:normal;text-align:center}
  .pivot-connector .arrow-icon{position:static;background:none;margin-top:4px;transform:rotate(90deg)}
  .pivot-connector .arrow-icon svg{transform: scale(0);}
  /* Offer card — center on smaller screens */
  .offer-card{text-align:center;justify-content:center}
  .offer-body p{margin:0 auto}
}

@media (max-width:821px) {
  .chart-card{flex-direction: column;gap: 10px;}
  .chart-card img{width: 100%;}
}
@media(max-width:600px){
  .journey-hero h1{font-size:32px}
  .process4-grid{grid-template-columns:1fr}

  .Ptitle-sub{font-size: 17px !important;}
  .jwrap{padding:0 16px}
  .journey-hero{padding:34px 0 10px}
  .journey-hero-sub{font-size:14px}
  .hero-btn-row{gap:10px}
  .btn-lg{padding:13px 24px;font-size:14px}

  .batch-bar{padding:16px 18px}
  .batch-bar-meta{gap:16px}

  .jcard{padding:18px}
  .jtitle{font-size:18px}
  .jtitle-sub{font-size:13px}

  .offer-card{padding:20px;flex-direction:column}
  .offer-icon{width:80px;height:80px;font-size:34px;margin:0 auto}
  .offer-body h4{font-size:22px}

  .mentor-quote{padding:20px}
  .mentor-quote p{font-size:15px}

  .j-testimonial{padding:34px 18px}
  .j-testimonial h3{font-size:18px}

  .final-cta h2{font-size:24px}
  .final-cta p{font-size:14px}

  .project-body{padding:18px}
  .chip-row{gap:10px}
  .chip{padding:8px 14px;font-size:13px}
}

/* Extra-small phones */
@media(max-width:400px){
  .journey-hero h1{font-size:26px}
  .bento-card h4{font-size:18px}
  .bento-card{min-height: auto;}
  .bento-card p{font-size: 9px;}
  .bento-icon svg{height: 18px !important;width: 18px !important;}
  .batch-bar-meta{gap:12px;flex-direction:column}
  .offer-body h4{font-size:19px}
  .Ptitle{font-size: 22px;}
.Ptitle-sub{font-size: 15px !important;}
.growth-list{font-size: 13px;line-height: 1.6;}
.growth-list-heading{font-size: 16px}
}

