/* BOTAX landing page — seluruh selector dibatasi di #botax-landing agar aman dari tema WordPress */

/* Integrasi khusus halaman /botax/ (page ID 10929) pada tema Twenty Sixteen. */
body.page-id-10929,
body.page-id-10929 .site {
  margin: 0;
  background: #ffffff;
}

body.page-id-10929:not(.custom-background-image)::before,
body.page-id-10929:not(.custom-background-image)::after,
body.page-id-10929 .site-header,
body.page-id-10929 .entry-header,
body.page-id-10929 .post-thumbnail,
body.page-id-10929 .sidebar,
body.page-id-10929 .comments-area,
body.page-id-10929 .site-footer {
  display: none !important;
}

body.page-id-10929 .site-inner,
body.page-id-10929 .site-content,
body.page-id-10929 .content-area,
body.page-id-10929 .site-main,
body.page-id-10929 .site-main > article,
body.page-id-10929 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.page-id-10929 .site-main > article {
  overflow: visible;
}

body.admin-bar.page-id-10929 #botax-landing .botax-header {
  top: 32px;
}

#botax-landing {
  --botax-navy-950: #071225;
  --botax-navy-900: #0b1933;
  --botax-navy-800: #10274b;
  --botax-gold: #e8bd55;
  --botax-gold-bright: #f4cf70;
  --botax-ink: #10213d;
  --botax-muted: #667085;
  --botax-soft: #f5f7fa;
  --botax-line: #dfe4eb;
  --botax-white: #ffffff;
  color: var(--botax-ink);
  background: var(--botax-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow: clip;
  width: 100%;
}

#botax-landing,
#botax-landing * { box-sizing: border-box; }
#botax-landing h1,
#botax-landing h2,
#botax-landing h3,
#botax-landing p,
#botax-landing ul,
#botax-landing ol { margin-top: 0; }
#botax-landing img { display: block; max-width: 100%; }
#botax-landing a { text-decoration: none; }

#botax-landing .botax-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

#botax-landing .botax-skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  color: var(--botax-navy-950);
  background: var(--botax-gold);
  font-weight: 800;
  transition: top .2s ease;
}
#botax-landing .botax-skip-link:focus { top: 16px; }

#botax-landing .botax-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 18, 37, .96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
#botax-landing .botax-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
#botax-landing .botax-brand { flex: 0 0 auto; }
#botax-landing .botax-brand img { width: 176px; height: auto; }
#botax-landing .botax-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
#botax-landing .botax-nav a {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
}
#botax-landing .botax-nav a:hover,
#botax-landing .botax-nav a:focus-visible { color: var(--botax-gold-bright); }

#botax-landing .botax-button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
#botax-landing .botax-button:hover { transform: translateY(-2px); }
#botax-landing .botax-button-gold { color: var(--botax-navy-950); background: var(--botax-gold); }
#botax-landing .botax-button-gold:hover { color: var(--botax-navy-950); background: var(--botax-gold-bright); }
#botax-landing .botax-button-outline { color: var(--botax-white); border-color: rgba(255,255,255,.42); }
#botax-landing .botax-button-outline:hover { color: var(--botax-white); border-color: var(--botax-white); }
#botax-landing .botax-header-cta { min-height: 44px; padding: 10px 18px; }

#botax-landing .botax-hero {
  position: relative;
  isolation: isolate;
  color: var(--botax-white);
  background:
    linear-gradient(110deg, rgba(7,18,37,.98) 0%, rgba(11,25,51,.97) 58%, rgba(15,39,75,.92) 100%),
    url("https://www.botax.co.id/wp-content/uploads/2023/12/botax-bg-1-1536x682.jpg") center/cover;
}
#botax-landing .botax-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 8%, var(--botax-gold) 45%, transparent 92%);
  opacity: .8;
}
#botax-landing .botax-hero-glow {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -180px;
  border: 1px solid rgba(232,189,85,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(232,189,85,.025), 0 0 0 140px rgba(232,189,85,.02);
}
#botax-landing .botax-hero-grid {
  min-height: 700px;
  padding-block: 105px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
  gap: 72px;
}
#botax-landing .botax-eyebrow,
#botax-landing .botax-kicker {
  margin-bottom: 18px;
  color: #b48a2c;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
#botax-landing .botax-eyebrow { color: var(--botax-gold-bright); display: flex; align-items: center; gap: 10px; }
#botax-landing .botax-eyebrow span { width: 28px; height: 1px; background: currentColor; }
#botax-landing .botax-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--botax-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
}
#botax-landing .botax-hero h1 em { color: var(--botax-gold-bright); font-style: normal; }
#botax-landing .botax-hero-lead { max-width: 750px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: 1.08rem; }
#botax-landing .botax-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
#botax-landing .botax-trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin-bottom: 0; list-style: none; }
#botax-landing .botax-trust-list li { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 650; }
#botax-landing .botax-trust-list li::before { content: "✓"; color: var(--botax-gold); margin-right: 7px; font-weight: 900; }

