/* ===== VARIABLES ===== */
:root {
    --brand-gradient: linear-gradient(180deg, #02BFFF 0%, #6CDBFE 100%);
    --brand-gradient-bg: linear-gradient(180deg, #76DDFF 0%, #00BFFF 100%);
    --brand-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --dark-bg: rgba(1, 1, 2, 1);
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
    min-height: 100dvh;
}

footer {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    bottom: 0;
}

.user-menu-dropdown {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    padding: 24px 24px 12px 24px;
    min-width: 270px;
    display: none;
    animation: fadeIn 0.2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-menu-item {
    display: flex;
    align-items: center;
    background: #111;
    color: #fff;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 12px;
    font-size: 1.08rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu-item-blue {
    background: #1ec9ff;
    color: #111;
}

.user-menu-item:hover {
    background: #323248;
    color: #fff;
}

.user-menu-item-blue:hover {
    background: #0bb3e6;
    color: #fff;
}

.user-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.user-avatar span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    border: 2px solid #fff;
}



/* ===== GENERAL STYLES ===== */
/*#ui {
  background-color: var(--dark-bg);
}*/
#particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-color: var(--dark-bg);
}
    #particles-bg > canvas {
        filter: blur(5px); /* BLUR efekti burada! */
    }



#logo{
  max-width:300px; height:auto;
}

/* ===== BUTTON STYLES ===== */


#loginButton {
    background: linear-gradient(180deg, #76DDFF 0%, #00BFFF 100%);
    border-radius: 10px;
    font-size: 21px;
    transition: background 0.3s;
}
#registerButton {
    background: linear-gradient(180deg, #76DDFF 0%, #00BFFF 100%);
    border-radius: 10px;
    font-size: 21px;
    transition: background 0.3s;
}

#loginButton span {
  color: #261028;
      padding: 0px 5px 0px 5px;
}
#registerButton span {
    color: #261028;
    padding: 0px 5px 0px 5px;
}

/* ===== HERO SECTION ===== */

/*.container-fluid{
    margin: 0 2em 0 2em;
}*/
.container-is-colors {
    background: rgba(16, 7, 22, 1);
}

.hero-title,
.hero-subtitle {
    font-family: var(--brand-font);
    font-weight: 900;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -1px;
    font-size: 4rem;
}


.hero-icon {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero-desc {
  color: #fff;
  font-size: 24px;
  max-width: 600px;
  opacity: 0.85;
  margin: 0 auto;
}

/* ===== UPLOAD SECTION ===== */
#uploadMusic {
    background: var(--dark-bg);
    font-family: var(--brand-font);
    font-weight: 700;
    font-size: 20px;
    width: 213px;
    height: 50px;
    border-radius: 15px;
    margin: 1.4rem 0 0 0.4em;
}

#hero-image-div {
    height: 535px;
    background: var(--brand-gradient-bg);
    border-radius: 31px;
    position: relative;
    overflow: visible;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#hero-image {
  width: 595px;
  margin: -20px auto 0 auto;
  box-shadow: 0 6px 32px 0 rgba(100, 50, 200, 0.15);
  display: block;
}

/* ===== HOW IT WORKS SECTION ===== */
.how-section {
  background: rgba(16, 7, 22, 1);
  display: flex;
  justify-content: center;
  padding: 1em;
}

.how-title {
  font-family: var(--brand-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
  width: 342px;
  height: 66px;
  background: linear-gradient(90deg, #E8D2FF 100%, #F7EFFF 100%);
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.how-card {
  width: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 1rem;
  background: rgba(1, 1, 2, 0.25);

  border: 4px solid; /* border genişliği önemli! */
  border-image: conic-gradient(
    from 180deg at 50% 50%,
    #6CDBFE -52.5deg,
    #0D0512 6.95deg,
    #0D0512 47.69deg,
    #0D0512 94.86deg,
    #02BFFF 132.38deg,
    #0D0512 177.92deg,
    #0D0512 196.46deg,
    #0D0512 238.85deg,
    #0D0512 287.47deg,
    #6CDBFE 307.5deg,
    #0D0512 366.95deg
  ) 1;
}


.card-icon {
    background: var(--brand-gradient-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.card-icon i {
  color: black;
  padding: 0.3em;
}

.card-icon-text span {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
  letter-spacing: -4%;
  text-align: center;
  margin: 5px 0 5px 0;
}

.card-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 132%;
    letter-spacing: -4%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0 1em 0 1em;
}

/* ===== GIRAFFE SECTION ===== */


.faq-title {
  color: #7ad3ff;
  font-weight: 700;
  letter-spacing: 2px;
}

.faq-list {
  max-width: 80%;
  text-align: center;
}

.faq-item {
    background: #1a1120;
    border-radius: 12px;
    padding: 18px 22px 14px 22px;
    margin-bottom: 20px;
    border-bottom: 2.5px solid #7ad3ff;  /* Bunu border-image ile aynı anda kullanamazsın, en üstteki border geçerli olur. */
    transition: box-shadow 0.2s;
    border: 4px solid;      /* Bunu border-image ile kullanacaksan tek bir yerde ver! */
    border: 1px solid;      /* En son bu geçerli olur, üsttekinin üstünü ezer! */
    border: 1px solid;
    border-image-source: conic-gradient(from 180deg at 50% 50%, #6CDBFE -52.5deg, #0D0512 6.95deg, #0D0512 47.69deg, #0D0512 94.86deg, #02BFFF 132.38deg, #0D0512 177.92deg, #0D0512 196.46deg, #0D0512 238.85deg, #0D0512 287.47deg, #6CDBFE 307.5deg, #0D0512 366.95deg);

}


.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item:hover {
  box-shadow: 0 6px 16px 0 rgba(122, 211, 255, 0.09);
}

.faq-q {
    font-weight: 600;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 4px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    outline: none;
    transition: background 0.2s;
}
    .faq-q:focus {
        background: #f5fafd;
    }
.faq-arrow {
    margin-left: 10px;
    font-size: 1.2em;
    transition: transform 0.2s;
}
.faq-q.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-a {
  font-size: 0.98rem;
  color: #b3b3cc;
}

@media(min-width : 575px) {
  
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 575px) {

  #logo{
    max-width: 200px;
  }
  #loginButton{
    font-size: 12px;
  }
    #header-div {
        justify-content: space-between !important;
    }
    #hero-image-div,
    #hero-image {
        width: 100%;
        height: auto;
    }
  #giraffe{
      padding: 2em;
  }
  .hero-title,
  .hero-subtitle {
    font-size: 2rem;
  }
    #userMenuToggle{
        gap:0px !important;
    }
    #fullName {
        display:none;
    }

    #uploadMusic {
        margin-bottom: 1em;
    }
  .how-card{
            margin: 0.5em 0 0.5em 0;
            width : auto;
  }

   .faq-list 
   { padding: 0 2px;
     max-width:100%;
   }
  .faq-item { padding: 14px 10px 10px 14px; }
}