:root{
  --st-bg:#f6f7fb;
  --st-card:#ffffff;
  --st-border:#e6e8ef;
  --st-text:#0f172a;
  --st-muted:#64748b;
  --st-green:#2e7d32;
  --st-orange:#f59e0b;
  --st-shadow: 0 10px 30px rgba(2,6,23,.08);
  --st-radius: 18px;
}
 .st-wrap{max-width:100%;margin:0 auto;padding:18px 14px}
.st-header{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:14px 16px;border:1px solid var(--st-border);border-radius:var(--st-radius);
  background:linear-gradient(180deg,#fff, #fbfcff);
  box-shadow: var(--st-shadow);
}
.st-brand{display:flex;align-items:center;gap:12px}
.st-brand img{height:36px;width:auto;display:block}
.st-brand .st-title{font-weight:800;letter-spacing:.2px;color:var(--st-text)}
.st-brand .st-sub{font-size:12px;color:var(--st-muted);margin-top:2px}
.st-pill{
  font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid var(--st-border);
  background:#fff;color:var(--st-muted)
}
.st-page{background:var(--st-bg)}
.st-card{
  border:1px solid var(--st-border);
  border-radius:var(--st-radius);
  padding:16px;
  margin:14px 0;
  background:var(--st-card);
  box-shadow: var(--st-shadow);
}
.st-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.st-col-4{grid-column:span 4}
.st-col-6{grid-column:span 6}
.st-col-8{grid-column:span 8}
.st-col-12{grid-column:span 12}
@media (max-width:900px){
  .st-col-4,.st-col-6,.st-col-8{grid-column:span 12}
  .st-header{flex-direction:column;align-items:flex-start}
}
.st-h1{font-size:22px;margin:0;color:var(--st-text)}
.st-h2{font-size:18px;margin:0 0 8px;color:var(--st-text)}
.st-muted{color:var(--st-muted)}
.st-input{
  width:100%;
  padding:12px 12px;
  border:1px solid var(--st-border);
  border-radius:14px;
  outline:none;
  background:#fff;
}
.st-input:focus{border-color: rgba(46,125,50,.45); box-shadow:0 0 0 4px rgba(46,125,50,.12)}
.st-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 14px;border-radius:14px;border:1px solid rgba(2,6,23,.12);
  background:linear-gradient(90deg, var(--st-orange), var(--st-green));
  color:#fff;font-weight:700;cursor:pointer;text-decoration:none;
}
.st-btn:hover{filter:brightness(.98)}
.st-btn-outline{
  background:#fff;color:var(--st-text);
  border:1px solid var(--st-border);
  font-weight:700;
}
.st-btn-outline:hover{background:#fbfdff}
.st-btn-danger{
  background:#fff;color:#b91c1c;border:1px solid rgba(185,28,28,.25);
}
.st-btn-danger:hover{background:rgba(185,28,28,.06)}
.st-alert{
  padding:12px 12px;border-radius:14px;border:1px solid var(--st-border);
  margin-top:10px;background:#fbfdff;color:var(--st-text)
}
.st-alert-success{border-color:rgba(46,125,50,.28); background:rgba(46,125,50,.06)}
.st-alert-warn{border-color:rgba(245,158,11,.35); background:rgba(245,158,11,.08)}
.st-hidden{display:none}
.st-kpi{
  border:1px solid var(--st-border);border-radius:16px;padding:14px;
  background:linear-gradient(180deg,#fff,#fbfcff);
}
.st-kpi .label{font-size:12px;color:var(--st-muted)}
.st-kpi .value{font-size:22px;font-weight:900;margin-top:6px;color:var(--st-text)}
.st-progress{height:10px;background:#eef2ff;border-radius:999px;overflow:hidden;border:1px solid rgba(2,6,23,.06)}
.st-progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--st-orange),var(--st-green));width:0}
.st-list{margin:0;padding-left:18px}
.st-divider{height:1px;background:var(--st-border);margin:12px 0}
.st-code{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas; font-size:12px;background:#0b1220;color:#e5e7eb;padding:10px 12px;border-radius:12px;overflow:auto}

.st-video{border-radius:0;overflow:hidden;background:#000}
.st-video iframe{display:block;width:100%;height:100%}

/* Fullwidth breakout (works inside theme content containers) */
.st-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
}
.st-wrap{padding:18px 14px}

/* Hybrid fullwidth: keep theme header/footer, but make content full and hide sidebars on SiapTumbuh pages */
body.st-hybrid .site-content,
body.st-hybrid .content-area,
body.st-hybrid #primary,
body.st-hybrid main,
body.st-hybrid .site-main,
body.st-hybrid .elementor,
body.st-hybrid .elementor-section-wrap,
body.st-hybrid .elementor-container,
body.st-hybrid .container,
body.st-hybrid .wrap,
body.st-hybrid .content-wrap{
  max-width:100% !important;
  width:100% !important;
}

body.st-hybrid .widget-area,
body.st-hybrid #secondary,
body.st-hybrid .sidebar,
body.st-hybrid .site-sidebar,
body.st-hybrid .elementor-widget-sidebar{
  display:none !important;
}

body.st-hybrid .st-page{
  width:100%;
  margin:0;
}

body.st-hybrid .st-wrap{
  max-width:100%;
  padding:18px 14px;
}

.st-title{display:none !important}

/* Hybrid + Fullwidth modes scoped only on SiapTumbuh pages */
body.st-page-scope.st-hybrid .widget-area,
body.st-page-scope.st-hybrid #secondary,
body.st-page-scope.st-hybrid .sidebar,
body.st-page-scope.st-hybrid .site-sidebar,
body.st-page-scope.st-hybrid .elementor-widget-sidebar{
  display:none !important;
}

body.st-page-scope.st-hybrid .container,
body.st-page-scope.st-hybrid .wrap,
body.st-page-scope.st-hybrid .content-area,
body.st-page-scope.st-hybrid #primary,
body.st-page-scope.st-hybrid main,
body.st-page-scope.st-hybrid .site-main,
body.st-page-scope.st-hybrid .elementor,
body.st-page-scope.st-hybrid .elementor-section-wrap,
body.st-page-scope.st-hybrid .elementor-container{
  max-width:100% !important;
  width:100% !important;
}

body.st-page-scope.st-fullwidth .st-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

/* ===================================================================
   UPGRADE / CHECKOUT PAGE (up- prefix)
   =================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

.up-wrap {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1a1a1a;
  background: #f5f0e8;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 0 !important;
  max-width: none !important;
}

/* -- HERO -- */
.up-hero {
  background: #1a3a2a;
  padding: 80px 24px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.up-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 90% 20%, rgba(201,168,76,0.12) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(82,183,136,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.up-hero-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.up-tag {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: #c9a84c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.up-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 54px);
  color: #f5f0e8;
  line-height: 1.2;
  margin-bottom: 16px;
}
.up-hero h1 em {
  font-style: italic;
  color: #f0d080;
}
.up-hero-sub {
  font-size: clamp(15px, 2vw, 17px);
  color: rgba(245,240,232,0.7);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* -- PRICING -- */
.up-pricing {
  background: #f5f0e8;
  padding: 70px 24px;
}
.up-pricing-inner {
  max-width: 520px;
  margin: 0 auto;
}
.up-price-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(26,58,42,0.1);
  border: 1px solid #e8e0d0;
}
.up-price-top {
  background: linear-gradient(135deg, #2d6a4f, #1a3a2a);
  padding: 36px 40px;
  text-align: center;
  position: relative;
}
.up-price-top::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 30px;
  background: #ffffff;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.up-price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #52b788;
  margin-bottom: 16px;
  display: block;
}
.up-price-amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.up-price-currency {
  font-size: 22px;
  font-weight: 700;
  color: #c9a84c;
  margin-top: 10px;
}
.up-price-number {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1;
}
.up-price-period {
  font-size: 13px;
  color: rgba(245,240,232,0.55);
  margin-top: 8px;
}
.up-price-permonth {
  font-size: 13px;
  color: #f0d080;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}

.up-price-body {
  padding: 40px 40px 36px;
}
.up-benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
  padding: 0;
}
.up-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.5;
}
.up-benefit-icon {
  width: 26px;
  height: 26px;
  background: rgba(82,183,136,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.up-benefit-text strong {
  display: block;
  font-weight: 600;
  color: #1a3a2a;
  margin-bottom: 2px;
}
.up-benefit-text span {
  font-size: 13px;
  color: #5a5a5a;
}

.up-divider-line {
  height: 1px;
  background: #e8e0d0;
  margin: 28px 0;
}
.up-trust {
  background: #f5f0e8;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 28px;
}
.up-trust strong {
  color: #1a3a2a;
}

/* -- BUTTONS -- */
.up-btn-main {
  display: block;
  width: 100%;
  background: #c9a84c;
  color: #1a3a2a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 18px 24px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 14px;
}
.up-btn-main:hover {
  background: #f0d080;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201,168,76,0.35);
}
.up-btn-sub {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #5a5a5a;
  text-decoration: none;
}
.up-btn-sub a {
  color: #2d6a4f;
  text-decoration: underline;
}

/* -- COMPARE -- */
.up-compare {
  background: #e8e0d0;
  padding: 70px 24px;
}
.up-compare-inner {
  max-width: 700px;
  margin: 0 auto;
}
.up-section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
  display: block;
  text-align: center;
}
.up-compare h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  color: #1a3a2a;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
.up-compare-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8e0d0;
}
.up-compare-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #1a3a2a;
}
.up-compare-head div {
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.6);
  text-align: center;
}
.up-compare-head div.highlight {
  background: #c9a84c;
  color: #1a3a2a;
}
.up-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #e8e0d0;
}
.up-compare-row:last-child {
  border-bottom: none;
}
.up-compare-row div {
  padding: 14px 20px;
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.up-compare-row div:first-child {
  text-align: left;
  justify-content: flex-start;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 13px;
}
.up-compare-row div.col-premium {
  background: rgba(201,168,76,0.06);
  font-weight: 600;
  color: #1a3a2a;
}
.up-wrap .check { color: #52b788; font-size: 16px; }
.up-wrap .cross { color: #ccc; font-size: 16px; }

/* -- WHY SECTION -- */
.up-why {
  background: #f5f0e8;
  padding: 70px 24px;
}
.up-why-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.up-why h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  color: #1a3a2a;
  margin-bottom: 40px;
  line-height: 1.3;
}
.up-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}
.up-why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: left;
  border-top: 3px solid #52b788;
}
.up-why-card .up-why-emoji {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}
.up-why-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a3a2a;
  margin-bottom: 8px;
}
.up-why-card p {
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.6;
}

