/* ==================== LP2 OVERRIDES & NEW SECTIONS ==================== */
:root{
  --pink:#d6449f;
  --orange:#ff8328;
  --lp2-grad:linear-gradient(123deg,#d6449f 2%,#ff8328 134%);
  --lp2-grad-soft:linear-gradient(152deg,#d6449f 22%,#ff8328 155%);
  --peach:#fff8f2;
  --navy-2:#004a82;
}

/* ---------- HEADER override ---------- */
.btn-dark{background:#111827;color:#fff}
.btn-dark:hover{background:#000}

/* ---------- HERO LP2 ---------- */
.hero-lp2{
  background:var(--lp2-grad);
  color:#fff;
  padding:0 0 64px;
  margin-top:0;
  overflow:hidden;
  position:relative;
}
/* Decorative vectors positioned per Figma nodes 2217:74 / 2217:75 */
.hero-deco{position:absolute;pointer-events:none;z-index:0;display:none;align-items:center;justify-content:center}
.hero-deco-inner{flex:none}
.hero-deco-inner img{display:block}
@media (min-width:900px){
  .hero-deco{display:flex}
  /* Node 2217:74 — container 1335w x 377h, child rotated -90deg (svg is 377w x 1335h natural) */
  .hero-deco-1{left:calc(40% + 161px);top:558px;width:1335px;height:377px}
  .hero-deco-1 .hero-deco-inner{transform:rotate(-90deg)}
  .hero-deco-1 .hero-deco-inner img{width:377px;height:1335px}
  /* Node 2217:75 — container 1009w x 285h, child rotated 90deg */
  .hero-deco-2{left:-349px;top:-137px;width:1009px;height:285px}
  .hero-deco-2 .hero-deco-inner{transform:rotate(90deg)}
  .hero-deco-2 .hero-deco-inner img{width:285px;height:1009px}
}
.hero-lp2 .hero-inner{position:relative;z-index:1}
@media (min-width:900px){
  .hero-lp2{padding:150px 0 80px;margin-top:-90px}
}
.hero-lp2 .hero-deco{display:none}
.hero-lp2 .badge-row{color:#fff}
.hero-lp2 .badge-row svg path{fill:#fff}
.hero-lp2 h1{color:#fff;font-size:clamp(34px,4.5vw,50px);font-weight:500;line-height:1.1;letter-spacing:-.01em;max-width:633px}
.hero-lp2 .hero-lead{color:#fff;font-size:16px;line-height:1.5;max-width:517px;margin-top:16px}
.hero-lp2 .hero-intake{color:#fff;font-weight:500;margin-top:20px}
.hero-lp2 .hero-intake svg path{fill:#fff}

.hero-image-card-lp2{
  display:block !important;
  margin-top:32px;
  max-width:535px;
  max-height:375px;
  aspect-ratio:535/398;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.hero-image-card-lp2 img{width:100%;height:100%;object-fit:cover;display:block}
.hero-image-card-lp2 .hero-image-overlay{
  position:absolute;left:15px;right:15px;bottom:15px;
  display:flex;gap:16px;align-items:center;
  padding:16px;border-radius:20px;
  background:rgba(0,0,0,.35);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  color:#fff;
}
.hero-image-card-lp2 .hero-image-logo{
  flex-shrink:0;width:72px;height:72px;border-radius:12px;background:#fff;
  display:flex;align-items:center;justify-content:center;
}
.hero-image-card-lp2 .hero-image-logo img{width:50px;height:50px;object-fit:contain}
.hero-image-card-lp2 .hero-image-overlay p{font-size:14px;line-height:1.45;font-weight:500;margin:0}

@media (min-width:1000px){
  .hero-lp2{padding:180px 0 100px}
  .hero-lp2 .hero-inner{grid-template-columns:1fr minmax(460px,543px);gap:60px;align-items:start}
  .hero-lp2 .hero-lead{display:block}
  .hero-lp2 .hero-intake{display:none}
  .hero-lp2 h1{font-size:42px;font-weight:500;letter-spacing:-0.42px;line-height:1.1;max-width:531px}
  .hero-image-card-lp2{max-width:535px;max-height:375px;margin-top:32px}
}

/* ---------- Form submit LP2 ---------- */
.btn-submit-lp2{background:var(--pink) !important}
.btn-submit-lp2:hover{background:#b9368a !important}
.btn-submit-pink{background:var(--pink) !important;color:#fff}
.btn-submit-pink:hover{background:#b9368a !important}
.btn-submit-black{background:#111827 !important;color:#fff}
.btn-submit-black:hover{background:#000 !important}
.hero-lp2 .form-card{gap:12px}
.hero-lp2 .form-card .btn-submit + .btn-submit{margin-top:-4px}

/* ---------- Eyebrows ---------- */
.eyebrow-pink{color:var(--pink)}

/* ---------- SITUATION ---------- */
.situation{padding:80px 0;background:#fff}
.sit-head{text-align:center;margin-bottom:48px}
.sit-head h2{font-size:clamp(26px,3.2vw,40px);font-weight:500;line-height:1.15;color:#111827;margin-top:16px}
.sit-grid{display:grid;gap:24px;margin-bottom:24px}
.sit-card{border-radius:20px;overflow:hidden;display:grid;grid-template-rows:1fr 220px;min-height:500px;position:relative}
.sit-img{overflow:hidden;background:#d9d9d9}
.sit-img img{width:100%;height:100%;object-fit:cover;display:block}
.sit-body{padding:32px 24px 40px;color:#fff;display:flex;align-items:center;border-radius:14px 14px 0 0;margin-top:-14px;position:relative;z-index:1}
.sit-body p{font-size:16px;line-height:1.5;font-weight:500;margin:0}
.sit-navy .sit-body{background:var(--navy-2)}
.sit-gradient .sit-body{background:var(--lp2-grad-soft)}
.sit-banner{background:#e5f1ff;border-radius:20px;padding:32px 24px}
.sit-banner h3{font-size:clamp(20px,2.2vw,24px);font-weight:500;color:#111827;line-height:1.1;margin-bottom:12px}
.sit-banner p{font-size:16px;line-height:1.5;color:#111827;margin:0}

@media (min-width:900px){
  .situation{padding:120px 0}
  .sit-grid{grid-template-columns:1fr 1fr}
  .sit-card{min-height:556px;height:100%}
  .sit-body p{font-size:18px}
  .sit-banner{padding:32px 24px}
  .sit-banner h3{font-size:24px}
  .sit-banner p{font-size:18px}
}

/* ---------- PROGRAMS (LP2 adjustments) ---------- */
.programs .head-grid h2{line-height:1.2;font-weight:600}
/* Remove LP1 decorative gradient overlays from program images */
.programs .program-media::after,
.programs .program-card-reverse .program-media::after{display:none !important;content:none !important}
/* LP2 bullet icons — dark navy per Figma, consistent across both cards */
.features-lp2 li{color:rgba(0,0,0,.75);font-weight:500}
/* Per-icon colors matching Figma: clock=navy, plus=pink, building=orange, seal=blue */
.features-lp2 li:nth-child(1) svg path{fill:#004a82}   /* Clock — navy */
.features-lp2 li:nth-child(2) svg path{fill:#d6449f}   /* FirstAid (plus) — pink */
.features-lp2 li:nth-child(3) svg path{fill:#ff8328}   /* Buildings — orange */
.features-lp2 li:nth-child(4) svg path{fill:#3389ca}   /* SealCheck — blue */
/* ECA card uses same scheme (Figma keeps colors consistent across both cards) */
.program-card-reverse .features li:nth-child(1) svg path{fill:#004a82}
.program-card-reverse .features li:nth-child(2) svg path{fill:#d6449f}
.program-card-reverse .features li:nth-child(3) svg path{fill:#ff8328}
.program-card-reverse .features li:nth-child(4) svg path{fill:#3389ca}
.tag-navy{background:linear-gradient(-90deg,#3389ca,#004a82);color:#fff}
.program-title.navy{color:var(--navy-2)}
.program-title.pink{color:var(--pink)}
.program-card-reverse .program-media{order:2}
.program-card-reverse .program-body{order:1}

.program-badge-stat{
  position:absolute;left:24px;bottom:24px;
  background:#fff;border-radius:14px;padding:16px 20px;
  display:flex;flex-direction:column;gap:8px;
  max-width:170px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  z-index:3;
}
.program-badge-stat-alt{max-width:315px;padding:16px 20px 20px}
.program-badge-stat .badge-row-top{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:10px}
.program-badge-stat .badge-row-top > span:first-child{color:var(--navy-2)}
.program-badge-stat .pill-sup{background:var(--navy-2);color:#fff;padding:4px 8px;border-radius:56px;font-weight:500;white-space:nowrap}
.program-badge-stat-num{font-size:28px;font-weight:500;letter-spacing:-.04em;line-height:1.04;color:var(--pink)}
.program-card-reverse .program-badge-stat-num{color:var(--navy-2)}
.program-badge-stat-label{font-size:12px;line-height:1.3;color:rgba(0,0,0,.7)}

/* ---------- ROLES ---------- */
.roles{background:var(--peach);padding:80px 0}
.roles-inner{display:grid;gap:40px}
.roles-left h2{font-size:clamp(26px,3.2vw,40px);font-weight:500;line-height:1.15;color:#111827;margin-bottom:20px}
.roles-left p{font-size:16px;line-height:1.5;color:#111827;margin-bottom:12px}
.roles-image{position:relative;border-radius:40px;overflow:hidden;margin-top:24px;aspect-ratio:535/398}
.roles-image img{width:100%;height:100%;object-fit:cover;display:block}
.roles-overlay{
  position:absolute;left:16px;right:16px;bottom:16px;
  display:flex;gap:16px;align-items:center;
  padding:16px 24px 16px 16px;border-radius:20px;
  background:rgba(0,0,0,.2);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  color:#fff;
}
.roles-overlay-icon{flex-shrink:0;width:52px;height:52px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}
.roles-overlay-icon img{width:34px;height:34px}
.roles-overlay p{font-size:14px;line-height:1.4;font-weight:400;margin:0;color:#fff}

.roles-right{display:flex;flex-direction:column;gap:16px}
.role-card{border-radius:20px;padding:24px 32px;display:flex;flex-direction:column;gap:16px}
.role-white{background:#fff;color:#000}
.role-gradient{background:var(--lp2-grad-soft);color:#fff}
.role-card h3{font-size:20px;font-weight:500;line-height:1.1;margin:0}
.role-card ul{list-style:disc;padding-left:24px;margin:0;font-size:16px;line-height:1.8}

@media (min-width:900px){
  .roles{padding:120px 0}
  .roles-inner{grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .roles-left p{font-size:18px;line-height:27px}
  .roles-image{margin-top:60px}
}

/* ---------- TESTIMONIAL LP2 ---------- */
.testimonial-lp2{background:#3389ca;padding:80px 0}
.testimonial-lp2 .t-title{font-size:clamp(26px,3vw,40px);text-align:left;margin-bottom:40px}
.testimonial-lp2 .t-avatar{background:#47ccdb}
.testimonial-lp2 .t-badge{font-size:11px}
.testimonial-lp2 .t-grid{align-items:flex-start}
.testimonial-lp2 .t-body{padding:0}
.testimonial-lp2 blockquote{font-size:18px;line-height:1.3}
.testimonial-lp2 .t-arrows{justify-content:flex-end}

@media (min-width:900px){
  .testimonial-lp2{padding:100px 0}
  .testimonial-lp2 .t-body{padding:0 54px}
}

/* ---------- PRACTICUM LP2 ---------- */
.practicum{background:var(--navy-2);color:#fff;padding:80px 0}
.practicum .prac-head{display:grid;gap:24px;margin-bottom:48px}
.practicum .prac-head h2{font-size:clamp(28px,3.2vw,40px);font-weight:500;line-height:1.2;color:#fff;text-align:left;max-width:528px}
.practicum .prac-head p{font-size:16px;line-height:1.5;color:#fff;max-width:505px}
.practicum .p-cards{display:grid;gap:32px}
.practicum .p-card{
  display:flex;flex-direction:column;gap:12px;color:#fff;
  background:transparent !important;border:0 !important;backdrop-filter:none !important;
  padding:0 !important;border-radius:0 !important;
}
@media (min-width:900px){
  .practicum .p-card{gap:16px}
}
.practicum .p-num{
  width:40px;height:40px;border-radius:50%;border:0;
  background:var(--lp2-grad-soft);
  display:flex;align-items:center;justify-content:center;font-weight:500;font-size:20px;color:#fff;
  box-shadow:0 4px 12px rgba(214,68,159,.35);
}
.practicum .p-card h3{font-size:22.3px;font-weight:500;line-height:1.4;letter-spacing:-.03em;color:#fff;margin:0}
.practicum .p-card p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.8);margin:0}
.practicum .p-img{border-radius:18px;overflow:hidden;aspect-ratio:358/191;margin-top:0}
.practicum .p-img img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
/* Per-card max heights (desktop) */
.practicum .p-card:nth-child(1) .p-img{max-height:230px;aspect-ratio:auto}
.practicum .p-card:nth-child(2) .p-img{max-height:171px;aspect-ratio:auto}
/* Mobile: todas as imagens com mesma altura */
@media (max-width:899px){
  .practicum .p-img,
  .practicum .p-card:nth-child(1) .p-img,
  .practicum .p-card:nth-child(2) .p-img,
  .practicum .p-card:nth-child(3) .p-img{
    aspect-ratio:auto;
    max-height:none;
    height:200px;
  }
}

@media (min-width:900px){
  .practicum{padding:100px 0}
  .practicum .prac-head{grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .practicum .p-cards{grid-template-columns:repeat(3,1fr);gap:38px}
}

/* ---------- BOTTOM CTA LP2 ---------- */
.bottom-cta-lp2{background:#f5faff;padding:80px 0;color:#111827}
.bottom-cta-lp2 .bc-inner{display:grid;gap:40px}
.bottom-cta-lp2 .bc-copy h2{
  font-size:clamp(28px,3.2vw,40px);font-weight:500;line-height:1.1;margin-bottom:32px
}
.bottom-cta-lp2 .bc-copy h2 .pink{color:var(--pink)}
.bottom-cta-lp2 .bc-copy h2 .black{color:#111827}
.bottom-cta-lp2 .bc-copy p{font-size:16px;line-height:1.5;color:#4c4c4c;max-width:463px;margin-bottom:32px}
.bottom-cta-lp2 .bc-image{border-radius:40px;overflow:hidden;aspect-ratio:535/398}
.bottom-cta-lp2 .bc-image img{width:100%;height:100%;object-fit:cover;display:block}
.bottom-cta-lp2 .form-card-bottom{background:#fff}
.bottom-cta-lp2 .form-card-bottom h2{color:#111827}
/* Intake bar (clock icon + blue text) — Figma node 2257:433/2257:435
   Applied wherever .hero-intake-blue exists. Overrides base .hero-intake display:none on desktop. */
.hero-intake-blue,
.hero-lp2 .hero-intake-blue,
.bottom-cta-lp2 .hero-intake-blue{
  display:flex !important;
  color:#3389ca !important;
  font-family:'Rubik',sans-serif;
  font-weight:500;
  font-size:12px;
  line-height:20px;
  letter-spacing:-0.1px;
  gap:8px;
  align-items:flex-start;
  margin:-4px 0 8px;
}
.hero-intake-blue svg{flex-shrink:0;margin-top:2px;color:#3389ca !important;fill:#3389ca !important}
.hero-intake-blue svg path{fill:#3389ca !important;color:#3389ca !important}
.hero-intake-blue span{max-width:377px;color:#3389ca}

@media (min-width:900px){
  .bottom-cta-lp2{padding:100px 0}
  .bottom-cta-lp2 .bc-inner{grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .bottom-cta-lp2 .bc-copy p{font-size:18px}
}

/* ---------- MOBILE ADJUSTMENTS ---------- */
@media (max-width:899px){
  .hero-lp2 .hero-image-card-lp2{margin-top:24px}
  .hero-lp2 .form-card h2,.hero-lp2 .form-card .form-sub{display:none}

  /* Situation: cards full-bleed per Figma mobile */
  .situation{padding:64px 0 0}
  .situation > .container{padding:0;max-width:none}
  .situation .sit-head{padding:0 16px;margin-bottom:32px}
  .situation .sit-head h2{font-size:24px;line-height:32px;text-align:left;letter-spacing:-0.48px;color:#000}
  .situation .sit-grid{gap:0;grid-template-columns:1fr}
  .sit-card{min-height:auto;border-radius:0}
  .sit-img{aspect-ratio:375/236;border-radius:0}
  .sit-body{padding:32px 16px 48px}
  .sit-body p{font-size:16px;letter-spacing:-0.16px}
  .sit-banner{border-radius:0;padding:32px 16px 64px;background:#3389ca;color:#fff}
  .sit-banner h3{color:#fff;font-size:20px;letter-spacing:-0.22px}
  .sit-banner p{color:#fff}

  /* Roles */
  .role-card{padding:16px;border-radius:10px}
  .role-card h3{font-size:18px}
  .role-card ul{font-size:14.5px}
}
