/* ============================================================
   ZALIFARMA — IMPROVED LANDING PAGE STYLES
   Tambahkan/replace bagian landing di styles.css kamu
   ============================================================ */

/* ---- Reset & variables tambahan ---- */
:root {
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-light: #ccfbf1;
  --green: #16a34a;
  --green-light: #dcfce7;
  --ink: #0f172a;
  --ink2: #1e293b;
  --muted: #64748b;
  --muted2: #94a3b8;
  --line: #e2e8f0;
  --surface: #ffffff;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-2xl: 36px;
}

/* ---- Topbar — improved ---- */
.landing-topbar {
  grid-column: 1 / -1;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 36px;
  height: 68px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(14, 165, 233, 0.12);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 28px rgba(15, 23, 42, 0.06);
}

.landing-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  flex-shrink: 0;
}

.landing-topbar-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
}

.landing-topbar-brand strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.landing-topbar-brand small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.landing-topbar-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.landing-topbar-nav a {
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;
  transition: background 0.18s, color 0.18s;
}

.landing-topbar-nav a:hover {
  background: #f0fdf4;
  color: var(--teal-dark);
}

.landing-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.landing-topbar-btn {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.18s ease;
}

.landing-topbar-btn.is-ghost {
  color: var(--teal-dark);
  background: #f0fdf9;
  border-color: rgba(13, 148, 136, 0.3);
}

.landing-topbar-btn.is-ghost:hover {
  background: #ccfbf1;
}

.landing-topbar-btn.is-solid {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #16a34a);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.28);
}

.landing-topbar-btn.is-solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.38);
}

/* ---- Hero brand section — improved ---- */
.login-brand {
  background: linear-gradient(148deg, #0c4a6e 0%, var(--teal-dark) 36%, #059669 68%, #047857 100%);
  min-height: 100vh;
  padding: 64px 52px 52px;
  position: relative;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
  display: flex;
}

.login-brand::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,0.18) 0, transparent 45%),
    radial-gradient(circle at 85% 85%, rgba(16,185,129,0.22) 0, transparent 40%),
    radial-gradient(circle at 60% 30%, rgba(14,165,233,0.12) 0, transparent 35%);
  pointer-events: none;
}

.login-brand::after {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.login-brand-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

/* Hero copy */
.login-brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 13px;
  font-weight: 700;
  color: #d1fae5;
  letter-spacing: 0.02em;
}

.login-logo-mark {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.22);
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 20px;
  box-shadow: 0 20px 40px rgba(15,23,42,0.2);
}

.login-logo-text {
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.login-logo-plus {
  display: inline-flex;
  margin-left: 10px;
  font-size: 0.4em;
  padding: 8px 14px;
  border-radius: 999px;
  color: #052e16;
  background: linear-gradient(135deg, #d9f99d, #86efac);
  transform: translateY(-10px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.login-brand-heading {
  margin: 20px 0 18px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.login-brand-tagline {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(209, 250, 229, 0.92);
  font-weight: 500;
}

.login-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.login-cta-primary,
.login-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-cta-primary {
  color: #052e16;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  box-shadow: 0 12px 30px rgba(21,128,61,0.28);
}

.login-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(21,128,61,0.38);
}

.login-cta-secondary {
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.28);
  background: rgba(15,23,42,0.18);
  backdrop-filter: blur(12px);
}

.login-cta-secondary:hover {
  transform: translateY(-2px);
  background: rgba(15,23,42,0.26);
}

.login-brand-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.login-brand-points span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.2);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 13px;
  font-weight: 600;
  color: #d1fae5;
}

/* Hero trust bar */
.hero-trust-bar {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-trust-item {
  display: flex;
  flex-direction: column;
}

.hero-trust-item strong {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero-trust-item span {
  font-size: 12px;
  color: rgba(209,250,229,0.8);
  font-weight: 600;
  margin-top: 2px;
}

/* ============================================================
   CARA KERJA SECTION
   ============================================================ */
.section-how {
  grid-column: 1 / -1;
  padding: 88px 40px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.section-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--teal-light);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 56px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
}

.how-steps::before {
  content: '';
  position: absolute;
  top: 56px;
  left: calc(16.6% + 28px);
  right: calc(16.6% + 28px);
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--green));
  opacity: 0.3;
}

