/* ===== Font lokal Geist & Geist Mono (self-hosted, tanpa Google Fonts) ===== */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-mono-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-mono-symbols.woff2') format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}

:root {
  --blue: #008cff;
  --blue2: #00c8ff;
  --ink: #020711;
  --yellow: #ffd500;
  --muted: #97a9bf;
  --line: #1a3454;
  --font: 'Geist', 'Inter', 'Segoe UI', Arial, Helvetica, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, 'Cascadia Code', 'Consolas', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #030914;
  color: #f7fbff;
  font-family: var(--font);
  line-height: 1.5;
  background-image: radial-gradient(circle at 75% 5%, #006eff22 0, transparent 32%), linear-gradient(180deg, #030914 0, #061224 42%, #030914 100%);
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

/* ---------- Navbar ---------- */
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; z-index: 20; }
.nav:before { content: ""; position: fixed; inset: 0 0 auto; height: 86px; background: #020711db; border-bottom: 1px solid #0b4a7c; backdrop-filter: blur(18px); z-index: -1; }
.brand img { width: 215px; height: auto; display: block; filter: drop-shadow(0 0 12px #008cff55); }
.nav-links { display: flex; gap: 26px; color: #b8c8db; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: linear-gradient(90deg, var(--yellow), var(--blue2)); transition: .25s; }
.nav-links a:hover:after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 750; }
.nav-cta { background: linear-gradient(135deg, #0076e6, #00b8ef); color: #fff; padding: 13px 21px; font-size: 13px; border: 1px solid #32ceff; box-shadow: 0 0 24px #007cff4d; text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Hero ---------- */
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 25px; padding-block: 80px 110px; position: relative; }
.hero:before { content: ""; position: absolute; inset: 0 45% 0 -20vw; background: linear-gradient(90deg, #0077ff0b, transparent); clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; color: #8fe7ff; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
.hero h1, .section-head h2, .about h2, .cta-box h2 { margin: 20px 0 24px; font-size: clamp(48px, 5.4vw, 76px); line-height: .93; letter-spacing: -.055em; }
.hero h1 { font-weight: 900; text-transform: uppercase; font-style: italic; text-shadow: 0 6px 30px #000; }
.hero h1 em, h2 em { font-style: normal; }
.hero h1 em { background: linear-gradient(180deg, #16ddff, #0077ee); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; }
h2 em { color: var(--blue); }
.hero-copy > p { max-width: 585px; color: #a9bdd3; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button { padding: 17px 24px; font-size: 14px; }
.button.primary { background: linear-gradient(135deg, #0069dd, #00bdeb); color: #fff; border: 1px solid #3bcbff; box-shadow: 0 0 28px #008cff55; }
.button.primary:hover, .nav-cta:hover { background: var(--blue2); }
.text-link { font-size: 14px; font-weight: 750; color: #dcecff; border-bottom: 1px solid #54718e; padding-bottom: 5px; }
.text-link span { margin-left: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 57px; color: #7e9ab6; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.hero-trust strong { color: #fff; }
.hero-trust i { width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); }

.hero-poster { height: 620px; position: relative; display: grid; place-items: center; overflow: visible; }
.poster-frame { position: relative; width: 390px; height: 560px; border: 1px solid #149fff; border-radius: 22px; overflow: hidden; z-index: 2; transform: perspective(1100px) rotateY(-7deg) rotateZ(1deg); box-shadow: 0 35px 90px #000, 0 0 42px #008cff66, inset 0 0 0 5px #041326; }
.poster-frame:before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, #ffffff1f, transparent 26%); z-index: 2; pointer-events: none; }
.poster-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.poster-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: #006fff; filter: blur(110px); opacity: .3; }
.poster-lines { position: absolute; width: 520px; height: 520px; border: 1px solid #008cff44; border-radius: 50%; box-shadow: 0 0 0 38px #008cff08, 0 0 0 78px #008cff08; }
.poster-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; background: #051224e8; border: 1px solid #00aaff; border-radius: 14px; padding: 13px 17px; box-shadow: 0 10px 35px #000, 0 0 22px #008cff4f; backdrop-filter: blur(12px); }
.poster-badge > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #006fff, #00d6ff); color: #fff; font-weight: 900; }
.poster-badge div { display: grid; }
.poster-badge b { font-size: 12px; color: #fff; }
.poster-badge small { font-size: 9px; color: #83a2bf; margin-top: 3px; }
.badge-top { right: -6px; top: 105px; }
.badge-bottom { left: -10px; bottom: 100px; }

/* ---------- Services ---------- */
.services { background: linear-gradient(180deg, #020711, #061529); color: #fff; padding: 110px 0; border-block: 1px solid #0b3d67; }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-head h2, .about h2, .cta-box h2 { font-size: clamp(38px, 4vw, 56px); margin-bottom: 0; font-weight: 850; }
.section-head > p { color: #93a0b3; line-height: 1.8; font-size: 15px; margin: 0; }
.vps-promo { background: linear-gradient(90deg, var(--yellow), var(--blue2)); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; letter-spacing: .02em; }
.eyebrow.light { color: #b7c2d2; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #12456e; }
.service-card { min-height: 360px; padding: 32px 24px; border-right: 1px solid #123b60; display: flex; flex-direction: column; transition: .25s; background: linear-gradient(180deg, #07142688, #030a14); }
.service-card:first-child { border-left: 1px solid #123b60; }
.service-card:hover { background: linear-gradient(180deg, #083264, #061326); transform: translateY(-5px); box-shadow: inset 0 3px 0 var(--yellow), 0 20px 45px #000; }
.service-num { font-family: var(--font-mono); font-size: 10px; color: #607086; }
.service-icon { width: 45px; height: 45px; border: 1px solid #1677b8; border-radius: 10px; display: grid; place-items: center; color: var(--yellow); margin: 45px 0 26px; font-family: var(--font-mono); background: #0077ff10; box-shadow: inset 0 0 20px #008cff15; }
.service-card h3 { font-size: 19px; margin: 0 0 16px; color: #fff; }
.service-card p { font-size: 12px; line-height: 1.75; color: #849bb4; margin: 0; }
.service-card a { margin-top: auto; color: var(--yellow); font-size: 11px; font-weight: 700; display: flex; justify-content: space-between; }

/* ---------- Packages ---------- */
.packages { padding-block: 110px; background: transparent; }
.dark-head > p { color: #91a6bc; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { background: linear-gradient(145deg, #08182b, #050d18); border: 1px solid #17456f; border-radius: 15px; padding: 34px; box-shadow: 0 18px 50px #0006; color: #fff; }
.package-card.featured { border-top-color: var(--yellow); border-top-width: 4px; box-shadow: 0 20px 55px #0008, 0 0 30px #0077ff1f; }
.package-label { text-transform: uppercase; color: #4ddcff; font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.package-card h3 { font-size: 23px; margin: 15px 0; }
.package-card > p { color: #91a8bf; font-size: 13px; line-height: 1.7; min-height: 88px; }
.package-card ul { list-style: none; padding: 20px 0; margin: 20px 0; border-block: 1px solid #173552; display: grid; gap: 12px; }
.package-card li { font-size: 12px; color: #91a8bf; }
.package-card li span { color: var(--blue); font-weight: bold; margin-right: 10px; }
.package-link { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; }
.package-link span { color: var(--yellow); }

/* ---------- Clients ---------- */
.clients { padding: 110px 0; background: linear-gradient(180deg, #061225, #020812); border-block: 1px solid #123d63; }
.client-head > p { color: #91a6bc; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.client-card { min-height: 125px; border: 1px solid #153e62; border-radius: 14px; padding: 22px; display: flex; align-items: center; gap: 16px; transition: .2s; background: #071527; }
.client-card:hover { background: #09213d; border-color: #00aeff; transform: translateY(-3px); box-shadow: 0 15px 38px #0008, 0 0 20px #008cff28; }
.client-logo { width: 56px; height: 56px; border-radius: 12px; background: #dfefff; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.client-logo img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.client-logo span { color: #008cff; font-weight: 900; }
.client-card div:last-child { display: grid; gap: 5px; }
.client-card strong { font-size: 14px; }
.client-card small { font-size: 10px; color: #7892ad; line-height: 1.4; }
.client-empty { border: 1px dashed #28557d; border-radius: 16px; min-height: 160px; display: grid; place-items: center; align-content: center; gap: 8px; color: #7897b6; }
.client-empty span { color: var(--blue); font-size: 25px; }
.client-empty p { margin: 0; font-size: 13px; }

/* ---------- About ---------- */
.about { background: radial-gradient(circle at 20% 40%, #0069e025, transparent 32%), #040b15; padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-mark { height: 360px; border-radius: 20px; border: 1px solid #138fff; box-shadow: 22px 22px 0 var(--yellow), 0 0 40px #008cff44; }
.about-photo { position: relative; display: block; overflow: hidden; padding: 0; isolation: isolate; }
.about-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, #020711e8 100%); z-index: 1; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
.about-photo-label { position: absolute; left: 28px; bottom: 24px; z-index: 2; display: grid; gap: 5px; }
.about-photo-label span { font-size: 9px; line-height: 1; letter-spacing: .2em; font-style: normal; color: var(--yellow); }
.about-photo-label strong { font-size: 18px; line-height: 1.1; letter-spacing: -.02em; font-style: normal; color: #fff; }
.about-copy > p { color: #91a6bc; font-size: 15px; line-height: 1.8; max-width: 620px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; }
.principles span { font-size: 11px; font-weight: 700; border-top: 1px solid #244460; padding-top: 13px; }
.principles b { color: var(--blue); font-family: var(--font-mono); margin-right: 8px; }

/* ---------- VPS Hosting ---------- */
.vps { padding-block: 110px; }
.vps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vps-card { position: relative; display: flex; flex-direction: column; background: linear-gradient(145deg, #08182b, #050d18); border: 1px solid #17456f; border-radius: 15px; padding: 26px 24px 28px; box-shadow: 0 18px 50px #0006; color: #fff; }
.vps-card.featured { border-color: var(--yellow); border-top: 4px solid var(--yellow); box-shadow: 0 20px 55px #0008, 0 0 30px #0077ff1f; }
.vps-badge { position: absolute; top: -12px; right: 18px; background: var(--yellow); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.vps-card:not(.featured) .vps-badge { background: #002b56; color: #4ddcff; border: 1px solid #17456f; }
.vps-card h3 { font-size: 19px; margin: 4px 0 16px; }
.vps-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.vps-price s { color: #7892ad; font-size: 12px; }
.vps-price strong { font-size: 30px; letter-spacing: -.02em; color: #fff; }
.vps-card small { color: #91a8bf; font-size: 11px; line-height: 1.6; margin-top: 6px; display: block; }
.vps-card ul { list-style: none; padding: 16px 0; margin: 16px 0 20px; border-block: 1px solid #173552; display: grid; gap: 11px; }
.vps-card li { font-size: 12px; color: #91a8bf; }
.vps-card li span { color: var(--blue); font-weight: bold; margin-right: 9px; }
.vps-card .button { margin-top: auto; }

/* ---------- Partners ---------- */
.partners { padding-block: 100px; background: linear-gradient(180deg, #020812, #061225); border-block: 1px solid #123d63; }
.partner-head > p { color: #91a6bc; }
.partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; align-items: stretch; }
.partner-card { display: grid; place-items: center; min-height: 96px; padding: 22px 28px; transition: .2s; }
.partner-card:hover { transform: translateY(-3px); }
.partner-card img { max-width: 100%; max-height: 96px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: .25s; }
.partner-card:hover img { filter: none; opacity: 1; }
.partner-card span { color: #b9cbe0; font-size: 18px; font-weight: 800; }
.partner-empty { grid-column: 1 / -1; border: 1px dashed #28557d; border-radius: 16px; min-height: 120px; display: grid; place-items: center; color: #7897b6; font-size: 13px; }

/* ---------- CTA ---------- */
.cta-section { padding-block: 95px; }
.cta-box { background: linear-gradient(130deg, #031126, #0069c7); border: 1px solid #169fff; border-radius: 22px; color: #fff; padding: 60px 70px; display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: end; position: relative; overflow: hidden; box-shadow: 0 25px 70px #0008, 0 0 35px #0077ff30; }
.cta-box:after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid #ffffff2c; border-radius: 50%; right: -110px; top: -130px; }
.cta-box h2 { margin-top: 18px; }
.cta-box h2 em { color: var(--yellow); }
.cta-contact { position: relative; z-index: 2; }
.cta-contact p { font-size: 13px; line-height: 1.7; color: #d3e3fa; }
.button.yellow { background: var(--yellow); color: var(--ink); width: 100%; margin-top: 10px; }
.cta-contact small { display: block; text-align: center; margin-top: 13px; color: #bdd2ed; letter-spacing: .1em; }

/* ---------- Footer ---------- */
.footer { height: 120px; border-top: 1px solid #17334f; display: flex; align-items: center; gap: 40px; color: #6f89a4; font-size: 10px; }
.footer img { width: 160px; filter: drop-shadow(0 0 10px #0077ff44); }
.footer p { flex: 1; }

/* ---------- Floating WA ---------- */
.wa-fab { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.wa-float { position: relative; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; border: none; cursor: pointer; padding: 0; box-shadow: 0 10px 30px #0b5b2b44; }
.wa-float::before,
.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  pointer-events: none;
  animation: wa-pulse 2.2s ease-out infinite;
}
.wa-float::before { z-index: -1; animation-delay: 0s; }
.wa-float::after { z-index: -2; animation-delay: 1.1s; }
.wa-float:hover::before,
.wa-float:hover::after { animation-play-state: paused; }
@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: .8; }
  70%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float::before,
  .wa-float::after { animation: none; }
}

.wa-chat {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(360px, calc(100vw - 32px));
  height: 0;
  max-height: min(520px, calc(100vh - 120px));
  background: #efe9e0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(2, 7, 17, .55);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.96);
  transform-origin: bottom center;
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
}
.wa-chat.open {
  height: min(520px, calc(100vh - 120px));
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.wa-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #075e54, #128c7e);
  color: #fff;
}
.wa-chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  flex: none;
}
.wa-chat-title { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.wa-chat-title > span { font-size: 15px; font-weight: 800; letter-spacing: .2px; }
.wa-chat-status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #d7f6e5; }
.wa-chat-status i {
  width: 8px; height: 8px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .7);
  animation: wa-dot 1.8s infinite;
}
@keyframes wa-dot {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .65); }
  70% { box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.wa-chat-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: none;
  color: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background .2s;
}
.wa-chat-close:hover { background: rgba(255, 255, 255, .28); }
.wa-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background:
    radial-gradient(circle at 8px 8px, rgba(61, 128, 104, .05) 2px, transparent 3px) 0 0 / 18px 18px,
    #efe9e0;
}
.wa-chat-msg { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.wa-chat-typing {
  display: flex; gap: 5px; align-items: center;
  background: #fff;
  padding: 10px 14px;
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 1px 2px rgba(2, 7, 17, .1);
}
.wa-chat-typing i {
  width: 7px; height: 7px; border-radius: 50%;
  background: #9aa9a4;
  animation: wa-typing 1.2s infinite ease-in-out;
}
.wa-chat-typing i:nth-child(2) { animation-delay: .18s; }
.wa-chat-typing i:nth-child(3) { animation-delay: .36s; }
@keyframes wa-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-5px); opacity: 1; }
}
.wa-chat-bubble {
  background: #fff;
  padding: 11px 14px;
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 1px 2px rgba(2, 7, 17, .1);
  max-width: 92%;
}
.wa-chat-bubble p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #1b2b26; }
.wa-chat-bubble strong { color: #075e54; }
.wa-chat-foot { background: #fff; padding: 10px 12px; border-top: 1px solid #e6dfd4; }
.wa-chat-foot form { display: flex; align-items: center; gap: 8px; }
.wa-chat-foot input {
  flex: 1;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 24px;
  padding: 11px 16px;
  font-size: 14px;
  color: #1b2b26;
  font-family: inherit;
}
.wa-chat-foot button {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: none;
  background: #25d366;
  color: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.wa-chat-foot button:hover { background: #1fc15b; }
.wa-chat-foot button:active { transform: scale(.92); }

/* ---------- Admin ---------- */
.admin-page { min-height: 100vh; background: #060b16; }
.admin-header { height: 82px; background: #081120; border-bottom: 1px solid #1a3454; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100% - 1180px) / 2)); }
.admin-header img { width: 180px; filter: drop-shadow(0 0 10px #008cff55); }
.admin-header div { display: flex; align-items: center; gap: 18px; font-size: 11px; color: #97a9bf; }
.admin-header a:last-child { color: var(--blue); font-weight: 800; }
.admin-tabs { display: flex; gap: 10px; width: min(1180px, calc(100% - 48px)); margin: 28px auto -12px; }
.admin-tab { padding: 12px 22px; font-size: 12px; font-weight: 800; letter-spacing: .04em; color: #97a9bf; border: 1px solid #1a3454; border-radius: 9px; background: #081120; transition: .2s; }
.admin-tab:hover { color: #e2ecf7; border-color: #2a4a72; }
.admin-tab.active { color: #fff; background: linear-gradient(135deg, #0069dd, #00bdeb); border-color: #3bcbff; box-shadow: 0 0 20px #008cff44; }
.admin-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 55px 0 100px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.admin-title span { font-size: 10px; letter-spacing: .18em; color: #4ddcff; font-weight: 850; }
.admin-title h1 { font-size: 40px; letter-spacing: -.04em; margin: 8px 0; color: #fff; }
.admin-title p { color: #97a9bf; margin: 0; }
.admin-title > a { font-size: 12px; font-weight: 800; color: var(--blue); }
.admin-layout { display: grid; grid-template-columns: 360px 1fr; gap: 26px; align-items: start; }
.admin-form, .admin-list { background: #0a1424; border: 1px solid #1a3454; border-radius: 16px; padding: 28px; }
.admin-form h2, .admin-list h2 { margin: 0 0 23px; font-size: 18px; color: #fff; }
.admin-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 11px; font-weight: 700; color: #b8c8db; }
.admin-form input, .admin-form textarea { width: 100%; border: 1px solid #23507a; border-radius: 8px; padding: 12px; font: inherit; font-size: 12px; outline: none; background: #081120; color: #f7fbff; }
.admin-form input:focus, .admin-form textarea:focus { border-color: var(--blue); }
.admin-form > button { width: 100%; border: 0; border-radius: 8px; background: linear-gradient(135deg, #0069dd, #00bdeb); color: #fff; padding: 14px; font-weight: 800; cursor: pointer; }
.admin-form > button:disabled { opacity: .65; }
.admin-form input[type="file"] { padding: 9px; font-size: 11px; }
.admin-logo-preview { margin: -6px 0 14px; background: #081120; border: 1px solid #23507a; border-radius: 9px; min-height: 72px; display: grid; place-items: center; padding: 12px; }
.admin-logo-preview img { max-height: 56px; max-width: 100%; object-fit: contain; }
.admin-message { font-size: 11px; color: var(--blue); margin: 14px 0 0; }
.admin-list-head { display: flex; justify-content: space-between; }
.admin-list-head span { font-size: 10px; background: #0e2748; color: #4ddcff; padding: 6px 10px; border-radius: 20px; }
.admin-list article { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid #1a3454; }
.admin-client-logo { width: 44px; height: 44px; border-radius: 9px; background: #dfefff; display: grid; place-items: center; overflow: hidden; color: #008cff; font-size: 11px; font-weight: 900; }
.admin-client-logo img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.admin-list article > div:nth-child(2) { display: grid; gap: 4px; }
.admin-list article strong { font-size: 13px; color: #fff; }
.admin-list article small { font-size: 10px; color: #97a9bf; }
.admin-list .admin-row-actions { display: flex; align-items: center; gap: 8px; }
.admin-list .admin-row-actions form { display: inline; }
.admin-list .edit-btn { border: 1px solid #23507a; background: #0e2748; color: #4ddcff; border-radius: 8px; padding: 8px 14px; font-size: 11px; font-weight: 800; text-decoration: none; }
.admin-list .edit-btn:hover { border-color: var(--blue); color: var(--blue2); }
.admin-list .delete-btn { border: 1px solid #5c1e1e; background: #2a1116; color: #ff7a70; border-radius: 8px; padding: 8px 14px; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-list .delete-btn:hover { background: #3a161c; }
.admin-blank { color: #97a9bf; font-size: 13px; padding: 20px 0; }

/* ---------- Login ---------- */
.login-page { min-height: 100vh; display: grid; place-items: center; background: #060b16; padding: 24px; }
.login-card { width: min(400px, 100%); background: #0a1424; border: 1px solid #1a3454; border-radius: 18px; padding: 40px 36px; box-shadow: 0 20px 60px #000a; }
.login-card img { width: 200px; display: block; margin: 0 auto 28px; filter: drop-shadow(0 0 10px #008cff55); }
.login-card h1 { font-size: 22px; margin: 0 0 6px; letter-spacing: -.02em; color: #fff; }
.login-card > p { color: #97a9bf; font-size: 13px; margin: 0 0 26px; }
.login-card label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 11px; font-weight: 700; color: #b8c8db; }
.login-card input { width: 100%; border: 1px solid #23507a; border-radius: 8px; padding: 12px; font: inherit; font-size: 13px; outline: none; background: #081120; color: #f7fbff; }
.login-card input:focus { border-color: var(--blue); }
.login-card button { width: 100%; border: 0; border-radius: 8px; background: linear-gradient(135deg, #0069dd, #00bdeb); color: #fff; padding: 14px; font-weight: 800; font-size: 14px; cursor: pointer; }
.login-msg { background: #2a1116; color: #ff9a91; border: 1px solid #5c1e1e; border-radius: 8px; padding: 11px 13px; font-size: 12px; margin-bottom: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-poster { height: 580px; }
  .poster-frame { width: 360px; height: 530px; }
  .badge-top { right: 6%; }
  .badge-bottom { left: 5%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head, .about-grid, .cta-box { grid-template-columns: 1fr; gap: 40px; }
  .package-grid { grid-template-columns: 1fr; }
  .vps-grid { grid-template-columns: repeat(2, 1fr); }
  .about-mark { max-width: 500px; }
  .cta-box { padding: 45px; }
  .footer p { display: none; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-form { max-width: none; }
  .admin-title { align-items: start; gap: 20px; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: 76px; }
  .brand img { width: 155px; }
  .nav-cta { padding: 11px 13px; font-size: 11px; }
  .hero { padding-block: 55px 70px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .hero-trust { margin-top: 38px; }
  .hero-poster { height: 500px; }
  .poster-frame { width: 280px; height: 430px; }
  .poster-lines { width: 340px; height: 340px; }
  .poster-badge { padding: 10px 12px; }
  .badge-top { right: 0; top: 70px; }
  .badge-bottom { left: 0; bottom: 55px; }
  .services, .packages, .about { padding-block: 75px; }
  .section-head { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; border-right: 0; border-bottom: 1px solid #123b60; }
  .service-card:first-child { border-left: 0; }
  .service-icon { margin: 30px 0 20px; }
  .about-grid { gap: 60px; }
  .about-mark { height: 270px; }
  .principles { grid-template-columns: 1fr; }
  .cta-box { padding: 38px 25px; }
  .vps { padding-block: 75px; }
  .vps-grid { grid-template-columns: 1fr; }
  .partners { padding-block: 75px; }
  .footer { gap: 20px; }
  .footer img { width: 135px; }
  .clients { padding-block: 75px; }
  .client-grid { grid-template-columns: 1fr; }
  .admin-header div span { display: none; }
  .admin-shell { width: calc(100% - 30px); padding-top: 35px; }
  .admin-title { display: grid; }
  .admin-title h1 { font-size: 32px; }
  .admin-title > a { margin-top: 12px; }
  .admin-form, .admin-list { padding: 20px; }
}

/* ===== Halaman detail layanan (layanan.php) ===== */
body.detail-page { background: #020711; color: #fff; min-height: 100vh; }
.detail-page .nav { border-bottom: 1px solid #0b3d67; }
.service-hero { padding: 90px 0 70px; border-bottom: 1px solid #0b3d67; background: radial-gradient(1000px 500px at 80% -10%, #061f3c55, transparent 60%); }
.detail-intro { max-width: 760px; }
.detail-intro h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.05; margin: 22px 0 18px; display: flex; align-items: center; gap: 18px; }
.detail-intro h1 .service-icon { display: inline-grid; font-size: 24px; line-height: 1; }
.detail-tag { font-size: clamp(18px, 2.4vw, 22px); font-weight: 700; color: var(--blue2); margin: 0 0 14px; }
.detail-desc { font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 640px; margin: 0 0 28px; }
.detail-intro .hero-actions { margin-top: 6px; }
.detail-section { padding: 90px 0 70px; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; max-width: 820px; }
.feature-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #e6eef8; border: 1px solid #123b60; border-radius: 12px; padding: 14px 18px; background: linear-gradient(180deg, #07142688, #030a14); }
.feature-list li span { color: var(--yellow); font-weight: 700; }
.detail-notfound { padding: 90px 0; min-height: 40vh; }
@media (max-width: 680px) {
  .feature-list { grid-template-columns: 1fr; }
  .detail-intro h1 { flex-direction: column; align-items: flex-start; gap: 10px; }
  .service-hero, .detail-section { padding-block: 55px; }
}

/* ===== Tombol menu mobile & popup (Hubungi Kami -> popup di HP) ===== */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0076e6, #00b8ef);
  color: #fff;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #32ceff;
  border-radius: 8px;
  box-shadow: 0 0 24px #007cff4d;
  cursor: pointer;
  font-family: inherit;
}
.nav-toggle-icon { width: 16px; height: 12px; display: inline-flex; flex-direction: column; justify-content: space-between; flex-shrink: 0; }
.nav-toggle-icon i { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .25s, opacity .2s; }
body.menu-open .nav-toggle-icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
body.menu-open .nav-toggle-icon i:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle-icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.nav-toggle { font-family: inherit; }

body.menu-open { overflow: hidden; }

.nav-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(2, 7, 17, .72);
  backdrop-filter: blur(6px);
}
.nav-popup[hidden] { display: none; }
.nav-popup-panel {
  width: 100%;
  max-width: 560px;
  background: linear-gradient(180deg, #071426, #030a14);
  border: 1px solid #12456e;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  padding: 26px 26px calc(28px + env(safe-area-inset-bottom));
  color: #fff;
  box-shadow: 0 -20px 60px #000;
  max-height: 86vh;
  overflow-y: auto;
}
.popup-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.popup-head strong { font-size: 15px; letter-spacing: .03em; }
.popup-close {
  background: transparent;
  border: 1px solid #1a3454;
  color: #97a9bf;
  width: 36px; height: 36px;
  border-radius: 9px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.popup-nav { display: grid; gap: 4px; margin: 0 0 22px; }
.popup-nav a {
  display: flex; align-items: center; justify-content: space-between;
  color: #e6eef8; font-weight: 600; font-size: 17px;
  padding: 15px 4px; border-bottom: 1px solid #0f2f4d;
}
.popup-nav a:after { content: "\2197"; color: var(--blue2); }
.popup-contacts { display: grid; gap: 10px; }
.popup-contacts a { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.popup-phone, .popup-mail {
  color: #b8c8db; font-size: 14px; justify-content: center;
  padding: 13px; border: 1px solid #1a3454; border-radius: 9px;
}
@media (max-width: 1024px) {
  .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-toggle-label { display: none; }
}
@media (max-width: 560px) {
  .nav-toggle { padding: 11px 13px; font-size: 11px; }
  .nav-toggle-icon { font-size: 14px; }
}

/* Cegah horizontal scroll dari elemen dekoratif (mis. glow hero) di layar kecil */
html, body { overflow-x: hidden; }

/* ===== Tombol kembali ke atas ===== */
.totop {
  position: fixed;
  right: 24px;
  bottom: 90px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0076e6, #00b8ef);
  color: #fff;
  border: 1px solid #32ceff;
  box-shadow: 0 0 20px #007cff4d;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .3s, transform .3s, visibility .3s;
  z-index: 60;
}
.totop:hover { background: var(--blue2); }
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
