* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  overflow-x: hidden;
}

.main-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #1f2937 0%, #1e3a8a 50%, #000000 100%);
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.max-width {
  max-width: 1024px;
  margin: 0 auto;
}

.max-width-large {
  max-width: 1536px;
  margin: 0 auto;
}

/* Header Styles */
.header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #2563eb 0%, #7c3aed 50%, #1f2937 100%);
  padding: 5rem 0;
  text-align: center;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 40 0 L 0 0 0 40' fill='none' stroke='rgba(255, 255, 255, 0.1)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E");
  opacity: 0.2;
}

.badge {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(90deg, #ec4899 0%, #9333ea 100%);
  border-radius: 9999px;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
}

.main-title {
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(180deg, #cffafe 0%, #60a5fa 50%, #1e40af 100%);
  -webkit-background-clip: text;
  background-clip: text;

  text-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #67e8f9;
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.8);
  margin-bottom: 2rem;
}

.description {
  font-size: 1.25rem;
  color: #e5e7eb;
  margin-bottom: 3rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  background: linear-gradient(90deg, #06b6d4 0%, #2563eb 100%);
  color: white;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  border: 2px solid #22d3ee;
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  user-select: none;
}

.cta-button:hover {
  background: linear-gradient(90deg, #0891b2 0%, #1d4ed8 100%);
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.8);
  transform: translateY(-2px);
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Section Styles */
.section {
  padding: 5rem 0;
  position: relative;
}

.section-dark {
  background: linear-gradient(90deg, #374151 0%, #111827 50%, #000000 100%);
}

.section-final {
  background: linear-gradient(180deg, #000000 0%, #111827 50%, #164e63 100%);
}

.radial-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.1), transparent 50%);
}

.final-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(34, 211, 238, 0.2), transparent 70%);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.875rem;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
}

.gradient-text {
  background: linear-gradient(90deg, #a3e635 0%, #22d3ee 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.5);
}

.white-text {
  color: white;
}

/* Grid Layouts */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

/* Card Styles */
.card {
  background: linear-gradient(135deg, #374151 0%, #1f2937 50%, #111827 100%);
  border: 2px solid rgba(34, 211, 238, 0.3);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(34, 211, 238, 0.3);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.large-card {
  margin-bottom: 2rem;
}

.card-header {
  padding: 1.5rem 1.5rem 0;
}

.card-content {
  padding: 1.5rem;
}

.large-padding {
  padding: 2rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
}

.card-title.large {
  font-size: 1.5rem;
}

.card-title.extra-large {
  font-size: 1.875rem;
}

.card-title.pink {
  color: #f472b6;
}

.card-title.purple {
  color: #a78bfa;
}

.card-title.blue {
  color: #60a5fa;
}

.card-title.cyan {
  color: #22d3ee;
}

.card-title.green {
  color: #4ade80;
}

.card-content p {
  color: #e5e7eb;
  margin-bottom: 1rem;
}

.card-content p:last-child {
  margin-bottom: 0;
}

.large-text {
  font-size: 1.25rem;
  color: #e5e7eb;
  margin-bottom: 1.5rem;
}

.medium-text {
  font-size: 1.125rem;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}

/* Feature Boxes */
.feature-box {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  display: block;
}

.feature-icon.large {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.feature-icon.pink {
  color: #f472b6;
}

.feature-icon.purple {
  color: #a78bfa;
}

.feature-icon.cyan {
  color: #22d3ee;
}

.feature-icon.yellow {
  color: #fbbf24;
}

.feature-icon.orange {
  color: #fb923c;
}

.feature-icon.red {
  color: #f87171;
}

.feature-box p {
  color: white;
  font-weight: 600;
}

/* Step Numbers */
.step-number {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.step-number.pink {
  color: #f472b6;
}

.step-number.purple {
  color: #a78bfa;
}

.step-number.blue {
  color: #60a5fa;
}

.step-number.cyan {
  color: #22d3ee;
}

/* Badges */
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.badge-cyan {
  background: linear-gradient(90deg, #06b6d4 0%, #2563eb 100%);
  border: 1px solid #22d3ee;
  color: white;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.badge-lime {
  background: linear-gradient(90deg, #84cc16 0%, #16a34a 100%);
  border: 1px solid #a3e635;
  color: white;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.badge-orange {
  background: linear-gradient(90deg, #f97316 0%, #dc2626 100%);
  border: 1px solid #fb923c;
  color: white;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* Roadmap */
.roadmap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.roadmap-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.roadmap-number {
  font-size: 1.5rem;
  font-weight: 900;
}

.roadmap-number.green {
  color: #4ade80;
}

.roadmap-number.blue {
  color: #60a5fa;
}

.roadmap-number.purple {
  color: #a78bfa;
}

.roadmap-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
}

/* Investment */
.investment-box {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

.investment-box p {
  color: white;
  font-weight: 600;
}

.return-box {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.2) 0%, rgba(249, 115, 22, 0.2) 100%);
  border-radius: 0.5rem;
}

.return-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5rem;
}

.return-subtitle {
  font-size: 1.125rem;
  color: #e5e7eb;
}

/* Final Section */
.final-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.final-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}

.final-description {
  font-size: 1.25rem;
  color: #e5e7eb;
  margin-bottom: 3rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.final-button {
  background: linear-gradient(90deg, #06b6d4 0%, #2563eb 100%);
  color: white;
  font-weight: bold;
  padding: 1.5rem 3rem;
  border-radius: 9999px;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.final-button:hover {
  background: linear-gradient(90deg, #0891b2 0%, #1d4ed8 100%);

}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: #d1d5db;
}

.link-final {
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.3s ease;
}

.link-final:hover {
  color: #d1d5db;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Floating Instagram Button */
.floating-instagram {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 1rem auto;
  background: radial-gradient(circle at 65% 15%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 100%);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0.6em;
  width: max-content;
  transition: transform 0.2s, box-shadow 0.2s;
}

.floating-instagram:hover {
  transform: scale(1.12) rotate(-8deg);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

.floating-instagram svg {
  display: block;
  color: #fff;
}

.instagram-footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 0.5rem 0;
}

.instagram-account-label {
  margin-left: 0.75rem;
  font-size: 1.05rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(40, 90, 235, 0.18);
  border-radius: 0.7em;
  padding: 0.2em 0.7em;
  display: inline-block;
  vertical-align: middle;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.market-banner-footer {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.85rem 0;
  font-size: 1.08rem;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.small-footer-warning {
  font-size: 0.92rem;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.5rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .final-title {
    font-size: 2rem;
  }

  .grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .roadmap-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .contact-info {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3rem 0;
  }

  .header {
    padding: 3rem 0;
  }
}