:root {
    --primary: #1a73e8;      /* biru ala marketplace */
    --primary-dark: #0f4dad;
    --accent: #ff6a00;       /* orange ala lazada */
    --bg-main: #050814;      /* gelap, tapi bukan hitam pekat */
    --bg-section: #0b1020;
    --bg-soft: #151a2c;
    --text-main: #f8fbff;
    --text-soft: #c2c9dd;
    --border-soft: #252b3f;
    --radius-lg: 18px;
    --shadow-soft: 0 18px 40px rgba(0,0,0,0.45);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #141b2f 0, #050814 55%, #02030a 100%);
    color: var(--text-main);
    line-height: 1.6;
}

img, video {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.page-wrapper {
    min-height: 100vh;
    padding-bottom: 80px; /* ruang untuk fixed contact bar */
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

/* =========================
   HEADER
========================== */
header.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: linear-gradient(to bottom, rgba(5,8,20,0.96) 40%, rgba(5,8,20,0.8) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 40%;
    background: radial-gradient(circle at 30% 20%, #ffffff 0, #ffb347 25%, #ff6a00 65%, #7b1fa2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #050814;
    box-shadow: 0 10px 25px rgba(0,0,0,0.45);
}

.logo-text-main {
    font-weight: 700;
    font-size: 16px;
}

.logo-text-sub {
    font-size: 11px;
    color: var(--text-soft);
}

.header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.header-contact small {
    font-size: 11px;
    color: var(--text-soft);
}

.header-contact strong {
    font-size: 13px;
}

@media (min-width: 640px) {
    .header-inner {
        padding: 12px 0;
    }
}

/* =========================
   SECTION WRAPPER
========================== */
section.section {
    padding: 22px 0;
}

.section-header {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.section-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--accent);
}

.section-title {
    font-size: 18px;
    font-weight: 600;
}

.section-sub {
    font-size: 13px;
    color: var(--text-soft);
}

.mt-20 {
    margin-top: 20px;
}

/* =========================
   HERO MAIN (HEADLINE)
========================== */
.section-hero-main {
    padding-top: 24px;
}

.hero-main-badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(26,115,232,0.18);
    font-size: 11px;
    color: var(--text-soft);
    margin-bottom: 10px;
}

.hero-main-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .hero-main-title {
        font-size: 26px;
    }
}

.hero-main-subtitle {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 12px;
}

.hero-main-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.hero-main-highlight span {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(8,13,32,0.9);
}

.hero-main-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================
   BUTTONS
========================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .18s ease-out;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), #ff9100);
    color: #050814;
    box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.6);
}

.btn-outline {
    border-color: rgba(255,255,255,0.2);
    background: rgba(11,16,35,0.9);
    color: var(--text-main);
}

.btn-outline:hover {
    border-color: var(--accent);
    background: rgba(20,26,52,1);
}

.btn small {
    font-size: 11px;
    font-weight: 400;
}

/* =========================
   MEDIA SLIDER (FOTO & VIDEO)
========================== */
.media-slider {
    position: relative;
    overflow: hidden;
}

.media-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.media-track::-webkit-scrollbar {
    height: 4px;
}

.media-track::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
    border-radius: 999px;
}

.media-item {
    flex: 0 0 80%;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    border: 1px solid var(--border-soft);
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .media-item {
        flex-basis: 50%;
    }
}

.media-item img,
.media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-hint {
    font-size: 11px;
    color: var(--text-soft);
    margin-top: 6px;
}

/* BINGKAI HP UNTUK VIDEO VERTIKAL */
.media-item-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.phone-frame {
    max-width: 260px;
    width: 100%;
    border-radius: 32px;
    padding: 6px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(21,101,192,0.5), rgba(255,111,0,0.7));
}

.phone-inner {
    border-radius: 26px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9/16;
}