/* -- CTA BOTTOM -- */
.up-cta {
  background: linear-gradient(135deg, #1a3a2a, #0f2a1a);
  padding: 80px 24px;
  text-align: center;
}
.up-cta-inner {
  max-width: 520px;
  margin: 0 auto;
}
.up-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 40px);
  color: #f5f0e8;
  line-height: 1.25;
  margin-bottom: 16px;
}
.up-cta p {
  font-size: 15px;
  color: rgba(245,240,232,0.65);
  line-height: 1.7;
  margin-bottom: 36px;
}
.up-cta-btn {
  display: inline-block;
  background: #c9a84c;
  color: #1a3a2a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 44px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 16px;
}
.up-cta-btn:hover {
  background: #f0d080;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201,168,76,0.3);
}
.up-cta-note {
  font-size: 13px;
  color: rgba(245,240,232,0.35);
  margin-top: 14px;
}

/* -- RESPONSIVE -- */
@media (max-width: 600px) {
  .up-why-grid { grid-template-columns: 1fr; }
  .up-price-body { padding: 32px 24px 28px; }
  .up-price-top { padding: 32px 24px; }
  .up-price-number { font-size: 56px; }
  .up-compare-row div, .up-compare-head div { padding: 12px 10px; font-size: 12px; }
  .up-compare-row div:first-child { font-size: 12px; }
}

