.triaz-karet-kapal {
  font-family: inherit;
  color: #172033;
  background: #ffffff;
}

.kk-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.kk-hero {
  padding: 90px 0;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.92), rgba(20, 80, 115, 0.88)),
    url("https://triaz.co.id/wp-content/uploads/2026/05/karet-kapal.webp");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.kk-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 45px;
  align-items: center;
}

.kk-badge,
.kk-section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.kk-badge {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 18px;
}

.kk-section-label {
  background: #eaf6fb;
  color: #0b5f84;
  margin-bottom: 14px;
}

.kk-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 22px;
  color: #ffffff;
}

.kk-hero p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 25px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
}

.kk-hero-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 32px;
  font-size: 16px;
  color: #ffffff;
}

.kk-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kk-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.kk-btn-primary {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.28);
}

.kk-btn-primary:hover {
  transform: translateY(-3px);
  background: #16a34a;
  color: #ffffff;
}

.kk-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.kk-btn-secondary:hover {
  background: #ffffff;
  color: #0b1f3a;
}

.kk-hero-card {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 26px;
  padding: 14px;
  backdrop-filter: blur(10px);
}

.kk-card-inner {
  background: #ffffff;
  color: #172033;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.kk-card-inner h2 {
  font-size: 28px;
  margin: 0 0 10px;
}

.kk-card-inner p {
  color: #5b6678;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.kk-card-inner ul {
  padding-left: 18px;
  margin: 0 0 22px;
}

.kk-card-inner li {
  margin-bottom: 8px;
}

.kk-mini-cta {
  display: block;
  text-align: center;
  background: #0b5f84;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 800;
}

.kk-mini-cta:hover {
  background: #083f5a;
  color: #ffffff;
}

.kk-trust {
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 2;
}

.kk-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kk-trust-grid div {
  padding: 24px 20px;
  border-right: 1px solid #edf1f5;
}

.kk-trust-grid div:last-child {
  border-right: none;
}

.kk-trust strong {
  display: block;
  font-size: 20px;
  color: #0b5f84;
  margin-bottom: 4px;
}

.kk-trust span {
  color: #667085;
  font-size: 14px;
}

.kk-section {
  padding: 82px 0;
}

.kk-light {
  background: #f6f9fc;
}

.kk-dark {
  background: linear-gradient(135deg, #071a2f, #0b5f84);
  color: #ffffff;
}

.kk-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}

.kk-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 18px;
  color: #102033;
}

.kk-dark h2,
.kk-dark h3,
.kk-white h2,
.kk-white p {
  color: #ffffff;
}

.kk-section p {
  color: #5b6678;
  line-height: 1.75;
  font-size: 17px;
}

.kk-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.kk-solution-box,
.kk-highlight {
  background: #ffffff;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid #edf1f5;
}

.kk-solution-box h3,
.kk-highlight h3 {
  font-size: 26px;
  margin: 0 0 12px;
}

.kk-highlight {
  background: linear-gradient(135deg, #0b5f84, #083f5a);
  color: #ffffff;
}

.kk-highlight h3,
.kk-highlight p {
  color: #ffffff;
}

.kk-highlight a {
  display: inline-flex;
  margin-top: 14px;
  background: #22c55e;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 800;
}

.kk-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}

.kk-grid-4,
.kk-grid-3,
.kk-step-grid,
.kk-related-grid {
  display: grid;
  gap: 22px;
}

.kk-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.kk-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.kk-feature-card,
.kk-service-card,
.kk-step {
  background: #ffffff;
  border: 1px solid #e9eef4;
  border-radius: 22px;
  padding: 26px;
  transition: 0.25s ease;
}

.kk-feature-card:hover,
.kk-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.kk-feature-card h3,
.kk-service-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #102033;
}

.kk-feature-card p,
.kk-service-card p {
  font-size: 15.5px;
  margin: 0;
}

.kk-icon {
  width: 46px;
  height: 46px;
  background: #eaf6fb;
  color: #0b5f84;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.kk-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.kk-step {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.kk-step span {
  width: 42px;
  height: 42px;
  background: #22c55e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.kk-step h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.kk-check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  font-weight: 700;
  color: #172033;
}

.kk-related-grid {
  grid-template-columns: repeat(3, 1fr);
}

.kk-related-grid a {
  background: #ffffff;
  border: 1px solid #e9eef4;
  color: #102033;
  text-decoration: none;
  padding: 20px;
  border-radius: 16px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kk-related-grid a:hover {
  background: #0b5f84;
  color: #ffffff;
  transform: translateY(-3px);
}

.kk-faq-wrap {
  max-width: 920px;
}

.kk-faq {
  display: grid;
  gap: 14px;
}

.kk-faq-item {
  border: 1px solid #e5ebf2;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.kk-faq-question {
  width: 100%;
  border: none;
  background: #ffffff;
  color: #102033;
  padding: 20px 22px;
  text-align: left;
  font-size: 17px;
  font-weight: 850;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kk-faq-question span {
  font-size: 26px;
  color: #0b5f84;
  transition: 0.25s ease;
}

.kk-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  background: #f8fafc;
}

.kk-faq-answer p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 15.5px;
}

.kk-faq-item.active .kk-faq-answer {
  max-height: 180px;
}

.kk-faq-item.active .kk-faq-question span {
  transform: rotate(45deg);
}

.kk-final-cta {
  background: linear-gradient(135deg, #0b5f84, #071a2f);
  color: #ffffff;
  text-align: center;
  padding: 78px 0;
}

.kk-final-cta h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.15;
  margin: 0 0 16px;
  color: #ffffff;
}

.kk-final-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
  font-size: 18px;
}

.kk-final-cta a {
  display: inline-flex;
  background: #22c55e;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 26px;
  border-radius: 14px;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(34, 197, 94, 0.25);
}

.kk-final-cta a:hover {
  background: #16a34a;
  color: #ffffff;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .kk-hero-grid,
  .kk-two-col {
    grid-template-columns: 1fr;
  }

  .kk-grid-4,
  .kk-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kk-grid-3,
  .kk-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kk-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kk-trust-grid div {
    border-bottom: 1px solid #edf1f5;
  }
}

@media (max-width: 640px) {
  .kk-hero {
    padding: 64px 0;
  }

  .kk-section {
    padding: 60px 0;
  }

  .kk-grid-4,
  .kk-grid-3,
  .kk-step-grid,
  .kk-related-grid,
  .kk-trust-grid {
    grid-template-columns: 1fr;
  }

  .kk-card-inner,
  .kk-solution-box,
  .kk-highlight,
  .kk-feature-card,
  .kk-service-card,
  .kk-step {
    padding: 22px;
  }

  .kk-cta-wrap {
    flex-direction: column;
  }

  .kk-btn {
    width: 100%;
  }

  .kk-trust-grid div {
    border-right: none;
  }
}