.apr {
  background: #ffffff;
  padding: 64px 0 72px;
}

.apr-title {
  text-align: center;
  font-size: 36px;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: #0f172a;
}

.apr-sub {
  text-align: center;
  color: #5b6b83;
  max-width: 960px;
  margin: 0 auto 28px;
  font-weight: 500;
}

.apr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 12px;
  margin-bottom: 40px;
}

.apr-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 16px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(31, 41, 55, 0.08);
  padding: 22px 22px;
}

.apr-card img {
  width: 44px;
  height: 44px;
}

.apr-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0f172a;
}

.apr-card p {
  margin: 0;
  color: #5b6b83;
  line-height: 1.55;
}

.apr-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 50px !important;
}

.apr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: #2d3748;
  box-shadow: 0 4px 12px rgba(45, 55, 72, 0.15);
}

.apr-btn.outline {
  color: #ffffff;
  background: #0ea5ff;
  border: none;
  box-shadow: 0 4px 12px rgba(14, 165, 255, 0.25);
}

/* Check Eligibility Section */
.eligibility {
  background: #2d3748;
  padding: 80px 0;
  text-align: center;
}

.eligibility-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.eligibility-sub {
  color: #a0aec0;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 40px;
  max-width: 600px;
}

.eligibility-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.input-section {
  margin-bottom: 24px;
  text-align: left;
}

.input-section label {
  display: block;
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
}

.eth-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.input-wrapper input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #2d3748;
}

.input-wrapper input::placeholder {
  color: #a0aec0;
}

.balance {
  color: #718096;
  font-size: 14px;
  font-weight: 500;
}

.status-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.status-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.status-label {
  color: #718096;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.status-value {
  color: #2d3748;
  font-size: 16px;
  font-weight: 600;
}

.status-item:first-child .status-value {
  color: #38b2ac;
}

.check-btn {
  width: 100%;
  height: 48px;
  background: #0ea5ff;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.check-btn-icon {
  width: 20px;
  height: 20px;
}

.check-btn:hover {
  background: #0284c7;
  transform: translateY(-1px);
}

/* Eligibility notifications */
.eligibility-result {
  margin-top: 12px;
  text-align: left;
}

.eligibility-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.eligibility-banner svg { flex-shrink: 0; }

.eligibility-banner.success {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
  text-align: center;
}

.eligibility-banner.error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.eligibility-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.3;
}

.eligibility-banner.success .eligibility-head { justify-content: center; }

.eligibility-head span { font-weight: 700; }
.eligibility-head strong { font-weight: 700; }

