
*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
background:#f5f7f904;
color:#222;
line-height:1.6;
scroll-behavior:smooth;
}




nav a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
transition:.2s;
}

nav a:hover{color:#1abc9c;}

section{padding:80px 8%;}

.hero{text-align:center;background:#fff;}
.hero h1{font-size:38px;margin-bottom:20px;}
.hero p{max-width:600px;margin:0 auto 30px;color:#555;}

.btn{
display:inline-block;
padding:14px 28px;
background:#1abc9c;
color:#fff;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:.3s;
}
.btn:hover{background:#16a085;}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:40px;
}

.card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 5px 18px rgba(0,0,0,0.06);
transition:.3s;
}
.card:hover{transform:translateY(-6px);}

h2{margin-bottom:25px;font-size:28px;}

.review{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 3px 12px rgba(0,0,0,0.05);
margin-bottom:20px;
}

.review-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom: 10px;
}

.stars{color:#fbbc04;font-size:18px;}

textarea,input{
width:100%;
padding:12px;
margin-bottom:15px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
}

.star-rating{
display:flex;
gap:6px;
font-size:28px;
cursor:pointer;
margin-bottom:15px;
}

.star{
color:#ddd;
transition:.2s;
}

.star.hover,
.star.selected{
color:#fbbc04;
transform:scale(1.15);
}

/* PREMIUM İLETİŞİM ALANI */

.contact-wrapper{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:30px;
}

.contact-card{
background:#fff;
border-radius:14px;
padding:30px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
transition:.3s;
text-decoration:none;
color:#222;
position:relative;
overflow:hidden;
}

.contact-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.contact-icon{
font-size:40px;
margin-bottom:15px;
}

.whatsapp{color:#25D366;}
.instagram{color:#e32a68;}
.mail{color:#1abc9c;}

.contact-card h3{
margin-bottom:8px;
}

.contact-card p{
font-size:14px;
color:#555;
}

footer{
background:#111;
color:#fff;
text-align:center;
padding:40px 8%;
}

.about{
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 5px 18px rgba(0,0,0,0.06);
}

@media(max-width:768px){
.hero h1{font-size:28px}
nav{display:none}
}
.cards {
display: flex;
gap: 25px;
justify-content: space-between;
flex-wrap: wrap;
}

.card {
flex: 1;
min-width: 280px;
}
@media (max-width: 768px) {
.cards {
flex-direction: column;
}
}
footer {
background: #111;
color: #fff;
padding: 60px 20px;
margin-top: 60px;
}

.footer-container {
max-width: 1100px;
margin: auto;
}

.footer-about {
margin: 0 auto 30px auto;
max-width: 700px;
text-align: center;
color: #ccc;
}

.footer-about h2 {
color: #fff;
margin-bottom: 15px;
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 20px;
font-size: 14px;
color: #888;
}


@media (max-width: 768px) {

header {
position: static;
box-shadow: none;
}

nav {
display: none;
}

}
@media (max-width: 768px) {

header {
position: static;
box-shadow: none;
}

.navbar {
display: flex;
justify-content: flex-start; /* logo sola sabit */
align-items: center;
}

nav {
display: none;
}

}
.featured {
transform: scale(1.05);
border: 2px solid #1abc9c;
position: relative;
box-shadow: 0 15px 35px rgba(26,188,156,0.25);
}

.badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #1abc9c;
color: #fff;
padding: 6px 14px;
font-size: 12px;
font-weight: 600;
border-radius: 20px;
}
.featured {
transform: scale(1);
}
.whatsapp-float {
position: fixed;
right: 20px;
bottom: 20px;
width: 60px;
height: 60px;
background: #25D366;
color: #fff;
font-size: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-decoration: none;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
z-index: 999;
transition: 0.3s;
}

.whatsapp-float:hover {
transform: scale(1.1);
box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}
.fade-in {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
opacity: 1;
transform: translateY(0);
}

.price {
font-size: 28px;
font-weight: 700;
margin: 15px 0;
}

.price span {
display: block;
font-size: 12px;
font-weight: 400;
color: #777;
margin-top: 4px;
}

.features {
list-style: none;
margin: 20px 0;
padding: 0;
}

.features li {
margin-bottom: 10px;
font-size: 14px;
color: #444;
}

.btn.small {
padding: 10px 18px;
font-size: 14px;
}
/* =========================
   PAKETLER GRID FIX
========================= */

#paketler {
  padding: 80px 20px;
}

#paketler .cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

/* Kart Temel Yapı */
#paketler .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid rgb(250, 250, 250);
}

/* Hover */
#paketler .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgb(255, 255, 255);
}

/* Ortadaki (featured) kart */
#paketler .featured {
  transform: scale(1.05);
  border: 1px solid #00ff88;
}

