@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
      --primary: #e91e63;
      --gradient: linear-gradient(90deg, #dc428f, #f87b5a);
    }

    body {
   font-family: "Plus Jakarta Sans", sans-serif;
 
  }
 .navbar {
      background: #0a0a0a;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      padding: 1rem 0;
    }

    .nav-link {
      color: white !important;
      font-weight: 500;
      margin: 0 12px;
    }

    .nav-link:hover {
      color: #ff6b00 !important;
    }

    .nav-link.active {
      color: #e91e63 !important;
      font-weight: 600;
    }

    .hero {
      background: linear-gradient(135deg, #0a0a0a 60%, #1a0033 100%);
      min-height: 80vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }

    .hero-content h1 {
      font-size: 80px;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 1.5rem;
      color: white;
    }

    .hero-content p {
      font-size: 18px;
      color: #ddd;
      font-weight: 600;
      max-width: 520px;
    }

    .btn-signup {
      background: var(--gradient);
      color: white;
      padding: 10px 30px;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s;
    }

    .btn-signup:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(233, 30, 99, 0.4);
    }

    .crypto-graphic {
      position: relative;
      z-index: 2;
    }

    .arrow-up {
      font-size: 180px;
      color: #ff9800;
      filter: drop-shadow(0 10px 20px rgba(255, 152, 0, 0.5));
    }
   /*forms */
#signupForm .form-control {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 16px;
  padding: 10px 14px;
  height: auto;
}

#signupForm .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

#signupForm .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: white;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
  color: white;
}

/* Butoni */
#signupForm button {
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s;
}

#signupForm button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.trust-logo {
  background: #f8f9fa;
  padding: 18px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.trust-logo.binance {
  background: #000;
  color: #f3ba2f;
}

.trust-logo.nansen {
  background: #000;
  color: #00ff9d;
}

