.manifesto-icon {
  width: 80px;
  height: 60px;
  color: #fde047;
}

.manifesto-support-content {
  background: linear-gradient( to bottom right, #0f766e 0%, #0d9488 50%, #fbbf24 100% ) !important;
  padding: 50px 80px;
  text-align: center;
  border-radius: 15px;
  max-width: 830px;
  margin: 0 auto;
}
.manifesto-support {
  padding: 80px 0px;
  background: #e8edeb;
}
.manifesto-support-content h2 {
  color: #fef08a;
}
.manifesto-support-content p {
  color: #fff;
}

.manifesto-card {
  padding: 80px 0px;
}
.manifesto-card-item{
display:flex;
gap:18px;
background:#fff;
border-radius:14px;
padding:28px;
transition:all .35s ease;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.manifesto-card-item:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

.manifesto-card-icon {
  width: 48px;
  height: 48px;
  background: #2d3f37;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manifesto-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2d3f37;
  font-family: var(--font-02);
}

.manifesto-card-col{
margin-bottom:30px;
}
.day-story-inner {
  max-width: 436px;
  margin: 0 auto;
}
.day-story-inner p {
  max-width: 317px;
  margin: 0 auto;
}



.manifesto-on-love{
padding:80px 0;
background:#f5f5f5;
}

.manifesto-on-love-container{
text-align:center;
}

.manifesto-on-love-image-wrapper img {
  max-width: 832px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 384px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.manifesto-on-love-image{
width:100%;
display:block;
border-radius:20px;
}

.manifesto-on-love-content {
  margin-top: 20px;
}

.manifesto-on-love-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d3f37;
}
.enjoy-text {
  font-size: 1.5rem;
  color: #fef08a !important;
  font-weight: 500;
}



.manifesto-expand-love{
padding:90px 0;
background:#f5f6f6;
text-align:center;
}

.manifesto-expand-love-icon{
margin-bottom:30px;
}

.manifesto-expand-love-icon svg {
  width: 50px;
  height: 50px;
  color: #2d3f37;
}

.manifesto-expand-love-text {
  font-size: 1.25rem;
  color: #243746;
  margin-bottom: 25px;
  font-weight: 500;
}

.manifesto-expand-love-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3f37;
}


.manifesto-closing{
padding:120px 0;
background:#2d3f37;
text-align:center;
color:#ffffff;
}

.manifesto-closing-container{
max-width:900px;
margin:0 auto;
}

.manifesto-closing-icon{
margin-bottom:25px;
}

.manifesto-closing-icon svg {
  width: 50px;
  height: 50px;
  stroke: #c9d4cd;
}

.manifesto-closing-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: .025rem;
}

.manifesto-closing-text {
  font-size: 1.25rem;
  color: #d6e0db;
  margin-bottom: 18px;
  font-weight: 500;
}

.manifesto-closing-highlight {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #e7f0ea;
}

.manifesto-closing-button-wrapper{
margin-top:20px;
}

.manifesto-closing-button{
display:inline-block;
padding:16px 34px;
background:#6f9182;
color:#ffffff;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:all .3s ease;
}

.manifesto-closing-button:hover{
background:#85a696;
}



.manifesto-sovereignty {
  padding: 80px 0;
  background: #cbb9df;
  text-align: center;
}

.manifesto-sovereignty-container{
max-width:900px;
margin:0 auto;
}

.manifesto-sovereignty-icon{
margin-bottom:25px;
}

.manifesto-sovereignty-drop{
width:18px;
height:24px;
background:#f4b000;
display:inline-block;
border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;
}

.manifesto-sovereignty-quote-box{
background:#ffffff;
padding:30px 35px;
border-radius:14px;
display:inline-block;
max-width:520px;
margin-bottom:50px;
}

.manifesto-sovereignty-quote {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 10px;
  color: #243746;
  font-weight: 500;
}

.manifesto-sovereignty-translation {
  font-size: .875rem;
  margin-bottom: 5px;
  color: #2d3f37;
  font-weight: 500;
}

.manifesto-sovereignty-author {
  font-size: .875rem;
  margin-bottom: 5px;
  color: #2d3f37;
  font-weight: 500;
}
.manifesto-sovereignty-icon svg {
  width: 80px;
  height: 60px;
  color: #fde047;
}

.manifesto-sovereignty-divider{
height:1px;
background:#4d7c63;
max-width:600px;
margin:40px auto;
}

.manifesto-sovereignty-message{
font-size:20px;
font-style:italic;
margin-bottom:25px;
}

.manifesto-sovereignty-contact{
font-size:18px;
margin-bottom:20px;
}

.manifesto-sovereignty-separator{
margin:0 10px;
}

.manifesto-sovereignty-copyright{
font-size:14px;
margin-bottom:30px;
}

.manifesto-sovereignty-back-link{
text-decoration:none;
font-weight:600;
color:#2d3f37;
}