/* About Page Styles - PetPaw Inspired with Pastel Colors */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: var(--gray-50);
}

/* Hero Section - Clean and Bold */
.hero-section {
    background: linear-gradient(135deg, var(--white) 0%, var(--pastel-purple-light) 100%);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hero-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}

/* Content Sections */
.content-section {
    padding: 4rem 2rem;
    margin: 0;
}

.section-title {
    font-size: 3rem;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Tap Section */
.tap-section {
    background: linear-gradient(135deg, var(--pastel-blue) 0%, var(--pastel-purple-light) 100%);
    text-align: center;
    border-top: 1px solid var(--pastel-purple);
    border-bottom: 1px solid var(--pastel-purple);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 4rem 2rem;
}

.tap-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.tap-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tap-content h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
}

.tap-content p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* How It Works Section */
.how-it-works-section {
    background: var(--white);
}

.steps-container {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.step-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--pastel-purple-light) 0%, var(--white) 100%);
    border-radius: 16px;
    border: 1px solid var(--pastel-purple);
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-item:nth-child(even) {
    background: linear-gradient(135deg, var(--pastel-blue) 0%, var(--white) 100%);
    border-color: var(--pastel-blue);
}

.step-number {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-light) 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.step-content {
    flex: 1;
    padding-top: 0.5rem;
}

.step-content h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
}

.step-content p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}

.features-highlight {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--pastel-purple);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    background: var(--pastel-purple-light);
    border-radius: 25px;
    border: 1px solid var(--pastel-purple);
}

.highlight-icon {
    color: var(--primary-purple);
    font-size: 1.5rem;
    font-weight: bold;
}

/* Connected Section */
.connected-section {
    background: linear-gradient(135deg, var(--pastel-pink) 0%, var(--pastel-purple-light) 100%);
    text-align: center;
    border-top: 1px solid var(--pastel-purple);
    border-bottom: 1px solid var(--pastel-purple);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 4rem 2rem;
}

.connected-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.connected-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.connected-content h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary-purple);
    margin-bottom: 1.5rem;
}

.connected-content p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Features Grid */
.features-section {
    background: var(--white);
}

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

.feature-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid var(--pastel-purple-light);
    transition: all 0.3s ease;
    text-align: center;
    background: linear-gradient(135deg, var(--white) 0%, var(--pastel-purple-light) 100%);
}

.feature-card:nth-child(2n) {
    background: linear-gradient(135deg, var(--white) 0%, var(--pastel-blue) 100%);
    border-color: var(--pastel-blue);
}

.feature-card:nth-child(3n) {
    background: linear-gradient(135deg, var(--white) 0%, var(--pastel-pink) 100%);
    border-color: var(--pastel-pink);
}

.feature-card:hover {
    border-color: var(--primary-purple);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--gray-900) 0%, #1a1a1a 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.cta-card h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-card p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-light) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-purple-dark) 0%, var(--primary-purple) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content h2 {
        font-size: 1.75rem;
    }

    .section-title,
    .tap-content h2,
    .connected-content h2 {
        font-size: 2.5rem;
    }

    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .step-number {
        margin: 0 auto;
    }

    .features-highlight {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content h2 {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .content-section {
        padding: 3rem 1.5rem;
    }

    .section-title,
    .tap-content h2,
    .connected-content h2 {
        font-size: 2rem;
    }

    .tap-content h3,
    .connected-content h3 {
        font-size: 1.5rem;
    }

    .step-content h3 {
        font-size: 1.3rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 2rem;
    }

    .cta-card {
        padding: 3rem 1.5rem;
    }

    .cta-card h2 {
        font-size: 2.25rem;
    }

    .cta-card p {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}
