/* 
 * aigeneratedpornvideo.love - Main Stylesheet
 * Modern, responsive design optimized for SEO and performance
 */

/* Custom Properties */
:root {
  --primary-color: #2E3192;
  --secondary-color: #1BFFFF;
  --accent-color: #FF3366;
  --dark-color: #1A1A2E;
  --light-color: #F8F9FA;
  --text-color: #333333;
  --text-light: #FFFFFF;
  --background-gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  --card-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
  --border-radius: 12px;
  --header-height: 80px;
  --max-width: 1200px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%; /* 10px */
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--text-color);
  background-color: var(--light-color);
  overflow-x: hidden;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2.4rem;
}

p {
  margin-bottom: 1.5rem;
}

ul {
  list-style: none;
}

.container {
  width: 90%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  padding: 10rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-header p {
  font-size: 1.8rem;
  max-width: 60rem;
  margin: 0 auto;
  color: #666;
}

/* Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: var(--header-height);
  display: flex;
  align-items: center;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  width: 40px;
  height: 40px;
}

.site-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.main-nav {
  height: 100%;
}

.nav-list {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 3rem;
}

.nav-list a {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}

.nav-list a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--secondary-color);
  transition: var(--transition);
}

.nav-list a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--dark-color);
  position: absolute;
  transition: var(--transition);
}

.menu-toggle span:first-child {
  top: 0;
}

.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle span:last-child {
  bottom: 0;
}

/* Button Styles */
.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  font-size: 1.6rem;
}

.btn-primary {
  background: var(--background-gradient);
  color: var(--text-light);
  box-shadow: 0 4px 15px rgba(27, 255, 255, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27, 255, 255, 0.4);
  color: var(--text-light);
}

.btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
  transform: translateY(-3px);
}

.get-started-li {
  margin-left: 1rem;
}

/* Hero Section */
.hero-section {
  padding: 18rem 0 10rem;
  background: var(--dark-color);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%232E3192' fill-opacity='0.2' d='M0,160L48,181.3C96,203,192,245,288,229.3C384,213,480,139,576,117.3C672,96,768,128,864,149.3C960,171,1056,181,1152,186.7C1248,192,1344,192,1392,192L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
}

.hero-content {
  position: relative;
  color: var(--text-light);
  max-width: 65rem;
  z-index: 1;
}

.hero-content h1 {
  margin-bottom: 2rem;
}

.hero-content p {
  font-size: 2rem;
  margin-bottom: 4rem;
  opacity: 0.9;
}

.hero-content h1 span {
  color: var(--secondary-color);
  position: relative;
}

.hero-buttons {
  display: flex;
  gap: 2rem;
}

.hero-visual {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  z-index: 1;
}

.tech-circle {
  width: 100%;
  height: 100%;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Benefits Section */
.benefits-section {
  background-color: white;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 3rem;
}

.benefit-card {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 3rem;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: var(--background-gradient);
  color: white;
}

.benefit-card h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

/* How It Works Section */
.how-it-works-section {
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}

.process-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: 80rem;
  margin: 0 auto;
}

.process-step {
  display: flex;
  gap: 3rem;
  position: relative;
}

.process-number {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--background-gradient);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.process-content h3 {
  margin-bottom: 1rem;
}

.cta-container {
  text-align: center;
  margin-top: 6rem;
}

/* Technology Section */
.technology-section {
  background-color: var(--dark-color);
  color: var(--text-light);
}

.technology-section .section-header h2,
.technology-section .section-header p {
  color: var(--text-light);
}

.technology-section .section-header p {
  opacity: 0.8;
}

.tech-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem;
}

.tech-feature {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius);
  padding: 3rem;
  transition: var(--transition);
}

.tech-feature:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.tech-feature h3 {
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.tech-feature p {
  opacity: 0.8;
}

/* Testimonials Section */
.testimonials-section {
  background-color: white;
}

.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem;
}

.testimonial-card {
  background-color: var(--light-color);
  border-radius: var(--border-radius);
  padding: 3rem;
  box-shadow: var(--card-shadow);
}

.testimonial-content {
  margin-bottom: 2rem;
  position: relative;
}

.testimonial-content::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 8rem;
  font-family: Georgia, serif;
  color: rgba(46, 49, 146, 0.1);
  line-height: 1;
}

.testimonial-content p {
  font-style: italic;
  position: relative;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 600;
  color: var(--primary-color);
}

.author-title {
  font-size: 1.4rem;
  color: #666;
}

/* FAQ Section */
.faq-section {
  background-color: #f5f7fa;
}

.faq-container {
  max-width: 80rem;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 2rem;
  border-radius: var(--border-radius);
  background-color: white;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.faq-question {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question h3 {
  margin-bottom: 0;
  font-size: 2rem;
}

.faq-toggle {
  font-size: 2.5rem;
  transition: var(--transition);
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active .faq-answer {
  padding: 0 2rem 2rem;
  max-height: 500px;
}

/* CTA Section */
.cta-section {
  background: var(--background-gradient);
  color: var(--text-light);
  text-align: center;
}

.cta-section h2 {
  color: var(--text-light);
}

.cta-section p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.cta-section .btn-primary {
  background-color: white;
  color: var(--primary-color);
}

.cta-section .btn-primary:hover {
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Footer */
footer {
  background-color: var(--dark-color);
  color: var(--text-light);
  padding: 6rem 0 2rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo span {
  font-size: 1.8rem;
  font-weight: 600;
}

.footer-nav {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
}

.footer-col h4 {
  color: var(--secondary-color);
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-col a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
}

.footer-bottom p {
  opacity: 0.7;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
  .hero-visual {
    right: 5%;
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 58%;
  }
  
  .hero-visual {
    display: none;
  }
  
  .hero-content {
    margin: 0 auto;
    text-align: center;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
  
  .footer-nav {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 56%;
  }
  
  h1 {
    font-size: 3.8rem;
  }
  
  h2 {
    font-size: 3.2rem;
  }
  
  header {
    height: var(--header-height);
  }
  
  .menu-toggle {
    display: block;
    z-index: 1001;
  }
  
  .nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    z-index: 1000;
  }
  
  .nav-list.active {
    right: 0;
  }
  
  .menu-toggle.active span:first-child {
    transform: rotate(45deg);
    top: 9px;
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active span:last-child {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  
  .process-container {
    padding: 0 2rem;
  }
  
  .process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .footer-nav {
    gap: 3rem;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 50%;
  }
  
  section {
    padding: 8rem 0;
  }
  
  .benefits-grid,
  .tech-container,
  .testimonials-container {
    grid-template-columns: 1fr;
  }
  
  .container {
    width: 95%;
    padding: 0 1rem;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  
  .footer-col {
    text-align: center;
  }
}
