/* Orca Homepage Styles - Premium Corporate */

/* Hero Section */
.orca-hero-section {
    padding: 6rem 8vw;
    background: #fff;
}

.orca-container {
    max-width: 1200px;
    margin: 0 auto;
}

.orca-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.orca-hero-badge {
    color: #ffb74d;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.orca-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.orca-hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 3rem;
    max-width: 520px;
}

.orca-hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.orca-hero-image {
    display: flex;
    justify-content: center;
}

.orca-hero-svg {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* How It Works Section */
.orca-how-section {
    padding: 6rem 8vw;
    background: #f8f9fa;
}

.orca-how-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 4rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
}

.orca-how-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
}

.orca-step-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.orca-step-icon {
    width: 56px;
    height: 56px;
    background: #ffb74d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.orca-step-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
    text-align: center;
}

.orca-step-description {
    color: #666;
    line-height: 1.6;
    text-align: center;
    font-size: 1rem;
}

/* Earn Money Section */
.orca-earn-section {
    padding: 6rem 8vw;
    background: #fff;
}

.orca-earn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.orca-earn-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.orca-earn-description {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 2.5rem;
}

.orca-earn-list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.orca-earn-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 1.125rem;
}

.orca-earn-check {
    color: #ffb74d;
    margin-right: 1rem;
    font-weight: 600;
}

.orca-earn-image {
    display: flex;
    justify-content: center;
}

.orca-earn-card {
    width: 100%;
    max-width: 400px;
    height: 320px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #e0e0e0;
}

.orca-earn-card-content {
    text-align: center;
}

.orca-earn-card-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #ffb74d;
}

.orca-earn-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.orca-earn-card-subtitle {
    font-size: 1rem;
    opacity: 0.8;
}

/* VA Profiles Section */
.orca-profiles-section {
    padding: 6rem 8vw;
    background: #f8f9fa;
}

.orca-profiles-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
}

.orca-profiles-subtitle {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.orca-profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.orca-profile-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.orca-profile-header {
    height: 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.orca-profile-content {
    padding: 2rem 1.5rem;
}

.orca-profile-avatar {
    width: 70px;
    height: 70px;
    background: #ffb74d;
    border-radius: 50%;
    margin: -45px auto 1.5rem;
    border: 4px solid #fff;
}

.orca-profile-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    text-align: center;
}

.orca-profile-role {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
}

.orca-profile-stars {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.orca-profile-star {
    color: #ffb74d;
    font-size: 1.125rem;
}

.orca-profile-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.orca-profiles-cta {
    margin-top: 4rem;
    text-align: center;
}

/* Final CTA Section */
.orca-cta-section {
    padding: 6rem 8vw;
    background: #fff;
}

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

.orca-cta-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.orca-cta-description {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 3rem;
    line-height: 1.6;
}

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

/* Inline CTA */
.orca-inline-cta {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}

/* Teacher Bio */
.orca-teacher-bio {
    color: #262b31;
    text-align: left;
}
/* deploy bump */
