:root {
  --orange: #ff6b35;
  --orange-600: #e55a2b;
  --green: #6ab04c;
  --green-2: #4a9b3e;
  --text: #333;
  --muted: #666;
  --bg: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: var(--text);
  overflow-x: hidden;
  background: #f3f3f3;
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  border-radius: 8px;
}

header {
  background: #f3f3f3;
  padding: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.2s ease;
}

header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav {
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.language-selector {
  position: relative;
  display: flex;
  align-items: center;
}

.language-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background 0.2s ease;
  font-family: "Poppins", sans-serif;
}

.language-btn:hover {
  background: #f5f5f5;
}

.world-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.lang-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5e5e5e;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  color: #666;
}

.language-btn[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
  overflow: hidden;
}

.language-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  color: #333;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.lang-option:last-child {
  border-bottom: none;
}

.lang-option:hover {
  background: #f8f8f8;
  color: var(--orange);
}

.lang-option.active {
  background: #fff3e0;
  color: var(--orange);
  font-weight: 600;
}

@media (max-width: 768px) {
  .language-selector {
    width: 100%;
    justify-content: center;
  }

  .language-btn {
    padding: 0.4rem 0.6rem;
  }

  .world-icon {
    width: 26px;
    height: 26px;
  }

  .lang-text {
    font-size: 0.9rem;
  }

  .language-dropdown {
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .world-icon {
    width: 24px;
    height: 24px;
  }

  .lang-text {
    font-size: 0.85rem;
  }
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #666;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--orange);
}

section {
  scroll-margin-top: 90px;
}

.hero {
  margin-top: 70px;
  background: linear-gradient(to top, #ff9900 5%, transparent 60%),
    linear-gradient(to bottom, #f3f3f3 10%, transparent 25%),
    linear-gradient(to bottom, #ffe5cc 0%, #fff5e6 100%);
  min-height: 542px;
  height: 542px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.hero-content {
  padding: 3rem 0;
  align-self: center;
  max-width: 700px;
}

.hero-content h1 {
  font-size: clamp(2rem, 3.2vw, 45px);
  color: #5e5e5e;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 800;
  max-width: 600px;
}

.hero-content p {
  color: #5e5e5e;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.2vw, 19px);
  font-weight: 500;
  line-height: 1.6;
  max-width: 380px;
}

.hero-illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 721px;
  max-width: 100%;
  height: 490px;
}

.hero-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

/* ================================
   YENİ 3D CAROUSEL STYLES
   ================================ */

.gallery-section {
  padding: 4rem 2rem;
  background: #f3f3f3;
}

.gallery-section .section-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 4rem;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-title .first-part {
  color: #5e5e5e;
}

.section-title .second-part {
  color: #659e36;
}

.section-subtitle {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #666;
  margin-bottom: 3rem;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-container-3d {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 450px;
  margin: 0 auto;
  perspective: 1500px;
}

.carousel-wrapper-3d {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item-3d {
  position: absolute;
  width: 250px;
  height: 350px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-card-3d {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.carousel-card-3d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item-3d.center {
  transform: translateX(0%) translateZ(0px) rotateY(0deg) scale(1);
  z-index: 3;
  opacity: 1;
}

.carousel-item-3d.right-1 {
  transform: translateX(70%) translateZ(-150px) rotateY(-20deg) scale(0.75);
  z-index: 2;
  opacity: 0.6;
}

.carousel-item-3d.left-1 {
  transform: translateX(-70%) translateZ(-150px) rotateY(20deg) scale(0.75);
  z-index: 2;
  opacity: 0.6;
}

.carousel-item-3d.right-2 {
  transform: translateX(120%) translateZ(-250px) rotateY(-30deg) scale(0.6);
  z-index: 1;
  opacity: 0.3;
}

.carousel-item-3d.left-2 {
  transform: translateX(-120%) translateZ(-250px) rotateY(30deg) scale(0.6);
  z-index: 1;
  opacity: 0.3;
}

.carousel-item-3d.hidden {
  opacity: 0;
  z-index: 0;
}

.nav-button-3d {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffb84d;
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
  padding: 0;
  margin: 0;
}

.nav-button-3d svg {
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  flex-shrink: 0;
}

.nav-button-3d.prev svg {
  transform: translateX(-3px);
}

.nav-button-3d.next svg {
  transform: translateX(1.5px);
}

.nav-button-3d:hover {
  background: #ff9800;
  opacity: 0.9;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.nav-button-3d.prev {
  left: 0;
}

.nav-button-3d.next {
  right: 0;
}

.nav-button-3d svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  .carousel-container-3d {
    height: 400px;
  }

  .carousel-item-3d {
    width: 200px;
    height: 280px;
  }

  .nav-button-3d {
    width: 50px;
    height: 50px;
  }

  .nav-button-3d svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .carousel-container-3d {
    height: 380px;
  }

  .carousel-item-3d {
    width: 180px;
    height: 250px;
  }

  .nav-button-3d {
    width: 45px;
    height: 45px;
  }
}
/* Carousel Overlay Styles */
.carousel-overlay-3d {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.5rem;
  color: white;
  text-align: center;
  pointer-events: none;
}

.carousel-item-3d.center .carousel-overlay-3d {
  pointer-events: auto;
}

.carousel-item-3d.center:hover .carousel-overlay-3d {
  opacity: 1;
}

.overlay-label-3d {
  font-size: 0.975rem;
  font-weight: 500;
  color: #ff9900;
  margin-bottom: 0.5rem;
}

.overlay-designer-3d {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.overlay-title-3d {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.overlay-likes-3d {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.heart-icon-3d {
  width: 20px;
  height: 20px;
  fill: #ff9900;
  color: #ff9900;
}

.likes-count-3d {
  font-weight: 600;
}

.likes-text-3d {
  color: #d1d5db;
}

/* ================================
   TEAM SECTION - KOMPLE CSS
   ================================ */

.team-section {
  background: linear-gradient(135deg, #7cb342, #689f38);
  padding: 4rem 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.team-container {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3rem;
  align-items: center;
  padding: 0 4rem;
}

.team-header {
  padding-right: 2rem;
}

.team-header h2 {
  font-size: 40px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}

.team-header .subtitle {
  color: #ff9900;
  font-weight: 600;
}

.team-header p {
  margin-top: 1.5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.95;
}

.team-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 50px;
}

.team-carousel {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

.team-grid {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s ease;
}

.team-member-card {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.team-member-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.member-avatar-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  border: 5px solid #f5f5f5;
  margin-bottom: 0.5rem;
}

.member-avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name-text {
  color: #5e5e5e;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}

.member-role-text {
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.5rem;
}

.profile-link-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  background: transparent;
  color: #666;
  text-decoration: underline;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.profile-link-btn:hover {
  color: #7cb342;
  text-decoration: underline;
}

/* Minimal Navigation Buttons - Sadece Beyaz Ok */
.minimal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  z-index: 100;
  padding: 0;
}

.minimal-nav-btn:hover {
  transform: translateY(-50%) scale(1.15);
  opacity: 0.8;
}

.minimal-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.minimal-nav-btn svg {
  display: block;
  width: 28px;
  height: 28px;
  stroke-width: 3;
}

.minimal-prev {
  left: 0;
}

.minimal-next {
  right: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .team-container {
    grid-template-columns: 1fr;
  }

  .team-header {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .team-carousel-wrapper {
    padding: 0 40px;
  }

  .team-carousel {
    padding: 0 20px;
  }

  .team-member-card {
    width: 220px;
    min-width: 220px;
    padding: 1.75rem 1.25rem;
  }

  .member-avatar-circle {
    width: 100px;
    height: 100px;
  }

  .minimal-nav-btn {
    width: 50px;
    height: 50px;
  }

  .minimal-nav-btn svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .team-carousel-wrapper {
    padding: 0 35px;
  }

  .team-member-card {
    width: 200px;
    min-width: 200px;
    padding: 1.5rem 1rem;
  }

  .member-avatar-circle {
    width: 90px;
    height: 90px;
  }

  .member-name-text {
    font-size: 0.9rem;
  }

  .member-role-text {
    font-size: 0.8rem;
  }

  .minimal-nav-btn {
    width: 45px;
    height: 45px;
  }

  .minimal-nav-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* ================================
   TESTIMONIALS SECTION - CAROUSEL
   ================================ */

.testimonials-section {
  padding: 3rem 2rem;
  background: #e4e4e4a6;
  position: relative;
  margin-top: 64px;
  font-style: italic;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 80px;
}

.testimonial-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.testimonial-card-single {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: transparent;
  padding: 2rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card-single.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  font-style: italic;
}

.testimonial-quote::before {
  content: '"';
}

.testimonial-quote::after {
  content: '"';
}

.testimonial-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.rating-star {
  color: #1a1a1a;
  font-size: 1.25rem;
}

.testimonial-name {
  margin-left: 0.5rem;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot:hover {
  background: #666;
}

.pagination-dot.active {
  background: #1a1a1a;
}

/* Navigation Arrows */
.testimonial-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.testimonial-nav-arrow:hover {
  color: #1a1a1a;
  transform: translateY(-50%) scale(1.1);
}

.testimonial-prev {
  left: 10px;
}

.testimonial-next {
  right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 2.5rem 1.5rem;
  }

  .testimonials-container {
    padding: 0 60px;
  }

  .testimonial-card-single {
    padding: 1.5rem;
  }

  .testimonial-quote {
    font-size: 1rem;
  }

  .rating-star {
    font-size: 1.125rem;
  }

  .testimonial-name {
    font-size: 0.9rem;
  }

  .testimonial-nav-arrow {
    width: 45px;
    height: 45px;
  }

  .testimonial-nav-arrow svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 2rem 1rem;
  }

  .testimonials-container {
    padding: 0 50px;
  }

  .testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .rating-star {
    font-size: 1rem;
  }

  .testimonial-name {
    font-size: 0.85rem;
  }

  .testimonial-nav-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-nav-arrow svg {
    width: 18px;
    height: 18px;
  }
}

/* ================================
   PROCESS SECTION
   ================================ */

.process-section {
  padding: 4rem 2rem;
  background: #f3f3f3;
}

.process-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 4rem;
}

.process-header {
  text-align: center;
  margin-bottom: 3rem;
}

.process-header h2 {
  font-size: 40px;
  font-weight: bold;
  color: #5e5e5e;
  margin-bottom: 1rem;
}

.process-header .highlight {
  color: #659e36;
}

.process-header p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
  margin-top: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 458px);
  gap: 1.5rem;
  justify-content: center;
}

.process-card {
  width: 420px;
  height: 208px;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
}

.process-card:hover {
  transform: translateY(-5px);
}

.process-number {
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  opacity: 0.9;
  line-height: 1;
}

.process-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.process-description {
  font-size: 1rem;
  opacity: 0.95;
  line-height: 1.5;
  max-width: 320px;
}

.process-card:nth-child(1),
.process-card:nth-child(3),
.process-card:nth-child(5) {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
}

.process-card:nth-child(2),
.process-card:nth-child(4),
.process-card:nth-child(6) {
  background: linear-gradient(135deg, #ffd93d, #ffb142);
  color: #333;
}

@media (max-width: 1280px) {
  .process-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
  }
}

/* ================================
   CTA SECTION
   ================================ */

.cta-section {
  background: #f3f3f3;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cta-container {
  width: 1384px;
  max-width: 1385px;
  height: 105px;
  background: #659e36;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0 2rem;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta-container h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin: 0;
  line-height: 1;
}

.cta-button {
  background: #659e36;
  color: white;
  border: 2px solid white;
  padding: 1rem 3rem;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(106, 176, 76, 0.3);
}

/* Responsive */
/* ================================
   MOBILE MENU
   ================================ */

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* ================================
   HEADER PROFILE & COIN SECTION
   ================================ */

.user-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 2rem;
  position: relative;
}

.coin-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f7e5c9;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f57c00;
  font-size: 1rem;
}

.coin-icon {
  width: 24px;
  height: 24px;
  background: #ffb300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.profile-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease;
  border: 2px solid transparent;
}

.profile-avatar:hover {
  transform: scale(1.05);
  border-color: #ff6b35;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}

.profile-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.profile-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: white;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.dropdown-header {
  padding: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
  border-radius: 12px 12px 0 0;
}

.dropdown-header h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #333;
  margin: 0 0 0.25rem 0;
  font-weight: 600;
}

.dropdown-header p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.dropdown-menu {
  padding: 0.5rem;
  list-style: none;
  margin: 0;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.dropdown-menu a:hover {
  background: #f8f8f8;
  color: #ff6b35;
  transform: translateX(5px);
}

.dropdown-menu .highlighted {
  background: #fff3e0;
  color: #f57c00;
  font-weight: 600;
}

.dropdown-menu .highlighted:hover {
  background: #ffe0b2;
}

.dropdown-menu .menu-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.dropdown-menu .menu-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  transition: all 0.2s ease;
}

.dropdown-menu a:hover .menu-icon {
  opacity: 1;
}

.dropdown-menu a:hover .menu-icon svg {
  stroke-width: 2.5;
}

.dropdown-footer {
  padding: 0.5rem;
  border-top: 1px solid #f0f0f0;
}

.dropdown-footer a {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #999;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.dropdown-footer a:hover {
  background: #f8f8f8;
  color: #ff6b35;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .user-section {
    margin-left: 0;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
  }

  .coin-display {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .coin-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .profile-avatar {
    width: 40px;
    height: 40px;
  }

  .profile-dropdown {
    right: -20px;
    min-width: 220px;
  }

  .dropdown-menu a {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
  }

  .hero-content h1 {
    white-space: normal;
  }

  .hero-illustration {
    width: 721px;
    max-width: 100%;
    height: 490px;
    position: relative;
    margin: 0;
    align-self: flex-end;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -4rem;
  }

  .team-container {
    grid-template-columns: 1fr;
  }

  .team-header {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .team-carousel {
    overflow: hidden;
    padding: 0 20px;
  }

  .team-nav-btn {
    display: none;
  }
}

/* ================================
   ANIMATIONS
   ================================ */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto;
  }
}
@media (max-width: 480px) {
  .user-section {
    gap: 0.75rem;
  }

  .coin-display {
    padding: 0.35rem 0.6rem;
    font-size: 0.85rem;
  }

  .profile-avatar {
    width: 35px;
    height: 35px;
  }

  .profile-dropdown {
    min-width: 200px;
    right: -10px;
  }
}
