/* =========================================
GLOBAL
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.cip-page,
.cip-page *{
    font-family:'Plus Jakarta Sans',sans-serif !important;
}


.cip-page section {
  position: relative;
  z-index: 2;
}

.cip-page .container {
  position: relative;
  z-index: 5;
}

/* =========================================
CIP HERO SECTION
========================================= */

.cip-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 180px 0 120px;

  background:
    linear-gradient(
      90deg,
      rgba(4,14,11,0.38) 0%,
      rgba(4,14,11,0.18) 35%,
      rgba(4,14,11,0.05) 100%
    ),
    url('../img/cip-banner.webp');

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cip-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.10) 0%,
      rgba(0,0,0,0.02) 100%
    );

  z-index: 1;
}

.cip-hero-wrapper {
  position: relative;
  z-index: 10;
}

.cip-hero-title {
  margin-bottom: 42px;
}

.cip-hero-title h1 {
  margin: 0;
  display: block;

  font-size: clamp(68px,7vw,112px);
  line-height: 0.88;

  font-weight: 900;
  letter-spacing: 6px;

  text-transform: uppercase;

  color: #ffffff;

  -webkit-text-stroke: 1px rgba(255,255,255,0.16);
}

.investment-line {
  padding-left: 12px;
}

.cip-hero-title h1 span {
  display: inline-block;

  color: #152f1c;

  font-weight: 900;

  margin-right: 2px;

  -webkit-text-stroke: 1px rgba(255,255,255,0.95);
}

.cip-hero-content {
  max-width: 760px;
}

.cip-hero-label {
  position: relative;

  display: inline-flex;
  align-items: center;

  padding-left: 52px;

  margin-bottom: 18px;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: rgba(255,255,255,0.82);
}

.cip-hero-label::before {
  content: '';

  position: absolute;

  left: 0;
  top: 50%;

  transform: translateY(-50%);

  width: 38px;
  height: 1px;

  background: #d7b37a;
}

.cip-hero-content h2 {
  margin: 0 0 22px;

  max-width: 760px;

  font-size: clamp(24px,2.2vw,38px);

  line-height: 1.24;

  font-weight: 500;

  letter-spacing: -0.5px;

  color: #ffffff;
}

.cip-hero-content p {
  margin: 0;

  max-width: 680px;

  font-size: 15px;

  line-height: 2;

  font-weight: 400;

  color: rgba(255,255,255,0.84);
}

/* =========================================
CIP OPPORTUNITY SECTION
========================================= */

.cip-opportunity-section{
  padding:120px 0;
  background:
  linear-gradient(
  135deg,
  #f6efe7 0%,
  #efe3d5 50%,
  #e8d8c6 100%
  );
}

/* TOP */

.cip-opportunity-top{
  max-width:900px;
  margin:0 auto 50px;
  text-align:center;
}

.cip-opportunity-kicker{
  display:block;
  margin-bottom:18px;

  font-size:11px;
  font-weight:500;
  letter-spacing:2px;

  color:#18392f;
}

.cip-opportunity-top h2{
  margin-bottom:18px;

  font-size:clamp(34px,3vw,54px);
  line-height:1.15;
  font-weight:500;

  color:#18392f;
}

.cip-opportunity-top p{
  max-width:760px;
  margin:auto;

  font-size:15px;
  line-height:1.9;

  color:#555;
}

/* INTRO */

.cip-opportunity-intro{
  max-width:900px;
  margin:0 auto 60px;

  text-align:center;
}

.cip-opportunity-intro p{
  margin-bottom:14px;

  font-size:15px;
  line-height:1.9;

  color:#444;
}

/* OWNERSHIP */

.cip-own-grid{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:0;

  overflow:hidden;

  border-radius:28px;

  margin-bottom:40px;

  box-shadow:
  0 20px 40px rgba(0,0,0,.06);
}

.cip-own-panel{
  background:#18392f;
  padding:50px;
}

.cip-own-panel span{
  display:block;

  margin-bottom:18px;

  font-size:12px;
  letter-spacing:2px;

  color:#d7b37a;
}

.cip-own-panel h3{
  margin:0;
  font-size: 45px;
  line-height: 1.15;
  font-weight:700;
  color:#fff;
}
.cip-own-benefits{
    background:#fff8f0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.cip-benefit-item{
    display:flex;
    align-items:center;
    gap:18px;

    padding:30px;

    border-right:1px solid #d7b37a;
    border-bottom:1px solid #d7b37a;
}

.cip-benefit-item i{
    font-size:34px;
    color:#15532f;
    flex-shrink:0;
}

.cip-benefit-item span{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    color:#222;
}
.cip-value-card{
    display:flex;
    align-items:center;
    gap:24px;

    background:#fff8f0;
    border:2px solid #15532f;

    padding:35px;
    border-radius:20px;
}

.cip-value-icon{
    width:90px;
    height:90px;

    background:#15532f;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    flex-shrink:0;
}

.cip-value-icon i{
    font-size:42px;
    color:#fff;
}
/* PRICE */

