.hero-title{
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:15px;
}

.hero-subtitle{
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:24px;
    font-weight:700;
    line-height:1.5;
    margin:0;
}

@media (max-width:768px){

    .hero-title{
        font-size:32px;
        line-height:1.25;
        text-align:center;
    }

    .hero-subtitle{
        font-size:18px;
        line-height:1.6;
        text-align:center;
    }
}
.checklist{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}
.checklist-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:1.5;
}
.checklist-item .check-icon-gold{
    color:#FFD700;
    font-size:20px;
    font-weight:bold;
    flex-shrink:0;
    margin-top:2px;
}
.panel-description{
    margin-top:20px;
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    line-height:1.8;
}
@media (max-width:768px){
    .checklist{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:left;
    }
    .checklist-item{
        font-size:16px;
        margin-bottom:10px;
        line-height:1.6;
        width:fit-content;
    }
    .checklist-item .check-icon-gold{
        font-size:18px;
    }
    .panel-description{
        font-size:15px;
        line-height:1.7;
        text-align:center;
    }
}
/*Section Peta Membangun Negeri */
.citicon-map{
    width:100%;
    border-collapse:collapse;
}
.citicon-text{
    width:50%;
    padding-right:40px;
    vertical-align:middle;
}
.citicon-text p{
    font-size:16px;
    line-height:1.8;
    margin:0 0 15px;
}
.citicon-image{
    width:50%;
    text-align:center;
    vertical-align:middle;
}
.citicon-image img{
    max-width:85%;
    height:auto;
}
/* Mobile */
@media (max-width:768px){
    .citicon-map,
    .citicon-map tbody{
        display:block;
        width:100%;
    }
    .citicon-map tr{
        display:flex;
        flex-direction:column;
        width:100%;
    }
    .citicon-text{
        display:block;
        width:100%;
        padding:0;
        margin-bottom:25px;
        order:2;
    }
    .citicon-image{
        display:block;
        width:100%;
        text-align:center;
        order:1;
        margin-bottom:20px;
    }
    .citicon-image img{
        max-width:100%;
    }
}
/*Spesifikasi Panel Lantai */
.spec-section.spec-section {
  max-width: 1100px;
  margin: 0 auto;
}

.spec-section .spec-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}

.spec-section table.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 550px;
  background: #fff;
}

.spec-section table.spec-table thead tr {
  background: #1a4d3a;
}

.spec-section table.spec-table thead th {
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 14px 18px;
  text-align: left;
  white-space: nowrap;
}

.spec-section table.spec-table thead th:last-child {
  text-align: right;
}

.spec-section table.spec-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.15s;
}

.spec-section table.spec-table tbody tr:last-child {
  border-bottom: none;
}

.spec-section table.spec-table tbody tr:hover {
  background: #f0f7f4;
}

.spec-section table.spec-table tbody td {
  padding: 13px 18px !important;
  font-size: 0.92rem;
  color: #333;
  border: none;
}

.spec-section table.spec-table tbody td:first-child {
  font-weight: 700;
  color: #1a4d3a;
}

.spec-section table.spec-table tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: #2e7d5a;
}

.spec-section .spec-unit-note {
  text-align: right;
  font-size: 0.78rem;
  color: #888;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .spec-section .spec-table-wrap {
    box-shadow: none;
    border-radius: 0;
    overflow-x: visible;
  }

  .spec-section table.spec-table thead {
    display: none;
  }

  .spec-section table.spec-table,
  .spec-section table.spec-table tbody,
  .spec-section table.spec-table tr,
  .spec-section table.spec-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .spec-section table.spec-table tbody tr {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    margin-bottom: 12px;
    border-bottom: none;
    overflow: hidden;
  }

  .spec-section table.spec-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px !important;
    font-size: 0.88rem;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
  }

  .spec-section table.spec-table tbody td:last-child {
    border-bottom: none;
    text-align: left;
    font-weight: 600;
    color: #2e7d5a;
  }

  .spec-section table.spec-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #1a4d3a;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .spec-section table.spec-table tbody td:first-child {
    background: #1a4d3a;
    color: #fff;
    font-size: 0.95rem;
    padding: 12px 16px !important;
    justify-content: center;
  }

  .spec-section table.spec-table tbody td:first-child::before {
    display: none;
  }

  .spec-section .spec-unit-note {
    text-align: left;
  }
}

/*Impuls Buying*/
.citicon-benefits .citicon-benefit-img {
    width: 100%;
    max-width: 320px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s ease;
}
.citicon-benefits .citicon-benefit-img:hover {
    transform: scale(1.03);
}
.citicon-benefits h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
@media (max-width: 991px) {
    .citicon-benefits .citicon-benefit-img {
        max-width: 100%;
        height: 200px;
    }
    .citicon-benefits h4 {
        font-size: 18px;
    }
}
/*Intro Panel Lantai*/
.citicon-intro-section {
    padding: 20px 0;
}
.citicon-intro-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    height: 320px;
}
.citicon-intro-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.citicon-intro-img-wrap:hover img {
    transform: scale(1.04);
}
.citicon-intro-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a4d3a;
    margin-bottom: 18px;
    line-height: 1.4;
}
.citicon-intro-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 16px;
}
.citicon-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a4d3a;
    margin: 28px 0 18px;
}
.citicon-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.citicon-feature-grid li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f6faf8;
    border: 1px solid #e3ede8;
    border-radius: 10px;
    padding: 14px 16px;
    transition: box-shadow .2s ease, transform .2s ease;
}
.citicon-feature-grid li:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.citicon-feature-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a4d3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.citicon-feature-text strong {
    display: block;
    color: #1a4d3a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}
.citicon-feature-text span {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .citicon-intro-img-wrap {
        height: 260px;
        margin-bottom: 24px;
    }
    .citicon-intro-title {
        font-size: 22px;
    }
    .citicon-feature-grid {
        grid-template-columns: 1fr;
    }
}