/*
Theme Name: Prospira Digital Landing
Theme URI: https://example.com
Author: Prospira Digital
Author URI: https://example.com
Description: Landing page WordPress theme dua bahasa untuk jasa pembuatan website, digital marketing, dan artikel yang mudah dikelola dari CMS WordPress.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexagrowth-landing
*/

:root, html[data-theme="dark"] {
  --bg: #080b12;
  --bg-2: #0f172a;
  --surface: rgba(255, 255, 255, 0.05);
  --card: rgba(255, 255, 255, 0.06);
  --card-hover: rgba(255, 255, 255, 0.08);
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #ffffff;
  --muted: #cbd5e1;
  --muted-2: #94a3b8;
  --gold: #fbbf24;
  --gold-2: #f59e0b;
  --green: #34d399;
  --dark: #111827;
  --header-bg: rgba(8, 11, 18, .72);
  --shadow: rgba(0,0,0,.32);
  --article-image-bg: rgba(255,255,255,.08);
}

html[data-theme="light"] {
  --bg: #f8fafc;
  --bg-2: #ffffff;
  --surface: rgba(15, 23, 42, 0.04);
  --card: #ffffff;
  --card-hover: #fff7ed;
  --card-border: rgba(15, 23, 42, 0.10);
  --text: #0f172a;
  --muted: #334155;
  --muted-2: #64748b;
  --gold: #d97706;
  --gold-2: #f59e0b;
  --green: #059669;
  --dark: #111827;
  --header-bg: rgba(255, 255, 255, .82);
  --shadow: rgba(15,23,42,.10);
  --article-image-bg: rgba(15,23,42,.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); }

.site-bg { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; }
.blob { position: absolute; border-radius: 999px; filter: blur(80px); opacity: .65; }
.blob-1 { top: -140px; left: 45%; width: 420px; height: 420px; background: rgba(245, 158, 11, .22); }
.blob-2 { top: 520px; left: -120px; width: 360px; height: 360px; background: rgba(59, 130, 246, .12); }
.blob-3 { bottom: -80px; right: -80px; width: 420px; height: 420px; background: rgba(16, 185, 129, .10); }
html[data-theme="light"] .blob { opacity: .38; }

