/* ============================================
   MOBILE APPLICATION SERVICE PAGE
   Prefix: ma-
   ============================================ */

/* ----- HERO ----- */
.ma-top-section {
  position: relative;
  background: var(--navy, #093564);
  overflow: hidden;
  padding: 160px 64px 0 0;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.ma-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%
  );
  pointer-events: none;
}

/* 30% kiri kosong — reserved untuk visual berat (image/ilustrasi), diisi belakangan */
.ma-hero-spacer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  z-index: 1;
}

.ma-hero-content {
  position: relative;
  z-index: 2;
  padding-left: calc(30% + 64px);
  max-width: 100%;
  padding-bottom:30px;
}

.ma-accent-line {
  width: 160px;
  height: 3px;
  background: #DEFF2D;
  margin-bottom: 24px;
}

.ma-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}

.ma-label-star {
  width: 14px;
  height: 14px;
  animation: ma-spin 8s linear infinite;
}

@keyframes ma-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.ma-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4.2vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 24px;
}

.ma-headline .hl-bold {
  display: block;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ma-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
  max-width: 640px;
  margin: 0 0 36px;
}

.ma-cta-group {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.ma-cta-primary {
  display: inline-flex;
  align-items: center;
  background: #DEFF2D;
  color: #093564;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ma-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(222,255,45,0.25);
}

.ma-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.ma-anchor-strip {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  margin-top: 56px;
  padding-left: calc(30% + 64px);
  //*border-top: 1px solid rgba(255,255,255,0.1); *//
  padding-top: 24px;
}

.ma-anchor-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  padding: 16px 32px 16px 0px;
  margin-right: 32px;
  border-right: 1px solid rgba(255,255,255,0.2);
  transition: color 0.2s ease;
}

.ma-anchor-item:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.ma-anchor-item:hover { color: #DEFF2D; }

/* ----- UNTUK SIAPA (pink accordion) ----- */
.ma-us-section {
  position: relative;
  background: #E8357A;
  padding: 96px 64px;
  overflow: hidden;
}

.ma-us-pattern {
  position: absolute;
  inset: 0;
  background-image: url('/assets/pattern-02.png');
  background-repeat: repeat;
  opacity: 0.5;
  pointer-events: none;
}

.ma-us-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.ma-section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #093564;
  margin-bottom: 20px;
}

.ma-section-star {
  width: 14px;
  height: 14px;
  animation: ma-spin 8s linear infinite;
}

.ma-section-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 48px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  max-width: 760px;
  margin: 0 0 24px;
}

.ma-section-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  max-width: 680px;
  margin: 0 0 48px;
}

.ma-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: start;
}

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

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

.ma-us-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.3;
  color: var(--card-text, #fff);
  margin: 0;
}

.ma-us-card-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--card-text, #fff);
  position: relative;
}

.ma-us-card-icon .icon-plus,
.ma-us-card-icon .icon-minus {
  position: absolute;
  inset: 0;
  width: 22px;
  height: 22px;
  transition: opacity 0.2s ease;
}

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

.ma-us-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.ma-us-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--card-text, #fff);
  opacity: 0.9;
  margin: 0;
  padding: 0 24px 24px;
}

/* ----- YANG KAMI BANGUN (cream 30/70 sticky) ----- */
.ma-yb-section {
  position: relative;
  background: var(--cream, #f0f0e6);
  padding: 0 64px 96px;
}

.ma-yb-pattern {
  display: none;
}

.ma-yb-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px;
  padding-top: 96px;
}

.ma-yb-left {
  position: sticky;
  top: 120px;
  align-self: start;
}

.ma-yb-left .ma-section-label { color: #093564; }
.ma-yb-left .ma-section-headline { color: #093564; }
.ma-yb-left .ma-section-subtext { color: rgba(9,53,100,0.7); margin-bottom: 0; }

.ma-yb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(9,53,100,0.12);
  border: 1px solid rgba(9,53,100,0.12);
}

.ma-yb-item {
  background: var(--cream, #f0f0e6);
  padding: 40px 32px;
}

.ma-yb-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 40px);
  color: rgba(9,53,100,0.15);
  line-height: 1;
  margin-bottom: 16px;
}

.ma-yb-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #093564;
  margin: 0 0 12px;
  line-height: 1.3;
}

.ma-yb-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(9,53,100,0.75);
  margin: 0;
}

/* ----- SECTION 3B: SETELAH APLIKASI SELESAI (Perform) ----- */
.ma-pf-section {
  position: relative;
  background: #04172e;
  padding: 96px 64px;
  overflow: hidden;
}