.phone-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* VIDEO LANDSCAPE FRAME */
.video-frame-landscape {
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

/* =========================
   LAYANAN GRID
========================== */
.card-grid {
    display: grid;
    gap: 12px;
}

@media (min-width: 640px) {
    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.card {
    background: var(--bg-section);
    border-radius: var(--radius-lg);
    padding: 14px;
    border: 1px solid var(--border-soft);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.card h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

.card p {
    font-size: 12px;
    color: var(--text-soft);
}

.card-tag {
    font-size: 10px;
    display: inline-flex;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 6px;
    color: var(--text-soft);
}

/* =========================
   JENIS AC
========================== */
.jenis-grid {
    display: grid;
    gap: 10px;
}

@media (min-width: 640px) {
    .jenis-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.jenis-card {
    background: var(--bg-soft);
    border-radius: 14px;
    padding: 12px;
    border: 1px solid var(--border-soft);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.jenis-text strong {
    font-size: 13px;
}

.jenis-text span {
    font-size: 11px;
    color: var(--text-soft);
}

.jenis-pill {
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.jenis-grid-inline {
    margin-top: 12px;
}

/* =========================
   FORM PEMESANAN
========================== */
.form-shell {
    background: linear-gradient(135deg, #101633, #0a0f25);
    border-radius: 20px;
    padding: 16px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
}

@media (min-width: 768px) {
    .form-shell {
        padding: 18px 20px;
    }
}

.form-grid {
    display: grid;
    gap: 10px;
}

@media (min-width: 768px) {
    .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-grid .full {
        grid-column: 1 / -1;
    }
}

.field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.field label {
    font-size: 12px;
}

.field span.hint {
    font-size: 10px;
    color: var(--text-soft);
}

.field input,
.field select,
.field textarea {
    background: rgba(5,8,20,0.9);
    border-radius: 11px;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 9px 10px;
    font-size: 12px;
    color: var(--text-main);
    outline: none;
}

.field textarea {
    min-height: 72px;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #6e7593;
}

.form-bottom {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.form-note {
    font-size: 11px;
    color: var(--text-soft);
}

.btn-block {
    width: 100%;
}

@media (min-width: 480px) {
    .btn-block {
        width: auto;
    }
}

/* =========================
   ULASAN (GOOGLE MAPS STYLE)
========================== */
.review-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.review-track::-webkit-scrollbar {
    height: 4px;
}

.review-track::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
    border-radius: 999px;
}

.review-card {
    flex: 0 0 82%;
    max-width: 320px;
    scroll-snap-align: start;
    background: var(--bg-section);
    border-radius: 16px;
    border: 1px solid var(--border-soft);
    padding: 12px;
}

@media (min-width: 768px) {
    .review-card {
        flex-basis: 32%;
    }
}

.review-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a00, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #050814;
}

.review-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-name {
    font-size: 12px;
    font-weight: 600;
}

.review-date {
    font-size: 10px;
    color: var(--text-soft);
}

.review-stars {
    font-size: 12px;
    color: #ffb300;
}

.review-body {
    font-size: 12px;
    color: var(--text-soft);
}

/* =========================
   FAQ ACCORDION
========================== */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    border-radius: 14px;
    background: var(--bg-section);
    border: 1px solid var(--border-soft);
    padding: 10px 12px;
    cursor: pointer;
}

.faq-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.faq-title {
    font-size: 13px;
    font-weight: 500;
}

.faq-arrow {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform .18s ease-out, background .18s ease-out;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .22s ease-out;
}

.faq-content-inner {
    padding-top: 6px;
    font-size: 12px;
    color: var(--text-soft);
}

.faq-item.open .faq-content {
    max-height: 200px;
}

.faq-item.open .faq-arrow {
    transform: rotate(90deg);
    background: rgba(255,255,255,0.06);
}

/* =========================
   PRICE ACCORDION
========================== */
.price-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-item {
    background: var(--bg-section);
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.price-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
}

.price-head h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

.price-tag {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
}

.arrow {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease-out, background .25s ease-out;
}

.price-item.open .arrow {
    transform: rotate(90deg);
    background: rgba(255,255,255,0.12);
}

.price-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out, padding .3s ease-out;
    padding: 0 16px;
}

.price-item.open .price-body {
    padding: 14px 16px 18px;
    max-height: 650px;
}

.price-body ul {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
}

.price-body ul li {
    font-size: 12px;
    color: var(--text-soft);
    margin-bottom: 4px;
}

.btn-wa-small {
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 999px;
    color: #050814;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

/* =========================
   ABOUT SECTION
========================== */
.section-about {
    padding-top: 26px;
}

.about-layout {
    display: grid;
    gap: 20px;
}

@media (min-width: 960px) {
    .about-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
        align-items: center;
    }
}

.about-text-card {
    background: linear-gradient(135deg, #101633, #080c1c);
    border-radius: 20px;
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
}

.about-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-text-card p {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 8px;
}

.about-pill {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: rgba(26,115,232,0.15);
    color: var(--text-soft);
    margin-bottom: 10px;
}

.about-bullets {
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
}

.about-bullets div {
    font-size: 12px;
    color: var(--text-soft);
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.about-bullets .icon {
    font-size: 14px;
}

.about-call-btn {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

@media (min-width: 480px) {
    .about-call-btn {
        width: auto;
    }
}

/* =========================
   BENEFIT SECTION
========================== */
.section-benefit {
    padding-top: 10px;
}

.benefit-grid {
    display: grid;
    gap: 10px;
}

@media (min-width: 640px) {
    .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.benefit-card {
    background: var(--bg-section);
    border-radius: 16px;
    padding: 14px;
    border: 1px solid var(--border-soft);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.benefit-card h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

.benefit-card p {
    font-size: 12px;
    color: var(--text-soft);
}

/* =========================
   OFFER SECTION
========================== */
.section-offer {
    padding-top: 8px;
}

.offer-box {
    background: linear-gradient(135deg, #101633, #1a73e8);
    border-radius: 20px;
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: var(--shadow-soft);
}

.offer-tag {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: rgba(255,255,255,0.12);
    margin-bottom: 8px;
}

.offer-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.offer-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 8px;
}

.offer-box ul li {
    font-size: 12px;
    color: var(--text-main);
    margin-bottom: 4px;
}

.offer-note {
    font-size: 11px;
    color: var(--text-soft);
    margin-bottom: 10px;
}

.offer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* =========================
   CTA SECTION
========================== */
.section-cta {
    padding-top: 8px;
}

/* =========================
   FOOTER
========================== */
footer.site-footer {
    padding: 18px 0 24px;
    font-size: 11px;
    color: var(--text-soft);
}

footer a {
    color: var(--accent);
}

/* =========================
   FIXED CONTACT BAR
========================== */
.contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 8px 12px 10px;
    backdrop-filter: blur(14px);
    background: linear-gradient(to top, rgba(5,8,20,0.96), rgba(5,8,20,0.75));
    border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-bar-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.contact-bar-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.contact-bar-btn span.icon {
    font-size: 15px;
}

.contact-bar-wa {
    background: linear-gradient(135deg, #25d366, #0f9d58);
    color: #050814;
}

.contact-bar-call {
    background: transparent;
    border-color: rgba(255,255,255,0.26);
    color: var(--text-main);
}

@media (min-width: 640px) {
    .contact-bar-inner {
        gap: 12px;
    }
}

/* ====== VIDEO SLIDER – DOKTER AC (TIKTOK) ====== */

.section-video-slider {
  padding: 22px 0;
}

/* slider video pakai base .media-slider yang sudah ada,
   jadi kita hanya atur rasa khusus video di sini */
.media-slider-video .media-track {
  gap: 16px;
  padding-bottom: 8px;
}

.media-slider-video .media-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* item vertikal di dalam slider video */
.media-item-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.media-item-vertical .phone-frame {
  width: 230px;
  max-width: 70vw;
  margin: 0 auto;
}

/* frame HP */
.phone-frame {
  border-radius: 26px;
  padding: 6px;
  background: radial-gradient(circle at top,#ffffff1a,#000000bf);
  box-shadow: var(--shadow-soft);
}

/* layar HP */
.phone-inner {
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16; /* format reels/tiktok */
  position: relative;
}

/* paksa konten TikTok mengikuti ukuran phone-inner */
.phone-inner .tiktok-embed {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.phone-inner .tiktok-embed section {
  height: 100%;
}

/* iframe yang dibuat oleh embed.js juga dipaksa memenuhi layar */
.phone-inner iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

/* hint khusus di section video */
.section-video-slider .media-hint {
  margin-top: 8px;
  font-size: 11px;
  color: var(--text-soft);
}

@media (max-width: 768px) {
  .media-item-vertical .phone-frame {
    width: 190px;
    max-width: 62vw;
  }
}
