.elementor-1550 .elementor-element.elementor-element-152b9c3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-10fb85f */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
}

/* HERO UTAMA */
.khs-hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 48px 70px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 40px;
  background:
    radial-gradient(circle at 83% 35%, rgba(0, 91, 217, 0.14), transparent 26%),
    linear-gradient(135deg, #f7fbff 0%, #eef6ff 55%, #ffffff 100%);
  border-radius: 0;
}

/* Dekorasi background */
.khs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0, 87, 217, 0.06) 0%, transparent 35%),
    radial-gradient(circle at 18% 95%, rgba(0, 87, 217, 0.08), transparent 30%);
  pointer-events: none;
}

.khs-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 520px;
  height: 230px;
  background: rgba(0, 87, 217, 0.08);
  border-radius: 50%;
  transform: rotate(-10deg);
}

/* KONTEN KIRI */
.khs-content {
  position: relative;
  z-index: 3;
}

.khs-badge {
  display: inline-block;
  background: #e9f2ff;
  color: #0057d9;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 22px;
}

.khs-content h1 {
  color: #071b4d;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.khs-line {
  width: 70px;
  height: 4px;
  background: #ff8a00;
  border-radius: 999px;
  margin-bottom: 22px;
}

.khs-content p {
  max-width: 690px;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
}

/* VISUAL KANAN */
.khs-visual {
  position: relative;
  height: 240px;
  z-index: 2;
}

.khs-bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 87, 217, 0.08);
}

.circle-1 {
  width: 180px;
  height: 180px;
  left: 70px;
  top: 28px;
}

.circle-2 {
  width: 140px;
  height: 140px;
  right: 28px;
  top: 42px;
}

/* Laptop */
.khs-laptop {
  position: absolute;
  right: 105px;
  bottom: 10px;
  width: 340px;
  z-index: 4;
}

.laptop-screen {
  width: 340px;
  height: 205px;
  background: #ffffff;
  border: 11px solid #10234d;
  border-radius: 13px 13px 5px 5px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28);
}

.screen-header {
  padding: 14px 18px 10px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fbff;
}

.screen-header h3 {
  color: #071b4d;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 3px;
}

.screen-header span {
  color: #64748b;
  font-size: 9px;
  font-weight: 600;
}

.screen-body {
  position: relative;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr 78px;
  gap: 12px;
}

.khs-table {
  width: 100%;
}

.table-row {
  display: grid;
  grid-template-columns: 42px 1fr 28px 32px;
  gap: 6px;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #edf2f7;
}

.table-row span {
  color: #334155;
  font-size: 7.8px;
  font-weight: 600;
}

.table-head span {
  color: #071b4d;
  font-size: 7.5px;
  font-weight: 900;
}

.ip-card {
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  height: 76px;
}

.ip-card small {
  display: block;
  color: #64748b;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ip-card strong {
  display: block;
  color: #16a34a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.ip-card b {
  color: #16a34a;
  font-size: 18px;
  font-weight: 900;
}

.chart-card {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 45px;
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 12px;
  align-items: center;
}

.chart-line {
  height: 36px;
  background:
    linear-gradient(135deg, transparent 48%, #2f80ed 49%, #2f80ed 52%, transparent 53%),
    linear-gradient(25deg, transparent 47%, #60a5fa 48%, #60a5fa 51%, transparent 52%);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.donut-chart {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: conic-gradient(#2f80ed 0 62%, #ff8a00 62% 83%, #dbeafe 83% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-chart div {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
}

.laptop-base {
  width: 380px;
  height: 16px;
  margin-left: -20px;
  background: #0b1f46;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 8px 0 rgba(15, 23, 42, 0.12);
}

/* Buku */
.khs-books {
  position: absolute;
  left: 48px;
  bottom: 20px;
  width: 120px;
  height: 90px;
  z-index: 5;
}

.book {
  position: absolute;
  width: 115px;
  height: 20px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(15, 23, 42, 0.14);
}

.book-1 {
  bottom: 0;
  border-left: 8px solid #ff8a00;
}

.book-2 {
  bottom: 24px;
  border-left: 8px solid #0057d9;
}

.cap {
  position: absolute;
  bottom: 48px;
  left: 18px;
  width: 78px;
  height: 40px;
}

.cap::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 34px;
  background: #10234d;
  clip-path: polygon(50% 0, 100% 38%, 50% 76%, 0 38%);
}

.cap::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 24px;
  width: 35px;
  height: 12px;
  background: #071b4d;
  border-radius: 0 0 9px 9px;
}

