/* ===================================
   PROSPECT PAGE - RESPONSIVE STYLES
   Clean, Modern, Mobile-First Design
   =================================== */

/* === Container === */
.prospect-hero .container,
.feature-section .container,
.stats-section .container,
.cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* === Prospect Hero Section === */
.prospect-hero {
    padding: 140px 0 120px;
    background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.prospect-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.prospect-hero .container.prospect-hero-container {
    max-width: 1000px;
    text-align: center;
    width: 100%;
}

.prospect-hero .hero-content {
    animation: fadeInUp 0.8s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.prospect-hero .eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF7A00;
    background: rgba(255, 122, 0, 0.1);
    padding: 10px 24px;
    border-radius: 24px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 122, 0, 0.2);
}

.prospect-hero .hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0A1F44;
    margin-bottom: 32px;
    max-width: 100%;
    letter-spacing: -0.02em;
}

.prospect-hero .gradient-text {
    background: linear-gradient(135deg, #FF7A00 0%, #E66D00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.prospect-hero .hero-subtitle {
    font-size: 1.3125rem;
    line-height: 1.75;
    color: #525252;
    margin-bottom: 48px;
    max-width: 850px;
}

.prospect-hero .hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.prospect-hero .btn-hero-primary,
.prospect-hero .btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.prospect-hero .btn-hero-primary {
    background: linear-gradient(135deg, #FF7A00 0%, #E66D00 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(255, 122, 0, 0.35);
}

.prospect-hero .btn-hero-primary:hover {
    background: linear-gradient(135deg, #E66D00 0%, #D66300 100%);
    box-shadow: 0 6px 24px rgba(255, 122, 0, 0.45);
    transform: translateY(-3px);
}

.prospect-hero .btn-hero-secondary {
    background: #FFFFFF;
    color: #0A1F44;
    border: 2px solid #E8E8E8;
}

.prospect-hero .btn-hero-secondary:hover {
    background: #F4F4F4;
    border-color: #D4D4D4;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.prospect-hero .hero-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.prospect-hero .badge {
    font-size: 0.9375rem;
    color: #525252;
    background: #F4F4F4;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    transition: all 0.3s ease;
}

.prospect-hero .badge:hover {
    background: #FFFFFF;
    border-color: #D4D4D4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.hero-visual {
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: fadeInRight 0.8s ease-out;
}

/* === Feature Sections === */
.feature-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.feature-section:nth-child(even) {
    background: #FAFAFA;
}

.feature-section.feature-section-reverse .feature-row {
    direction: rtl;
}

.feature-section.feature-section-reverse .feature-content,
.feature-section.feature-section-reverse .feature-visual {
    direction: ltr;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feature-content {
    animation: fadeInUp 0.8s ease-out;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0A1F44;
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #525252;
    margin-bottom: 32px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF7A00 0%, #E66D00 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 1rem;
    color: #525252;
    line-height: 1.6;
}

.feature-visual {
    position: relative;
}

.feature-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* === Animations === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* === Responsive Design === */
@media (max-width: 1200px) {
    .prospect-hero {
        padding: 120px 0 100px;
    }
    
    .prospect-hero .container.prospect-hero-container {
        max-width: 900px;
    }
    
    .prospect-hero .hero-title {
        font-size: 3.5rem;
    }
    
    .prospect-hero .hero-subtitle {
        font-size: 1.25rem;
        max-width: 800px;
    }
    
    .feature-row {
        gap: 50px;
    }

    .section-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 1024px) {
    .prospect-hero {
        padding: 100px 0 80px;
    }
    
    .prospect-hero .container.prospect-hero-container {
        max-width: 750px;
        padding: 0 30px;
    }
    
    .prospect-hero .hero-title {
        font-size: 3rem;
    }
    
    .prospect-hero .hero-subtitle {
        font-size: 1.1875rem;
        max-width: 700px;
    }
    
    .feature-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-title {
        font-size: 2rem;
    }

    .feature-section.feature-section-reverse .feature-row {
        direction: ltr;
    }

    /* Görseller her zaman içerikten önce görünsün tablet ve mobilde */
    .hero-visual,
    .feature-visual {
        order: -1;
    }
    
    .prospect-hero .hero-subtitle,
    .section-description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .prospect-hero {
        padding: 80px 0 60px;
    }
    
    .prospect-hero .container.prospect-hero-container {
        max-width: 100%;
        padding: 0 24px;
    }

    .feature-section {
        padding: 60px 0;
    }
    
    .prospect-hero .eyebrow {
        font-size: 0.75rem;
        padding: 8px 18px;
        margin-bottom: 24px;
    }

    .prospect-hero .hero-title {
        font-size: 2.5rem;
        margin-bottom: 28px;
        line-height: 1.2;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .prospect-hero .hero-subtitle {
        font-size: 1.125rem;
        line-height: 1.65;
        margin-bottom: 36px;
        max-width: 100%;
    }
    
    .section-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .prospect-hero .hero-cta {
        width: 100%;
        gap: 14px;
        margin-bottom: 32px;
    }

    .prospect-hero .btn-hero-primary,
    .prospect-hero .btn-hero-secondary {
        width: 100%;
        max-width: 400px;
        padding: 16px 30px;
        font-size: 1.0625rem;
    }
    
    .prospect-hero .hero-badges {
        width: 100%;
        gap: 12px;
    }
    
    .prospect-hero .badge {
        font-size: 0.875rem;
        padding: 9px 18px;
    }
    
    .feature-list {
        gap: 20px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-text h4 {
        font-size: 1rem;
    }
    
    .feature-text p {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .prospect-hero {
        padding: 60px 0 50px;
    }
    
    .prospect-hero .container.prospect-hero-container {
        padding: 0 20px;
    }
    
    .feature-section {
        padding: 50px 0;
    }
    
    .prospect-hero .eyebrow {
        font-size: 0.6875rem;
        padding: 7px 16px;
        margin-bottom: 20px;
        letter-spacing: 0.08em;
    }

    .prospect-hero .hero-title {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .section-title {
        font-size: 1.625rem;
        line-height: 1.3;
    }
    
    .prospect-hero .hero-subtitle {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 32px;
    }
    
    .section-description {
        font-size: 0.9375rem;
    }
    
    .prospect-hero .hero-cta {
        gap: 12px;
        margin-bottom: 28px;
    }

    .prospect-hero .btn-hero-primary,
    .prospect-hero .btn-hero-secondary {
        font-size: 1rem;
        padding: 15px 28px;
        max-width: 100%;
    }
    
    .prospect-hero .badge {
        font-size: 0.8125rem;
        padding: 8px 16px;
    }

    .feature-item {
        gap: 12px;
    }
    
    .feature-icon {
        width: 36px;
        height: 36px;
    }
    
    .feature-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .hero-image,
    .feature-image {
        border-radius: 8px;
    }
}

@media (max-width: 375px) {
    .prospect-hero {
        padding: 50px 0 40px;
    }
    
    .prospect-hero .container.prospect-hero-container {
        padding: 0 16px;
    }
    
    .prospect-hero .hero-title {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .prospect-hero .hero-subtitle {
        font-size: 0.9375rem;
    }
    
    .prospect-hero .btn-hero-primary,
    .prospect-hero .btn-hero-secondary {
        font-size: 0.9375rem;
        padding: 14px 24px;
    }
    
    .prospect-hero .badge {
        font-size: 0.75rem;
        padding: 7px 14px;
    }
    
    .container {
        padding: 0 16px;
    }
}