.cip-price-box{
  background:#18392f;

  padding:40px;

  border-radius:24px;

  text-align:center;

  margin-bottom:40px;
}

.cip-price-box h3{
  margin-bottom:12px;

  font-size:34px;
  font-weight:500;

  color:#fff;
}

.cip-price-box p{
  margin:0;

  font-size:15px;

  color:#d7b37a;
}
.cap-right ul{
    list-style:none;
    padding:30px;
    margin:0;
}

.cap-right li{
    display:flex;
    align-items:flex-start;
    gap:12px;

    margin-bottom:18px;

    font-size:20px;
    font-weight:600;
}

.cap-right li i{
    color:#c89b5c;
    font-size:18px;
    margin-top:4px;
}

.cap-right li.highlight{
    color:#15532f;
    font-weight:700;
}

.cap-right li.highlight i{
    font-size:26px;
}
.table-row div:first-child{
    display:flex;
    align-items:center;
    gap:10px;

    font-weight:700;
    color:#15532f;
}

.table-row div:first-child i{
    font-size:22px;
    color:#15532f;
}
/* VALUE */

.cip-value-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;

  margin-bottom:60px;
}

.cip-value-card{
  background: #ffffff5c;
  padding:42px;
  border-radius:24px;
}

.cip-value-card span{
  display:block;

  margin-bottom:12px;

  font-size:12px;
  letter-spacing:2px;

  color:#888;
}

.cip-value-card h3{
  margin-bottom:12px;

  font-size:56px;
  font-weight:700;

  color:#18392f;
}

.cip-value-card p{
  margin:0;

  font-size:15px;
  line-height:1.8;

  color:#555;
}

/* =========================================
STATS
========================================= */

.cip-stat-heading{
  text-align:center;
  margin-bottom:30px;

  font-size:14px;
  letter-spacing:3px;
  font-weight:600;
  color:#18392f;
}

.cip-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.cip-stat-item{
  background:#ffffff66;
  padding:30px 20px;
  border-radius:22px;
  text-align:center;
  transition:all .3s ease;
}

.cip-stat-item strong{
  display:block;
  margin-bottom:8px;

  font-size:28px;
  line-height:1.2;
  font-weight:700;
  color:#18392f;
}

.cip-stat-item span{
  display:block;

  font-size:14px;
  line-height:1.5;
  color:#666;
}

/* TABLET */

@media (max-width:991px){

  .cip-stats-grid{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
  }

  .cip-stat-item{
    padding:24px 18px;
  }

  .cip-stat-item strong{
    font-size:24px;
  }

}

/* MOBILE */

@media (max-width:767px){

  .cip-stat-heading{
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:20px;
  }

  .cip-stats-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .cip-stat-item{
    padding:18px 12px;
    border-radius:16px;
  }

  .cip-stat-item strong{
    font-size:20px;
    line-height:1.25;
    word-break:break-word;
  }

  .cip-stat-item span{
    font-size:13px;
    line-height:1.4;
  }

}

/* SMALL MOBILE */

@media (max-width:480px){

  .cip-stat-item{
    padding:16px 10px;
  }

  .cip-stat-item strong{
    font-size:18px;
  }

  .cip-stat-item span{
    font-size:12px;
  }

}

.cip-opportunity-footer{
  text-align:center;

  margin-top:35px;

  font-size:22px;
  font-weight:500;

  color:#18392f;
}

/* TABLET */

@media(max-width:991px){

  .cip-own-grid{
    grid-template-columns:1fr;
  }

  .cip-value-grid{
    grid-template-columns:1fr;
  }

  .cip-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* MOBILE */

@media(max-width:767px){

  .cip-opportunity-section{
    padding:80px 0;
  }

  .cip-opportunity-top h2{
    font-size:32px;
  }

  .cip-own-panel{
    padding:35px 25px;
    text-align:center;
  }

  .cip-own-panel h3{
    font-size:34px;
  }

  .cip-own-benefits{
    grid-template-columns:1fr;
  }

  .cip-benefit-item{
    padding:22px;
  }

  .cip-price-box{
    padding:28px 20px;
  }

  .cip-price-box h3{
    font-size:24px;
  }

  .cip-value-card{
    padding:30px;
  }

  .cip-value-card h3{
    font-size:42px;
  }

  .cip-stats-grid{
    grid-template-columns:1fr;
  }

  .cip-opportunity-footer{
    font-size:18px;
  }
}
/* =========================================
CAPITAL APPRECIATION SECTION
========================================= */

.capital-appreciation-section{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f7f0e8 0%,
        #f1e6d8 45%,
        #e7d8c5 100%
    );
}

/* TITLE */

.cap-title{
    text-align:center;
    margin-bottom:70px;
}

.cap-title h2{

    margin:0;

    font-size:clamp(38px,4vw,60px);

    font-weight:700;

    color:#15532f;

    letter-spacing:-1px;
}