/* ===================================================================
   MEMBER AREA (ma- prefix)
   =================================================================== */
.ma-wrap {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #f5f0e8;
  color: #1a1a1a;
  min-height: 100vh;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  max-width: none !important;
  padding: 0 !important;
}

/* -- NAVBAR -- */
.ma-nav {
  background: #1a3a2a;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.ma-nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ma-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 14px 0;
  flex-shrink: 0;
}
.ma-nav-brand img {
  height: 32px;
  width: auto;
}
.ma-nav-brand span {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #f5f0e8;
  letter-spacing: 0.3px;
}
.ma-nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ma-nav-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(245,240,232,0.65);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ma-nav-menu a:hover,
.ma-nav-menu a.active {
  color: #f5f0e8;
  background: rgba(255,255,255,0.08);
}
.ma-nav-menu a .nav-icon {
  font-size: 14px;
}
.ma-nav-pill {
  flex-shrink: 0;
}
.ma-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}
.ma-pill-premium {
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.5);
  color: #c9a84c;
}
.ma-pill-free {
  background: rgba(82,183,136,0.15);
  border: 1px solid rgba(82,183,136,0.4);
  color: #52b788;
}
.ma-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #f5f0e8;
  font-size: 22px;
  padding: 8px;
}

/* -- MAIN -- */
.ma-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 24px 60px;
}