/* Shield */
.khs-shield {
  position: absolute;
  right: 85px;
  top: 10px;
  width: 70px;
  height: 70px;
  background: #2f80ed;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(47, 128, 237, 0.28);
  z-index: 6;
  transform: rotate(-8deg);
}

.khs-shield svg {
  width: 44px;
  height: 44px;
}

.khs-shield svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Plant */
.khs-plant {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 95px;
  height: 150px;
  z-index: 5;
}

.pot {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 50px;
  height: 42px;
  background: #dbeafe;
  border-radius: 8px 8px 14px 14px;
}

.stem {
  position: absolute;
  bottom: 34px;
  left: 49px;
  width: 4px;
  height: 80px;
  background: #15803d;
  border-radius: 999px;
}

.leaf {
  position: absolute;
  background: #4f8f36;
  border-radius: 50% 0 50% 50%;
}

.leaf-1 {
  width: 42px;
  height: 24px;
  right: 5px;
  top: 20px;
  transform: rotate(-25deg);
}

.leaf-2 {
  width: 45px;
  height: 26px;
  left: 2px;
  top: 46px;
  transform: rotate(210deg);
}

.leaf-3 {
  width: 36px;
  height: 22px;
  right: 10px;
  top: 75px;
  transform: rotate(-10deg);
}

.leaf-4 {
  width: 36px;
  height: 22px;
  left: 8px;
  top: 92px;
  transform: rotate(210deg);
}

/* Animasi halus */
.khs-laptop,
.khs-books,
.khs-shield,
.khs-plant {
  transition: transform 0.35s ease;
}

.khs-hero:hover .khs-laptop {
  transform: translateY(-6px);
}

.khs-hero:hover .khs-books {
  transform: translateY(-4px);
}

.khs-hero:hover .khs-shield {
  transform: rotate(-8deg) scale(1.06);
}

