/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(25, 25, 25, 0.7), rgba(225, 0, 14, 0.7)),
    url("https://mydatemy.info/puma-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-logo {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
  /* filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8)); */
}

.hero-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  word-wrap: break-word;
  max-width: 100%;
}

.hero-description {
  font-size: 0.95rem;
  margin-bottom: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
  padding: 0 15px;
  line-height: 1.5;
}

/* CTA Button Styles */
.cta-button {
  background: linear-gradient(45deg, #e1000e, #ff4757);
  color: white;
  border: none;
  padding: 18px 30px;
  font-size: 0.95rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(225, 0, 14, 0.3);
  margin: 15px auto;
  display: block;
  width: 90%;
  max-width: 320px;
  min-height: 48px;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(225, 0, 14, 0.3);
  touch-action: manipulation;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 0, 14, 0.4);
  background: linear-gradient(45deg, #ff4757, #e1000e);
}

.cta-button:active {
  transform: translateY(0);
}

/* Section Styles */
.section {
  padding: 40px 0;
}

.dark-bg {
  background: linear-gradient(135deg, #191919, #2d2d2d);
  color: white;
}

.hero-gradient {
  background: linear-gradient(135deg, #e1000e, #191919);
  color: white;
}

.section-title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 10px;
}

.dark-bg .section-title {
  color: #e1000e;
}

/* Project Introduction */
.intro-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.intro-item {
  background: white;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #e1000e;
}

.intro-item h3 {
  color: #e1000e;
  font-size: 1.2rem;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Hot Jobs Section */
.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.job-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 18px;
  border-radius: 15px;
  border: 2px solid rgba(225, 0, 14, 0.3);
  backdrop-filter: blur(10px);
}

.job-card h3 {
  color: #e1000e;
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Job Time Section */
.time-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.time-feature {
  text-align: center;
  background: #f8f9fa;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.time-feature .icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.time-feature h3 {
  color: #e1000e;
  font-size: 1.15rem;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Income Section */
.income-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 30px;
}

.income-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 18px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid rgba(225, 0, 14, 0.3);
}

.income-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.income-card h3 {
  color: #e1000e;
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.income-highlight {
  background: rgba(225, 0, 14, 0.2);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #e1000e;
}

.income-highlight h3 {
  color: #e1000e;
  font-size: 1.2rem;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: white;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 2px solid #e1000e;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 3px solid #e1000e;
  object-fit: cover;
  object-position: center;
}

.testimonial-card h3 {
  color: #191919;
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.testimonial-card p {
  color: #333;
  margin-bottom: 12px;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.4;
}

.testimonial-card strong {
  color: #e1000e;
  font-weight: bold;
}

.rating {
  font-size: 1.2rem;
}

.stats-highlight {
  background: linear-gradient(45deg, #e1000e, #ff4757);
  color: white;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.stats-highlight .highlight {
  color: #ffd700;
  font-weight: bold;
}

/* Requirements Section */
.requirements-list {
  margin-bottom: 40px;
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 15px;
  border-radius: 15px;
  border-left: 4px solid #e1000e;
}

.req-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.req-content h3 {
  color: #e1000e;
  margin-bottom: 6px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.support-highlight {
  background: rgba(225, 0, 14, 0.1);
  padding: 25px 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 2px solid #e1000e;
}

.support-highlight h3 {
  color: #e1000e;
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.support-highlight ul {
  list-style: none;
}

.support-highlight li {
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(225, 0, 14, 0.2);
}

.support-highlight strong {
  color: #e1000e;
}

/* Final CTA Section */
.final-cta-content {
  text-align: center;
}

.final-cta-content h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #ffd700;
  line-height: 1.3;
  padding: 0 10px;
}

.steps-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.step {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 18px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.step-number {
  background: #ffd700;
  color: #191919;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto 15px;
}

.step h3 {
  color: #ffd700;
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.urgency-banner {
  background: linear-gradient(45deg, #ffd700, #ffa500);
  color: #191919;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 3px solid #ffd700;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.urgency-banner h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.3;
}

.final-cta-btn {
  font-size: 1.1rem;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #ffd700, #ffa500);
  color: #191919;
  min-width: 280px;
  max-width: 95%;
  word-wrap: break-word;
}

.final-cta-btn:hover {
  background: linear-gradient(45deg, #ffa500, #ffd700);
  transform: translateY(-3px);
}

.contact-info {
  color: #ffd700;
  font-size: 1rem;
  font-weight: bold;
}

/* Mobile-first optimizations */
@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }

  .hero-title {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  .hero-logo {
    max-width: 80px;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .hero-description {
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .section-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .cta-button {
    font-size: 0.9rem;
    padding: 16px 25px;
    width: 95%;
  }

  .final-cta-btn {
    font-size: 1rem;
    padding: 18px 25px;
    min-width: 260px;
  }

  .income-highlight h3 {
    font-size: 1.1rem;
  }

  .stats-highlight h3 {
    font-size: 1.1rem;
  }

  .urgency-banner h3 {
    font-size: 1.05rem;
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1.1rem;
    max-width: 600px;
    padding: 0;
  }

  .cta-button {
    font-size: 1.1rem;
    padding: 15px 30px;
    width: auto;
    min-width: 250px;
  }

  .intro-content {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .time-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .income-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-description {
    font-size: 1.2rem;
  }

  .jobs-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .steps-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .section {
    padding: 80px 0;
  }
}

/* Accessibility and Performance */
@media (prefers-reduced-motion: reduce) {
  .cta-button:hover {
    transform: none;
  }

  .urgency-banner {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .hero-background {
    background-attachment: scroll;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-background {
    background-image: url("https://mydatemy.info/puma-hero-bg.webp");
  }
}

/* iOS-specific fixes */
@supports (-webkit-touch-callout: none) {
  .hero-background {
    background-attachment: scroll !important;
  }

  .cta-button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(225, 0, 14, 0.2);
  }
}

/* Enhanced mobile touch targets */
@media (max-width: 768px) {
  .cta-button,
  .final-cta-btn {
    min-height: 50px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(225, 0, 14, 0.2);
  }

  /* Prevent zoom on input focus */
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* Better typography scaling for mobile */
@media (max-width: 320px) {
  .hero-title {
    font-size: 1.25rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .cta-button {
    font-size: 0.85rem;
    padding: 15px 20px;
  }
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-out;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.popup-content {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 20px;
  max-width: 450px;
  width: 90%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  border: 3px solid #FF6B00;
  margin: auto;
  position: relative;
}

.popup-header {
  padding: 20px 25px 15px;
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  border-radius: 17px 17px 0 0;
  color: white;
}

.popup-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.popup-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 1.8rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.2s ease;
  font-weight: bold;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.popup-body {
  padding: 25px;
}

.popup-body p {
  margin: 0 0 15px 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.popup-body p:last-of-type {
  margin-bottom: 20px;
}

.customer-service-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 25px 0;
  padding: 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border-left: 4px solid #FF6B00;
}

.cs-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #FF6B00;
  object-fit: cover;
}

.cs-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cs-name {
  font-weight: bold;
  color: #FF6B00;
  font-size: 1.1rem;
}

.cs-label {
  font-weight: normal;
  color: #666;
  font-size: 0.9rem;
}

.popup-cta-button {
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.popup-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
}

.popup-cta-button:active {
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile popup adjustments */
@media (max-width: 480px) {
  .popup-content {
    width: 95%;
    max-height: 85vh;
    margin: 20px;
  }

  .popup-header {
    padding: 15px 20px 12px;
  }

  .popup-header h3 {
    font-size: 1.2rem;
  }

  .popup-body {
    padding: 20px;
  }

  .popup-body p {
    font-size: 0.95rem;
  }

  .popup-overlay {
    padding: 15px;
  }

  .popup-content {
    width: 95%;
    max-height: calc(100vh - 30px);
  }

  .customer-service-section {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .cs-info {
    align-items: center;
  }

  .cs-avatar {
    width: 60px;
    height: 60px;
  }

  .popup-cta-button {
    font-size: 1rem;
    padding: 14px 25px;
  }
}