/* -- GREETING -- */
.ma-greeting {
  margin-bottom: 32px;
}
.ma-greeting h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 36px);
  color: #1a3a2a;
  line-height: 1.25;
  margin-bottom: 6px;
}
.ma-greeting h1 em {
  font-style: italic;
  color: #2d6a4f;
}
.ma-greeting p {
  font-size: 14px;
  color: #5a5a5a;
}

/* -- STATS -- */
.ma-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.ma-stat-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid #e8e0d0;
  position: relative;
  overflow: hidden;
}
.ma-stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d6a4f, #52b788);
}
.ma-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: 10px;
}
.ma-stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a3a2a;
  line-height: 1;
  margin-bottom: 6px;
}
.ma-stat-sub {
  font-size: 12px;
  color: #5a5a5a;
}

/* -- UPGRADE BANNER -- */
.ma-upgrade-banner {
  background: linear-gradient(135deg, #1a3a2a, #0f2a1a);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.ma-upgrade-banner::before {
  content: '🌱';
  position: absolute;
  font-size: 100px;
  opacity: 0.06;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ma-upgrade-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #f5f0e8;
  margin-bottom: 6px;
  line-height: 1.3;
}
.ma-upgrade-text p {
  font-size: 13px;
  color: rgba(245,240,232,0.6);
  line-height: 1.5;
}
  display: inline-block;
  background: #c9a84c;
  color: #1a3a2a !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.ma-btn-emas:hover {
  background: #f0d080;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.3);
}