.guarantee-image-box {
  background: linear-gradient(135deg, #1a1a1a, #3a1a2e);
  border-radius: 20px;
  padding: 25px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  min-height: 160px;
}

.guarantee-image-box img {
  max-height: 150px;
  width: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}
.list-unstyled li{
    font-size: 20px;
}
/* ==================== JOIN NOW BANNER ==================== */

.contact-icon-circle {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-section .form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
}

.contact-section .form-control:focus {
  border-color: #E85B77;
  box-shadow: 0 0 0 4px rgba(232, 91, 119, 0.15);
}

/* ==================== HIGHLIGHTS SECTION ==================== */

.highlight-card {
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  transition: all 0.3s ease;
  min-height: 148px;
}

.highlight-card:hover {
  border-color: #E85B77;
  box-shadow: 0 12px 35px rgba(232, 91, 119, 0.15);
  transform: translateY(-6px);
}

.icon-wrapper {
  width:130px;
  height: 130px;
  background: #1a1a1a;           
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.highlight-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.highlights-section h5{
  font-size: 30px;
  margin-top: 20px;
}

.highlights-section p{
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}


/* ==================== STEP INTO CRYPTO SECTION ==================== */
.step-crypto-section .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: white;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 1.05rem;
}

.step-crypto-section .form-control::placeholder {
  color: rgba(255,255,255,0.65);
}

.step-crypto-section .form-control:focus {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: #FC8450;
  box-shadow: 0 0 0 4px rgba(252, 132, 80, 0.2);
  color: white;
}

.step-crypto-section .input-group-text {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-right: none;
}

/* ==================== CORE CAPABILITIES - STIL SI NË IMAGJIN ==================== */
.capabilities-list {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.capability-row {
  display: grid;
  grid-template-columns: 70px 1fr 2.2fr;
  align-items: center;
  padding: 20px 28px;
  gap: 25px;
  border-bottom: 1px solid #f5f0f3;
  background: #fff9fb;           /* Ngjyra e lehtë rozë si në screenshot */
  transition: all 0.2s ease;
}

.capability-row:last-child {
  border-bottom: none;
}

.capability-icon {
  font-size: 32px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.capability-name {
  font-weight: 600;
  color: #1f1f1f;
  font-size: 1.08rem;
}

.capability-desc {
  color: #555;
  font-size: 1.02rem;
  line-height: 1.4;
}

/* ==================== CORE CAPABILITIES - STIL SI NË FOTO ==================== */
.capabilities-table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.capability-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding: 18px 24px;
  gap: 30px;
  border-bottom: 1px solid #f5f0f3;
  background: #fff9fb;     /* Ngjyra e lehtë rozë */
}

.capability-row:last-child {
  border-bottom: none;
}

.capability-name {
  font-weight: 600;
  font-size: 1.08rem;
  color: #1f1f1f;
}

.capability-desc {
  color: #555;
  font-size: 1.02rem;
}

/* Reviews Box */
.reviews-box {
  background: #fff;
  border: 2px solid #fce7f0;
  outline: 2px solid #fce7f0;
  outline-offset: 15px;
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(232, 91, 119, 0.09);
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.trusted-badge {
  background: #10b981;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 30px;
}

.rating-score {
  font-size: 20px;
  font-weight: 800;
  color: #00440b;
  margin-right: 10px;
}

.stars {
  font-size: 20px;
  color: #fbbf24;
  letter-spacing: 4px;
}

.review-count {
  font-size: 1rem;
}

.reviews-text {
  color: #444;
  line-height: 1.55;
}

/* ==================== FOOTER ==================== */
.site-footer {
  background: #000000;
  background-image: radial-gradient(ellipse 60% 50% at 65% 40%, #130421  0%, transparent 70%);
  color: white;
  padding: 50px 0 30px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: white;
  margin-bottom: 6px;
}

.footer-tagline {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #E85B77, #FC8450);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-btn:hover { opacity: 0.85; }

.footer-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4px;
}

.footer-nav a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.footer-nav a:hover { color: white; }

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-legal-links {
  display: flex;
  gap: 20px;
}

.footer-legal-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.footer-legal-links a:hover { color: white; }

.footer-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.9rem;
  color: white;
  cursor: pointer;
}

.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin-bottom: 24px;
}

.footer-disclaimer {
  color: rgba(255,255,255,0.35);
  font-size: 0.82rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.footer-copyright {
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin: 0;
}


.currency1{
  font-size: 32px;
}
.currency2{
  font-size: 17px;
}

/* ==================== ANALYTICS SECTION - ME COINS ==================== */
.analytics-section {
  position: relative;
}

.crypto-coin {
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.65));
  transition: all 0.6s ease;
  animation: float 7s ease-in-out infinite;
}

.coin-left {
  animation-delay: 0.3s;
}

.coin-right {
  animation-delay: 2.8s;
}

.coin-middle {
  animation-delay: 1.1s;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.55));
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-6deg); }
  50% { transform: translateY(-42px) rotate(7deg); }
}