.eligibility-actions {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.eth-amount {
  font-weight: 700;
  color: #0f172a;
}

.usd-inline { color: #64748b; font-weight: 600; }

.blur-content { filter: blur(5px); }

.eligibility-banner .claim-text {
  text-align: center;
  margin-top: 6px;
}

/* Cleaner green claim button */
.stake-btn.claim-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #16a34a;
  background: #16a34a;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(22,163,74,0.28);
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.stake-btn.claim-btn:hover {
  background: #15803d;
  border-color: #15803d;
  box-shadow: 0 12px 32px rgba(22,163,74,0.35);
  transform: translateY(-1px);
}

.stake-btn.claim-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(22,163,74,0.25);
}

.check-btn[disabled],
.check-btn[aria-busy="true"] {
  opacity: 0.75;
  cursor: not-allowed;
}

/* Ethereum Ecosystem Section */
.ecosystem {
  background: #f8fafc;
  padding: 80px 0;
  text-align: center;
}

.ecosystem-title {
  color: #2d3748;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.ecosystem-sub {
  color: #718096;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 48px;
  max-width: 600px;
}

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

.ecosystem-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ecosystem-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.ecosystem-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.ecosystem-content h3 {
  color: #2d3748;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.ecosystem-content p {
  color: #718096;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.ecosystem-count {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}

.ecosystem-number {
  color: #2d3748;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

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

.ecosystem-text span {
  color: #718096;
  font-size: 14px;
  font-weight: 500;
}

.view-all-link {
  color: #0ea5ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.view-all-link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .apr-grid {
    grid-template-columns: 1fr;
  }
  
  .apr-title { font-size: 28px; }
  .apr-sub { font-size: 14px; }
  .apr-card { padding: 18px; }
  .apr-actions { flex-direction: column; align-items: center; gap: 12px; }
  .apr-btn { width: 100%; max-width: 300px; }
  
  .eligibility-card {
    margin: 0 20px;
    padding: 24px;
  }
  
  .eligibility-title { font-size: 28px; }
  .eligibility-sub { font-size: 14px; }
  
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .ecosystem-title { font-size: 28px; }
  .ecosystem-sub { font-size: 14px; }
}

@media (max-width: 768px) {
  /* APR section mobile */
  .apr { padding: 48px 0 56px; }
  .apr-title { font-size: 24px; }
  .apr-card { 
    padding: 16px;
    gap: 12px;
  }
  .apr-card img { width: 36px; height: 36px; }
  .apr-card h3 { font-size: 16px; }
  .apr-card p { font-size: 13px; }
  .apr-actions { margin-top: 40px !important; }
  
  /* Eligibility section mobile */
  .eligibility { padding: 48px 0; }
  .eligibility-title { font-size: 24px; }
  .eligibility-card { 
    margin: 0 16px; 
    padding: 20px;
  }
  .input-wrapper { padding: 10px 12px; }
  .eth-icon { width: 16px; height: 16px; }
  .balance { font-size: 12px; }
  .status-section { padding: 12px 0; }
  .status-label { font-size: 11px; }
  .status-value { font-size: 14px; }
  /* Hide success check icon on mobile */
  .eligibility-banner.success .eligibility-head svg { display: none; }
  
  /* Ecosystem section mobile */
  .ecosystem { padding: 48px 0; }
  .ecosystem-title { font-size: 24px; }
  .ecosystem-card { 
    padding: 16px;
    gap: 12px;
  }
  .ecosystem-icon { width: 36px; height: 36px; }
  .ecosystem-content h3 { font-size: 16px; }
  .ecosystem-content p { font-size: 12px; }
  .ecosystem-number { font-size: 24px; }
}

@media (max-width: 768px) {
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }
}

/* Withdrawals Section */
.withdrawals {
  background: #ffffff;
  padding: 80px 0;
}

.withdrawals-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.withdrawals-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #2d3748;
}

.title-highlight {
  color: #0ea5ff;
}

.withdrawals-description {
  color: #718096;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 40px;
}

.withdrawals-description strong {
  color: #2d3748;
  font-weight: 600;
}

.withdrawal-steps {
  margin-bottom: 40px;
}

.step {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  padding: 24px;
  background: #2d3748;
  border-radius: 16px;
  color: #ffffff;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #2d3748;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.step-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.step-content p {
  color: #e2e8f0;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.withdrawals-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background: #0ea5ff;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.withdrawals-btn:hover {
  background: #0284c7;
  transform: translateY(-1px);
}

.withdrawals-visual {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nft-container {
  position: relative;
  text-align: center;
}

.nft-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.nft-labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.nft-label {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #718096;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.withdrawal-info {
  text-align: left;
}

.info-title {
  color: #718096;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
}

.info-subtitle {
  color: #2d3748;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
}

.info-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fef7e7;
  padding: 16px;
  border-radius: 12px;
}

.feature-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.info-feature p {
  color: #2d3748;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .withdrawals-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .withdrawals-title {
    font-size: 32px;
  }
  
  .withdrawals { padding: 48px 0; }
  .step { padding: 18px; margin-bottom: 24px; }
  .step-number { width: 28px; height: 28px; font-size: 14px; }
  .step-content h3 { font-size: 16px; }
  .step-content p { font-size: 13px; }
}

@media (max-width: 768px) {
  /* Withdrawals section mobile */
  .withdrawals { padding: 40px 0; }
  .withdrawals-title { font-size: 24px; }
  .withdrawals-description { font-size: 14px; }
  .step { 
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 12px;
  }
  .step-number { 
    width: 24px; 
    height: 24px; 
    font-size: 12px;
    align-self: center;
  }
  .step-content { text-align: center; }
  .withdrawals-btn {
    width: 100%;
    height: 48px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
  }
  .nft-image { max-width: 280px; }
  .nft-labels { padding: 12px; }
  .nft-label { 
    font-size: 10px;
    padding: 6px 8px;
  }
  .info-subtitle { font-size: 16px; }
  .info-feature { 
    padding: 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/* Community Section */
.community {
  background: #f8fafc;
  padding: 80px 0;
  text-align: center;
}

.community-title {
  color: #2d3748;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.community-sub {
  color: #718096;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 48px;
  max-width: 700px;
}

.community-main {
  margin-bottom: 32px;
}

.discord-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  text-decoration: none;
  max-width: 800px;
  margin: 0 auto;
  transition: all 0.2s ease;
}

.discord-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(88, 101, 242, 0.3);
}