.how-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 36px 30px 32px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.how-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(13,148,136,0.12);
}

.how-step-num {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 14px 28px rgba(13,148,136,0.28);
}

.how-step h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.how-step p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

/* ============================================================
   FITUR UNGGULAN
   ============================================================ */
.section-features {
  grid-column: 1 / -1;
  padding: 88px 40px;
  background: linear-gradient(180deg, #fff 0%, #f0fdfa 50%, #fff 100%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background: #fff;
  border: 1px solid rgba(13,148,136,0.12);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green));
  opacity: 0;
  transition: opacity 0.25s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(13,148,136,0.1);
  border-color: rgba(13,148,136,0.24);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(13,148,136,0.22);
}

.feature-icon.teal { background: linear-gradient(135deg, #0ea5e9, #0d9488); }
.feature-icon.green { background: linear-gradient(135deg, #22c55e, #16a34a); }
.feature-icon.violet { background: linear-gradient(135deg, #8b5cf6, #6366f1); }
.feature-icon.orange { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.feature-icon.blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.feature-icon.pink { background: linear-gradient(135deg, #ec4899, #db2777); }

.feature-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.feature-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.feature-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: var(--teal-light);
  color: var(--teal-dark);
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.section-stats {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0c4a6e 0%, var(--teal-dark) 40%, #059669 100%);
  padding: 72px 40px;
  position: relative;
  overflow: hidden;
}

.section-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(255,255,255,0.08) 0, transparent 50%),
              radial-gradient(circle at 90% 50%, rgba(255,255,255,0.06) 0, transparent 40%);
}

.stats-showcase {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-showcase-item strong {
  display: block;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-showcase-item span {
  display: block;
  font-size: 14px;
  color: rgba(209,250,229,0.85);
  font-weight: 600;
  margin-top: 8px;
}

/* ============================================================
   PRICING SECTION
   ============================================================ */
.section-pricing {
  grid-column: 1 / -1;
  padding: 88px 40px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.pricing-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 36px 32px 32px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(15,23,42,0.1);
}

.pricing-card.is-popular {
  border-color: var(--teal);
  background: linear-gradient(180deg, #f0fdfa, #fff);
  box-shadow: 0 20px 48px rgba(13,148,136,0.14);
  transform: scale(1.03);
}

.pricing-card.is-popular:hover {
  transform: scale(1.03) translateY(-6px);
}

.pricing-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(13,148,136,0.3);
  letter-spacing: 0.02em;
}

.pricing-tier {
  font-size: 13px;
  font-weight: 800;
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.pricing-price sup {
  font-size: 0.45em;
  vertical-align: top;
  margin-top: 8px;
  font-weight: 700;
}

.pricing-price sub {
  font-size: 0.35em;
  font-weight: 600;
  color: var(--muted);
}

.pricing-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.5;
}

.pricing-features li i {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 15px;
}

.pricing-features li.disabled {
  color: var(--muted2);
}

.pricing-features li.disabled i {
  color: var(--muted2);
}

.pricing-btn {
  display: block;
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}

.pricing-btn.primary {
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #fff;
  box-shadow: 0 12px 28px rgba(13,148,136,0.28);
}

.pricing-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(13,148,136,0.38);
}

.pricing-btn.secondary {
  background: #f1f5f9;
  color: #334155;
  border: 1.5px solid #e2e8f0;
}

.pricing-btn.secondary:hover {
  background: #e2e8f0;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.section-testimonials {
  grid-column: 1 / -1;
  padding: 88px 40px;
  background: #fff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: linear-gradient(180deg, #f8fafc, #fff);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 32px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15,23,42,0.08);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: #f59e0b;
  font-size: 15px;
}

.testimonial-text {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.testimonial-avatar.a1 { background: linear-gradient(135deg, #0ea5e9, #0d9488); }
.testimonial-avatar.a2 { background: linear-gradient(135deg, #8b5cf6, #6366f1); }
.testimonial-avatar.a3 { background: linear-gradient(135deg, #f59e0b, #ef4444); }

.testimonial-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.testimonial-role {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.section-faq {
  grid-column: 1 / -1;
  padding: 88px 40px;
  background: linear-gradient(180deg, #f0fdfa 0%, #f8fafc 100%);
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(13,148,136,0.15);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(13,148,136,0.08);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  line-height: 1.4;
}

.faq-question i {
  color: var(--teal);
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.25s;
}

.faq-item.is-open .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.section-cta {
  grid-column: 1 / -1;
  padding: 80px 40px;
  background: linear-gradient(135deg, #0c4a6e 0%, var(--teal-dark) 45%, #059669 100%);
  position: relative;
  overflow: hidden;
}

.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0, transparent 45%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.cta-inner p {
  font-size: 17px;
  color: rgba(209,250,229,0.9);
  line-height: 1.75;
  margin-bottom: 36px;
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  min-height: 54px;
  padding: 0 32px;
  border-radius: 16px;
  border: none;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #052e16;
  box-shadow: 0 14px 32px rgba(21,128,61,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(21,128,61,0.4);
}

.cta-btn-secondary {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  transition: all 0.2s;
  text-decoration: none;
}

.cta-btn-secondary:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

/* ============================================================
   FOOTER
   ============================================================ */
.landing-footer {
  grid-column: 1 / -1;
  background: var(--ink);
  padding: 64px 40px 32px;
  color: #fff;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.footer-brand-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer-brand-tagline {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 320px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: grid;
  place-items: center;
  color: #94a3b8;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s;
}

.footer-social a:hover {
  background: rgba(13,148,136,0.3);
  color: #fff;
  border-color: rgba(13,148,136,0.5);
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-col ul a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #94a3b8;
}

/* ---- Login promo strip (kepercayaan) ---- */
.login-promo-strip {
  grid-column: 1 / -1;
  padding: 20px 40px 60px;
  background: #fff;
}

.login-promo-shell {
  max-width: 1160px;
  margin: 0 auto;
}

.login-promo-head {
  max-width: 640px;
  margin-bottom: 32px;
}

.login-promo-head h2 {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 12px;
}

.login-promo-head p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.login-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.login-promo-card {
  background: linear-gradient(180deg, #f8fafc, #fff);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.login-promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15,23,42,0.08);
}

.login-promo-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(13,148,136,0.22);
}

.login-promo-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.login-promo-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.login-promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 36px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, #0c4a6e 0%, var(--teal-dark) 50%, #059669 100%);
  color: #fff;
  box-shadow: 0 28px 56px rgba(13,148,136,0.2);
}

.login-promo-banner strong {
  display: block;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.login-promo-banner p {
  color: rgba(209,250,229,0.9);
  font-size: 15px;
  line-height: 1.65;
  max-width: 600px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .how-steps,
  .features-grid,
  .pricing-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .how-steps::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-how,
  .section-features,
  .section-stats,
  .section-pricing,
  .section-testimonials,
  .section-faq,
  .section-cta,
  .landing-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-steps,
  .features-grid,
  .pricing-grid,
  .testimonials-grid,
  .login-promo-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.is-popular {
    transform: none;
  }

  .pricing-card.is-popular:hover {
    transform: translateY(-6px);
  }

  .stats-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .login-promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-topbar {
    padding: 0 16px;
  }

  .landing-topbar-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .login-brand {
    padding: 36px 20px 28px;
  }

  .login-brand-inner {
    grid-template-columns: 1fr;
  }

  .hero-trust-bar {
    gap: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  .cta-inner h2 {
    font-size: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ---- Login panel panel-close ---- */
.login-panel-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 14px;
  transition: all 0.2s;
}

.login-panel-close:hover {
  background: #fee2e2;
  border-color: #fecaca;
  color: #ef4444;
}