/* -- GRID 2 COL -- */
.ma-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* -- CARDS -- */
.ma-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8e0d0;
  overflow: hidden;
}
.ma-card-head {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e8e0d0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ma-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(45,106,79,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.ma-card-head h2 {
  font-size: 15px;
  font-weight: 700;
  color: #1a3a2a;
  margin: 0;
}
.ma-card-body {
  padding: 20px 24px 24px;
}

/* -- WEBINAR -- */
.ma-webinar {
  margin-bottom: 20px;
}
.ma-video-frame {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.ma-video-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* -- AFFILIATE -- */
.ma-aff-link-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}
.ma-input {
  flex: 1;
  min-width: 0;
  background: #f5f0e8;
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  outline: none;
}
.ma-btn-copy {
  background: #ffffff;
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 10px 18px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a3a2a !important;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.ma-btn-copy:hover {
  background: #f5f0e8;
  border-color: #52b788;
}

/* -- KOMISI -- */
.ma-komisi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 4px;
}
.ma-komisi-item {
  background: #f5f0e8;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
}
.ma-komisi-item .k-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: 6px;
}
.ma-komisi-item .k-value {
  font-size: 16px;
  font-weight: 700;
  color: #1a3a2a;
}
.k-available .k-value { color: #2d6a4f; }

/* -- DOWNLINE -- */
.ma-downline-row {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.ma-downline-badge {
  flex: 1;
  background: #f5f0e8;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
.ma-downline-badge .db-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a3a2a;
  line-height: 1;
  margin-bottom: 4px;
}
.ma-downline-badge .db-label {
  font-size: 12px;
  color: #5a5a5a;
}

/* -- AKSES MATERI -- */
.ma-lms-box {
  background: linear-gradient(135deg, rgba(45,106,79,0.08), rgba(82,183,136,0.06));
  border: 1px dashed rgba(45,106,79,0.25);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
}
.ma-lms-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #1a3a2a;
  margin-bottom: 8px;
}
.ma-lms-box p {
  font-size: 13px;
  color: #5a5a5a;
  margin-bottom: 20px;
  line-height: 1.6;
}
.ma-btn-hijau {
  display: inline-block;
  background: #2d6a4f;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.ma-btn-hijau:hover {
  background: #1a3a2a;
  transform: translateY(-1px);
}

/* -- QUICK LINKS -- */
.ma-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.ma-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 10px 18px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a3a2a !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.ma-btn-outline:hover {
  border-color: #52b788;
  background: #f5f0e8;
}
.ma-btn-danger {
  color: #c0392b !important;
  border-color: #f0d0cc;
}
.ma-btn-danger:hover {
  background: #fff5f5;
  border-color: #c0392b;
}

/* -- SHARED COMPONENTS -- */
.ma-footer {
  text-align: center;
  padding: 24px 24px;
  margin-top: 40px;
  font-size: 13px;
  background: #1a3a2a;
  color: rgba(245,240,232,0.65);
  position: relative;
  line-height: 1.6;
}
.ma-footer-link {
  color: #f5f0e8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.ma-footer-link:hover {
  color: #c9a84c;
}
.ma-back-to-top {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #c9a84c;
  color: #1a3a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.2s, transform 0.2s;
  font-weight: bold;
}
.ma-back-to-top:hover {
  background-color: #f0d080;
  color: #1a3a2a;
  transform: translateY(-2px);
}

.ma-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ma-header .st-brand img { height: 32px; width: auto; }
.ma-header .st-brand { display: flex; align-items: center; gap: 10px; }
.ma-header .st-sub { font-size: 13px; color: #5a5a5a; }

.ma-h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #1a3a2a;
  margin-bottom: 6px;
}
.ma-h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #1a3a2a;
  margin-bottom: 8px;
}
.ma-muted {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
}
.ma-divider {
  height: 1px;
  background: #e8e0d0;
  margin: 20px 0;
}

/* -- ALERTS -- */
.ma-alert {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
}
.ma-alert-warn {
  background: #fff5f5;
  border: 1px solid #f0d0cc;
  color: #c0392b;
}
.ma-alert-success {
  background: rgba(82,183,136,0.1);
  border: 1px solid rgba(82,183,136,0.3);
  color: #2d6a4f;
}
.ma-hidden {
  display: none !important;
}

/* -- FORMS -- */
.ma-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.ma-col-12 { grid-column: span 12; }
.ma-col-6 { grid-column: span 6; }
.ma-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a3a2a;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* -- TABLE -- */
.ma-table-wrap {
  overflow-x: auto;
}
.ma-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.ma-table th {
  text-align: left;
  color: #5a5a5a;
  font-size: 12px;
  padding: 0 10px 4px;
  font-weight: 600;
}
.ma-table td {
  padding: 12px 10px;
  background: #ffffff;
  border-top: 1px solid #e8e0d0;
  border-bottom: 1px solid #e8e0d0;
  font-size: 13px;
  color: #1a1a1a;
}
.ma-table td:first-child {
  border-left: 1px solid #e8e0d0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ma-table td:last-child {
  border-right: 1px solid #e8e0d0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* -- LMS CUSTOMIZATION -- */
.ma-course-card {
  border: 1px solid #e8e0d0;
  border-radius: 18px;
  margin-bottom: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,58,42,0.05);
  transition: all 0.3s;
}
.ma-course-card.st-course-open {
  border-color: rgba(45,106,79,0.3);
  box-shadow: 0 8px 30px rgba(45,106,79,0.1);
}
.ma-lesson-item {
  border: 1px solid #e8e0d0;
  border-radius: 14px;
  margin-bottom: 6px;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.2s;
}
.ma-lesson-icon-bg { background: #f5f0e8; border: 1px solid #e8e0d0; }
.ma-lesson-icon-bg.completed { background: rgba(82,183,136,0.1); border-color: rgba(82,183,136,0.3); color: #2d6a4f; }
.ma-progress {
  background: #e8e0d0;
  border-radius: 100px;
  overflow: hidden;
}
.ma-progress-bar {
  background: linear-gradient(90deg, #2d6a4f, #52b788);
  height: 100%;
  display: block;
}

/* -- SPONSOR -- */
.ma-sponsor-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f5f0e8;
  border-radius: 10px;
  padding: 16px 18px;
  margin-top: 4px;
}
.ma-sponsor-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #2d6a4f, #52b788);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  flex-shrink: 0;
}
.ma-sponsor-name {
  font-weight: 700;
  font-size: 15px;
  color: #1a3a2a;
  margin-bottom: 2px;
}
.ma-sponsor-wa {
  font-size: 12px;
  color: #5a5a5a;
}

/* -- RESPONSIVE -- */
@media (max-width: 680px) {
  .ma-grid-2 { grid-template-columns: 1fr; }
  .ma-stats { grid-template-columns: 1fr 1fr; }
  .ma-stats .ma-stat-card:last-child { grid-column: span 2; }
  .ma-komisi-row { grid-template-columns: 1fr; }
  .ma-nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #1a3a2a;
    padding: 12px 16px;
    gap: 2px;
  }
  .ma-nav-menu.open { display: flex; }
  .ma-nav-toggle { display: block; }
  .ma-upgrade-banner { flex-direction: column; align-items: flex-start; }
  .ma-upgrade-banner .ma-btn-emas { width: 100%; text-align: center; }
  .ma-aff-link-row { flex-direction: column; }
  .ma-btn-copy { width: 100%; }
  .ma-downline-row { flex-direction: column; }
}
