<<<<<<< HEAD
=======
<<<<<<< HEAD
html{
  scroll-padding-top: 120px;
}

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

body 
{
  font-family: "Segoe UI", sans-serif;
  color: #c7c7e6;
  min-height: 100vh;
  background: #05050a;
  position: relative;
  background-color: #202020;
  background-image:
    radial-gradient(circle at center,
      rgba(95, 95, 95, 0.488) 40%,
      rgba(0, 0, 0, 0.075) 70%,
      rgba(0, 0, 0, 0.9) 100%),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAMElEQVQ4T2NkwA38zwAEYBxVSFGB4T8GhgYGBgZGAaE0IYpGQGkuiEEkoBqI0JYpGQBADz0B9WlH0xkAAAAAElFTkSuQmCC");
  background-size: 100% 100%, 150px 150px;
  background-repeat: no-repeat, repeat;
}

header{
  position: sticky;
  top: 0;
  z-index: 9999999;
  backdrop-filter: none;
}

header::before{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter: blur(10px);
  background: rgba(20,20,30,0.35);
  z-index:-1;
}


.top-container 
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}


.brand 
{
  display: flex;
  align-items: center;
}

.arr-down
{
    cursor: pointer;
}

.logo 
{
  height: 90px;
  width: 90px;
  border-radius: 50%;
  object-fit: cover;
}


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


.menu-icon 
{
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  margin-left:auto;
}

.main-nav 
{
  display: flex;
  gap: 1.5rem;
  margin-left: 2rem;
  position: relative;
  z-index: 9999990;
}


.main-nav a 
{
  color: #d8d8ff;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
          
.demo-dropdown {
  list-style: none;
}

.demo-dropdown > li {
  position: relative;
  display: inline-block;
}

.ennea-menu {
  position: absolute;
  top: 100%;
  left: -8rem;
  display: none;
  min-width: 520px;
  background: #292938f2;
  border-radius: 18px;
  padding: 1.75rem 2rem;
  border: 1px solid #ffffff14;
  list-style: none;
  z-index: 9999;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover .ennea-menu {
  display: block;
}



.ennea-group + .ennea-group {
  margin-top: 1.5rem;
}

.ennea-group h3 {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.ennea-group p {
  font-size: 0.85rem;
  color: #c7c7e6;
  margin-bottom: 0.75rem;
}


.ennea-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}


.ennea-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;   
  text-align: center;   
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  font-weight: 600;
  min-width: 140px;
  color: #fff;
  box-shadow: 0 10px 20px #00000080;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ennea-pill .ennea-name {
  font-size: 0.9rem;
}

.ennea-pill .ennea-code {
  font-size: 0.75rem;
}

/* Hover efekti */
.ennea-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px #000000b3;
  filter: brightness(1.05);
}

/* Renk varyasyonları (duygu / kafa / vücut) */
.ennea-pink {
  background: #c74dd6;
}

.ennea-blue {
  background: #3b82f6;
}

.ennea-gold {
  background: #d69e2e;
}
            

main 
{
  padding: 0 1.5rem;
  margin: 0 auto 3rem;
  max-width: 1000px;
}
.start
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
  margin-top: 1.5rem;
}
.start h1
{
  border-bottom: 1px solid #ffffff2d;
  justify-content: center;
  display: flex;
}
.start h3
{
  gap: 1px;
  justify-content: center;
  display: flex;
}

.gelişme
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.ilişki
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.gelişim
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.son
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.ana 
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}


.ana h1 
{
  font-size: 2rem;
  margin-bottom: 0.5rem;
}


.ana p 
{
  color: #c7c7e6;
  max-width: 36rem;
}


