/* Premium Pages CSS - Hizmetler, Hakkımızda, İletişim, Araçlar */

/* ============================================
   PAGE HERO SECTION
   ============================================ */
.page-hero-section {
    background: linear-gradient(135deg, #050b1a 0%, #111833 40%, #2b1f5c 70%, #7c4dff 100%);
    position: relative;
    padding: 120px 30px 80px !important;
    margin-top: 0;
    overflow: hidden;
}

.page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 40%, rgba(124, 77, 255, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.2) 0%, transparent 45%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent);
    opacity: 0.85;
    z-index: 0;
}

.page-hero-section > * {
    position: relative;
    z-index: 1;
}

.page-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.page-hero-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(255, 255, 255, 0.3);
}

.page-hero-title {
    font-size: 64px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(102, 126, 234, 0.3),
        0 0 60px rgba(118, 75, 162, 0.2);
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    animation: titleGlow 3s ease-in-out infinite;
    line-height: 1.2;
}

@keyframes titleGlow {
    0%, 100% {
        text-shadow: 
            0 4px 20px rgba(0, 0, 0, 0.3),
            0 0 40px rgba(102, 126, 234, 0.3),
            0 0 60px rgba(118, 75, 162, 0.2);
    }
    50% {
        text-shadow: 
            0 4px 20px rgba(0, 0, 0, 0.3),
            0 0 60px rgba(102, 126, 234, 0.5),
            0 0 80px rgba(118, 75, 162, 0.4);
    }
}

.page-hero-title i {
    margin-right: 15px;
    color: #f59e0b;
    font-size: 56px;
    display: inline-block;
    vertical-align: middle;
    animation: starRotate 3s ease-in-out infinite;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
    position: relative;
    z-index: 1;
}

@keyframes starRotate {
    0%, 100% {
        transform: rotate(0deg) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: rotate(180deg) scale(1.2);
        opacity: 1;
    }
}

.page-hero-subtitle {
    font-size: 22px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
    padding: 18px 50px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    margin: 15px auto 0 auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: auto;
    text-align: center;
}

.page-hero-subtitle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   SERVICES PAGE
   ============================================ */
.services-page-section {
    padding: 100px 0;
    background: 
        linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.services-page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.services-page-section > * {
    position: relative;
    z-index: 1;
}

.service-card-premium {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08), 
        0 0 0 1px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px solid transparent;
}

.service-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

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

.service-card-premium:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 70px rgba(0, 0, 0, 0.18), 
        0 0 0 1px rgba(102, 126, 234, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(102, 126, 234, 0.2);
}

.service-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium:hover .service-card-image img {
    transform: scale(1.15);
}

.service-card-overlay {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95), rgba(118, 75, 162, 0.95));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.5),
        0 0 0 4px rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.service-card-premium:hover .service-card-overlay {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 
        0 15px 40px rgba(102, 126, 234, 0.6),
        0 0 0 4px rgba(255, 255, 255, 1);
}

.service-card-content {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 15px 25px;
    border-radius: 0;
    margin: -35px -30px 20px -30px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.service-card-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.service-card-premium:hover .service-card-title::before {
    left: 100%;
}

.service-card-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.service-features li {
    font-size: 14px;
    color: #334155;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-features li i {
    color: #10b981;
    font-size: 16px;
}

/* CTA Section */
.services-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cta-card-premium {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.btn-cta-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: white;
    color: #667eea;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: #764ba2;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-page-section {
    padding: 100px 0;
    background: 
        linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about-page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(118, 75, 162, 0.04) 0%, transparent 50%);
    z-index: 0;
}

.about-page-section > * {
    position: relative;
    z-index: 1;
}

.about-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.about-main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.about-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: white;
    padding: 20px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.about-badge i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.about-badge span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.about-content {
    padding-left: 40px;
}

.about-title {
    font-size: 42px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-text {
    font-size: 17px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* Stats Cards */
.stat-card-premium {
    background: white;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.stat-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transform: scaleX(0);
    transition: transform 0.4s;
}

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

.stat-card-premium:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(102, 126, 234, 0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 16px;
    color: #64748b;
    font-weight: 600;
}

/* Value Cards */
.value-card-premium {
    background: white;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.value-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #10b981, #059669);
    transform: scaleX(0);
    transition: transform 0.4s;
}

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

.value-card-premium:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(16, 185, 129, 0.2);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}

.value-card-premium h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.value-card-premium p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-page-section {
    padding: 100px 0;
    background: 
        linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.contact-page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.contact-page-section > * {
    position: relative;
    z-index: 1;
}

.contact-info-card {
    background: white;
    border-radius: 28px;
    padding: 45px 40px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transform: scaleX(0);
    transition: transform 0.4s;
}

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

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(102, 126, 234, 0.2);
}

.contact-info-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #667eea, #764ba2) 1;
}

.contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.contact-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-info-item:hover .contact-info-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.contact-info-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.contact-info-content p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.contact-info-content a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-content a:hover {
    color: #764ba2;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #25d366;
    color: white !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.whatsapp-link:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.contact-form-card {
    background: white;
    border-radius: 28px;
    padding: 45px 40px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transform: scaleX(0);
    transition: transform 0.4s;
}

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

.contact-form-card:hover {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(102, 126, 234, 0.2);
}

.contact-form-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #667eea, #764ba2) 1;
}

.form-group-premium {
    margin-bottom: 25px;
}

.form-group-premium label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group-premium label i {
    color: #667eea;
}

.form-group-premium .required {
    color: #ef4444;
}

.form-control-premium {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    color: #1e293b;
    transition: all 0.3s;
    background-color: #fff;
    font-family: inherit;
}

.form-control-premium:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    outline: none;
}

.form-control-premium::placeholder {
    color: #94a3b8;
}

.btn-submit-premium {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-submit-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .page-hero-title {
        font-size: 48px !important;
    }

    .page-hero-title i {
        font-size: 42px;
    }

    .page-hero-subtitle {
        font-size: 18px !important;
        padding: 15px 35px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-title {
        font-size: 32px;
    }

    .service-card-content {
        padding: 25px 20px;
    }

    .contact-info-card,
    .contact-form-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-hero-section {
        padding: 80px 0 60px !important;
    }

    .page-hero-title {
        font-size: 36px !important;
    }

    .page-hero-title i {
        font-size: 32px;
        margin-right: 10px;
    }
    
    .page-hero-subtitle {
        font-size: 16px !important;
        padding: 12px 25px;
    }

    .services-page-section,
    .about-page-section,
    .contact-page-section {
        padding: 60px 0;
    }

    .stat-number {
        font-size: 36px;
    }

    .cta-content h2 {
        font-size: 32px;
    }
}

