/* ---------------------------------------------
   DiPStrategy -- Landing Page
   style/landing-page.css
   --------------------------------------------- */

/* --- TOP SECTION: hero navy menerus --- */
.lp-top-section {
  position: relative;
  width: 100%;
  background-color: var(--navy);
  overflow: hidden;
  padding-bottom: 0px;
}

.lp-top-pattern {
  position: absolute;
  inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

/* -- Hero image far: layer paling belakang, posisi lebih atas -- */
.lp-hero-img-far {
  position: absolute;
  top: 7%;
  left: 1.5%;

  height: auto;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
  object-position: top left;
  opacity: 0.85;
  will-change: transform;
}

.lp-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.55) 20%,
    rgba(0,0,0,0.15) 50%,
    rgba(0,0,0,0) 70%
  );
  z-index: 3;
  pointer-events: none;
}

/* -- Hero image: bottom left -- */
.lp-hero-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 5;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom left;
  will-change: transform;
}

/* -- Hero content -- */
.lp-hero-content {
  position: relative;
  z-index: 10;
  padding: 180px 56px 60px;
  padding-left: calc(30% + 56px);
}

.lp-accent-line {
  width: 160px;
  height: 4px;
  background: var(--lime);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.6s 0.2s forwards;
}

.lp-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.6s 0.3s forwards;
}

.lp-label-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite;
  flex-shrink: 0;
}

.lp-headline {
  font-family: 'Montserrat', sans-serif;
  line-height: 0.95;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s 0.4s forwards;
}

.lp-headline .hl-light {
  display: block;
  font-weight: 200;
  font-size: clamp(32px, 3vw, 72px);
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
}

.lp-headline .hl-bold {
  display: block;
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 80px);
  letter-spacing: -0.04em;
  color: #fff;
  text-transform: uppercase;
}

.lp-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  max-width: 560px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.7s 0.5s forwards;
}

/* CTA group */
.lp-cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 56px;
  opacity: 0;
  animation: fadeUp 0.7s 0.6s forwards;
}

.lp-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #093564;
  background: #DEFF2D;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}

.lp-cta-primary:hover { background: #f0ff50; transform: translateY(-2px); }

.lp-cta-secondary {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.lp-cta-secondary:hover { color: #DEFF2D; }

/* Value props strip */
.lp-value-strip {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0 56px;
  padding-left: calc(30% + 56px);
  opacity: 0;
  animation: fadeUp 0.7s 0.7s forwards;
}

.lp-value-item {
  padding: 24px 32px 24px 0;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.lp-value-item:last-child { border-right: none; padding-right: 0; }
.lp-value-item:not(:first-child) { padding-left: 32px; }

.lp-value-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #DEFF2D;
  margin-bottom: 4px;
  display: block;
}

.lp-value-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
}

/* --- UNTUK SIAPA --- */
.lp-us-section {
  position: relative;
  background-color: #E8357A;
  padding: 96px 56px;
  overflow: hidden;
}

.lp-us-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.15; z-index: 0;
  pointer-events: none;
}

.lp-us-inner {
  position: relative; z-index: 1;
  max-width: 100%;
}

/* Base (global) -- dipakai oleh banyak section Landing Page */
.lp-section-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #093564;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.lp-section-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite;
  flex-shrink: 0;
}

.lp-section-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: clamp(30px, 3vw, 85px);
  color: #093564;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: 700px;
}

.lp-section-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(15px 1.3vw 18px);
  line-height: 1.35;
  color: #093564;
  max-width: 560px;
  margin-bottom: 48px;
}

/* Override khusus untuk section Untuk Siapa (background pink -> teks putih) */
.lp-us-section .lp-section-label {
  color: rgba(255,255,255,0.85);
}

.lp-us-section .lp-section-star {
  stroke: #093564 !important;
}

.lp-us-section .lp-section-star g { stroke: #093564; }

.lp-us-section .lp-section-headline {
  color: #fff;
}

.lp-us-section .lp-section-subtext {
  color: rgba(255,255,255,0.85);
}

/* 4 cards, 1 row 4 kolom -- accordion vertikal */
.lp-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: start;
}

.lp-us-card {
  background: var(--card-color, #fff);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.lp-us-card.active {
  box-shadow: 0 4px 24px rgba(9,53,100,0.12);
}

.lp-us-card-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.lp-us-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--card-text, #093564);
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0;
}

.lp-us-card-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  color: var(--card-text, #093564);
  position: relative;
  margin-top: 2px;
}

.lp-us-card-icon svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transition: opacity 0.25s;
}

.lp-us-card-icon .icon-minus { opacity: 0; }
.lp-us-card-icon .icon-plus  { opacity: 1; }

.lp-us-card.active .lp-us-card-icon .icon-minus { opacity: 1; }
.lp-us-card.active .lp-us-card-icon .icon-plus  { opacity: 0; }

.lp-us-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-us-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  color: var(--card-text, #093564);
  opacity: 0.85;
  padding: 0 24px 28px;
  margin: 0;
}

/* --- YANG DIBANGUN --- */
.lp-yb-section {
  position: relative;
  background-color: #f0f0e6;
  padding: 40px 56px 96px;
  overflow: hidden;
}

.lp-yb-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.2; z-index: 0;
  pointer-events: none;
}

.lp-yb-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px;
  align-items: start;
}

.lp-yb-left {
  position: sticky;
  top: 100px;
}