.ma-pf-pattern {
  position: absolute;
  inset: 0;
  background-image: url('assets/pattern-01.png');
  background-repeat: repeat;
  background-size: 480px;
  opacity: 0.05;
  pointer-events: none;
}

.ma-pf-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.ma-pf-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #DEFF2D;
  margin-bottom: 20px;
}

.ma-pf-star {
  width: 14px;
  height: 14px;
  animation: ma-spin 8s linear infinite;
}

.ma-pf-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #fff;
  margin: 0 0 24px;
}

.ma-pf-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  max-width: 760px;
  margin: 0 0 48px;
}

.ma-pf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.ma-pf-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 32px;
}

.ma-pf-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #DEFF2D;
  margin: 0 0 14px;
  line-height: 1.35;
}

.ma-pf-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

.ma-pf-callout {
  background: rgba(222,255,45,0.08);
  border-left: 3px solid #DEFF2D;
  border-radius: 4px;
  padding: 28px 32px;
}

.ma-pf-callout-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ma-pf-callout-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ----- REKAM JEJAK (navy 30/70) ----- */
.ma-rj-section {
  position: relative;
  background: var(--navy, #093564);
  padding: 96px 64px 64px;
  overflow: hidden;
}

.ma-rj-pattern {
  position: absolute;
  inset: 0;
  background-image: url('assets/pattern-01.png');
  background-repeat: repeat;
  background-size: 480px;
  opacity: 0.06;
  pointer-events: none;
}

.ma-rj-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px;
}

.ma-rj-left { align-self: start; }

.ma-rj-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #DEFF2D;
  margin-bottom: 20px;
}

.ma-rj-star { width: 14px; height: 14px; animation: ma-spin 8s linear infinite; }

.ma-rj-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(26px, 3.2vw, 42px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px;
}

.ma-rj-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.ma-rj-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ma-rj-project-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 32px;
  overflow: hidden;
}

.ma-rj-project-sector {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #DEFF2D;
  margin-bottom: 10px;
}

.ma-rj-project-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.35;
}

.ma-rj-project-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.ma-rj-project-img {
  display: block;
  width: calc(100% + 64px);
  max-width: none;
  height: auto;
  margin: 24px -32px -32px;
  border-radius: 0;
}

.ma-rj-note {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 32px auto 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

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

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

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

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

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

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

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

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



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

.ma-cta-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

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

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

.ma-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.3);
}

.ma-cta-input,
.ma-cta-select,
.ma-cta-textarea {
  width: 100%;
  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 ease;
}

.ma-cta-input::placeholder,
.ma-cta-textarea::placeholder { color: rgba(255,255,255,0.22); }

.ma-cta-select { color: rgba(255,255,255,0.88); }
.ma-cta-select option { background: #080808; color: #fff; }

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

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

.ma-cta-submit {
  width: 100%;
  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 ease, transform 0.2s ease;
  margin-top: 4px;
}

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

.ma-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;
}

/* ----- INDUSTRY INSIGHT (slim lime, 3 stat) ----- */
.ma-ii-section {
  background: #DEFF2D;
  padding: 56px 56px;
  overflow: hidden;
}

.ma-ii-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.ma-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);
}

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

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

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

.ma-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;
}

.ma-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;
}

.ma-ii-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(9,53,100,0.6);
  margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .ma-top-section      { padding: 140px 24px 64px; }
  .ma-hero-spacer       { display: none; }
  .ma-hero-content      { padding-left: 0; }
  .ma-anchor-strip      { flex-direction: column; gap: 0; margin-top: 32px; padding-left: 0; }
  .ma-anchor-item       { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 12px 0; margin-right: 0; }

  .ma-us-section        { padding: 64px 24px; }
  .ma-us-grid           { grid-template-columns: 1fr 1fr; }

  .ma-yb-section        { padding: 0 24px 64px; }
  .ma-yb-inner          { grid-template-columns: 1fr; gap: 40px; padding-top: 64px; }
  .ma-yb-left           { position: static; }
  .ma-yb-grid           { grid-template-columns: 1fr; }

  .ma-pf-section        { padding: 64px 24px; }
  .ma-pf-grid           { grid-template-columns: 1fr; }

  .ma-rj-section        { padding: 64px 24px; }
  .ma-rj-inner          { grid-template-columns: 1fr; gap: 32px; }
  .ma-rj-project-grid   { grid-template-columns: 1fr; }

  .ma-cta-section       { padding: 64px 24px; }
  .ma-cta-row           { grid-template-columns: 1fr; }

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

@media (max-width: 480px) {
  .ma-us-grid { grid-template-columns: 1fr; }
}