.header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: var(--header-bg); border-bottom: 1px solid var(--card-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 20px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; max-width: min(62vw, 420px); }
.brand-logo { display: block; height: 44px; width: auto; max-width: 100%; }
.brand-logo-light { display: none; }
html[data-theme="light"] .brand-logo-light { display: block; }
html[data-theme="light"] .brand-logo-dark { display: none; }
html[data-theme="dark"] .brand-logo-dark { display: block; }
html[data-theme="dark"] .brand-logo-light { display: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle, .lang-switch { border: 1px solid var(--card-border); background: var(--surface); color: var(--text); border-radius: 999px; min-height: 42px; }
.theme-toggle { width: 48px; display: inline-grid; place-items: center; cursor: pointer; font-size: 16px; }
.theme-toggle .sun { display: none; }
html[data-theme="light"] .theme-toggle .sun { display: inline; }
html[data-theme="light"] .theme-toggle .moon { display: none; }
.lang-switch { display: inline-flex; align-items: center; padding: 4px; gap: 2px; }
.lang-switch a { font-size: 12px; font-weight: 800; color: var(--muted-2); padding: 7px 9px; border-radius: 999px; }
.lang-switch a.active { background: linear-gradient(90deg, #fde68a, var(--gold)); color: #111827; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 22px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; border: 1px solid transparent; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(90deg, #fde68a, var(--gold)); color: #111827; }
.btn-primary:hover { background: linear-gradient(90deg, #fef3c7, #fbbf24); }
.btn-light { background: #fff; color: #0f172a; box-shadow: 0 10px 30px var(--shadow); }
html[data-theme="light"] .btn-light { background: #0f172a; color: #fff; }
.btn-outline { background: var(--surface); border-color: var(--card-border); color: var(--text); }
.btn-dark { background: #0f172a; color: #fff; }

.hero { padding: 92px 0 92px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--card-border); background: var(--surface); color: var(--gold); border-radius: 999px; padding: 9px 14px; font-size: 14px; margin-bottom: 24px; }
h1 { margin: 0; font-size: clamp(40px, 6vw, 68px); line-height: 1.05; letter-spacing: -0.055em; }
.hero p { max-width: 680px; color: var(--muted); font-size: 18px; margin: 24px 0 0; }
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-checks { margin-top: 26px; display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted-2); font-size: 14px; }
.check { color: var(--green); font-weight: 900; margin-right: 6px; }

.preview-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 34px; padding: 24px; box-shadow: 0 30px 80px var(--shadow); }
.preview-inner { background: linear-gradient(135deg, var(--bg-2), var(--bg)); border: 1px solid var(--card-border); border-radius: 26px; padding: 22px; }
.preview-top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.preview-label { margin: 0; color: var(--muted-2); font-size: 14px; }
.preview-title { margin: 0; font-size: 21px; font-weight: 750; }
.live { color: #166534; background: rgba(34,197,94,.16); border-radius: 999px; padding: 7px 10px; font-size: 12px; height: fit-content; }
html[data-theme="dark"] .live { color: #86efac; }
.mock-box { background: var(--surface); border-radius: 20px; padding: 16px; }
.mock-line { height: 13px; background: rgba(148,163,184,.28); border-radius: 999px; margin-top: 10px; }
.mock-line.short { width: 70%; }
.mock-accent { height: 12px; width: 116px; background: rgba(251,191,36,.7); border-radius: 999px; }
.mock-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 16px 0; }
.mock-mini { background: var(--surface); border-radius: 18px; padding: 16px; text-align: center; color: var(--muted); font-size: 14px; }
.mock-icon { width: 36px; height: 36px; background: rgba(251,191,36,.14); border-radius: 14px; margin: 0 auto 10px; }
.result-box { border: 1px solid rgba(251,191,36,.28); background: rgba(251,191,36,.12); border-radius: 20px; padding: 18px; }
.result-box p { margin: 0; color: var(--gold); font-size: 14px; }
.result-box strong { display: block; margin-top: 6px; font-size: 24px; line-height: 1.2; color: var(--text); }

.section { padding: 72px 0; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 44px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: 13px; font-weight: 800; margin: 0 0 16px; }
h2 { margin: 0; font-size: clamp(31px,4vw,52px); line-height: 1.1; letter-spacing: -0.04em; }
.section-head p { color: var(--muted-2); margin: 18px 0 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { border: 1px solid var(--card-border); background: var(--card); border-radius: 28px; padding: 28px; transition: transform .2s ease, background .2s ease; box-shadow: 0 18px 50px var(--shadow); }
.card:hover { transform: translateY(-4px); background: var(--card-hover); }
.icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: rgba(251,191,36,.14); color: var(--gold); font-size: 24px; margin-bottom: 20px; }
.card h3 { margin: 0; font-size: 21px; }
.card p { color: var(--muted-2); margin: 12px 0 0; }

.why-box { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; border: 1px solid var(--card-border); background: var(--surface); border-radius: 34px; padding: 42px; }
.why-box p { color: var(--muted); }
.benefits { display: grid; gap: 12px; }
.benefit { display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--card-border); border-radius: 18px; padding: 15px; color: var(--muted); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-card { border: 1px solid var(--card-border); background: var(--surface); border-radius: 28px; padding: 28px; box-shadow: 0 18px 50px var(--shadow); }
.price-card.highlight { border-color: rgba(251,191,36,.55); background: rgba(251,191,36,.10); }
.pill { display: inline-block; background: var(--gold); color: #0f172a; border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 800; margin-bottom: 16px; }
.price { color: var(--gold); font-size: 31px; font-weight: 850; margin: 12px 0; }
.price-card p { color: var(--muted); }
.features { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; color: var(--muted); }
.features li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }
.price-card .btn { width: 100%; margin-top: 26px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--card-border); background: var(--surface); border-radius: 24px; padding: 22px; }
.faq-item h3 { margin: 0; font-size: 18px; }
.faq-item p { margin: 8px 0 0; color: var(--muted-2); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid var(--card-border); background: var(--card); border-radius: 28px; box-shadow: 0 18px 50px var(--shadow); }
.article-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; background: var(--article-image-bg); }
.article-card-body { padding: 24px; }
.article-card time, .post-meta { color: var(--muted-2); font-size: 13px; }
.article-card h3 { margin: 10px 0 8px; font-size: 22px; line-height: 1.2; }
.article-card p { color: var(--muted-2); margin: 0 0 18px; }
.read-more { color: var(--gold); font-weight: 800; }
.center-action { display: flex; justify-content: center; margin-top: 30px; }
.archive-title { font-size: clamp(38px, 5vw, 62px); }
.pagination { margin-top: 34px; color: var(--muted); }

.single-article h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.05; }
.single-thumb img { width: 100%; border-radius: 28px; margin: 32px 0; }
.content { color: var(--muted); font-size: 18px; }
.content h2, .content h3 { color: var(--text); margin-top: 1.7em; }
.content a { color: var(--gold); font-weight: 700; }
.content img { border-radius: 20px; }

.cta-box { background: linear-gradient(135deg, #fde68a, var(--gold-2)); color: #0f172a; border-radius: 34px; padding: 48px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 28px; overflow: hidden; }
.cta-box h2 { color: #0f172a; }
.cta-box p { color: rgba(15,23,42,.78); font-size: 18px; }
.footer { border-top: 1px solid var(--card-border); padding: 28px 0; color: var(--muted-2); text-align: center; font-size: 14px; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero { padding-top: 56px; }
  .hero-grid, .why-box, .cta-box { grid-template-columns: 1fr; }
  .card-grid, .pricing-grid, .testimonial-grid, .article-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .header-inner { align-items: flex-start; }
  .brand-logo { height: 36px; }
  .header-actions { flex-wrap: wrap; justify-content: flex-end; }
  .header-cta { display: none; }
  .hero-actions .btn { width: 100%; }
  .mock-grid { grid-template-columns: 1fr; }
  .why-box, .cta-box { padding: 28px; }
}
