/* Import base styles from index.css */
@import url('index.css');

/* Override body opacity for page load */
body {
    opacity: 1 !important;
}

/* Ensure header is visible */
header {
    position: relative;
    z-index: 1000;
}

/* Studio Hero Section */
.studio-hero {
    padding: 120px 0 80px;
    text-align: center;
    background: linear-gradient(to bottom, #1a1a1a, #0a0a0a);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.studio-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/Studio/Zorn-Studios-Logo.png');
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    max-width: 1000px;
    padding: 0 2rem;
    text-align: left;
    position: relative;
    z-index: 2;
}

.hero-tagline {
    font-size: 1.2rem;
    color: #999999;
    margin-bottom: -0.3rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.hero-tagline .highlight {
    color: #ff4824;
    font-weight: 600;
}

.studio-hero .hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin: -3rem 0 0.8rem 0;
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1.1;
    display: block;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 0.8rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background: none;
    cursor: pointer;
}

.social-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.social-icon:hover img {
    filter: brightness(1.2);
}

.social-icon:hover {
    color: #FFD700;
    transform: translateY(-2px);
}

/* Studios Banner Section */
.studios-banner {
    padding: 80px 0;
    background: linear-gradient(to bottom, #0a0a0a, #141414);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-content {
    text-align: center;
}

.studios-logo-container {
    position: relative;
}

.studios-logo-text {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(255, 215, 0, 0.15);
    display: block;
    position: relative;
    z-index: 2;
}

.studios-logo {
    max-width: 600px;
    width: 100%;
    height: auto;
}

/* What is Pulse Studios Section */
.about-studios {
    padding: 100px 0;
    background: #0a0a0a;
    text-align: center;
}

.about-studios .section-title {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.about-studios .section-subtitle {
    font-size: 1.1rem;
    color: #888888;
    max-width: 700px;
    margin: 0 auto 1rem;
    line-height: 1.7;
}

.about-studios .section-description {
    font-size: 1rem;
    color: #999999;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Value Proposition Section */
.value-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.value-content {
    max-width: 1400px;
    margin: 0;
    padding: 0;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}

.value-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.value-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.value-card p {
    color: #888888;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.section-header {
    text-align: left;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #888;
    max-width: 600px;
    margin: 0;
}

.value-content .section-subtitle {
    margin: 0;
    text-align: left;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Service Card */
.service-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-8px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.service-badge {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    background: rgba(255, 72, 36, 0.15);
    border: 1px solid rgba(255, 72, 36, 0.3);
    color: #ff4824;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 2px;
}

.service-description {
    font-size: 0.95rem;
    color: #aaaaaa;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features {
    margin-bottom: 1.5rem;
}

.service-features h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.service-features ul {
    list-style: none;
    padding: 0;
}

.service-features li {
    font-size: 0.85rem;
    color: #888888;
    padding: 0.4rem 0;
    padding-left: 1.2rem;
    position: relative;
}

.service-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #ff4824;
    font-weight: bold;
}

.service-tiers {
    margin-bottom: 1.5rem;
}

.service-tiers h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.tier-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.tier-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 2px;
    gap: 2rem;
}

.tier-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff4824;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.tier-desc {
    font-size: 0.8rem;
    color: #777777;
    text-align: right;
    flex-shrink: 0;
}

.service-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.option-tag {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    background: rgba(255, 72, 36, 0.1);
    border: 1px solid rgba(255, 72, 36, 0.2);
    color: #ff6644;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 2px;
    text-transform: capitalize;
}

.service-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: auto;
    letter-spacing: 0.05em;
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 72, 36, 0.3);
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: #0a0a0a;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 3rem auto 0;
}

.step-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.step-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.step-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.step-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.step-card p {
    font-size: 0.9rem;
    color: #888888;
    line-height: 1.6;
    margin: 0;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #0a0a0a;
    text-align: center;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-section .section-title {
    text-align: center !important;
    margin: 0 auto 1rem;
}

.contact-section .section-subtitle {
    text-align: center !important;
    margin: 0 auto;
}

.contact-options {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.btn-primary {
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 72, 36, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #ccc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .studios-logo {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .studio-hero {
        padding: 80px 0 60px;
        min-height: 500px;
    }
    
    .studio-hero .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-tagline {
        font-size: 1rem;
    }
    
    .social-icons {
        gap: 1.5rem;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .studios-banner {
        padding: 40px 0;
        min-height: 250px;
    }
    
    .studios-logo-text {
        font-size: 2.5rem;
    }
    
    .about-studios {
        padding: 60px 0;
    }
    
    .about-studios .section-title {
        font-size: 2.2rem;
    }
    
    .about-studios .section-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 1.8rem;
    }
    
    .value-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-options {
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-options .btn {
        width: 100%;
    }
    
    .container {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .studio-hero {
        padding: 60px 0 40px;
        min-height: 450px;
    }
    
    .studio-hero .hero-title {
        font-size: 2rem;
    }
    
    .hero-tagline {
        font-size: 0.95rem;
    }
    
    .social-icons {
        gap: 1rem;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .studios-banner {
        padding: 30px 0;
        min-height: 200px;
    }
    
    .studios-logo-text {
        font-size: 2rem;
    }
    
    .about-studios {
        padding: 40px 0;
    }
    
    .about-studios .section-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .step-number {
        font-size: 2rem;
    }
    
    .value-grid {
        gap: 1rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
}

/* Animation Delays for Staggering */
.delay-5 {
    animation-delay: 400ms;
}

.delay-6 {
    animation-delay: 500ms;
}

.delay-7 {
    animation-delay: 600ms;
}

.delay-8 {
    animation-delay: 700ms;
}

.delay-9 {
    animation-delay: 800ms;
}

.delay-10 {
    animation-delay: 900ms;
}

.delay-11 {
    animation-delay: 1000ms;
}

.delay-12 {
    animation-delay: 1100ms;
}
