/* Client-first landing sections — Gudang Tugas */
:root {
  --gt-brand: #ff4757;
  --gt-brand-dark: #be2837;
  --gt-ink: #1e2330;
  --gt-muted: #5b6475;
  --gt-surface: #f7f4f2;
  --gt-cream: #fff7f5;
}

.gt-client-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.gt-client-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 28, 0.82) 0%, rgba(20, 18, 28, 0.55) 55%, rgba(20, 18, 28, 0.35) 100%);
  pointer-events: none;
}

.gt-client-hero .container {
  z-index: 1;
}

.gt-client-hero .gt-client-hero-brand {
  font-family: var(--heading-font), "Lato", sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: none;
  color: #fff;
  margin-bottom: 0.85rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.gt-client-hero .banner-single-content-title {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.gt-client-hero .banner-single-content-para,
.gt-client-hero .text-white-50 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.gt-client-hero-secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
}

.gt-client-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.gt-client-hero-points li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  position: relative;
  padding-left: 1.1rem;
}

.gt-client-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gt-brand);
}

.gt-client-hero-media {
  display: flex;
  justify-content: center;
}

.gt-client-hero-phone {
  width: min(100%, 320px);
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

.gt-client-usecase {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border-top: 3px solid var(--gt-brand);
  background: linear-gradient(180deg, var(--gt-cream) 0%, #fff 55%);
}

.gt-client-usecase-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(30, 35, 48, 0.08);
}

.gt-client-usecase-icon img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
}

.gt-client-usecase-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gt-ink);
  margin-bottom: 0.5rem;
}

.gt-client-usecase-desc {
  color: var(--gt-muted);
  margin: 0;
  line-height: 1.55;
}

.gt-client-how-step {
  height: 100%;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border-left: 4px solid var(--gt-brand);
  box-shadow: 0 10px 28px rgba(30, 35, 48, 0.06);
}

.gt-client-how-badge {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  display: block;
}

.gt-client-how-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gt-ink);
  margin-bottom: 0.5rem;
}

.gt-client-how-desc {
  color: var(--gt-muted);
  margin: 0;
  line-height: 1.55;
}

.gt-client-why .choose-wrapper-thumb img,
.gt-client-why .choose-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gt-client-faq-item {
  border-bottom: 1px solid rgba(30, 35, 48, 0.12);
  padding: 1rem 0;
}

.gt-client-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gt-ink);
  list-style: none;
}

.gt-client-faq-item summary::-webkit-details-marker {
  display: none;
}

.gt-client-faq-item p {
  margin: 0.75rem 0 0;
  color: var(--gt-muted);
  line-height: 1.6;
}

.gt-client-final-cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background: linear-gradient(135deg, var(--gt-brand) 0%, var(--gt-brand-dark) 100%);
}

.gt-client-final-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
}

.gt-client-final-subtitle {
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.55;
}

.gt-client-final-btn {
  background: #fff !important;
  color: var(--gt-brand) !important;
  border-color: #fff !important;
}

.gt-client-campaigns .section-para {
  max-width: 36rem;
}

.gt-nav-ctas .btn-profile {
  white-space: nowrap;
}