/* Fiyat */
#paketler .price {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
}

#paketler .price span {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 5px;
}

/* Liste */
#paketler .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

#paketler .features li {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.9;
}

/* Buton alta sabit */
#paketler .btn.small {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  #paketler .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  #paketler .featured {
    transform: scale(1);
  }
}

/* =========================
   MOBİL
========================= */
@media (max-width: 768px) {
  #paketler .cards {
    grid-template-columns: 1fr;
  }
}
.logo img{
  margin-left: -40px;
width: 100px;
border-radius: 30px;


}
header{
  background-color: rgb(250, 250, 250);
}
/* Modal Stilleri */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-content h2 {
  margin-top: 0;
  color: #1abc9c;
  margin-bottom: 20px;
}

.modal-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 14px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover,
.close:focus {
  color: #1abc9c;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 25px;
  }
  
  .modal-content h2 {
    font-size: 22px;
  }
}

/* Nefes Alan Animasyon */
@keyframes breathe {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(26, 188, 156, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(26, 188, 156, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(26, 188, 156, 0);
  }
}

/* Butona Animasyon Ekle */
.btn:not(.btn.small) {
  animation: breathe 3s infinite;
  position: relative;
}

.btn:not(.btn.small):hover {
  animation: none;
}
.portfolio-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  position: relative;
  overflow: hidden;
}

.portfolio-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(26, 188, 156, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: float 20s linear infinite;
  pointer-events: none;
}

@keyframes float {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.portfolio-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.portfolio-header {
  text-align: center;
  margin-bottom: 60px;
}

.portfolio-title {
  font-size: 3em;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  letter-spacing: -1px;
}

.portfolio-subtitle {
  font-size: 1.1em;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.project-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  transform: translateY(0);
  position: relative;
  border: 2px solid transparent;
}

.project-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 40px 80px rgba(26, 188, 156, 0.3);
  border-color: #1abc9c;
}

.project-1 {
  border-left: 5px solid #1abc9c;
}

.project-1:hover {
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(26, 188, 156, 0.05));
}

.project-2 {
  border-left: 5px solid #ff9500;
}

.project-2:hover {
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(255, 149, 0, 0.05));
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image {
  transform: scale(1.1);
}

.project-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(26, 188, 156, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: bold;
  backdrop-filter: blur(10px);
  animation: pulse 2s infinite;
}

.project-2 .project-badge {
  background: rgba(255, 149, 0, 0.9);
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.project-content {
  padding: 30px;
  position: relative;
}

.project-number {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 4em;
  font-weight: 900;
  color: rgba(26, 188, 156, 0.1);
  line-height: 1;
}

.project-2 .project-number {
  color: rgba(255, 149, 0, 0.1);
}

.project-title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.project-description {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 0.95em;
}

.project-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.feature-tag {
  background: #f0f0f0;
  color: #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.project-1:hover .feature-tag {
  background: rgba(26, 188, 156, 0.2);
  color: #1abc9c;
}

.project-2:hover .feature-tag {
  background: rgba(255, 149, 0, 0.2);
  color: #ff9500;
}

.project-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1abc9c, #16a085);
  color: white;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.project-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: left 0.3s ease;
}

.project-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(26, 188, 156, 0.4);
}

.project-btn:hover::before {
  left: 100%;
}

.project-2 .project-btn {
  background: linear-gradient(135deg, #ff9500, #e67e22);
}

.project-2 .project-btn:hover {
  box-shadow: 0 10px 25px rgba(255, 149, 0, 0.4);
}

.portfolio-cta {
  text-align: center;
  padding: 40px;
  background: rgba(26, 188, 156, 0.1);
  border-radius: 15px;
  border: 2px dashed rgba(26, 188, 156, 0.5);
}

.portfolio-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1em;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  background: #1abc9c;
  color: white;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 1em;
}

.cta-btn:hover {
  background: #16a085;
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(26, 188, 156, 0.4);
}