.lp-yb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lp-yb-item {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(9,53,100,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.lp-yb-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(9,53,100,0.1);
}

.lp-yb-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #DEFF2D;
  background: #093564;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.lp-yb-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #093564;
  margin-bottom: 8px;
}

.lp-yb-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(14px 1.1vw 18px);
  line-height: 1.35;
  color: rgba(9,53,100,0.8);
}

/* --- CARA KERJA --- */
.lp-ck-section {
  position: relative;
  background: #04172e;
  padding: 96px 56px;
  overflow: hidden;
}

.lp-ck-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.06; z-index: 0;
  pointer-events: none;
}

.lp-ck-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px;
  align-items: start;
}

.lp-ck-left { position: sticky; top: 100px; }

.lp-ck-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #DEFF2D;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.lp-ck-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite;
}

.lp-ck-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.5vw, 36px);
  color: #fff;
  letter-spacing: -0.02em;
}

.lp-ck-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-ck-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}

.lp-ck-step:last-child { border-bottom: none; }

.lp-ck-step-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #DEFF2D;
  line-height: 1;
  padding-top: 2px;
}

.lp-ck-step-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.lp-ck-step-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
}

/* --- LP CTA --- */
.lp-cta-section {
  background: #080808;
  padding: 80px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lp-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.04;
  pointer-events: none;
}

.lp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.lp-cta-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #DEFF2D;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.lp-cta-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite;
}

.lp-cta-headline {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 12px;
}

.lp-cta-headline .hl-light {
  display: block;
  font-weight: 200;
  font-size: clamp(22px, 2.8vw, 40px);
  color: #fff;
  letter-spacing: -0.02em;
}

.lp-cta-headline .hl-bold {
  display: block;
  font-weight: 900;
  font-size: clamp(30px, 3vw, 85px);
  color: #DEFF2D;
  letter-spacing: -0.03em;
}

.lp-cta-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(14px 1.2vw 18px);
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
  line-height: 1.35;
}

/* Form */
.lp-cta-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.lp-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lp-cta-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-cta-field-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.lp-cta-input,
.lp-cta-select,
.lp-cta-textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px;
  color: rgba(255,255,255,0.88);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.lp-cta-input::placeholder,
.lp-cta-textarea::placeholder { color: rgba(255,255,255,0.22); }
.lp-cta-input:focus,
.lp-cta-select:focus,
.lp-cta-textarea:focus { border-color: rgba(222,255,45,0.4); }

.lp-cta-select {
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.lp-cta-select option { background: #05213F; color: #fff; }

.lp-cta-textarea {
  resize: none;
  height: 90px;
  line-height: 1.6;
}

.lp-cta-submit {
  background: #DEFF2D;
  border: none;
  border-radius: 8px;
  padding: 15px 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #080808;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 100%;
  margin-top: 4px;
}

.lp-cta-submit:hover { background: #f0ff50; transform: translateY(-1px); }

.lp-cta-microcopy {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: rgba(255,255,255,0.2);
  text-align: center;
  margin-top: 8px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .lp-us-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .lp-hero-img      { display: none; }
  .lp-hero-img-far  { display: none; }
  .lp-hero-content  { padding: 140px 24px 40px; }
  .lp-value-strip   { grid-template-columns: 1fr; padding: 0 24px; gap: 0; }
  .lp-value-item    { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 16px 0; }
  .lp-value-item:last-child { border-bottom: none; }
  .lp-us-section    { padding: 64px 24px; }
  .lp-us-grid       { grid-template-columns: 1fr; }
  .lp-yb-section    { padding: 0 24px 64px; }
  .lp-yb-inner      { grid-template-columns: 1fr; gap: 40px; }
  .lp-yb-left       { position: static; }
  .lp-yb-grid       { grid-template-columns: 1fr; }
  .lp-ck-section    { padding: 64px 24px; }
  .lp-ck-inner      { grid-template-columns: 1fr; gap: 40px; }
  .lp-ck-left       { position: static; }
  .lp-cta-section   { padding: 64px 24px; }
  .lp-cta-row       { grid-template-columns: 1fr; }
}

/* --- INDUSTRY INSIGHT (slim lime, sama format dengan E-Commerce) --- */
.lp-ii-section {
  background: #DEFF2D;
  padding: 56px 56px;
  overflow: hidden;
}

.lp-ii-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-ii-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(9,53,100,0.5);
}

.lp-ii-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.lp-ii-card {
  padding: 0 40px 0 0;
}

.lp-ii-card.has-border {
  border-right: 1px solid rgba(9,53,100,0.15);
  margin-right: 40px;
}

.lp-ii-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 64px);
  color: #093564;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.lp-ii-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 11px;
  color: #093564;
  text-transform: uppercase; letter-spacing: 0.1em;
  display: block; margin-bottom: 12px;
  line-height: 1.4;
}

.lp-ii-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(14px 1.2vw 18px); 
  line-height: 1.35;
  color: rgba(9,53,100,0.85);
}

@media (max-width: 900px) {
  .lp-ii-section { padding: 48px 24px; }
  .lp-ii-grid    { grid-template-columns: 1fr; gap: 32px; }
  .lp-ii-card    { padding: 0; }
  .lp-ii-card.has-border { border-right: none; margin-right: 0; border-bottom: 1px solid rgba(9,53,100,0.15); padding-bottom: 32px; }
}