.enneagram-grid {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.type-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.enneagram-grid a
{
  text-decoration: none;
}
.type-card 
{
  background: linear-gradient(135deg, #0b0b0df2, #2e2e2ef2);
  padding: 1.25rem 1.1rem 1.3rem;
  border-radius: 16px;
  border: 1px solid #ffffff14;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;
}

.type-card::before 
{
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8c8ff59;
}

.type-card:hover 
{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #000000bf;
  border-color: #7f5af0e6;
}

.type-card h2 
{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #d4d4f5;
}

footer
{
  border-top: 1px solid #ffffff0f;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #9a9ab8;
=======
>>>>>>> temp-branch
html{
  scroll-padding-top: 120px;
}

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

body 
{
  font-family: "Segoe UI", sans-serif;
  color: #c7c7e6;
  min-height: 100vh;
  background: #05050a;
  position: relative;
  background-color: #202020;
  background-image:
    radial-gradient(circle at center,
      rgba(95, 95, 95, 0.488) 40%,
      rgba(0, 0, 0, 0.075) 70%,
      rgba(0, 0, 0, 0.9) 100%),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAMElEQVQ4T2NkwA38zwAEYBxVSFGB4T8GhgYGBgZGAaE0IYpGQGkuiEEkoBqI0JYpGQBADz0B9WlH0xkAAAAAElFTkSuQmCC");
  background-size: 100% 100%, 150px 150px;
  background-repeat: no-repeat, repeat;
}

header{
  position: sticky;
  top: 0;
  z-index: 9999999;
  backdrop-filter: none;
}

header::before{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter: blur(10px);
  background: rgba(20,20,30,0.35);
  z-index:-1;
}


.top-container 
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}


.brand 
{
  display: flex;
  align-items: center;
}

.arr-down
{
    cursor: pointer;
}

.logo 
{
  height: 90px;
  width: 90px;
  border-radius: 50%;
  object-fit: cover;
}


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


.menu-icon 
{
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  margin-left:auto;
}

.main-nav 
{
  display: flex;
  gap: 1.5rem;
  margin-left: 2rem;
  position: relative;
  z-index: 9999990;
}


.main-nav a 
{
  color: #d8d8ff;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
          
.demo-dropdown {
  list-style: none;
}

.demo-dropdown > li {
  position: relative;
  display: inline-block;
}

.ennea-menu {
  position: absolute;
  top: 100%;
  left: -8rem;
  display: none;
  min-width: 520px;
  background: #292938f2;
  border-radius: 18px;
  padding: 1.75rem 2rem;
  border: 1px solid #ffffff14;
  list-style: none;
  z-index: 9999;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover .ennea-menu {
  display: block;
}



.ennea-group + .ennea-group {
  margin-top: 1.5rem;
}

.ennea-group h3 {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.ennea-group p {
  font-size: 0.85rem;
  color: #c7c7e6;
  margin-bottom: 0.75rem;
}


.ennea-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}


.ennea-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;   
  text-align: center;   
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  font-weight: 600;
  min-width: 140px;
  color: #fff;
  box-shadow: 0 10px 20px #00000080;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ennea-pill .ennea-name {
  font-size: 0.9rem;
}

.ennea-pill .ennea-code {
  font-size: 0.75rem;
}

/* Hover efekti */
.ennea-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px #000000b3;
  filter: brightness(1.05);
}

/* Renk varyasyonları (duygu / kafa / vücut) */
.ennea-pink {
  background: #c74dd6;
}

.ennea-blue {
  background: #3b82f6;
}

.ennea-gold {
  background: #d69e2e;
}
            

main 
{
  padding: 0 1.5rem;
  margin: 0 auto 3rem;
  max-width: 1000px;
}
.start
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
  margin-top: 1.5rem;
}
.start h1
{
  border-bottom: 1px solid #ffffff2d;
  justify-content: center;
  display: flex;
}
.start h3
{
  gap: 1px;
  justify-content: center;
  display: flex;
}

.gelişme
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.ilişki
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.gelişim
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.son
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}
.ana 
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #ffffff2d;
}


.ana h1 
{
  font-size: 2rem;
  margin-bottom: 0.5rem;
}


.ana p 
{
  color: #c7c7e6;
  max-width: 36rem;
}


.enneagram-grid {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.type-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.enneagram-grid a
{
  text-decoration: none;
}
.type-card 
{
  background: linear-gradient(135deg, #0b0b0df2, #2e2e2ef2);
  padding: 1.25rem 1.1rem 1.3rem;
  border-radius: 16px;
  border: 1px solid #ffffff14;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;
}

.type-card::before 
{
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8c8ff59;
}

.type-card:hover 
{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #000000bf;
  border-color: #7f5af0e6;
}

.type-card h2 
{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #d4d4f5;
}

footer
{
  border-top: 1px solid #ffffff0f;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #9a9ab8;
<<<<<<< HEAD
=======
>>>>>>> f6e1af7 (İlk commit)
>>>>>>> temp-branch
}