:root {
  --primary: #1a1a2e;
  --primary-light: #16213e;
  --secondary: #0f3460;
  --accent: #e94560;
  --light: #ffffff;
  --dark: #222222;
  --darker: #111111;
  --gray: #f5f5f5;
  --border: #e0e0e0;
  --heading-font: "Playfair Display", serif;
  --body-font: "Manrope", sans-serif;
  --accent-font: "Montserrat", sans-serif;

  --bg-color: #ffffff;
  --text-color: #222222;
  --card-bg: #ffffff;
  --section-bg: #f5f5f5;
  --pricing-bg: #ffffff;
  --text-muted: #666666;

  --hero-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%231a1a2e" stop-opacity="0.9"/><stop offset="100%" stop-color="%2316213e" stop-opacity="0.95"/></linearGradient><pattern id="b" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="%23e94560" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/><g opacity="0.3"><path d="M0,540 Q480,360 960,540 T1920,540 V1080 H0 Z" fill="%23ffffff"/></g></svg>');
  --services-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f5f5f5"/><stop offset="100%" stop-color="%23e8e8e8"/></linearGradient><pattern id="b" width="80" height="80" patternUnits="userSpaceOnUse"><rect width="80" height="80" fill="none"/><path d="M0,0 L80,80 M80,0 L0,80" stroke="%23e94560" stroke-width="1" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --showreel-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f0f0f0"/><stop offset="100%" stop-color="%23e0e0e0"/></linearGradient><pattern id="b" width="120" height="120" patternUnits="userSpaceOnUse"><circle cx="60" cy="60" r="40" fill="none" stroke="%231a1a2e" stroke-width="1" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --pricing-bg-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f5f5f5"/><stop offset="100%" stop-color="%23e8e8e8"/></linearGradient><pattern id="b" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0,50 L100,50 M50,0 L50,100" stroke="%230f3460" stroke-width="1" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --about-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f0f0f0"/><stop offset="100%" stop-color="%23e0e0e0"/></linearGradient><pattern id="b" width="150" height="150" patternUnits="userSpaceOnUse"><polygon points="75,0 150,75 75,150 0,75" fill="none" stroke="%23e94560" stroke-width="2" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --contact-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f5f5f5"/><stop offset="100%" stop-color="%23e8e8e8"/></linearGradient><pattern id="b" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="100" cy="100" r="80" fill="none" stroke="%231a1a2e" stroke-width="1" opacity="0.03"/><circle cx="100" cy="100" r="40" fill="none" stroke="%23e94560" stroke-width="1" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
}

.dark-theme {
  --bg-color: #121212;
  --text-color: #ffffff;
  --card-bg: #1e1e1e;
  --section-bg: #2d2d2d;
  --pricing-bg: #2a2a2a;
  --text-muted: #aaaaaa;

  --hero-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%231a1a2e" stop-opacity="0.9"/><stop offset="100%" stop-color="%2316213e" stop-opacity="0.95"/></linearGradient><pattern id="b" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="%23e94560" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/><g opacity="0.1"><path d="M0,540 Q480,360 960,540 T1920,540 V1080 H0 Z" fill="%23ffffff"/></g></svg>');
  --services-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%232d2d2d"/><stop offset="100%" stop-color="%23222222"/></linearGradient><pattern id="b" width="80" height="80" patternUnits="userSpaceOnUse"><rect width="80" height="80" fill="none"/><path d="M0,0 L80,80 M80,0 L0,80" stroke="%23e94560" stroke-width="1" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --showreel-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%232a2a2a"/><stop offset="100%" stop-color="%23222222"/></linearGradient><pattern id="b" width="120" height="120" patternUnits="userSpaceOnUse"><circle cx="60" cy="60" r="40" fill="none" stroke="%23ffffff" stroke-width="1" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --pricing-bg-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%232d2d2d"/><stop offset="100%" stop-color="%23222222"/></linearGradient><pattern id="b" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0,50 L100,50 M50,0 L50,100" stroke="%23ffffff" stroke-width="1" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --about-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%232a2a2a"/><stop offset="100%" stop-color="%23222222"/></linearGradient><pattern id="b" width="150" height="150" patternUnits="userSpaceOnUse"><polygon points="75,0 150,75 75,150 0,75" fill="none" stroke="%23e94560" stroke-width="2" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
  --contact-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="a" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%232d2d2d"/><stop offset="100%" stop-color="%23222222"/></linearGradient><pattern id="b" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="100" cy="100" r="80" fill="none" stroke="%23ffffff" stroke-width="1" opacity="0.03"/><circle cx="100" cy="100" r="40" fill="none" stroke="%23e94560" stroke-width="1" opacity="0.03"/></pattern></defs><rect width="100%" height="100%" fill="url(%23a)"/><rect width="100%" height="100%" fill="url(%23b)"/></svg>');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--bg-color);
  padding-top: 70px;
  transition: all 0.5s ease;
  min-height: 100vh;
  overflow-x: hidden;
}