#botax-landing .botax-hero-panel {
  padding: 34px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
#botax-landing .botax-panel-label { margin-bottom: 20px; color: var(--botax-gold-bright); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
#botax-landing .botax-risk-row { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
#botax-landing .botax-risk-row span { color: var(--botax-gold); font-family: Georgia, serif; font-size: .88rem; }
#botax-landing .botax-risk-row p { margin-bottom: 0; color: rgba(255,255,255,.88); font-size: .92rem; line-height: 1.45; }
#botax-landing .botax-text-link { display: inline-block; margin-top: 22px; color: var(--botax-white); font-weight: 800; border-bottom: 1px solid var(--botax-gold); }

#botax-landing .botax-credibility { color: var(--botax-white); background: var(--botax-navy-800); }
#botax-landing .botax-credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
#botax-landing .botax-credibility-grid div { padding: 25px 30px; border-left: 1px solid rgba(255,255,255,.12); }
#botax-landing .botax-credibility-grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
#botax-landing .botax-credibility strong { display: block; color: var(--botax-gold-bright); font-family: Georgia, serif; font-size: 1.28rem; font-weight: 500; }
#botax-landing .botax-credibility span { color: rgba(255,255,255,.63); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

#botax-landing .botax-section { padding-block: 105px; }
#botax-landing .botax-section-soft { background: var(--botax-soft); }
#botax-landing .botax-section-heading { margin-bottom: 52px; }
#botax-landing .botax-section-heading h2,
#botax-landing .botax-final-cta h2 {
  margin-bottom: 20px;
  color: var(--botax-navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}
#botax-landing .botax-section-heading > p:last-child,
#botax-landing .botax-heading-split > p { color: var(--botax-muted); }
#botax-landing .botax-heading-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 70px; align-items: end; }
#botax-landing .botax-heading-split h2 { margin-bottom: 0; }
#botax-landing .botax-heading-split > p { margin-bottom: 3px; }
#botax-landing .botax-heading-center { max-width: 790px; margin-inline: auto; text-align: center; }
#botax-landing .botax-heading-center > p:last-child { max-width: 690px; margin-inline: auto; }

#botax-landing .botax-card-grid { display: grid; gap: 18px; }
#botax-landing .botax-grid-four { grid-template-columns: repeat(4, 1fr); }
#botax-landing .botax-grid-three { grid-template-columns: repeat(3, 1fr); }
#botax-landing .botax-card { background: var(--botax-white); border: 1px solid var(--botax-line); }
#botax-landing .botax-problem-card { min-height: 285px; padding: 30px 26px; border-top: 3px solid var(--botax-gold); transition: transform .2s ease, box-shadow .2s ease; }
#botax-landing .botax-problem-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(11,25,51,.1); }
#botax-landing .botax-card-number { display: block; margin-bottom: 48px; color: #a8750b; font-family: Georgia, serif; font-size: .82rem; }
#botax-landing .botax-card h3 { margin-bottom: 12px; color: var(--botax-navy-900); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.25; }
#botax-landing .botax-card p { margin-bottom: 0; color: var(--botax-muted); font-size: .87rem; line-height: 1.65; }

#botax-landing .botax-solution { background: var(--botax-white); }
#botax-landing .botax-pillar-card { padding: 38px 34px; }
#botax-landing .botax-pillar-icon { display: grid; width: 52px; height: 52px; margin-bottom: 34px; place-items: center; color: var(--botax-navy-900); background: #f2e3b5; border-radius: 50%; font-family: Georgia, serif; font-size: .83rem; }
#botax-landing .botax-card-featured { color: var(--botax-white); background: var(--botax-navy-800); border-color: var(--botax-navy-800); transform: translateY(-10px); box-shadow: 0 25px 55px rgba(11,25,51,.18); }
#botax-landing .botax-card-featured h3 { color: var(--botax-white); }
#botax-landing .botax-card-featured p { color: rgba(255,255,255,.66); }
#botax-landing .botax-card-featured .botax-pillar-icon { color: var(--botax-navy-900); background: var(--botax-gold); }