.discord-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.discord-content {
  text-align: left;
}

.discord-content h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 8px;
}

.discord-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin: 0;
}

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

.community-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.community-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.community-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.community-icon.telegram {
  background-color: #0088cc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M9.78 18.65l.28-4.23 7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3 2.1 11.75c-1.21-.35-1.22-.85.26-1.39L21.26 2.7c1.01-.39 1.96.24 1.48 1.86L19.78 18.65c-.33 1.49-1.29 1.86-2.61 1.16l-6.83-5.03z'/%3E%3C/svg%3E");
}

.community-icon.twitter {
  background-color: #1da1f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z'/%3E%3C/svg%3E");
}

.community-icon.research {
  background-color: #718096;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}

.community-icon.github {
  background-color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z'/%3E%3C/svg%3E");
}

.community-icon.blog {
  background-color: #0ea5ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z'/%3E%3C/svg%3E");
}

.community-icon.contact {
  background-color: #718096;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.community-content {
  text-align: left;
}

.community-content h3 {
  color: #2d3748;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.community-content p {
  color: #718096;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 1024px) {
  .community { padding: 48px 0; }
  .community-title { font-size: 28px; }
  .community-sub { font-size: 14px; }
  
  .discord-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  
  .discord-content {
    text-align: center;
  }
  
  .discord-content h3 { font-size: 24px; }
  .discord-content p { font-size: 16px; }
  
  .community-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Community section mobile */
  .community { padding: 40px 0; }
  .community-title { font-size: 24px; }
  .community-sub { font-size: 14px; margin-bottom: 32px; }
  
  .discord-card { 
    padding: 24px 20px;
    gap: 16px;
  }
  .discord-icon { width: 48px; height: 48px; }
  .discord-content h3 { font-size: 20px; }
  .discord-content p { font-size: 14px; }
  
  .community-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .community-card { 
    padding: 16px;
    gap: 12px;
  }
  .community-icon { width: 40px; height: 40px; }
  .community-content h3 { font-size: 14px; }
  .community-content p { font-size: 12px; }
}

/* Footer */
.footer {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 60px 0 40px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

.footer-column h4 {
  color: #2d3748;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
}

.footer-section-title {
  margin-top: 32px !important;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column li:last-child {
  margin-bottom: 0;
}

.footer-column a {
  color: #718096;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #0ea5ff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}

.footer-logo .logo {
  height: 24px;
  width: auto;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-legal a {
  color: #718096;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #0ea5ff;
}

.separator {
  color: #cbd5e0;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 32px;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .container { padding: 0 12px; }
  
  /* Header */
  .site-header { padding: 8px 0; }
  .logo { height: 24px; }
  .menu { gap: 8px; }
  .menu a { font-size: 11px; }
  
  /* Hero */
  h1 { font-size: 28px; }
  .eth-badge { 
    width: 40px; 
    height: 40px; 
    padding: 6px;
  }
  .subhead { font-size: 13px; }
  .cta { 
    height: 44px;
    font-size: 14px;
    width: calc(100% - 32px);
    margin: 8px auto 0;
  }
  
  /* Sections */
  .why { padding: 32px 0 48px; }
  .why h2 { font-size: 28px; }
  .apr { padding: 32px 0 40px; }
  .eligibility { padding: 32px 0; }
  .ecosystem { padding: 32px 0; }
  .withdrawals { padding: 32px 0; }
  .community { padding: 32px 0; }
  .footer { padding: 32px 0 24px; }
  
  /* Cards and components */
  .eligibility-card { 
    margin: 0 12px;
    padding: 16px;
  }
  .input-wrapper { padding: 8px 10px; }
  .check-btn { height: 44px; font-size: 14px; }
  
  .ecosystem-card { padding: 12px; }
  .community-card { padding: 12px; }
  
  .step { padding: 12px; }
  .withdrawals-btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
    margin: 16px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
  }
  .nft-image { max-width: 240px; }
  
  .discord-card { padding: 20px 16px; }
  
  .footer-columns { gap: 24px; }
  .footer-column h4 { font-size: 14px; }
  .footer-column a { font-size: 12px; }
}


/* Extracted from index.html <style> block */
:root {
  --bg-cyan: #c8f2f6;
  --bg-teal: #d7fff7;
  --bg-pink: #f6c2e0;
  --text: #0f172a;
  --muted: #5b6b83;
  --card-bg: #ffffff;
  --cta: #0ea5ff;
  --cta-dark: #1780ff;
  --shadow: 0 10px 30px rgba(31, 41, 55, 0.08);
  --radius-lg: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
  color: var(--text);
  background: radial-gradient(1200px 700px at 50% 35%, rgba(246, 194, 224, 0.55), rgba(246, 194, 224, 0.25) 40%, rgba(246, 194, 224, 0) 60%),
              linear-gradient(135deg, var(--bg-cyan) 0%, var(--bg-pink) 55%, var(--bg-teal) 100%);
  background-attachment: fixed;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: static;
  top: auto;
  z-index: auto;
  background: transparent;
  padding: 18px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 28px;
  width: auto;
  display: block;
}
.menu { display: flex; gap: 28px; }
.menu a {
  text-decoration: none;
  color: #0f172a;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.9;
}
.menu a:hover { opacity: 1; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.nav-toggle:focus { outline: 2px solid #0ea5ff; outline-offset: 2px; }
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f172a;
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Collapse menu on small screens */
@media (max-width: 1024px) {
  .nav { position: relative; }
  .nav-toggle { display: inline-block; }
  .menu {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    z-index: 50;
  }
  .menu a { font-size: 14px; padding: 8px 10px; border-radius: 8px; }
  .menu a:hover { background: #f8fafc; }
  body.nav-open .menu { display: flex; }
}

/* Hero */
.hero {
  position: relative;
  text-align: center;
  padding: 56px 0 48px;
  overflow: hidden;
}
.eth-badge {
  height: 64px;
  width: 64px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin-bottom: 18px;
}
h1 {
  font-size: 56px;
  line-height: 1.05;
  margin: 8px 0 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.subhead {
  max-width: 900px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 24px;
}
.metric { color: #0b1831; }
.metric .label {
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.metric .value {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: min(100%, 440px);
  height: 56px;
  padding: 0 28px;
  background: linear-gradient(180deg, var(--cta) 0%, var(--cta-dark) 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(23, 128, 255, 0.28);
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}
.cta:hover { transform: translateY(-1px); filter: brightness(1.03); box-shadow: 0 14px 26px rgba(23,128,255,0.32); }
.cta:active { transform: translateY(0); box-shadow: 0 8px 16px rgba(23,128,255,0.22); }

/* Why Lido */
.why {
  padding: 56px 0 88px;
  text-align: center;
}
.why h2 {
  font-size: 40px;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.why .why-sub {
  color: var(--muted);
  font-weight: 500;
  margin: 0 auto 32px;
  max-width: 760px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px 26px 26px;
  text-align: left;
}
.card img {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  h1 { font-size: 46px; }
  .metrics { grid-template-columns: 1fr; gap: 10px; }
  .metric .value { font-size: 26px; }
  .cards { grid-template-columns: 1fr; }
  
  /* Header mobile */
  .site-header { padding: 12px 0; }
  .nav { flex-direction: row; gap: 0; }
  .menu { 
    gap: 16px; 
  }
  .menu a { font-size: 13px; }
  
  /* Hero mobile */
  .hero { padding: 40px 0 32px; }
  .subhead { font-size: 16px; }
  .cta { 
    width: calc(100% - 40px); 
    max-width: none; 
    margin: 8px auto 0;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 36px; }
  .container { padding: 0 16px; }
  
  /* Header mobile */
  .menu { gap: 12px; }
  .menu a { font-size: 12px; }
  
  /* Hero mobile */
  .hero { padding: 32px 0 24px; }
  .eth-badge { 
    width: 48px; 
    height: 48px; 
    padding: 8px;
    margin-bottom: 12px;
  }
  .subhead { 
    font-size: 14px;
    margin-bottom: 20px;
  }
  .metrics { gap: 8px; }
  .metric .value { font-size: 22px; }
  .metric .label { font-size: 12px; }
  
  /* Cards mobile */
  .cards { gap: 16px; }
  .card { padding: 20px; }
  .card img { width: 36px; height: 36px; }
  .card h3 { font-size: 18px; }
  .card p { font-size: 14px; }
}


