:root {
  --green: #2e8b57;
  --mint: #6fcf97;
  --ink: #2f3b45;
  --soft: #f7faf8;
  --white: #fff;
  --radius: 20px;
}

/* Temukan Agen Terdekat */
.agent-search {
  max-width: 660px;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .35rem .45rem .35rem 1.2rem;
  background: #fff;
  border: 1px solid #e3eae5;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(46, 82, 60, .06);
}
.agent-search i { color: var(--green); }
.agent-search input { width: 100%; border: 0; outline: 0; padding: .7rem 0; color: var(--ink); background: transparent; }
.agent-search input::placeholder { color: #92a198; }
.agent-card { height: 100%; padding: 1.65rem; background: #fff; border: 1px solid #edf1ee; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(46, 82, 60, .05); transition: .3s; }
.agent-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(46, 139, 87, .12); }
.agent-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; border-radius: 14px; background: #e4f7eb; color: var(--green); font-size: 1.15rem; }
.agent-area { display: block; margin-bottom: .45rem; color: var(--green); font-size: .75rem; font-weight: 700; }
.agent-card h3 { margin-bottom: .55rem; }
.agent-card p { min-height: 3.5rem; margin-bottom: 1.25rem; color: #718077; font-size: .86rem; }
.agent-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.agent-actions .btn { padding: .62rem .85rem; font-size: .77rem; }
.agent-empty { padding: 2.2rem; text-align: center; background: #fff; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(46, 82, 60, .05); color: #718077; }
.agent-empty i { display: block; margin-bottom: .7rem; color: var(--green); font-size: 1.4rem; }
.agent-empty p { margin: 0; }
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, sans-serif;
  color: var(--ink);
  line-height: 1.75;
}
h1,
h2,
h3,
.brand {
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}
h1 em {
  font-style: normal;
  color: var(--green);
}
h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.1rem;
  font-weight: 700;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #f7fffa 0%, #fff 50%, #dff7e9 100%);
}
.hero-wave {
  position: absolute;
  width: 110vw;
  height: 36vw;
  border-radius: 50%;
  border: 2px solid rgba(111, 207, 151, 0.22);
  transform: rotate(-13deg);
  pointer-events: none;
}
.wave-one {
  right: -30vw;
  bottom: -20vw;
}
.wave-two {
  left: -48vw;
  top: -28vw;
}
.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--green);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eyebrow {
  background: #e4f7eb;
  padding: 0.55rem 0.9rem;
  border-radius: 99px;
}
.lead {
  font-size: 1.08rem;
  max-width: 36rem;
  color: #65717a;
  margin: 1.5rem 0 2rem;
}
.btn {
  border-radius: 999px;
  padding: 0.83rem 1.35rem;
  font-weight: 700;
  border: 0;
  transition: 0.25s;
}
.btn-primary {
  background: var(--green);
}
.btn-primary:hover {
  background: #237747;
  transform: translateY(-2px);
}
.btn-outline {
  border: 1px solid #cbe1d3;
  color: var(--ink);
  background: #fff;
}
.btn-outline:hover {
  border-color: var(--green);
  color: var(--green);
}
.hero-image {
  position: relative;
  max-width: 460px;
  margin: auto;
  animation: float 5s ease-in-out infinite;
}
.hero-image img {
  width: 100%;
  border-radius: 40% 40% 32px 32px;
  filter: drop-shadow(0 28px 25px rgba(46, 139, 87, 0.18));
}
.image-badge {
  position: absolute;
  bottom: 12%;
  left: -4%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(35, 65, 47, 0.13);
  text-align: left;
  font-size: 0.72rem;
  line-height: 1.3;
}
.image-badge i {
  font-size: 1.5rem;
  color: var(--green);
}
.hero-proof {
  display: flex;
  gap: 2rem;
  margin-top: 2.7rem;
  font-size: 0.8rem;
  color: #718077;
}
.hero-proof b {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
}
.section {
  padding: 7rem 0;
}
.soft {
  background: var(--soft);
}
.intro {
  max-width: 650px;
  margin: 0 auto 3.5rem;
}
.intro p,
.product-note {
  color: #718077;
}
.about-image {
  position: relative;
}
.about-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: 60% center;
  border-radius: var(--radius);
}
.about-stamp {
  position: absolute;
  bottom: 22px;
  right: -12px;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.25;
  border: 7px solid #fff;
}
.about-stamp b {
  font: 700 2rem Poppins;
}
.about-stamp span {
  font-size: 0.68rem;
}
.stats .stat {
  background: var(--soft);
  padding: 1rem;
  border-radius: 14px;
}
.stat b {
  display: block;
  font: 700 1.65rem Poppins;
  color: var(--green);
}
.stat small {
  color: #708078;
}
.feature {
  height: 100%;
  background: #fff;
  padding: 2rem 1.45rem;
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(46, 82, 60, 0.05);
  transition: 0.3s;
}
.feature:hover {
  transform: translateY(-9px);
  box-shadow: 0 18px 40px rgba(46, 139, 87, 0.13);
}
.feature i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #e4f7eb;
  color: var(--green);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}