/* ==================== CORE FEATURES ==================== */
.feature-icon-box {
  width: 64px;
  height: 64px;
  background: #1a1a1a;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-box img {
  /* filter: invert(1); */
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* Risk-Free Banner */
.risk-free-banner {
  background: linear-gradient(90deg, #E85B77 0%, #FC8450 100%);
  border-radius: 16px;
  padding: 28px 36px;
}

.risk-free-btn {
  background: #0f0f0f;
  color: white;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  padding: 14px 60px;
  border-radius: 8px; 
  border: none;
  white-space: nowrap;
}

.risk-free-btn:hover {
  background: #222;
  color: white;
}

/* ==================== STEP INTO CRYPTO ==================== */
.step-crypto-section {
  background: #ffffff;
  background-image:
    radial-gradient(ellipse 35% 55% at 95% 50%, rgba(232, 91, 119, 0.3) 0%, transparent 65%),
    radial-gradient(ellipse 20% 40% at 5% 50%, rgba(232, 91, 119, 0.1) 0%, transparent 60%);
  min-height: 520px;
  display: flex;
  align-items: center;
}

.step-input {
  border: 1.5px solid #1a1a1a;
  border-radius: 10px;
  font-size: 1rem;
}

.step-input:focus {
  border-color: #E85B77;
  box-shadow: 0 0 0 3px rgba(232, 91, 119, 0.12);
}

.input-group .step-input:first-child {
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.input-group .step-input:last-child {
  border-left: none;
  border-radius: 0 10px 10px 0;
}

/* ==================== JOIN NOW SECTION ==================== */
.join-now-section {
  position: relative;
  margin-top: 80px;
}

.join-now-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, #11061c 0%, transparent 70%);
  pointer-events: none;
}

.app-store-btn img {
  filter: brightness(1.05);
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.app-store-btn:hover img {
  transform: scale(1.08);
}

/* Getting Started Steps */
.steps-container .step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.step-number {
  width: 60px;
  height: 60px;
  background: #08111b;
  color: white;
  font-weight: 700;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  flex-shrink: 0;
}

.step-content h5 {
  font-size: 25px;
  margin-bottom: 8px;
  font-weight: 700;
}

.step-content p {
  font-size: 20px;

}

/* Stats Bar */
.stats-bar h3 {
  font-size: 50px;
}

.stats-bar p {
  font-size: 20px;
}
/* Portfolio Form */
.track-portfolio .form-control {
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 16px;
}
.title {
  font-weight: 800;
  font-size: 50px;
  margin-top: 50px;
  letter-spacing: 1;
}

.title span {
  display: block;
}

.and {
  margin-left: 0; /* mund ta rregullosh nëse do fine-tuning */
}

/* ==================== CONTACT SECTION ==================== */
.contact-section input.form-control,
.contact-section textarea.form-control {
  border-radius: 12px;
  border: 1.5px solid #e0e0e0;
  padding: 14px 18px;
  font-size:15px;
}

.contact-section input.form-control:focus,
.contact-section textarea.form-control:focus {
  border-color: #E85B77;
  box-shadow: 0 0 0 4px rgba(232, 91, 119, 0.15);
}

.contact-section .input-group-text {
  border-radius: 12px 0 0 12px;
  border: 1.5px solid #e0e0e0;
  border-right: none;
}

.email-icon-box {
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  transition: all 0.3s;
}

.email-icon-box:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

/* ==================== CRYPTO FAQ ==================== */
.crypto-faq .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.crypto-faq .accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #fff;
}

.crypto-faq .accordion-button:not(.collapsed) {
  background-color: #fff0f5;
  color: #E85B77;
  box-shadow: none;
}

.crypto-faq .accordion-body {
  padding: 0 25px 25px 25px;
  color: #555;
  line-height: 1.6;
}

/* First item active style */
.crypto-faq .accordion-button[aria-expanded="true"] {
  border-bottom: 1px solid #f0f0f0;
}

/* ==================== CRYPTO FAQ ==================== */
.faq2-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq2-btn {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: color 0.2s;
}

.faq2-btn:hover {
  color: #E85B77;
}

.faq2-btn.active {
  color: #E85B77;
  border: 1.5px solid #E85B77;
  border-radius: 8px;
  padding: 20px 16px;
}

.faq2-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq2-btn.active .faq2-icon {
  transform: rotate(180deg);
}

.faq2-answer {
  display: none;
  padding: 0 0 20px 0;
  color: #444;
  font-size: 0.97rem;
  line-height: 1.7;
}

.faq2-answer ul, .faq2-answer ol {
  color: #444;
  line-height: 1.8;
}

/* ==================== CRYPTO SUPPORT ==================== */
.support-img-box {
  background: linear-gradient(135deg, #1a0a0a 0%, #151620 50%, #6b3a42 100%);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  overflow: hidden;
}

.support-img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.4));
}


