<<<<<<< HEAD
=======
<<<<<<< HEAD

*
{
  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: 10;
}


.main-nav a 
{
  color: #c7c7e6;
  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;
  border-radius: 0.75rem;
  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;
}


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

.ennea-pink {
  background: #c74dd6;
}

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

.ennea-gold {
  background: #d69e2e;
}
            

main 
{
  padding: 0 1.5rem;
  margin: 2.5rem auto 3rem;
  max-width: 1000px;
}

blockquote 
{
    margin:0;
}
.exp
{
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px double #ffffff0f;
  background: #232222e6;
}

.image {
  position: relative;
  display: flex;
  justify-content: center;
}

.image img {
  max-width: 135%;
  height: auto;
  border-radius: 10px;
  border: 5px double #000;
  display: block;
  opacity: 90%;
}

.centered {
  line-height: 0.3;
  font-style: italic;
  position: absolute;
  top: 18%;
  left: 35%;
  right: 20%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
.quote{
  margin: 0;
  color: rgba(20,20,20,0.92);
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  line-height: 1.25;
  font-weight: 600;
  text-shadow:
    0 1px 5px rgba(255,255,255,0.6),
    0 2px 10px rgba(0,0,0,0.25);
}

.author{
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: rgba(30,30,30,0.75);
  font-style: italic;
}
.cta-btn{
  display: flex;              
  align-items: center;   
  justify-content: center; 
  position: absolute;
  left: 35%;
  top: 90%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 100px;
  padding: 15px; 
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
  color: rgb(184, 183, 183);
  background: linear-gradient(135deg, #0b0b0df2, #2e2e2ef2);
  border: 1px solid white; 
  border-radius: 999px;
  box-shadow:
    0 6px 20px rgba(0,0,0,0.25);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease;

}

.cta-btn:hover{
  transform: translate(-50%, -55%);
  background: linear-gradient(135deg, #717171f2, #2e2e2ef2);
}
.exp p
{
  font-size: 1rem;
}
.ana 
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  box-shadow: 0 24px 60px #000000a6;
  border: 1px double #ffffff0f;
}


.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));
}

.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 
{
  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;
}


.type-card .badge 
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  box-shadow: 0 0 20px #ff7b7b59;
  border-radius: 1000px;
}


.type-card p 
{
  font-size: 1rem;
  line-height: 1.5;
  color: #d4d4f5;
}

input[type=text], select, textarea {
  font-family: "Segoe UI", sans-serif;
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}


input[type=button] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=button]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background: #232222e6;
  padding: 20px;
}

.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease;
}

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

*
{
  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: 10;
}


.main-nav a 
{
  color: #c7c7e6;
  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;
  border-radius: 0.75rem;
  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;
}


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

.ennea-pink {
  background: #c74dd6;
}

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

.ennea-gold {
  background: #d69e2e;
}
            

main 
{
  padding: 0 1.5rem;
  margin: 2.5rem auto 3rem;
  max-width: 1000px;
}

blockquote 
{
    margin:0;
}
.exp
{
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  border: 1px double #ffffff0f;
  background: #232222e6;
}

.image {
  position: relative;
  display: flex;
  justify-content: center;
}

.image img {
  max-width: 135%;
  height: auto;
  border-radius: 10px;
  border: 5px double #000;
  display: block;
  opacity: 90%;
}

.centered {
  line-height: 0.3;
  font-style: italic;
  position: absolute;
  top: 18%;
  left: 35%;
  right: 20%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
.quote{
  margin: 0;
  color: rgba(20,20,20,0.92);
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  line-height: 1.25;
  font-weight: 600;
  text-shadow:
    0 1px 5px rgba(255,255,255,0.6),
    0 2px 10px rgba(0,0,0,0.25);
}

.author{
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: rgba(30,30,30,0.75);
  font-style: italic;
}
.cta-btn{
  display: flex;              
  align-items: center;   
  justify-content: center; 
  position: absolute;
  left: 35%;
  top: 90%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 100px;
  padding: 15px; 
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
  color: rgb(184, 183, 183);
  background: linear-gradient(135deg, #0b0b0df2, #2e2e2ef2);
  border: 1px solid white; 
  border-radius: 999px;
  box-shadow:
    0 6px 20px rgba(0,0,0,0.25);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease;

}

.cta-btn:hover{
  transform: translate(-50%, -55%);
  background: linear-gradient(135deg, #717171f2, #2e2e2ef2);
}
.exp p
{
  font-size: 1rem;
}
.ana 
{
  background: #232222e6;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 18px;
  box-shadow: 0 24px 60px #000000a6;
  border: 1px double #ffffff0f;
}


.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));
}

.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 
{
  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;
}


.type-card .badge 
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  box-shadow: 0 0 20px #ff7b7b59;
  border-radius: 1000px;
}


.type-card p 
{
  font-size: 1rem;
  line-height: 1.5;
  color: #d4d4f5;
}

input[type=text], select, textarea {
  font-family: "Segoe UI", sans-serif;
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}


input[type=button] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=button]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background: #232222e6;
  padding: 20px;
}

.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease;
}

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