/*
   Main Stylesheet for aigeneratedcelebporn.pw
   Created: 2025-08-07
   This stylesheet includes responsive design for mobile devices
   Color scheme: Pink/Teal with dark background
*/

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

:root {
    /* Color Variables - Pink/Teal Theme */
    --primary: #FF4088;
    --secondary: #00E0FF;
    --background-dark: #0A0A16;
    --background-light: #151022;
    --text-primary: #FFFFFF;
    --text-secondary: #BBBBCC;
    --card-bg: #1E192E;
    --gradient: linear-gradient(90deg, var(--primary), var(--secondary));
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', 'Segoe UI', Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--background-dark);
    overflow-x: hidden;
}

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

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

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
}

h3 {
    font-size: 1.4rem;
}

p {
    margin-bottom: 20px;
    color: var(--text-secondary);
}

a {
    text-decoration: none;
    color: var(--secondary);
    transition: all 0.3s ease;
}

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

section {
    padding: 100px 0;
}

.highlight {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Header Styles */
header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(10, 10, 22, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.logo-icon {
    margin-right: 10px;
}

.brand {
    display: flex;
    align-items: baseline;
}

.brand-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-right: 2px;
}

.domain {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--secondary);
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
}

.nav-list li {
    margin-left: 25px;
}

.nav-list li a {
    color: var(--text-primary);
    font-weight: 500;
    position: relative;
    padding: 5px 0;
}

.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: width 0.3s ease;
}

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

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

.hamburger {
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.hamburger::before,
.hamburger::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    position: absolute;
    transition: 0.3s;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    bottom: -8px;
}

/* Banner Section */
.banner {
    padding: 180px 0 100px;
    background-color: var(--background-dark);
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 64, 136, 0.1), transparent 50%);
    pointer-events: none;
}

.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom left, rgba(0, 224, 255, 0.1), transparent 50%);
    pointer-events: none;
}

.banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.banner-content {
    flex: 1;
    padding-right: 30px;
}

.banner-content h1 {
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
}

.banner-graphic {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Action Button */
.action-btn {
    display: inline-block;
    padding: 16px 32px;
    background: var(--gradient);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 64, 136, 0.3);
    border: none;
    cursor: pointer;
}

.action-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 64, 136, 0.4);
    color: white;
}

/* Technology Section */
.technology {
    background-color: var(--background-light);
    position: relative;
    overflow: hidden;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tech-card {
    background-color: var(--card-bg);
    padding: 40px 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--gradient);
    transition: width 0.3s ease;
}

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

.tech-card:hover::before {
    width: 100%;
    opacity: 0.1;
}

.tech-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.tech-card h3 {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.tech-card p {
    position: relative;
    z-index: 1;
}

/* Experience Section */
.experience {
    background-color: var(--background-dark);
    position: relative;
    overflow: hidden;
}

.experience::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 224, 255, 0.1), transparent 70%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.experience-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.experience-text {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
    margin-bottom: 30px;
}

.experience-text p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.experience-features {
    list-style-position: inside;
    margin-bottom: 40px;
}

.experience-features li {
    margin-bottom: 10px;
    color: var(--text-secondary);
    position: relative;
    padding-left: 25px;
    list-style: none;
}

.experience-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gradient);
}

.experience-graphic {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

/* Why Choose Us Section */
.why-choose {
    background-color: var(--background-light);
    position: relative;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.benefit-card {
    background-color: var(--card-bg);
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-number {
    font-size: 4rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 10px;
    right: 20px;
}

.benefit-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    color: var(--primary);
}

.benefit-card p {
    position: relative;
    z-index: 2;
}

.action-center {
    text-align: center;
    margin-top: 40px;
}

/* Reviews Section */
.reviews {
    background-color: var(--background-dark);
    position: relative;
}

.reviews-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.review-card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border-top: 4px solid var(--primary);
}

.review-stars {
    color: gold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.review-text {
    font-style: italic;
    margin-bottom: 20px;
}

.reviewer {
    text-align: right;
    color: var(--secondary);
    font-weight: 600;
}

/* Final CTA Section */
.final-cta {
    background: var(--gradient);
    padding: 80px 0;
    text-align: center;
}

.final-cta h2 {
    color: white;
}

.final-cta p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.2rem;
}

.final-cta .action-btn {
    background: white;
    background-image: none;
    color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.final-cta .action-btn:hover {
    background: var(--background-dark);
    color: white;
}

/* Footer */
footer {
    background-color: var(--background-light);
    padding: 80px 0 30px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 30px;
}

.footer-brand {
    margin-left: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links-group {
    margin-right: 60px;
    margin-bottom: 30px;
    min-width: 120px;
}

.footer-links-group h4 {
    font-size: 1.1rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.footer-links-group ul {
    list-style: none;
}

.footer-links-group ul li {
    margin-bottom: 10px;
}

.footer-links-group ul li a {
    color: var(--text-secondary);
}

.footer-links-group ul li a:hover {
    color: var(--primary);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.footer-note {
    margin-top: 10px;
    opacity: 0.7;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.8rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    .banner .container {
        flex-direction: column;
    }
    
    .banner-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .banner-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .experience-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .experience-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 70px 0;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .nav-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--background-dark);
        padding: 20px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .nav-list.show {
        display: flex;
    }
    
    .nav-list li {
        margin: 10px 0;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .menu-toggle.active .hamburger {
        background-color: transparent;
    }
    
    .menu-toggle.active .hamburger::before {
        transform: rotate(45deg);
        top: 0;
    }
    
    .menu-toggle.active .hamburger::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .banner {
        padding-top: 150px;
    }
    
    .tech-grid,
    .benefits-grid,
    .reviews-slider {
        grid-template-columns: 1fr;
    }
    
    .footer-top {
        flex-direction: column;
    }
    
    .footer-links {
        margin-top: 30px;
    }
}