.welcome-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: var(--accent-font);
  font-size: clamp(2rem, 8vw, 4rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: fadeOut 1.5s ease forwards 1.5s;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.main-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  transition: all 0.5s ease;
  z-index: 1000;
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(10px);
}

.main-navigation.scrolled {
  background: var(--primary);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
  gap: 0.5rem;
}

.logo {
  font-family: var(--accent-font);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--light);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.logo-svg {
  width: 40px;
  height: 40px;
  fill: var(--light);
  transition: fill 0.5s ease;
}

.dark-theme .logo-svg {
  fill: var(--light);
}

.nav-item-link {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  font-family: var(--accent-font);
  font-weight: 500;
  position: relative;
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.nav-item-link:hover {
  color: var(--accent);
}

.nav-item-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--accent);
  transition: width 0.3s ease;
}

.nav-item-link:hover::after {
  width: 100%;
}

.theme-toggle {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.5s ease;
  margin-left: 1rem;
  padding: 0.5rem;
}

.theme-toggle:hover {
  transform: rotate(30deg);
}

.theme-toggle .moon-icon {
  transition: all 0.5s ease;
}

.dark-theme .theme-toggle .moon-icon {
  color: #ffd700;
}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--hero-bg) no-repeat center/cover;
  color: var(--light);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.8s ease;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(233, 69, 96, 0.1) 0%,
    rgba(233, 69, 96, 0) 70%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 8vw, 4rem);
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.hero-description {
  font-size: clamp(1rem, 3vw, 1.2rem);
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 5vw, 3rem);
  margin-top: 3rem;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  min-width: 120px;
}

.stat-number {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  font-weight: 700;
  color: var(--accent);
  display: block;
}

.stat-label {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: rgba(255, 255, 255, 0.8);
}

.primary-button {
  background: var(--accent);
  color: var(--light);
  padding: 0.8rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  font-family: var(--accent-font);
  box-shadow: 0 5px 15px rgba(233, 69, 96, 0.3);
  text-decoration: none;
  display: inline-block;
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(233, 69, 96, 0.4);
  background: #ff2e4f;
  color: var(--light);
}

.outline-button {
  border: 2px solid var(--light);
  color: var(--light);
  background: transparent;
  padding: 0.8rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  font-family: var(--accent-font);
  text-decoration: none;
  display: inline-block;
}

.outline-button:hover {
  background: var(--light);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.button-group {
  gap: 1rem;
}

.content-section {
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 2rem);
  transition: background 0.8s ease;
  background-color: var(--section-bg);
  position: relative;
  overflow: hidden;
}

#services {
  background: var(--services-bg) no-repeat center/cover;
}

#showreel {
  background: var(--showreel-bg) no-repeat center/cover;
}

#pricing {
  background: var(--pricing-bg-img) no-repeat center/cover;
}

#about {
  background: var(--about-bg) no-repeat center/cover;
}

#contact {
  background: var(--contact-bg) no-repeat center/cover;
}

.section-heading {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 6vw, 2.8rem);
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: inherit;
}

.section-heading:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--accent);
  margin: 1.5rem auto 0;
}

.service-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid var(--border);
  overflow: hidden;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-theme .service-card {
  background: rgba(30, 30, 30, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent);
}

.service-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  margin-bottom: 1rem;
  font-family: var(--accent-font);
  color: var(--text-color);
}

.service-card p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  min-height: 60px;
  font-size: clamp(0.9rem, 2.5vw, 1rem);

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dark-theme .service-card p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  box-shadow: 0 5px 15px rgba(26, 26, 46, 0.2);
}

.showreel-section {
  background: var(--showreel-bg);
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 2rem);
}

.showreel-container {
  max-width: 360px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #000;
  aspect-ratio: 9/16;
}

.showreel-video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.showreel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.showreel-container:hover .showreel-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  width: 80px;
  height: 80px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 30px rgba(233, 69, 96, 0.4);
}

.play-button:hover {
  transform: scale(1.1);
  background: #ff2e4f;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.showreel-container:hover .video-controls {
  opacity: 1;
}