#botax-landing .botax-services { color: var(--botax-white); background: var(--botax-navy-950); }
#botax-landing .botax-heading-light h2 { color: var(--botax-white); }
#botax-landing .botax-heading-light > p { color: rgba(255,255,255,.62); }
#botax-landing .botax-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
#botax-landing .botax-service-card { padding: 36px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); transition: border-color .2s ease, background .2s ease; }
#botax-landing .botax-service-card:hover { background: rgba(255,255,255,.065); border-color: rgba(232,189,85,.65); }
#botax-landing .botax-service-top { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 22px; margin-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
#botax-landing .botax-service-top span { color: var(--botax-gold); font-family: Georgia, serif; }
#botax-landing .botax-service-top p { margin-bottom: 0; color: rgba(255,255,255,.45); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#botax-landing .botax-service-card h3 { margin-bottom: 18px; color: var(--botax-white); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
#botax-landing .botax-service-card ul { padding-left: 20px; margin-bottom: 25px; color: rgba(255,255,255,.65); font-size: .86rem; }
#botax-landing .botax-service-card li { margin-bottom: 5px; }
#botax-landing .botax-service-card li::marker { color: var(--botax-gold); }
#botax-landing .botax-service-card a { color: var(--botax-gold-bright); font-size: .82rem; font-weight: 850; }

#botax-landing .botax-team { background: var(--botax-soft); }
#botax-landing .botax-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#botax-landing .botax-profile-card { overflow: hidden; background: var(--botax-white); border: 1px solid var(--botax-line); }
#botax-landing .botax-profile-card img { width: 100%; aspect-ratio: 1 / .84; object-fit: cover; object-position: center 20%; filter: saturate(.85) contrast(1.03); }
#botax-landing .botax-profile-content { padding: 28px; }
#botax-landing .botax-role { margin-bottom: 7px; color: #9b6f10; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
#botax-landing .botax-profile-content h3 { margin-bottom: 10px; color: var(--botax-navy-900); font-family: Georgia, serif; font-size: 1.35rem; }
#botax-landing .botax-license { display: inline-block; padding: 5px 9px; margin-bottom: 18px; color: var(--botax-navy-800); background: #f5e9c8; font-size: .68rem; font-weight: 800; }
#botax-landing .botax-profile-content > p:last-child { margin-bottom: 0; color: var(--botax-muted); font-size: .83rem; }

#botax-landing .botax-process { background: var(--botax-white); }
#botax-landing .botax-timeline { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin-bottom: 0; list-style: none; counter-reset: none; }
#botax-landing .botax-timeline li { position: relative; padding: 0 28px 0 0; }
#botax-landing .botax-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: 52px; right: 12px; height: 1px; background: var(--botax-line); }
#botax-landing .botax-timeline > li > span { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; color: var(--botax-navy-950); background: var(--botax-gold); border-radius: 50%; font-size: .7rem; font-weight: 900; }
#botax-landing .botax-timeline h3 { margin-bottom: 10px; color: var(--botax-navy-900); font-family: Georgia, serif; font-size: 1.12rem; }
#botax-landing .botax-timeline p { margin-bottom: 0; color: var(--botax-muted); font-size: .82rem; }

#botax-landing .botax-faq { background: var(--botax-soft); }
#botax-landing .botax-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
#botax-landing .botax-faq-layout .botax-section-heading { position: sticky; top: 120px; margin-bottom: 0; }
#botax-landing .botax-faq-list details { background: var(--botax-white); border-top: 1px solid var(--botax-line); }
#botax-landing .botax-faq-list details:last-child { border-bottom: 1px solid var(--botax-line); }
#botax-landing .botax-faq-list summary { position: relative; padding: 24px 48px 24px 2px; color: var(--botax-navy-900); cursor: pointer; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; list-style: none; }
#botax-landing .botax-faq-list summary::-webkit-details-marker { display: none; }
#botax-landing .botax-faq-list summary::after { content: "+"; position: absolute; right: 18px; color: #a8750b; font-family: sans-serif; font-size: 1.45rem; font-weight: 400; }
#botax-landing .botax-faq-list details[open] summary::after { content: "−"; }
#botax-landing .botax-faq-list details p { padding: 0 50px 24px 2px; margin-bottom: 0; color: var(--botax-muted); font-size: .88rem; }

#botax-landing .botax-final-cta { padding-block: 88px; color: var(--botax-white); background: linear-gradient(115deg, #10274b, #071225); border-top: 4px solid var(--botax-gold); }
#botax-landing .botax-final-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
#botax-landing .botax-final-cta h2 { color: var(--botax-white); }
#botax-landing .botax-final-cta div > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.67); }
#botax-landing .botax-contact-card { padding: 32px; color: var(--botax-navy-900); background: var(--botax-gold); }
#botax-landing .botax-contact-card p { margin-bottom: 18px; font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
#botax-landing .botax-contact-card a { display: block; width: fit-content; margin-bottom: 6px; color: var(--botax-navy-950); font-weight: 800; border-bottom: 1px solid rgba(7,18,37,.3); }
#botax-landing .botax-contact-card .botax-contact-main { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 600; }
#botax-landing .botax-contact-card small { display: block; margin-top: 18px; color: rgba(7,18,37,.65); font-size: .7rem; }

