/* Global Styles - Luxury Typography System */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2c3e50;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.005em;
}

/* Navigation */
.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff1493;
  letter-spacing: -0.01em;
}

/* Hero Section */
.hero-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding: 2rem 0;
  animation: fadeIn 1s ease-out;
}

.tag-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.tag-line {
  width: 30px;
  height: 2px;
  background-color: #ff1493;
  display: inline-block;
}

.digital-tag {
  display: inline-block;
  background-color: rgba(255, 20, 147, 0.1);
  color: #ff1493;
  padding: 8px 20px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #ff1493, #9400d3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-subtitle {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #4a4a4a;
}

.brand-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  max-width: 600px;
  margin-bottom: 2rem;
}

.video-wrapper {
  animation: fadeIn 1s ease-out 0.3s backwards;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container {
  position: relative;
  width: 140%;
  padding-top: 85%;
  /* Increased height for better visibility */
  border-radius: 20px;
  overflow: hidden;
  margin-left: -20%;
  /* Compensate for extra width to keep it centered */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.video-container:hover iframe {
  transform: scale(1.02);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .hero-content {
    text-align: center;
    padding: 3rem 1rem;
  }

  .tag-wrapper {
    justify-content: center;
  }

  .brand-description {
    margin: 0 auto 2rem;
  }

  .mobile-container {
    width: 45%;
    right: 5%;
  }
}

@media (max-width: 576px) {
  .brand-name {
    font-size: 3rem;
  }

  .mobile-container {
    width: 60%;
  }
}

/* Section Styles */
.section-heading {
  font-family: "Playfair Display", Georgia, serif;
  color: #2c3e50;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #007bff;
}

/* Navigation */
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

/* Footer */
footer {
  /* margin-top: 2rem; */
}

footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Buttons */
.btn-primary {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

/* Business Goal Section */
.business-goal-section {
  background: linear-gradient(135deg, rgba(255, 240, 245, 0.5), rgba(255, 255, 255, 1));
  padding: 6rem 0;
}

.gradient-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #ff1493, #9400d3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.goal-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeUp 1s ease-out 0.2s forwards;
}

.brand-highlight {
  color: #ff1493;
  font-style: italic;
}

.challenges-section {
  margin-top: 4rem;
}

.challenges-header {
  opacity: 0;
  animation: fadeUp 1s ease-out 0.4s forwards;
}

.gradient-line {
  width: 3px;
  height: 30px;
  background: linear-gradient(to bottom, #ff1493, #9400d3);
  margin-right: 1rem;
}

.challenges-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.challenge-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateX(20px);
}

.challenge-item:nth-child(1) {
  animation: fadeRight 1s ease-out 0.6s forwards;
}

.challenge-item:nth-child(2) {
  animation: fadeRight 1s ease-out 0.8s forwards;
}

.challenge-item:nth-child(3) {
  animation: fadeRight 1s ease-out 1s forwards;
}

.challenge-item:nth-child(4) {
  animation: fadeRight 1s ease-out 1.2s forwards;
}

.challenge-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #ff1493, #9400d3);
  color: white;
  border-radius: 50%;
  font-weight: 600;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.challenge-item:hover .challenge-number {
  transform: scale(1.1);
}

.challenge-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.challenge-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* User Insights Section */
.user-insights-section {
  background: linear-gradient(135deg, rgba(255, 240, 245, 0.3), rgba(255, 255, 255, 1));
  padding: 6rem 0;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.user-insights-section:hover {
  background: linear-gradient(135deg, rgba(255, 240, 245, 0.5), rgba(255, 255, 255, 1));
}

.quote-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0.1;
}

.insights-content {
  position: relative;
  z-index: 1;
}

.insight-title {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;
}

.insights-text-container {
  max-width: 800px;
  margin: 0 auto;
}

.insight-line {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(20px);
}

.insight-line.emphasis {
  color: #333;
  font-weight: 500;
}

/* Animation for insight lines */
.insight-line {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.insight-line.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Quote icon animation */
@keyframes floatQuote {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(3);
  }

  50% {
    transform: translate(-50%, -48%) scale(3.1);
  }
}

.quote-icon {
  animation: floatQuote 6s ease-in-out infinite;
}

/* Add intersection observer animation classes */
.insight-line.reveal {
  animation: fadeUp 0.8s ease-out forwards;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .challenges-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gradient-heading {
    font-size: 2rem;
  }

  .goal-description {
    font-size: 1.1rem;
    padding: 0 1rem;
  }

  .insight-line {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 75vh;
  }

  .video-wrapper {
    padding: 1rem;
    margin-top: 2rem;
  }

  .video-container {
    width: 100%;
    margin-left: 0;
    padding-top: 56.25%;
    /* Standard 16:9 aspect ratio for mobile */
    border-radius: 15px;
  }

  .video-container iframe {
    border-radius: 15px;
  }

  .business-goal-section {
    padding: 4rem 0;
  }

  .challenge-item {
    padding: 1.25rem;
  }
}

/* Tablet Responsive */
@media (max-width: 992px) and (min-width: 769px) {
  .video-container {
    width: 120%;
    margin-left: -10%;
    padding-top: 75%;
    border-radius: 18px;
  }

  .video-container iframe {
    border-radius: 18px;
  }
}

/* Enhanced Solutions Section Styles */
.solutions-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.solutions-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff1493, transparent);
}

.solution-content {
  padding: 2rem 0;
}

.solution-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ff1493, #9400d3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
}

.solution-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.2;
}

.solution-description {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.6;
}

.features-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.feature-item:hover {
  transform: translateY(-5px);
  border-color: #ffd700;
}

.feature-icon-wrapper {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c3e50;
  font-size: 1rem;
  border: 1px solid #e9ecef;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 1rem;
  font-weight: 600 !important;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.feature-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

/* Impact Metrics */
.impact-metrics {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.metrics-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.metrics-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.metric-card {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.metric-card:hover {
  border-color: #ff1493;
  transform: translateY(-2px);
}

.metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.metric-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

/* Mobile Mockup */
.mobile-mockup {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  background: transparent;
}

.mobile-screen {
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.mobile-screen:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
  .solution-title {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .metrics-row {
    flex-direction: column;
  }

  .metric-card {
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .solution-content {
    padding: 1rem 0;
    margin-bottom: 2rem;
  }

  .solution-title {
    font-size: 1.75rem;
  }

  .feature-item {
    padding: 1rem;
  }

  .impact-metrics {
    padding: 1.5rem;
  }

  .mobile-mockup {
    max-width: 250px;
  }
}