@media (max-width: 768px) {
  .portfolio-section {
    padding: 60px 15px;
  }
  .portfolio-title {
    font-size: 2em;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .project-number {
    font-size: 3em;
  }
}

@media (max-width: 480px) {
  .portfolio-title {
    font-size: 1.6em;
  }
  .project-title {
    font-size: 1.3em;
  }
  .project-content {
    padding: 20px;
  }
  .feature-tag {
    font-size: 0.75em;
  }
}
.contact-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-title {
  font-size: 2.8em;
  font-weight: 900;
  color: #000;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.contact-subtitle {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 12px;
  font-weight: 400;
}

.contact-urgency {
  font-size: 1em;
  color: #ff4757;
  font-weight: 700;
  animation: pulse-text 2s infinite;
}

@keyframes pulse-text {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

/* CONTACT CARD BASE */
.contact-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  color: #333;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.contact-card:hover::before {
  left: 100%;
}

/* PRIMARY WHATSAPP */
.contact-primary {
  background: linear-gradient(135deg, #25D366 0%, #20ba58 100%);
  color: white;
  border: 2px solid #25D366;
  transform: scale(1.02);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.3);
}

.contact-primary:hover {
  transform: scale(1.08) translateY(-10px);
  box-shadow: 0 20px 50px rgba(37, 211, 102, 0.5);
  border-color: white;
}

.contact-primary h3,
.contact-primary .contact-cta-text {
  color: white;
}

.contact-primary .contact-meta {
  color: rgba(255,255,255,0.9);
}

/* SECONDARY EMAIL */
.contact-secondary {
  background: white;
  border: 2px solid #1abc9c;
}

.contact-secondary:hover {
  background: #1abc9c;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(26, 188, 156, 0.3);
}

.contact-secondary:hover h3,
.contact-secondary:hover .contact-cta-text,
.contact-secondary:hover .contact-meta {
  color: white;
}

/* TERTIARY INSTAGRAM */
.contact-tertiary {
  background: white;
  border: 2px solid #e32a68;
}

.contact-tertiary:hover {
  background: #e32a68;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(227, 42, 104, 0.3);
}

.contact-tertiary:hover h3,
.contact-tertiary:hover .contact-cta-text,
.contact-tertiary:hover .contact-meta {
  color: white;
}

/* BADGE */
.contact-badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
  background: rgba(0,0,0,0.1);
  white-space: nowrap;
}

.contact-primary .contact-badge {
  background: rgba(255,255,255,0.2);
}

/* ICON */
.contact-icon {
  font-size: 3.5em;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.contact-card:hover .contact-icon {
  transform: scale(1.15) rotate(5deg);
}

/* HEADING */
.contact-card h3 {
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

/* CTA TEXT */
.contact-cta-text {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
  transition: color 0.3s ease;
}

/* META */
.contact-meta {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  flex: 1;
}

.meta-badge {
  font-size: 0.75em;
  padding: 4px 10px;
  background: rgba(0,0,0,0.05);
  border-radius: 15px;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
}

.contact-primary .meta-badge {
  background: rgba(255,255,255,0.25);
  color: white;
}

/* ARROW ICON */
.arrow-icon {
  font-size: 1.5em;
  transition: transform 0.3s ease;
  margin-top: auto;
  opacity: 0.7;
}

.contact-card:hover .arrow-icon {
  transform: translateX(5px);
  opacity: 1;
}

/* TRUST SECTION */
.trust-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  text-align: center;
}

.trust-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.trust-icon {
  font-size: 2em;
  transition: transform 0.3s ease;
}

.trust-item:hover .trust-icon {
  transform: scale(1.2);
}

.trust-item span:last-child {
  font-weight: 600;
  color: #333;
  font-size: 0.95em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2em;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-card {
    padding: 25px;
  }
  
  .contact-primary {
    transform: scale(1);
  }
  
  .contact-primary:hover {
    transform: translateY(-8px) scale(1.05);
  }
  
  .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 1.6em;
  }
  
  .contact-icon {
    font-size: 2.5em;
  }
  
  .trust-items {
    grid-template-columns: 1fr;
  }
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(26, 188, 156, 0.1);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 0;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

/* BRAND */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-logo {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-text {
  font-size: 1.3em;
  font-weight: 800;
  color: #1abc9c;
  letter-spacing: -0.5px;
}

/* MENU */
.navbar-menu {
  display: flex;
  gap: 5px;
  align-items: center;
  list-style: none;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-icon {
  font-size: 1.1em;
  transition: transform 0.3s ease;
}

.nav-link:hover {
  background: rgba(26, 188, 156, 0.1);
  color: #1abc9c;
  transform: translateY(-2px);
}

.nav-link:hover .nav-icon {
  transform: scale(1.3) rotate(10deg);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #1abc9c;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 80%;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 6px;
  padding: 8px;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* MOBILE */
@media (max-width: 768px) {
  .navbar-container {
    height: 60px;
  }

  .hamburger {
    display: flex;
  }

  .navbar-menu {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(26, 188, 156, 0.1);
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .navbar-menu.active {
    max-height: 300px;
  }

  .nav-link {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .nav-link:hover {
    background: rgba(26, 188, 156, 0.15);
    padding-left: 25px;
  }

  .nav-link::after {
    display: none;
  }

  .brand-text {
    font-size: 1.1em;
  }

  .navbar-logo {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 0 15px;
  }

  .brand-text {
    display: none;
  }

  .navbar-logo {
    width: 35px;
    height: 35px;
  }

  .nav-link span:last-child {
    font-size: 0.9em;
  }
}