.gt-lang-switch {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gt-lang-link {
  color: #6b7280;
  text-decoration: none;
}

.gt-lang-link.is-active,
.gt-lang-link:hover {
  color: var(--gt-brand, #da241e);
}

.gt-lang-sep {
  color: #d1d5db;
}

.gt-site-logo img,
.logo-wrapper .logo img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* Keep store / trust icons visible */
.gt-client-trust .single-work-icon img,
.appStore-area .single-appStore-thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.appStore-area .single-appStore-btn img {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 991px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .gt-client-usecases,
  .gt-client-how,
  .gt-client-why,
  .gt-client-trust,
  .gt-client-campaigns,
  .appStore-area {
    overflow-x: clip;
  }

  .gt-nav-ctas {
    display: none !important;
  }

  .gt-client-hero {
    min-height: 0;
    padding-top: 3rem !important;
    padding-bottom: 2.5rem !important;
  }

  .gt-client-hero-phone {
    width: min(100%, 240px);
    margin-top: 0.5rem;
  }
}

/* Client-intent keyword landings */
.gt-intent-page {
  background: linear-gradient(180deg, #fff7f5 0%, #fff 28%, #f7f4f2 100%);
}

.gt-intent-hero {
  padding: 4.5rem 0 2.5rem;
}

.gt-intent-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gt-brand-dark, #be2837);
  margin-bottom: 0.75rem;
}

.gt-intent-h1 {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--gt-ink, #1e2330);
  line-height: 1.2;
  max-width: 18ch;
  margin-bottom: 1rem;
}

.gt-intent-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gt-muted, #5b6475);
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.gt-intent-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gt-intent-section {
  padding: 2.5rem 0 3.5rem;
}

.gt-intent-section--muted {
  background: rgba(255, 71, 87, 0.04);
}

.gt-intent-h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gt-ink, #1e2330);
  margin-bottom: 1rem;
}

.gt-intent-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-intent-bullets li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.5rem;
  color: var(--gt-muted, #5b6475);
  line-height: 1.55;
  border-bottom: 1px solid rgba(30, 35, 48, 0.06);
}

.gt-intent-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gt-brand, #ff4757);
}

.gt-intent-aside {
  background: #fff;
  border: 1px solid rgba(30, 35, 48, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
}

.gt-intent-steps {
  list-style: none;
  counter-reset: gt-step;
  padding: 0;
  margin: 0;
}

.gt-intent-steps li {
  counter-increment: gt-step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.75rem;
  margin-bottom: 1rem;
}

.gt-intent-steps li::before {
  content: counter(gt-step);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--gt-brand, #ff4757);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  margin-top: 0.15rem;
}

.gt-intent-steps strong {
  color: var(--gt-ink, #1e2330);
}

.gt-intent-steps span {
  color: var(--gt-muted, #5b6475);
  font-size: 0.95rem;
  line-height: 1.5;
}

.gt-intent-faq-item {
  background: #fff;
  border: 1px solid rgba(30, 35, 48, 0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
}

.gt-intent-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gt-ink, #1e2330);
}

.gt-intent-faq-item p {
  margin: 0.65rem 0 0;
  color: var(--gt-muted, #5b6475);
  line-height: 1.6;
}

.gt-intent-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.gt-intent-related a {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(30, 35, 48, 0.1);
  color: var(--gt-ink, #1e2330);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.gt-intent-related a:hover {
  border-color: var(--gt-brand, #ff4757);
  color: var(--gt-brand-dark, #be2837);
}

.gt-intent-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.85rem;
  color: var(--gt-muted, #5b6475);
  margin-bottom: 1rem;
}

.gt-intent-breadcrumb a {
  color: var(--gt-brand-dark, #be2837);
  text-decoration: none;
  font-weight: 600;
}

a.gt-client-usecase--link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.gt-client-usecase--link:hover {
  transform: translateY(-3px);
}

.gt-client-usecase-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gt-brand-dark, #be2837);
}

.gt-marketing-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.gt-marketing-links a {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(30, 35, 48, 0.1);
  color: var(--gt-ink, #1e2330);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.gt-marketing-links a:hover {
  border-color: var(--gt-brand, #ff4757);
  color: var(--gt-brand-dark, #be2837);
}

.gt-marketing-links--on-brand a {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.gt-marketing-links--on-brand a:hover {
  background: #fff;
  color: var(--gt-brand-dark, #be2837);
  border-color: #fff;
}

.gt-nav-services-toggle {
  border: 1px solid rgba(30, 35, 48, 0.12);
  background: #fff;
  color: var(--gt-ink, #1e2330);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
}

.gt-nav-services-menu {
  min-width: 12rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 35, 48, 0.08);
  box-shadow: 0 10px 30px rgba(30, 35, 48, 0.08);
  padding: 0.4rem;
}

.gt-nav-services-menu .dropdown-item {
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
}