.privacy-content h1 {
      font-size: 3.5rem;
      font-weight: 900;
      letter-spacing: 2px;
      margin-bottom: 24px;
      color: #000000;
    }
    .privacy-content h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
      
      text-transform: uppercase;
      margin-top: 32px;
      margin-bottom: 10px;
    }
    .privacy-content p {
      font-size: 16px;
       line-height: 1.6;
      color: #333;
      margin-bottom: 12px;
    }
    .privacy-content ul, .privacy-content ol {
      padding-left: 20px;
      margin-bottom: 12px;
    }
    .privacy-content li {
      font-size: 0.95rem;
      line-height: 1.8;
      color: #333;
      margin-bottom: 4px;
    }
    .privacy-content .disc-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
    }
    .privacy-content .disc-title::before {
      content: "• ";
      color: #333;
    }
    .breadcrumb-nav {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 24px;
    }
    .breadcrumb-nav a {
      color: #888;
      text-decoration: none;
    }
    .breadcrumb-nav a:hover { color: #E85B77; }
    .breadcrumb-nav span { margin: 0 8px; }

    /* Legal Basis Table */
    .legal-table {
      border: 1.5px solid #E85B77;
      border-radius: 16px;
      overflow: hidden;
      margin: 20px 0;
    }
    .legal-table-header {
      display: grid;
      grid-template-columns: 3fr 2fr;
      padding: 12px 24px;
      gap: 24px;
    }
    .legal-table-header p {
      color: #E85B77 !important;
      font-weight: 600;
      margin: 0;
    }
    .legal-table-row {
      display: grid;
      grid-template-columns: 3fr 2fr;
      padding: 16px 24px;
      gap: 24px;
      border-top: 1px solid #f0d0d8;
    }
    .legal-table-row p { margin: 0; }
    .legal-table-row .scope-text { font-weight: 700; font-size: 17px; }

    /* Cookies Table */
    .cookies-table {
      border: 1.5px solid #E85B77;
      border-radius: 16px;
      overflow: hidden;
      margin: 20px 0;
    }
    .cookies-table-header {
      display: grid;
      grid-template-columns: 1fr 3fr 2fr;
      padding: 12px 24px;
      gap: 24px;
    }
    .cookies-table-header p {
      color: #E85B77 !important;
      font-weight: 600;
      margin: 0;
    }
    .cookies-table-row {
      display: grid;
      grid-template-columns: 1fr 3fr 2fr;
      padding: 16px 24px;
      gap: 24px;
      border-top: 1px solid #f0d0d8;
    }
    .cookies-table-row p { margin: 0; font-size: 0.92rem; }

    @media (max-width: 768px) {
      .legal-table-header, .legal-table-row,
      .cookies-table-header, .cookies-table-row {
        grid-template-columns: 1fr;
        padding: 12px 16px;
      }
      .privacy-content h1 { font-size:40px; }
    }

    .conditions-content h1 {
      font-size: 3.5rem;
      font-weight: 900;
      letter-spacing: 2px;
      margin-bottom: 32px;
      color: #000000;
    }
    .conditions-content h2 {
      font-size: 20px;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: 36px;
      margin-bottom: 14px;
      letter-spacing: 0.5px;
    }
    .conditions-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
      margin-bottom: 8px;
    }
    .conditions-content ul {
      padding-left: 20px;
      margin-bottom: 12px;
    }
    .conditions-content li {
      font-size: 0.95rem;
      line-height: 1.8;
      color: #333;
      margin-bottom: 4px;
    }
    .breadcrumb-nav {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 24px;
    }
    .breadcrumb-nav a {
      color: #888;
      text-decoration: none;
    }
    .breadcrumb-nav a:hover { color: #E85B77; }
    .breadcrumb-nav span { margin: 0 8px; }

   