.feature p,
.product-card p {
  font-size: 0.86rem;
  color: #718077;
  margin: 0;
}
.product-card {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid #edf1ee;
  overflow: hidden;
  height: 100%;
  transition: 0.3s;
}
.product-card:hover {
  box-shadow: 0 20px 35px rgba(46, 139, 87, 0.12);
  transform: translateY(-5px);
}
.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.5s;
}
.product-card:hover img {
  transform: scale(1.08);
}
.product-card > div {
  padding: 1.1rem;
}
.product-card span {
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 700;
}
.product-card h3 {
  margin: 0.25rem 0 0.45rem;
}
.process {
  background: linear-gradient(135deg, #238150, #2e8b57);
}
.process h2,
.process .section-tag {
  color: #fff;
}
.process .section-tag {
  opacity: 0.75;
}
.process-line {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 4rem;
  color: #fff;
  text-align: center;
}
.process-line:before {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, 0.36);
  left: 8%;
  right: 8%;
  top: 30px;
}
.process-line > div {
  position: relative;
  z-index: 1;
  flex: 1;
}
.process-line i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: auto;
  background: #fff;
  color: var(--green);
  border-radius: 50%;
  font-size: 1.35rem;
}
.process-line b {
  display: block;
  color: #bcefcf;
  font-size: 0.7rem;
  margin-top: 0.7rem;
}
.process-line h3 {
  font-size: 0.86rem;
  margin-top: 0.2rem;
}
.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 190px;
  gap: 1rem;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  cursor: zoom-in;
  transition: 0.4s;
}
.gallery img:hover {
  transform: scale(1.025);
  filter: saturate(1.2);
}
.gallery .tall {
  grid-row: span 2;
}
blockquote {
  max-width: 800px;
  margin: auto;
  text-align: center;
  font: 500 clamp(1.3rem, 2.4vw, 2rem) / 1.6 Poppins;
  letter-spacing: -0.025em;
}
blockquote footer {
  font: 500 0.85rem Inter;
  margin-top: 1.5rem;
  color: #718077;
}
blockquote footer span {
  color: #f2b700;
  letter-spacing: 0.15em;
}
.narrow {
  max-width: 900px;
}
.accordion-item {
  border: 0 !important;
  border-radius: 14px !important;
  margin-bottom: 0.8rem;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(46, 82, 60, 0.05);
}
.accordion-button {
  font-weight: 700;
  padding: 1.2rem 1.4rem;
}
.accordion-button:not(.collapsed) {
  background: #eaf8ef;
  color: var(--green);
  box-shadow: none;
}
.cta {
  padding: 6rem 0;
  background: radial-gradient(circle at top right, #6fcf97, #2e8b57 55%);
  color: #fff;
}
.cta h2 {
  max-width: 820px;
  margin: 1rem auto;
}
.cta p {
  opacity: 0.82;
}
.section-tag.light {
  color: #d8fbe5;
}
.btn-light {
  color: var(--green);
  background: #fff;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}
.contact-list li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.contact-list i {
  color: var(--green);
  font-size: 1.15rem;
  width: 21px;
  margin-top: 0.25rem;
}
.contact-list b {
  display: block;
  font-size: 0.85rem;
}
.map-placeholder {
  height: 130px;
  background: linear-gradient(135deg, #dff5e7, #f6fcf8);
  border-radius: 16px;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 0.82rem;
}
.contact-form {
  background: var(--soft);
  padding: 2rem;
  border-radius: var(--radius);
}
.form-control {
  border: 1px solid #e3eae5;
  padding: 0.85rem 1rem;
  border-radius: 11px;
}
.form-control:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 0.2rem rgba(111, 207, 151, 0.15);
}
.form-feedback {
  font-size: 0.83rem;
  color: var(--green);
  display: inline;
  margin-left: 0.8rem;
}
footer {
  padding: 2.5rem 0;
  background: #153a27;
  color: #dce8df;
}
.brand {
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.brand i {
  color: var(--mint);
}
.brand b {
  color: var(--mint);
}
footer p {
  font-size: 0.78rem;
  margin: 0.6rem 0 0;
}
.social {
  display: flex;
  gap: 0.5rem;
}
.social a {
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
}
.to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 8px 20px #2e8b5755;
  transition: 0.25s;
  z-index: 10;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@keyframes float {
  50% {
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  .section {
    padding: 4.5rem 0;
  }
  .hero-image {
    max-width: 330px;
  }
  .hero .row {
    padding-top: 2rem !important;
  }
  .about-image img {
    height: 330px;
  }
  .process-line {
    overflow: auto;
    justify-content: flex-start;
    gap: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .process-line:before {
    width: 600px;
    left: 40px;
  }
  .process-line > div {
    min-width: 105px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 145px;
  }
  .gallery .tall {
    grid-row: span 2;
  }
  .hero-proof {
    gap: 1.3rem;
  }
  .contact-form {
    padding: 1.4rem;
  }
}