.control-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.pricing-container {
  background: var(--pricing-bg);
  border-radius: 16px;
  padding: clamp(2rem, 5vw, 3rem);
  margin: 2rem auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.pricing-container::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(233, 69, 96, 0.1) 0%,
    rgba(233, 69, 96, 0) 70%
  );
  z-index: -1;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.pricing-category {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pricing-category h3 {
  color: var(--primary);
  font-size: 1.5rem;
  font-family: var(--accent-font);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.dark-theme .pricing-category h3 {
  color: var(--light);
}

.pricing-category h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--accent);
}

.pricing-item {
  padding: 1.5rem;
  border-radius: 8px;
  background: var(--pricing-bg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(26, 26, 46, 0.1);
  transition: all 0.3s ease;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: rgba(26, 26, 46, 0.2);
}

.pricing-item strong {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.5rem;
}

.dark-theme .pricing-item strong {
  color: var(--light);
}

.pricing-item .price-badge {
  position: absolute;
  top: -10px;
  right: 15px;
  background: var(--accent);
  color: var(--light);
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.business-edit-pricing {
  grid-column: 1 / -1;
}

.business-edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.info-box {
  background: var(--card-bg);
  border-left: 4px solid var(--accent);
  padding: 1.5rem;
  margin: 2rem 0 0 0;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-box i {
  color: var(--accent);
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.info-box p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-color);
}

.info-box p:last-child {
  margin-bottom: 0;
}

.about-content {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  flex-wrap: wrap;
}

.profile-image-container {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.profile-image-wrapper {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.profile-image-wrapper:hover {
  transform: scale(1.03);
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h3 {
  font-family: var(--accent-font);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--text-color);
}

.about-text p {
  margin-bottom: 1.5rem;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.skills-container {
  margin-top: 2rem;
}

.skill-item {
  margin-bottom: 1.5rem;
}

.skill-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--text-color);
}

.skill-bar {
  height: 8px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 4px;
  width: 0;
  transition: width 1.5s ease;
}

.contact-container {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-form {
  background: var(--card-bg);
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-color);
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.2);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid var(--border);
}

.social-link:hover {
  background: var(--accent);
  transform: translateY(-5px);
  color: var(--light);
}

footer {
  background: var(--primary);
  color: var(--light);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.social-link-footer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link-footer:hover {
  background: var(--accent);
  transform: translateY(-5px);
  color: var(--light);
}

.copyright {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Email Sent Animation */
.email-sent-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.email-sent-animation.active {
  opacity: 1;
  visibility: visible;
}

.animation-content {
  background: var(--card-bg);
  padding: 3rem;
  border-radius: 16px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(50px);
  transition: transform 0.5s ease;
}

.email-sent-animation.active .animation-content {
  transform: translateY(0);
}

.animation-icon {
  width: 80px;
  height: 80px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 69, 96, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(233, 69, 96, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(233, 69, 96, 0);
  }
}

.animation-content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-color);
}

.animation-content p {
  margin-bottom: 1.5rem;
  color: var(--text-muted);
}

.instagram-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(233, 69, 96, 0.1);
  border-radius: 8px;
  border-left: 4px solid var(--accent);
}

.instagram-contact i {
  color: var(--accent);
  font-size: 1.5rem;
}

.instagram-contact p {
  margin: 0;
  font-weight: 500;
}

.close-animation {
  background: var(--accent);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.close-animation:hover {
  background: #ff2e4f;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    width: 100%;
  }

  .primary-button,
  .outline-button {
    width: 100%;
    text-align: center;
  }

  .stats-container {
    gap: 1.5rem;
  }

  .stat-item {
    min-width: 100px;
  }

  .about-content {
    flex-direction: column;
  }

  .profile-image-container,
  .about-text {
    min-width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .business-edit-grid {
    grid-template-columns: 1fr;
  }

  .showreel-container {
    max-width: 280px;
  }

  .navbar-collapse {
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .nav-item-link {
    padding: 0.5rem 0;
  }

  .theme-toggle {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@keyframes fillBar {
  from {
    width: 0;
  }
  to {
    width: var(--skill-level);
  }
}

.animate-skills .skill-progress {
  animation: fillBar 1.5s ease forwards;
}

body.theme-transition {
  transition: background-color 0.5s ease, color 0.5s ease;
}

.content-section::before,
.content-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  pointer-events: none;
}

.content-section::before {
  top: -20px;
  background: linear-gradient(to bottom, transparent, var(--section-bg));
}

.content-section::after {
  bottom: -20px;
  background: linear-gradient(to top, transparent, var(--section-bg));
}

#services::before,
#services::after,
#showreel::before,
#showreel::after,
#pricing::before,
#pricing::after,
#about::before,
#about::after,
#contact::before,
#contact::after {
  display: none;
}