/* RESPONSIVE TABLET */
@media (max-width: 1100px) {
  .khs-hero {
    grid-template-columns: 1fr;
    padding: 44px 38px 34px;
    gap: 24px;
  }

  .khs-content h1 {
    font-size: 44px;
  }

  .khs-content p {
    max-width: 100%;
  }

  .khs-visual {
    height: 250px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 576px) {
  .khs-hero {
    padding: 32px 22px 26px;
    min-height: auto;
    border-radius: 0;
  }

  .khs-badge {
    font-size: 12px;
    padding: 8px 14px;
    margin-bottom: 18px;
  }

  .khs-content h1 {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.4px;
  }

  .khs-line {
    width: 54px;
    height: 4px;
    margin-bottom: 18px;
  }

  .khs-content p {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .khs-visual {
    height: 215px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-top: 6px;
  }

  .khs-laptop {
    right: 72px;
    bottom: 10px;
  }

  .khs-books {
    left: 18px;
  }

  .khs-plant {
    right: -14px;
  }

  .khs-shield {
    right: 54px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 380px) {
  .khs-content h1 {
    font-size: 28px;
  }

  .khs-visual {
    transform: scale(0.68);
    transform-origin: top center;
    height: 185px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f8b86b */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.khs-info-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Wrapper 2 kolom */
.khs-info-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 24px;
  align-items: stretch;
}

/* Card utama kiri dan kanan */
.khs-intro-card,
.khs-detail-card {
  background: #ffffff;
  border: 1px solid #e1eaf6;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-intro-card:hover,
.khs-detail-card:hover,
.khs-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
  border-color: #bfdbfe;
}

/* Card kiri */
.khs-intro-card {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 24px;
  align-items: center;
  padding: 42px 44px;
}

.khs-intro-icon {
  width: 82px;
  height: 82px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.khs-intro-icon svg {
  width: 46px;
  height: 46px;
}

.khs-intro-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.khs-intro-content h2,
.khs-detail-card h2 {
  color: #071b4d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.khs-intro-content h2 {
  margin-bottom: 20px;
}

.khs-intro-content p {
  color: #334155;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
}

/* Card kanan */
.khs-detail-card {
  padding: 30px 32px;
}

.khs-detail-card h2 {
  margin-bottom: 22px;
}

/* Grid isi card kanan */
.khs-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Item card */
.khs-item-card {
  min-height: 190px;
  background: #ffffff;
  border: 1px solid #dfe9f7;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-item-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.khs-item-icon svg {
  width: 58px;
  height: 58px;
}

.khs-item-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.khs-item-icon span {
  width: 58px;
  height: 58px;
  background: #58b957;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
}

.khs-item-icon.blue {
  color: #0057d9;
}

.khs-item-icon.green {
  color: #22a447;
}

.khs-item-icon.orange {
  color: #ff8a00;
}

.khs-item-icon.purple {
  color: #6d4fd8;
}

.khs-item-card h3 {
  color: #071b4d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
}

.khs-item-card p {
  color: #334155;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* Responsive tablet */
@media (max-width: 1100px) {
  .khs-info-wrapper {
    grid-template-columns: 1fr;
  }

  .khs-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .khs-intro-card {
    align-items: flex-start;
  }
}

/* Responsive mobile */
@media (max-width: 576px) {
  .khs-info-section {
    padding: 16px;
  }

  .khs-info-wrapper {
    gap: 18px;
  }

  .khs-intro-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 18px;
  }

  .khs-intro-icon {
    width: 70px;
    height: 70px;
  }

  .khs-intro-icon svg {
    width: 40px;
    height: 40px;
  }

  .khs-intro-content h2,
  .khs-detail-card h2 {
    font-size: 19px;
  }

  .khs-intro-content p {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .khs-detail-card {
    padding: 24px 20px;
  }

  .khs-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .khs-item-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .khs-item-card h3 {
    font-size: 15.5px;
  }

  .khs-item-card p {
    font-size: 13px;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .khs-intro-content h2,
  .khs-detail-card h2 {
    font-size: 18px;
  }

  .khs-item-icon {
    width: 54px;
    height: 54px;
  }

  .khs-item-icon svg {
    width: 50px;
    height: 50px;
  }

  .khs-item-icon span {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23d8650 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION UTAMA */
.khs-guide-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

.khs-guide-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}

/* CARD UTAMA */
.khs-guide-card {
  background: #ffffff;
  border: 1px solid #e1eaf6;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-guide-card:hover {
  transform: translateY(-5px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
}

.khs-guide-card h2 {
  color: #071b4d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 24px;
}

/* CARD KIRI */
.khs-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.khs-benefit-item {
  min-height: 220px;
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 100%);
  border: 1px solid #d9e7f7;
  border-radius: 10px;
  padding: 22px 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-benefit-item:hover {
  transform: translateY(-7px);
  border-color: #93c5fd;
  box-shadow: 0 16px 34px rgba(0, 87, 217, 0.13);
}

.benefit-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  width: 52px;
  height: 52px;
}

.benefit-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-icon.blue {
  color: #0057d9;
}

.khs-benefit-item h3 {
  color: #071b4d;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.khs-benefit-item p {
  color: #334155;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
}

.khs-benefit-item strong {
  font-weight: 800;
}

/* CARD KANAN TIMELINE */
.khs-timeline-card {
  overflow: hidden;
}

.khs-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-top: 38px;
  align-items: start;
}

.timeline-line {
  position: absolute;
  top: 15px;
  left: 10%;
  right: 10%;
  border-top: 3px dotted #b9d7ff;
  z-index: 1;
}

.timeline-item {
  position: relative;
  text-align: center;
  z-index: 2;
}

.timeline-number {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  background: #dbeafe;
  color: #071b4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(0, 87, 217, 0.12);
}

.orange-number {
  background: #fed7aa;
}

.timeline-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}

.timeline-item:hover .timeline-icon {
  transform: translateY(-5px) scale(1.06);
}

.timeline-icon svg {
  width: 38px;
  height: 38px;
}

.timeline-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blue-soft {
  background: #eaf3ff;
  color: #0057d9;
}

.green-soft {
  background: #e9f8ef;
  color: #16a34a;
}

.orange-soft {
  background: #fff0df;
  color: #ff8a00;
}

.timeline-item h3 {
  color: #071b4d;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.timeline-item p {
  color: #334155;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* RESPONSIVE TABLET */
@media (max-width: 1200px) {
  .khs-guide-wrapper {
    grid-template-columns: 1fr;
  }

  .khs-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .khs-guide-section {
    padding: 16px;
  }

  .khs-guide-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .khs-guide-card h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .khs-benefit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .khs-benefit-item {
    min-height: auto;
    padding: 22px 18px;
  }

  .benefit-icon {
    margin-bottom: 14px;
  }

  .khs-benefit-item h3 {
    font-size: 15px;
  }

  .khs-benefit-item p {
    font-size: 13px;
  }

  .khs-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 0;
  }

  .timeline-line {
    display: none;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    text-align: left;
    align-items: start;
    background: #ffffff;
    border: 1px solid #e1eaf6;
    border-radius: 10px;
    padding: 18px;
  }

  .timeline-number {
    position: absolute;
    top: -12px;
    left: 18px;
    transform: none;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .timeline-icon {
    width: 48px;
    height: 48px;
    margin: 8px 0 0;
  }

  .timeline-icon svg {
    width: 28px;
    height: 28px;
  }

  .timeline-item h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .timeline-item p {
    font-size: 13px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 380px) {
  .khs-guide-card {
    padding: 22px 16px;
  }

  .timeline-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 18px 14px;
  }

  .timeline-icon {
    width: 42px;
    height: 42px;
  }

  .timeline-icon svg {
    width: 25px;
    height: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90b4b1b */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION */
.khs-action-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

.khs-action-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}

/* CARD UTAMA */
.khs-action-card {
  border-radius: 14px;
  padding: 26px 30px;
  border: 1px solid transparent;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
}

.khs-remedial-card {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
  border-color: #fed7aa;
}

.khs-tips-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border-color: #bbf7d0;
}

/* HEADER */
.khs-action-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.khs-action-header h2 {
  color: #071b4d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.khs-remedial-card .khs-action-header h2 {
  color: #9a3412;
}

.khs-tips-card .khs-action-header h2 {
  color: #047857;
}

/* ICON UTAMA */
.khs-main-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.khs-main-icon.orange {
  background: linear-gradient(135deg, #fb923c, #ea580c);
  box-shadow: 0 8px 18px rgba(234, 88, 12, 0.24);
}

.khs-main-icon.green {
  background: linear-gradient(135deg, #10b981, #047857);
  box-shadow: 0 8px 18px rgba(4, 120, 87, 0.24);
}

.khs-main-icon span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.khs-main-icon svg {
  width: 30px;
  height: 30px;
}

.khs-main-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* LIST */
.khs-action-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.khs-action-item {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.khs-action-item:hover {
  transform: translateX(6px);
  border-color: #bfdbfe;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
}

/* ICON ITEM KIRI */
.khs-action-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.khs-action-icon svg {
  width: 42px;
  height: 42px;
}

.khs-action-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orange-line {
  color: #f97316;
}

/* CHECK ICON */
.khs-check-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #10b981, #047857);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(4, 120, 87, 0.2);
}

/* TEXT */
.khs-action-text h3 {
  color: #071b4d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 5px;
}

.khs-tips-card .khs-action-text h3 {
  color: #047857;
}

.khs-action-text p {
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  text-align: left;
}

/* TABLET */
@media (max-width: 1100px) {
  .khs-action-wrapper {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .khs-action-section {
    padding: 16px;
  }

  .khs-action-card {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .khs-action-header {
    align-items: flex-start;
    gap: 12px;
  }

  .khs-action-header h2 {
    font-size: 18px;
  }

  .khs-main-icon {
    width: 44px;
    height: 44px;
  }

  .khs-main-icon span {
    font-size: 26px;
  }

  .khs-main-icon svg {
    width: 26px;
    height: 26px;
  }

  .khs-action-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
    align-items: flex-start;
  }

  .khs-action-icon,
  .khs-check-icon {
    width: 42px;
    height: 42px;
  }

  .khs-action-icon svg {
    width: 36px;
    height: 36px;
  }

  .khs-check-icon {
    font-size: 22px;
  }

  .khs-action-text h3 {
    font-size: 15.5px;
  }

  .khs-action-text p {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }

  .khs-action-item:hover {
    transform: translateY(-4px);
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .khs-action-card {
    padding: 20px 16px;
  }

  .khs-action-header h2 {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-270de3f */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
}

/* Section */
.khs-note-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Card utama */
.khs-note-card {
  position: relative;
  width: 100%;
  min-height: 96px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 2px solid #93c5fd;
  border-radius: 14px;
  padding: 24px 36px;
  display: grid;
  grid-template-columns: 64px 1fr 190px;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.khs-note-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 87, 217, 0.14);
}

/* Icon info */
.khs-note-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 87, 217, 0.28);
  flex-shrink: 0;
}

/* Teks */
.khs-note-text {
  color: #071b4d;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

/* Ilustrasi kanan */
.khs-note-illustration {
  position: relative;
  width: 180px;
  height: 72px;
  justify-self: end;
}

/* Sparkle */
.sparkle {
  position: absolute;
  color: #60a5fa;
  font-size: 16px;
  font-weight: 800;
  opacity: 0.8;
}

.sparkle-1 {
  left: 8px;
  top: 24px;
}

.sparkle-2 {
  left: 38px;
  top: 6px;
}

/* Buku */
.book-icon {
  position: absolute;
  left: 48px;
  bottom: 8px;
  width: 76px;
  height: 42px;
}

.book-left,
.book-right {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 28px;
  background: #ffffff;
  border: 4px solid #2f80ed;
  border-top-width: 6px;
  box-shadow: 0 6px 0 rgba(47, 128, 237, 0.16);
}

.book-left {
  left: 0;
  border-radius: 8px 3px 3px 8px;
  transform: skewY(8deg);
}

.book-right {
  right: 0;
  border-radius: 3px 8px 8px 3px;
  transform: skewY(-8deg);
}

.book-line {
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 5px;
  height: 34px;
  background: #0057d9;
  border-radius: 999px;
}

/* Cup */
.cup-icon {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 58px;
  height: 64px;
}

.cup-body {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 42px;
  height: 42px;
  background: #2f80ed;
  border-radius: 5px 5px 12px 12px;
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.08);
}

.cup-body::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 10px;
  width: 16px;
  height: 18px;
  border: 4px solid #2f80ed;
  border-left: none;
  border-radius: 0 12px 12px 0;
}

.pencil {
  position: absolute;
  bottom: 34px;
  width: 7px;
  height: 40px;
  border-radius: 4px;
  transform-origin: bottom;
  z-index: 2;
}

.pencil::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-bottom: 8px solid #f59e0b;
}

.pencil-1 {
  left: 12px;
  background: #f59e0b;
  transform: rotate(-14deg);
}

.pencil-2 {
  left: 25px;
  background: #071b4d;
}

.pencil-3 {
  left: 38px;
  background: #f97316;
  transform: rotate(12deg);
}

/* Responsive tablet */
@media (max-width: 992px) {
  .khs-note-card {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .khs-note-illustration {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 8px;
  }
}

/* Responsive mobile */
@media (max-width: 576px) {
  .khs-note-section {
    padding: 16px;
  }

  .khs-note-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 12px;
  }

  .khs-note-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-self: center;
  }

  .khs-note-text {
    font-size: 14px;
    line-height: 1.65;
  }

  .khs-note-illustration {
    width: 160px;
    height: 66px;
    transform: scale(0.9);
    transform-origin: center;
    margin-top: 4px;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .khs-note-card {
    padding: 22px 16px;
  }

  .khs-note-text {
    font-size: 13px;
  }

  .khs-note-illustration {
    transform: scale(0.82);
  }
}/* End custom CSS */