#botax-landing .botax-footer { color: rgba(255,255,255,.55); background: #050d1b; }
#botax-landing .botax-footer-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
#botax-landing .botax-footer p { margin-bottom: 0; font-size: .7rem; letter-spacing: .04em; }

#botax-landing .botax-floating-wa {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  color: var(--botax-white);
  background: #1b8f55;
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  font-size: .78rem;
}
#botax-landing .botax-floating-wa:hover { color: var(--botax-white); background: #157b48; }
#botax-landing .botax-floating-wa span { display: grid; width: 34px; height: 34px; place-items: center; color: #116b3e; background: var(--botax-white); border-radius: 50%; font-size: .68rem; font-weight: 900; }

#botax-landing a:focus-visible,
#botax-landing summary:focus-visible { outline: 3px solid var(--botax-gold-bright); outline-offset: 4px; }

@media (max-width: 1000px) {
  #botax-landing .botax-nav { display: none; }
  #botax-landing .botax-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-block: 84px; }
  #botax-landing .botax-hero-panel { max-width: 620px; }
  #botax-landing .botax-grid-four { grid-template-columns: repeat(2, 1fr); }
  #botax-landing .botax-team-grid { grid-template-columns: repeat(2, 1fr); }
  #botax-landing .botax-timeline { grid-template-columns: repeat(2, 1fr); gap: 42px 20px; }
  #botax-landing .botax-timeline li:nth-child(2)::after { display: none; }
}

@media (max-width: 760px) {
  body.admin-bar.page-id-10929 #botax-landing .botax-header { top: 46px; }
  #botax-landing { font-size: 16px; }
  #botax-landing .botax-container { width: min(100% - 30px, 1180px); }
  #botax-landing .botax-header-inner { min-height: 66px; }
  #botax-landing .botax-brand img { width: 142px; }
  #botax-landing .botax-header-cta { min-height: 40px; padding: 9px 12px; font-size: .7rem; }
  #botax-landing .botax-hero-grid { padding-block: 70px; }
  #botax-landing .botax-hero h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  #botax-landing .botax-actions { flex-direction: column; align-items: stretch; }
  #botax-landing .botax-button { width: 100%; }
  #botax-landing .botax-hero-panel { padding: 25px; }
  #botax-landing .botax-credibility-grid { grid-template-columns: repeat(2, 1fr); }
  #botax-landing .botax-credibility-grid div { padding: 20px 14px; }
  #botax-landing .botax-section { padding-block: 72px; }
  #botax-landing .botax-heading-split,
  #botax-landing .botax-faq-layout,
  #botax-landing .botax-final-grid { grid-template-columns: 1fr; gap: 28px; }
  #botax-landing .botax-grid-four,
  #botax-landing .botax-grid-three,
  #botax-landing .botax-services-grid,
  #botax-landing .botax-team-grid,
  #botax-landing .botax-timeline { grid-template-columns: 1fr; }
  #botax-landing .botax-card-featured { transform: none; }
  #botax-landing .botax-timeline { gap: 28px; }
  #botax-landing .botax-timeline li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding-right: 0; }
  #botax-landing .botax-timeline li::after { display: none; }
  #botax-landing .botax-timeline > li > span { margin-bottom: 0; }
  #botax-landing .botax-faq-layout .botax-section-heading { position: static; }
  #botax-landing .botax-final-cta { padding-block: 68px; }
  #botax-landing .botax-contact-card .botax-contact-main { font-size: 1.35rem; }
  #botax-landing .botax-footer-inner { padding-block: 20px; flex-direction: column; justify-content: center; text-align: center; }
  #botax-landing .botax-floating-wa { right: 14px; bottom: 14px; padding-right: 10px; }
  #botax-landing .botax-floating-wa strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  #botax-landing *,
  #botax-landing *::before,
  #botax-landing *::after { scroll-behavior: auto !important; transition: none !important; }
}
/* Perbaikan logo BOTAX */
#botax-landing .botax-brand {
  display: flex;
  flex: 0 0 auto;
  min-width: 188px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

#botax-landing .botax-brand img {
  display: none;
}

#botax-landing .botax-brand::before {
  content: "BOTAX";
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .035em;
}

#botax-landing .botax-brand::after {
  content: "CONSULTING INDONESIA";
  margin-top: 7px;
  color: #f4cf70;
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .18em;
}

@media (max-width: 760px) {
  #botax-landing .botax-brand {
    min-width: 142px;
  }

  #botax-landing .botax-brand::before {
    font-size: 1.55rem;
  }

  #botax-landing .botax-brand::after {
    font-size: .39rem;
    letter-spacing: .12em;
  }
}