
.am-strategy-top{
  position:relative;
  z-index:5;
  padding:18px min(5vw,70px);
  background:linear-gradient(135deg,#101522,#26344d);
  border-bottom:1px solid rgba(239,204,143,.30);
}
.am-heart-page{
  background:
    radial-gradient(circle at 92% 6%,rgba(238,194,118,.28),transparent 30%),
    radial-gradient(circle at 10% 16%,rgba(118,145,180,.18),transparent 34%),
    linear-gradient(180deg,#f6f1e8 0%,#e8edf4 100%);
  color:#263047;
  padding:34px min(5vw,72px) 72px;
}
.am-heart-hero,
.am-heart-intro,
.am-heart-section,
.am-heart-split,
.am-heart-manifest,
.am-heart-closing,
.am-heart-note{
  max-width:1240px;
  margin:0 auto 24px;
  border:1px solid rgba(176,139,81,.28);
  box-shadow:0 22px 72px rgba(34,40,55,.10);
}
.am-heart-hero{
  position:relative;
  overflow:hidden;
  padding:58px;
  border-radius:36px;
  background:
    linear-gradient(128deg,rgba(14,21,34,.96),rgba(45,55,78,.90)),
    url('../backgrounds/portal-bg.jpg') center/cover no-repeat;
  color:#fff4d6;
}
.am-heart-hero:after{
  content:"";
  position:absolute;
  right:-140px;
  top:-150px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(239,204,143,.36),rgba(239,204,143,.06) 58%,transparent 70%);
  pointer-events:none;
}
.am-heart-kicker{
  display:inline-flex;
  padding:8px 14px;
  border:1px solid rgba(239,204,143,.55);
  border-radius:999px;
  color:#f1d48b;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:.82rem;
}
.am-heart-hero h1{
  max-width:1080px;
  margin:22px 0 18px;
  color:#fff8e8;
  font-size:clamp(2.35rem,4.8vw,5.2rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.am-heart-lead{
  max-width:980px;
  color:#ead8bb;
  font-size:clamp(1.08rem,1.75vw,1.42rem);
  line-height:1.65;
}
.am-heart-core{
  margin-top:28px;
  padding:22px 24px;
  max-width:850px;
  border-radius:24px;
  background:rgba(255,248,231,.10);
  border:1px solid rgba(239,204,143,.36);
  color:#fff8e8;
  font-weight:900;
  font-size:clamp(1.1rem,2vw,1.55rem);
}
.am-heart-intro,.am-heart-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  padding:28px;
  border-radius:30px;
  background:rgba(255,253,248,.90);
}
.am-heart-section,.am-heart-closing,.am-heart-note{
  padding:30px;
  border-radius:30px;
  background:rgba(255,253,248,.92);
}
.am-heart-section.dark{
  background:linear-gradient(135deg,#172033,#2c3851);
  color:#fff3d7;
}
.am-heart-section h2,.am-heart-split h2,.am-heart-closing h2,.am-heart-manifest h2{
  margin:0 0 18px;
  color:#263047;
  font-size:clamp(1.55rem,2.5vw,2.35rem);
  letter-spacing:-.035em;
}
.am-heart-section.dark h2{color:#fff8e8}
.am-heart-intro h2{
  margin-top:0;
  color:#263047;
  font-size:clamp(1.35rem,2.1vw,2rem);
}
.am-heart-intro p,.am-heart-split p,.am-heart-card p,.am-heart-program p,.am-heart-closing p,.am-heart-note p{
  line-height:1.68;
  color:#4d5668;
}
.am-heart-section.dark p{color:#ead8bb}
.am-heart-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.am-heart-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.am-heart-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.am-heart-card{
  padding:22px;
  border-radius:22px;
  background:#f7f1e8;
  border:1px solid rgba(176,139,81,.24);
}
.am-heart-card h3{
  margin:0 0 12px;
  color:#8b6730;
  font-size:1.22rem;
}
.am-heart-card.value strong{
  display:block;
  margin:0 0 12px;
  color:#263047;
  font-size:1.02rem;
}
.am-heart-card.dark-card{
  background:rgba(255,248,231,.08);
  border-color:rgba(239,204,143,.24);
}
.am-heart-card.dark-card h3{color:#f1d48b}
.am-heart-card.dark-card p{color:#ead8bb}
.am-heart-lines{
  display:grid;
  gap:8px;
}
.am-heart-lines span{
  display:block;
  padding:9px 12px;
  border-radius:14px;
  background:#f5efe5;
  color:#263047;
  font-weight:850;
}
.am-heart-programs{
  display:grid;
  gap:14px;
}
.am-heart-program{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,#fffdf8,#f5efe5);
  border:1px solid rgba(176,139,81,.22);
}
.am-heart-program span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#29364f;
  color:#f1d48b;
  font-weight:900;
}
.am-heart-program h3{
  margin:0 0 6px;
  color:#263047;
}
.am-heart-program strong{
  color:#8b6730;
}
.am-heart-manifest{
  padding:38px;
  border-radius:34px;
  background:linear-gradient(135deg,#101522,#26344d);
  color:#fff3d7;
}
.am-heart-manifest p:not(.am-heart-kicker){
  color:#f6e8cb;
  font-size:clamp(1.03rem,1.5vw,1.28rem);
  line-height:1.7;
}
.am-heart-phase{
  margin:0 0 10px;
  padding:14px 16px;
  border-radius:16px;
  background:#f5efe5;
  border:1px solid rgba(176,139,81,.22);
}
.am-heart-phase summary{
  cursor:pointer;
  font-weight:900;
  color:#263047;
}
.am-heart-note{
  background:#f7f1e8;
}
.am-heart-note p{
  margin:0 0 8px;
  font-size:.96rem;
}
@media (max-width:900px){
  .am-heart-hero{padding:34px 24px}
  .am-heart-intro,.am-heart-split,.am-heart-grid,.am-heart-grid.two,.am-heart-grid.three{
    grid-template-columns:1fr;
  }
  .am-heart-program{grid-template-columns:1fr}
}
