/* ---------------------------------------------
   DiPStrategy -- SEO Organik Page
   style/seo.css
   --------------------------------------------- */

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

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

.seo-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: 1; pointer-events: none;
}

/* Hero image: 30% kiri, nyebrang ke section bawah */
.seo-hero-img-wrap {
  position: absolute;
  top: 80px; left: 0;
  width: 40%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.seo-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right top;
  display: block;
}

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

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

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

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

.seo-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(35px, 4vw, 85px);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 24px;
  max-width: 700px;
  opacity: 0; animation: fadeUp 0.7s 0.4s forwards;
}

.hl-light {
  font-weight: 200;
  font-size: clamp(24px, 2vw, 55px)
}
.hl-bold {
  font-weight: 900;
}

.seo-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 */
.seo-cta-group {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 56px;
  opacity: 0; animation: fadeUp 0.7s 0.6s forwards;
}

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

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

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

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

/* Anchor links strip */
.seo-anchor-strip {
  position: relative; z-index: 10;
  display: flex; align-items: center; gap: 0;
  padding: 0 56px;
  padding-left: calc(30% + 56px);
  opacity: 0; animation: fadeUp 0.7s 0.7s forwards;
}

.seo-anchor-item {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  padding: 16px 24px 16px 0;
  border-right: 1px solid rgba(255,255,255,0.12);
  margin-right: 24px;
  display: flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}

.seo-anchor-item:last-child { border-right: none; margin-right: 0; }
.seo-anchor-item:hover { color: #DEFF2D; }
.seo-anchor-item svg { width: 12px; height: 12px; }

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

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

/* Figure: perempuan di kanan atas section */
.seo-us-figure {
  position: absolute;
  right: 0;
  top: -240px;
  height: 680px;
  width: auto;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom right;
}

.seo-us-inner { position: relative; z-index: 1; overflow: hidden; }

.seo-section-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 900; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.seo-section-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite; flex-shrink: 0;
  stroke: #093564 !important;
}

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

.seo-section-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: clamp(26px, 2.8vw, 38px);
  color: #fff; letter-spacing: -0.02em;
  margin-bottom: 16px; max-width: 640px; line-height: 1.2;
}

.seo-section-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(14px 1.3vw 18px); 
  line-height: 1.35;
  color: rgba(255,255,255,0.85);
  max-width: 560px; margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

.seo-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 DIKERJAKAN: full-width slider --- */
.seo-yk-section {
  position: relative;
  background: #04172e;
  padding: 96px 0; overflow: hidden;
}

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

.seo-yk-header {
  position: relative; z-index: 1;
  padding: 0 56px 56px;
  padding-left: calc(30% + 56px);
  display: flex; justify-content: space-between; align-items: flex-end;
}

.seo-yk-header-left {}

.seo-yk-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: 12px;
}

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

.seo-yk-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: clamp(26px, 3vw, 36px);
  color: #fff; letter-spacing: -0.02em; max-width: 480px;
}

.seo-yk-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(13px, 1.3vw, 18px); 
  line-height: 1.35;
  color: rgba(255,255,255,0.65);
  max-width: 650px; margin-top: 12px;
}

/* Nav arrows */
.seo-yk-nav {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}

.seo-yk-arrow {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: rgba(255,255,255,0.5);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.seo-yk-arrow:hover { background: rgba(222,255,45,0.15); border-color: #DEFF2D; color: #DEFF2D; }
.seo-yk-arrow:disabled { opacity: 0.25; cursor: default; }
.seo-yk-arrow svg { width: 18px; height: 18px; }

.seo-yk-dots {
  display: flex; gap: 6px; align-items: center; margin: 0 4px;
}

.seo-yk-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: none; cursor: pointer; padding: 0;
  transition: background 0.3s, width 0.3s;
}

.seo-yk-dot.active {
  background: #DEFF2D; width: 20px; border-radius: 3px;
}

/* Slider track */
.seo-yk-slider-wrap { overflow: hidden; position: relative; z-index: 1; }

.seo-yk-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Card: full width */
.seo-yk-card {
  flex: 0 0 100%;
  padding: 0 56px;
  padding-left: calc(30% + 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.seo-yk-card-left {}

.seo-yk-card-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 10px;
  letter-spacing: 0.2em; color: #DEFF2D;
  background: rgba(222,255,45,0.12);
  border: 1px solid rgba(222,255,45,0.25);
  display: inline-block; padding: 3px 10px;
  border-radius: 999px; margin-bottom: 16px;
}

.seo-yk-card-header {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 16px;
}

.seo-yk-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: clamp(24px, 3vw, 42px);
  color: #fff; letter-spacing: -0.03em; line-height: 1.05;
}

/* GEO badge */
.seo-geo-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 9px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #04172e; background: #DEFF2D;
  padding: 4px 10px; border-radius: 999px;
  flex-shrink: 0; align-self: flex-end;
  margin-bottom: 6px;
}

.seo-yk-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(14px, 1.2vw, 18px); 
  line-height: 1.35;
  color: rgba(255,255,255,0.65);
}

/* Right: list items */
.seo-yk-card-right {}

.seo-yk-items {
  list-style: none;
  display: flex; flex-direction: column; gap: 0;
}

.seo-yk-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 13.5px; line-height: 1.6;
  color: rgba(255,255,255,0.65);
}

.seo-yk-item:last-child { border-bottom: none; }

.seo-yk-item::before {
  content: '';
  width: 6px; height: 6px;
  background: #DEFF2D; border-radius: 50%;
  flex-shrink: 0; margin-top: 8px;
}

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

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

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

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

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

.seo-cta-headline { font-family: 'Montserrat', sans-serif; margin-bottom: 12px; }
.seo-cta-headline .hl-light {
  display: block; font-weight: 200;
  font-size: clamp(24px, 2vw, 36px);
  color: #fff; letter-spacing: -0.02em;
}

.seo-cta-headline .hl-bold {
  display: block; font-weight: 900;
  font-size: clamp(26px, 4vw, 36px);
  color: #DEFF2D; letter-spacing: -0.03em;
}

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

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

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

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

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

.seo-cta-input,
.seo-cta-select,
.seo-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%;
}

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

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

.seo-cta-select option { background: #05213F; color: #fff; }
.seo-cta-textarea { resize: none; height: 0; display: none; }

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

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

.seo-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) {
  .seo-us-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .seo-hero-img-wrap { display: none; }
  .seo-us-figure     { display: none; }
  .seo-hero-content  { padding: 140px 24px 40px; }
  .seo-anchor-strip  { padding: 0 24px; flex-direction: column; gap: 0; }
  .seo-anchor-item   { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 12px 0; margin-right: 0; }
  .seo-us-section    { padding: 64px 24px; }
  .seo-us-grid       { grid-template-columns: 1fr; }
  .seo-yk-section    { padding: 64px 0; }
  .seo-yk-header     { padding: 0 24px 40px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .seo-yk-card       { padding: 0 24px; grid-template-columns: 1fr; gap: 32px; }
  .seo-cta-section   { padding: 64px 24px; }
  .seo-cta-row       { grid-template-columns: 1fr; }
}

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

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

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

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

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

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

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

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

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