.elementor-9 .elementor-element.elementor-element-1edcc91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-8af8fd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-c2aa574{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-8b74956{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-450d4a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-e7aedb8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-2ef0a4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-43df321{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9376c08 */:root {
  --bg-dark: #060b16;
  --bg-soft: #0b1326;
  --primary: #19f6a3;
  --text-light: #e5e7eb;
  --text-muted: #9ca3af;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top, #0b1326, #04070f);
  color: var(--text-light);
}

/* ===== NAVBAR ===== */
.navbar {
  padding: 20px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 38px;
}

.nav-menu a {
  margin: 0 14px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
}

.nav-menu a:hover {
  color: var(--text-light);
}

.nav-actions button {
  margin-left: 10px;
}

/* ===== HERO ===== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.hero {
  padding: 80px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.badge {
  display: inline-block;
  border: 1px solid rgba(25,246,163,0.4);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 24px;
}

.hero-content h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: var(--primary);
}

.hero-content p {
  max-width: 520px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  margin-bottom: 30px;
}

.feature-list li {
  font-size: 20px;
  color: #19f6a3;
}

/* STATS */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.stat-box {
  background: rgba(255,255,255,0.03);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.stat-box strong {
  font-size: 22px;
  display: block;
  color: var(--primary);
}

.stat-box span {
  font-size: 11px;
  color: var(--text-muted);
}

/* BUTTONS */
.btn-primary {
  background: var(--primary);
  color: #000;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
}

.large {
  padding: 14px 26px;
}

.hero-buttons a {
  margin-right: 12px;
  text-decoration: none;
}

/* RIGHT CARD */
.hero-preview {
  text-align: center;
}

.card {
  background: linear-gradient(180deg, #0b1326, #060b16);
  border: 1px solid rgba(25,246,163,0.3);
  border-radius: 18px;
  padding: 20px;
  max-width: 360px;
  margin: auto;
}

.card-header span {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: var(--primary);
  margin-right: 6px;
  border-radius: 4px;
}

.lock {
  font-size: 32px;
  margin: 20px 0 10px;
}

.private-box {
  background: rgba(25,246,163,0.08);
  padding: 14px;
  border-radius: 10px;
  margin: 14px 0;
  position: relative;
}

.private-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  background: #7f1d1d;
  color: #fecaca;
  padding: 2px 8px;
  border-radius: 6px;
}

.card-note {
  font-size: 12px;
  color: var(--text-muted);
}

.demo-text {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f474ac7 *//* ===== PRIVACY SECTION ===== */
.privacy-section {
  padding: 80px 0;
}

.privacy-card {
  background: linear-gradient(135deg, rgba(25,246,163,0.08), rgba(88,28,135,0.15));
  border: 1px solid rgba(25,246,163,0.35);
  border-radius: 20px;
  padding: 40px 46px;
  max-width: 980px;
  margin: auto;
  box-shadow: 0 0 60px rgba(25,246,163,0.08);
}

/* HEADER */
.privacy-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.icon-lock {
  width: 42px;
  height: 42px;
  background: rgba(25,246,163,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.privacy-header h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

/* TEXT */
.privacy-desc {
  color: var(--text-muted);
  max-width: 760px;
  margin-bottom: 14px;
}

.privacy-desc strong {
  color: #ffffff;
}

.privacy-highlight {
  max-width: 800px;
  font-size: 15px;
  color: #e5e7eb;
}

.privacy-highlight span {
  color: var(--primary);
}

/* DIVIDER */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(25,246,163,0.4), transparent);
  margin: 30px 0;
}

/* STATS */
.privacy-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.privacy-stat strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.privacy-stat span {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ee8ba2 *//* ===== PRODUCTION SECTION ===== */
.production-section {
  padding: 100px 0;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.section-head h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  margin-bottom: 14px;
}

.section-head p {
  color: var(--text-muted);
}

/* STEPS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 70px;
}

.step-card {
  background: rgba(255,255,255,0.03);
  border-radius: 18px;
  padding: 32px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 320px;
}

.step-card h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  margin-bottom: 12px;
}

.step-card h3 small {
  font-weight: 400;
  color: var(--text-muted);
}

.step-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.step-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.step-number {
  position: absolute;
  top: 28px;
  right: 28px;
  font-weight: 600;
  opacity: 0.7;
}

/* COLORS */
.step-card.green {
  border-color: rgba(25,246,163,0.35);
}
.step-card.green .step-icon,
.step-card.green .step-number {
  background: rgba(25,246,163,0.15);
  color: var(--primary);
}

.step-card.purple {
  border-color: rgba(168,85,247,0.35);
}
.step-card.purple .step-icon,
.step-card.purple .step-number {
  background: rgba(168,85,247,0.15);
  color: #c084fc;
}

.step-card.yellow {
  border-color: rgba(250,204,21,0.35);
}
.step-card.yellow .step-icon,
.step-card.yellow .step-number {
  background: rgba(250,204,21,0.15);
  color: #facc15;
}

/* LINKS */
.step-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  text-decoration: none;
}

.step-link.green { color: var(--primary); }
.step-link.purple { color: #c084fc; }
.step-link.yellow { color: #facc15; }

/* COMPARISON */
.comparison-box {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.comparison h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.comparison.before h4 {
  color: #f87171;
}

.comparison.after h4 {
  color: var(--primary);
}

.comparison ul {
  list-style: none;
}

.comparison li {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3791cd *//* ===== UTILITY SECTION ===== */
.utility-section {
  padding: 100px 0;
}

.center {
  text-align: center;
}

.pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--primary);
  border: 1px solid rgba(25,246,163,0.4);
  margin-bottom: 14px;
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 60px;
}

.utility-card {
  background: rgba(255,255,255,0.03);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 260px;
}

.utility-card h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  margin: 14px 0 10px;
}

.utility-card p {
  font-size: 14px;
  color: var(--text-muted);
}

.u-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* COLORS */
.green { border-color: rgba(25,246,163,.35); }
.green .u-icon { background: rgba(25,246,163,.15); color: var(--primary); }

.purple { border-color: rgba(168,85,247,.35); }
.purple .u-icon { background: rgba(168,85,247,.15); color: #c084fc; }

.yellow { border-color: rgba(250,204,21,.35); }
.yellow .u-icon { background: rgba(250,204,21,.15); color: #facc15; }

.blue { border-color: rgba(59,130,246,.35); }
.blue .u-icon { background: rgba(59,130,246,.15); color: #60a5fa; }

.u-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  text-decoration: none;
}

.u-link.green { color: var(--primary); }
.u-link.purple { color: #c084fc; }
.u-link.yellow { color: #facc15; }
.u-link.blue { color: #60a5fa; }

/* CONTRACT CARD */
.contract {
  grid-column: span 1;
  background: linear-gradient(180deg, #0b1326, #060b16);
}

.contract-title {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 1px;
}

.contract-hash {
  margin: 12px 0 18px;
  font-weight: 600;
}

.contract-list {
  list-style: none;
  margin-bottom: 20px;
}

.contract-list li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--text-muted);
}

.contract-list strong {
  color: #fff;
}

.live {
  color: var(--primary);
}

.full {
  width: 100%;
  text-align: center;
}

/* DEMO NOTICE */
.demo-notice {
  margin-top: 60px;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid rgba(250,204,21,.3);
  background: rgba(250,204,21,.05);
}

.demo-notice strong {
  display: block;
  margin-bottom: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-022da00 *//* ===== QUICK START SECTION ===== */
.quickstart-section {
  padding: 110px 0;
}

.highlight {
  color: var(--primary);
}

.quick-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0;
}

.qs-card {
  width: 300px;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  text-align: left;
}

.qs-card h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.qs-card p {
  font-size: 13px;
  color: var(--text-muted);
}

.qs-card em {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.7;
}

.qs-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.qs-number {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1326;
  border: 1px solid rgba(255,255,255,0.2);
}

/* COLORS */
.qs-card.green {
  border-color: rgba(25,246,163,0.35);
}
.qs-card.green .qs-icon,
.qs-card.green .qs-number {
  background: rgba(25,246,163,0.15);
  color: var(--primary);
}

.qs-card.purple {
  border-color: rgba(168,85,247,0.35);
}
.qs-card.purple .qs-icon,
.qs-card.purple .qs-number {
  background: rgba(168,85,247,0.15);
  color: #c084fc;
}

/* CONNECTOR */
.qs-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(25,246,163,0.6),
    transparent
  );
}

/* CTA */
.quick-cta {
  max-width: 420px;
  margin: 0 auto 50px;
  padding: 36px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, rgba(25,246,163,0.08), rgba(88,28,135,0.15));
  border: 1px solid rgba(25,246,163,0.35);
}

.quick-cta h3 {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 8px;
}

.quick-cta p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.quick-cta small {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-muted);
}

.ready {
  font-size: 13px;
  color: var(--primary);
  display: block;
  margin-bottom: 6px;
}

/* TRUST */
.quick-trust {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 12px;
  color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abab9f1 */.zklite-section {
  background: radial-gradient(circle at top, #0b1a1f, #050b0f 60%);
  padding: 100px 20px;
  color: #d1d5db;
  font-family: 'Inter', sans-serif;
}

.zklite-container {
  max-width: 1200px;
  margin: auto;
}

.zklite-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.zklite-header h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 16px 0;
}

.zklite-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #9ca3af;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(0,255,200,0.12);
  color: #00ffd1;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Steps */
.zklite-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.step-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,255,200,0.15);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(0,255,200,0.15);
}

.step-number {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  color: #00ffd1;
  margin-bottom: 12px;
  display: block;
}

.step-card h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #9ca3af;
}

/* CTA */
.zklite-cta {
  text-align: center;
  margin: 60px 0;
}

.cta-btn {
  padding: 14px 32px;
  border-radius: 30px;
  background: linear-gradient(90deg, #00ffd1, #00c2ff);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  box-shadow: 0 0 25px rgba(0,255,200,0.6);
}

/* Comparison */
.zklite-compare h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.zklite-compare h2 span {
  color: #00ffd1;
}

.compare-table {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
}

.compare-table .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.compare-table .row.header {
  background: rgba(255,255,255,0.04);
  font-weight: 600;
  color: #ffffff;
}

.compare-table .row:last-child {
  border-bottom: none;
}

.compare-table .row div {
  font-size: 14px;
  color: #d1d5db;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f37254b *//* Learn ZK Concepts */
.zklite-learn {
  padding: 120px 20px;
  background: radial-gradient(circle at center, #0b1a1f, #050b0f 70%);
}

.learn-header {
  text-align: center;
  margin-bottom: 60px;
}

.learn-header h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 10px;
}

.learn-header p {
  color: #9ca3af;
  font-size: 15px;
}

/* Concept Cards */
.concept-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-bottom: 90px;
}

.concept-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 22px;
  transition: all 0.3s ease;
}

.concept-card:hover {
  border-color: rgba(0,255,200,0.4);
  box-shadow: 0 0 25px rgba(0,255,200,0.12);
}

.concept-card h4 {
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
}

.concept-card p {
  font-size: 14px;
  color: #d1d5db;
  margin-bottom: 8px;
}

.concept-card .hint {
  font-size: 12px;
  color: #6b7280;
}

/* Ready Box */
.zklite-ready {
  max-width: 760px;
  margin: auto;
  text-align: center;
  padding: 60px 40px;
  border-radius: 20px;
  border: 1px solid rgba(0,255,200,0.25);
  background: linear-gradient(
    180deg,
    rgba(0,255,200,0.08),
    rgba(0,0,0,0.2)
  );
  box-shadow: 0 0 60px rgba(0,255,200,0.15);
}

.zklite-ready h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  color: #ffffff;
  margin: 20px 0;
}

.zklite-ready h2 span {
  color: #00ffd1;
}

.zklite-ready p {
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.7;
}

/* Stats */
.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
}

.stats strong {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  color: #00ffd1;
}

.stats span {
  font-size: 12px;
  color: #9ca3af;
}

/* Actions */
.ready-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 30px 0;
}

.cta-outline {
  padding: 14px 28px;
  border-radius: 30px;
  border: 1px solid rgba(0,255,200,0.5);
  color: #00ffd1;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-outline:hover {
  background: rgba(0,255,200,0.12);
}

.zklite-ready small {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: #6b7280;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-505b8a0 *//* Footer */
.zklite-footer {
  background: radial-gradient(circle at top, #050b0f, #020609 70%);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 20px 20px;
  font-family: 'Inter', sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr auto;
  gap: 40px;
  align-items: start;
}

/* Left info */
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-meta {
  display: flex;
  gap: 40px;
}

.footer-info .label {
  display: block;
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 6px;
}

.footer-info strong {
  font-size: 14px;
  color: #ffffff;
}

.status-ok {
  color: #00ffd1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-ok i {
  width: 8px;
  height: 8px;
  background: #00ffd1;
  border-radius: 50%;
  display: inline-block;
}

.contract-id {
  color: #ff4d4f;
  font-size: 13px;
}

/* Links */
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links h5 {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 14px;
}

.footer-links a {
  display: block;
  font-size: 14px;
  color: #d1d5db;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #00ffd1;
}

.footer-links .highlight {
  color: #facc15;
}

/* Scroll Indicator */
.footer-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ca3af;
  font-size: 12px;
}

.scroll-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #00ffd1, transparent);
}

/* Bottom */
.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-scroll {
    display: none;
  }
}/* End custom CSS */