/* ============================================
   SHARED PAGE HERO (Hakkımızda, İletişim, vb.)
   ============================================ */

.page-hero {
    background: linear-gradient(100deg, #DC2626 0%, #E63946 20%, #EF4444 35%, #F97316 55%, #FB923C 70%, #FBBF24 100%);
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.page-badge i {
    color: white;
}

.page-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.15;
}

.page-hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================
   HAKKIMIZDA - ABOUT STORY
   ============================================ */

.about-story {
    padding: 80px 0;
    background: white;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #DC2626;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.about-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-text p {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    padding: 28px 24px;
    background: linear-gradient(135deg, #FFF9F5, #FFF5F2);
    border-radius: 20px;
    text-align: center;
    border: 1.5px solid rgba(220, 38, 38, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.15);
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(120deg, #DC2626, #F97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 600;
}

/* ============================================
   HAKKIMIZDA - VALUES
   ============================================ */

.about-values {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F5 100%);
}

.values-header {
    text-align: center;
    margin-bottom: 40px;
}

.values-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--text-dark);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    text-align: center;
    padding: 32px 24px;
    background: white;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.12);
}

.value-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #DC2626, #F97316);
    border-radius: 18px;
    color: white;
    font-size: 24px;
    margin: 0 auto 18px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.2);
}

.value-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
}

.value-card p {
    font-size: 14px;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   İLETİŞİM - CONTACT SECTION
   ============================================ */

.contact-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F5 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.contact-info-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.contact-info-desc {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 28px;
    line-height: 1.6;
}

/* Contact Info Cards */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: white;
    border-radius: 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info-card:not(.no-hover):hover {
    border-color: rgba(220, 38, 38, 0.2);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.08);
    transform: translateX(6px);
}

.info-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 18px;
    flex-shrink: 0;
}

.phone-bg {
    background: rgba(220, 38, 38, 0.1);
    color: #DC2626;
}

.email-bg {
    background: rgba(249, 115, 22, 0.1);
    color: #F97316;
}

.whatsapp-bg {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
}

.hours-bg {
    background: rgba(99, 102, 241, 0.1);
    color: #6366F1;
}

.info-card-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-card-text span {
    font-size: 12px;
    color: var(--text-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.info-card-text strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
}

/* Social Media */
.contact-social h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.contact-social-links {
    display: flex;
    gap: 10px;
}

.contact-social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-social-link:hover {
    transform: translateY(-2px);
}

.contact-social-link.instagram {
    background: rgba(225, 48, 108, 0.1);
    color: #E1306C;
}

.contact-social-link.instagram:hover {
    background: #E1306C;
    color: white;
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

.contact-social-link.facebook {
    background: rgba(24, 119, 242, 0.1);
    color: #1877F2;
}

.contact-social-link.facebook:hover {
    background: #1877F2;
    color: white;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.contact-social-link.tiktok {
    background: rgba(0, 0, 0, 0.06);
    color: #000000;
}

.contact-social-link.tiktok:hover {
    background: #000000;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-form-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
    border: 1.5px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.form-card-header {
    padding: 32px 32px 24px;
    background: linear-gradient(135deg, #FFF9F5, #FFF5F2);
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.04);
}

.form-card-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 6px 0;
}

.form-card-header p {
    font-size: 14px;
    color: var(--text-gray);
    margin: 0;
}

.contact-form {
    padding: 28px 32px 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    background: white;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #DC2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9CA3AF;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239CA3AF' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(120deg, #DC2626 0%, #F97316 50%, #FB923C 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-stats {
        max-width: 400px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

@media (max-width: 768px) {
    .page-hero {
        padding: 60px 0 50px;
    }

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

    .page-hero-subtitle {
        font-size: 15px;
    }

    .about-story {
        padding: 50px 0;
    }

    .about-text h2 {
        font-size: 26px;
    }

    .about-values {
        padding: 50px 0 60px;
    }

    .values-header h2 {
        font-size: 26px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .contact-info-title {
        font-size: 24px;
    }

    .contact-social-links {
        flex-wrap: wrap;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .page-hero {
        padding: 50px 0 40px;
    }

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

    .page-hero-subtitle {
        font-size: 14px;
    }

    .about-text h2 {
        font-size: 24px;
    }

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

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        padding: 24px 20px;
    }

    .contact-form {
        padding: 22px 20px 26px;
    }

    .form-card-header {
        padding: 24px 20px 20px;
    }

    .contact-social-link {
        padding: 8px 14px;
        font-size: 12px;
    }
}