.cap-title p{

    margin-top:10px;

    font-size:clamp(18px,2vw,26px);

    font-weight:500;

    letter-spacing:1px;

    color:#2b7a4a;
}

/* COMPARISON */

.cap-comparison{

display:grid;

grid-template-columns:1fr 90px 1fr;

background: #ffffff29;

border-radius:28px;

overflow:hidden;

box-shadow:
    0 12px 40px rgba(0,0,0,.06);
}

.cap-head{

    display:grid;

    grid-template-columns:1fr 1fr;

    background:#15532f;
}

.cap-head div{

    padding:18px;

    color:#fff;

    font-size:15px;

    font-weight:500;
}

.cap-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    padding:20px;

    border-top:1px solid rgba(0,0,0,.06);
}

.cap-row span{

    color:#15532f;

    font-size:24px;

    font-weight:600;
}

.cap-row strong{

    color:#15532f;

    font-size:22px;

    font-weight:500;
}

.cap-vs{

    display:flex;

    align-items:center;

    justify-content:center;

    background:#15532f;

    color:#fff;

    font-size:30px;

    font-weight:700;
}

.cap-right h3{

    margin:0;

    padding:22px;

    background:#15532f;

    color:#fff;

    font-size:30px;

    font-weight:600;
}

.cap-right ul{

    margin:0;

    padding:28px 34px;
}

.cap-right li{

    margin-bottom:16px;

    font-size:18px;

    line-height:1.6;

    color:#15532f;
}

/* SUBTITLE */

.cap-subtitle{

    text-align:center;

    margin:70px 0 50px;

    font-size:clamp(24px,2.5vw,42px);

    font-weight:700;

    line-height:1.3;

    color:#15532f;
}

.cap-subtitle span{

    display:block;

    color:#2d8b54;

    margin-top:8px;
}

/* TABLES */

.comparison-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;
}

.feature-table{

background: #ffffff4a;

border-radius:24px;

overflow:hidden;

box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.table-head{

    display:grid;

    grid-template-columns:20% 40% 40%;

    background:#15532f;
}

.table-head div{

    padding:16px;

    color:#fff;

    font-size:14px;

    font-weight:500;
}

.table-row{

    display:grid;

    grid-template-columns:20% 40% 40%;
}

.table-row div{

    padding:14px;

    border:1px solid rgba(0,0,0,.05);

    font-size:13px;

    line-height:1.6;
}

.table-row div:first-child{

    color:#15532f;

    font-weight:600;
}

/* BOTTOM */

.cap-bottom{

margin-top:80px;

text-align:center;

padding:70px 50px;

border-radius:32px;

background: rgb(255 255 255 / 43%);

box-shadow:
    0 15px 50px rgba(0,0,0,.05);
}

.cap-bottom h3{

    margin:0 0 12px;

    font-size:clamp(28px,2vw,42px);

    font-weight:500;

    color:#222;
}

.cap-bottom h4{

    margin:0;

    max-width:850px;

    margin-inline:auto;

    font-size:clamp(34px,3vw,56px);

    line-height:1.15;

    font-weight:700;

    color:#15532f;
}

/* PRICE BOX */

.price-box{

    max-width:520px;

    margin:45px auto 0;

    padding:35px;

    border-radius:24px;

    background:#15532f;

    color:#fff;
}

.price-box span{

    display:block;

    font-size:30px;

    font-weight:600;
}

.price-box small{

    display:block;

    margin-top:6px;

    font-size:16px;
}

.price-box p{

    margin:22px 0 8px;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;
}

.price-box strong{

    display:block;

    font-size:56px;

    line-height:1;

    font-weight:700;

    color:#d7b37a;
}

.price-box em{

    display:block;

    margin-top:10px;

    font-style:normal;

    font-size:15px;
}

/* TABLET */

@media(max-width:991px){

    .cap-comparison{
        grid-template-columns:1fr;
    }

    .cap-vs{
        padding:14px;
    }

    .comparison-grid{
        grid-template-columns:1fr;
    }

    .cap-bottom{
        padding:50px 30px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .capital-appreciation-section{
        padding:80px 0;
    }

    .cap-title h2{
        font-size:34px;
    }

    .cap-title p{
        font-size:16px;
    }

    .cap-row span{
        font-size:18px;
    }

    .cap-row strong{
        font-size:16px;
    }

    .cap-right h3{
        font-size:22px;
    }

    .cap-right li{
        font-size:15px;
    }

    .cap-bottom{
        padding:40px 22px;
    }

    .cap-bottom h4{
        font-size:30px;
    }

    .price-box{
        padding:24px 20px;
    }

    .price-box span{
        font-size:22px;
    }

    .price-box strong{
        font-size:40px;
    }
}

@media(max-width:767px){

    .table-head{
        display:none;
    }

    .table-row{
        display:block;
        border-bottom:1px solid rgba(0,0,0,.08);
    }

    .table-row div{
        display:block;
        width:100%;
    }

    .table-row div:first-child{
        background:#f5f0e8;
        font-weight:700;
    }

}
@media(max-width:767px){
    .cip-stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}