/* ============================================
   TURUNCU PLATFORM HAKKIMIZDA SAYFASI - NEW
   Yeni kurulan platform için gerçekçi tasarım
   ============================================ */

/* About Page Specific Styles */
.about-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Section Headers */
.about-page .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.about-page .section-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
}

.about-page .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 2px;
}

.about-page .section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* About Hero Section */
.about-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="community" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="35" cy="25" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="40" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23community)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-main {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffd700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

/* Community Highlights */
.community-highlights {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-3px);
}

.highlight-item i {
    font-size: 1.5rem;
    color: #ffd700;
}

.highlight-item span {
    font-weight: 600;
    font-size: 1.1rem;
}
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.about-page {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container */
.about-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Headers */
.about-page .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header-designer {
    text-align: center;
    margin-bottom: 60px;
}

.about-page .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-page .section-header-designer h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(45deg, #f5ff00, #bcbcbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-page .section-header p {
    font-size: 1.2rem;
    color: #181818;
    max-width: 600px;
    margin: 0 auto;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 120px 0;
    text-align: center;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* Kim Olduğumuz Section */
.who-we-are {
    padding: 100px 0;
    background: #f8f9fa;
}

.who-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.text-content h3 {
    font-size: 1.8rem;
    color: #ff6b35;
    margin-bottom: 16px;
    margin-top: 40px;
}

.text-content h3:first-child {
    margin-top: 0;
}

.text-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #555;
}

/* Community Promise Box */
.community-promise {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
}

.community-promise h4 {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.community-promise p {
    margin: 0;
    font-style: italic;
    font-size: 1.1rem;
    color: white !important;
}

.about-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

/* Community Badges */
.image-content {
    position: relative;
}

.community-badges {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.badge {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Vizyon Section */
.our-vision {
    padding: 100px 0;
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.vision-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
    border-color: #ff6b35;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
}

.vision-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.vision-card p {
    line-height: 1.7;
    color: #666;
}

/* Görsel Sistem Açıklaması */
.visual-system-explanation {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: auto;
}

.visual-system-explanation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="designPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23designPattern)"/></svg>');
    opacity: 0.4;
}

.visual-system-explanation .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
}



@keyframes glow {
    from {
        filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.6));
    }
    to {
        filter: drop-shadow(0 0 20px rgba(255, 107, 53, 0.9));
    }
}

/* Ana Mesaj */
.main-message {
    margin: 60px 0;
}

.message-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.message-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 3rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.message-card h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.designer-tasks {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.task-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.task-item:hover {
    transform: scale(1.05);
}

.task-number {
    width: 40px;
    height: 40px;
    background: white;
    color: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.task-text {
    font-size: 1.2rem;
    font-weight: 600;
}

.highlight-text {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border-left: 5px solid white;
}

/* Platform Sorumlulukları */
.platform-responsibilities {
    margin: 80px 0;
}

.platform-responsibilities h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.responsibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.responsibility-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.responsibility-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.resp-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.responsibility-item h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.responsibility-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
}

/* Karşılaştırma */
.comparison-section {
    margin: 80px 0;
}

.comparison-section h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.comparison-column {
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.traditional {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.4);
}

.turuncu {
    background: rgba(46, 204, 113, 0.2);
    border-color: rgba(46, 204, 113, 0.4);
}

.comparison-column h4 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.comparison-column ul {
    list-style: none;
    padding: 0;
}

.comparison-column li {
    margin: 15px 0;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}

.traditional li::before {
    content: '❌';
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.turuncu li::before {
    content: '✅';
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Sonuç Vurgusu */
.conclusion-highlight {
    margin: 80px 0 0;
}

.conclusion-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.conclusion-card h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.conclusion-card p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #fff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
}
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.2);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon i {
    font-size: 2rem;
    color: white;
}

.vision-card h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #333;
}

.vision-card p {
    line-height: 1.7;
    color: #666;
}

/* Sistem Section */
.our-system {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.our-system::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="30" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

/* Sistem Overview */
.system-overview {
    margin: 60px 0;
    position: relative;
    z-index: 1;
}

.system-intro {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.system-intro h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.system-intro ul {
    text-align: left;
    max-width: 600px;
    margin: 20px auto 0;
    padding-left: 0;
    list-style: none;
}

.system-intro li {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
}

.system-intro li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Detaylı Süreç */
.detailed-process {
    margin: 80px 0;
    position: relative;
    z-index: 1;
}

.detailed-process > h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.process-step {
    background: rgba(255, 255, 255, 0.1);
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.step-header {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.step-header .step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
}

.step-content {
    padding: 30px;
}

.step-content p {
    margin: 15px 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.step-content strong {
    color: #ffd700;
    font-weight: 600;
}

/* Sistem Avantajları */
.system-advantages {
    margin: 80px 0 0;
    position: relative;
    z-index: 1;
}

.system-advantages > h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.advantage-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
}

.advantage-item i {
    font-size: 3rem;
    color: #ffd700;
    margin-bottom: 20px;
}

.advantage-item h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantage-item p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.system-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.step-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: #333;
}

.step-card p {
    color: #666;
    line-height: 1.6;
}

/* Satıcı Avantajları Section */
.seller-benefits {
    padding: 100px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    border-color: #ff6b35;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon i {
    font-size: 1.5rem;
    color: white;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #333;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
}

/* Hedefler Section */
.our-goals {
    padding: 100px 0;
    background: #f8f9fa;
}

.goals-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.goal-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 40px;
}

.goal-year {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1rem;
    min-width: 80px;
    text-align: center;
}

.goal-content {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.goal-content h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: #333;
}

.goal-content ul {
    list-style: none;
    padding: 0;
}

.goal-content li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #666;
}

.goal-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

/* Güvenceler Section */
.our-guarantees {
    padding: 100px 0;
}

.guarantees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.guarantee-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.guarantee-card:hover {
    border-color: #ff6b35;
    transform: translateY(-5px);
}

.guarantee-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.guarantee-icon i {
    font-size: 1.8rem;
    color: white;
}

.guarantee-card h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: #333;
}

.guarantee-card p {
    color: #666;
    line-height: 1.6;
}

/* İletişim Section */
.contact-us {
    padding: 100px 0;
    background: #f8f9fa;
}

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

.contact-info h3,
.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #333;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-item i {
    color: #ff6b35;
    font-size: 1.2rem;
}

.contact-info h4 {
    margin-top: 40px;
    margin-bottom: 16px;
    color: #ff6b35;
    font-size: 1.3rem;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff6b35;
}

.submit-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

/* Final CTA Section */
.final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Hero Section Mobile */
    .about-hero {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle-main {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        padding: 0 15px;
    }
    
    /* Community Highlights Mobile */
    .community-highlights {
        flex-direction: column;
        gap: 15px;
        margin: 30px 0;
        padding: 0 20px;
    }
    
    .highlight-item {
        padding: 12px 20px;
        justify-content: center;
    }
    
    .highlight-item span {
        font-size: 1rem;
    }
    
    /* Hero Stats Mobile */
    .hero-stats {
        flex-direction: column;
        gap: 20px;
        margin-top: 1.5rem;
        padding: 0 20px;
    }
    
    .stat-item {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .who-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* Görsel Sistem Açıklaması Responsive */
    .message-card {
        padding: 30px 20px;
    }
    
    .message-card h3 {
        font-size: 1.8rem;
    }
    
    .designer-tasks {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .task-item {
        padding: 15px 25px;
    }
    
    .task-text {
        font-size: 1.1rem;
    }
    
    /* Visual System Explanation Mobile */
    .visual-system-explanation {
        padding: 50px 0;
    }
    
    .section-header-designer h2 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .section-header-designer p {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .message-card {
        margin: 0 15px;
        padding: 30px 20px;
    }
    
    .message-card h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .designer-tasks {
        margin: 30px 0;
    }
    
    .task-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .task-number {
        flex-shrink: 0;
    }
    
    .task-text {
        text-align: center;
    }
    
    .highlight-text {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .highlight-text {
        font-size: 1.2rem;
    }
    
    .responsibility-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .responsibility-item {
        padding: 25px 20px;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .comparison-column {
        padding: 30px 20px;
    }
    
    .conclusion-card {
        padding: 30px 20px;
    }
    
    .conclusion-card h3 {
        font-size: 1.6rem;
    }
    
    .conclusion-card p {
        font-size: 1.1rem;
    }
    
    .stats-row {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .goal-item {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .about-page .section-header h2 {
        font-size: 2rem;
    }
    
    .about-page .container {
        padding: 0 15px;
    }
    
    /* Hero Responsive */
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle-main {
        font-size: 1.5rem;
    }
    
    .community-highlights {
        flex-direction: column;
        gap: 20px;
    }
    
    .highlight-item {
        justify-content: center;
    }
    
    /* Who We Are Responsive */
    .who-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .community-badges {
        flex-wrap: wrap;
    }
    
    /* Sistem Responsive */
    .system-intro {
        padding: 30px 20px;
    }
    
    .system-intro h3 {
        font-size: 1.5rem;
    }
    
    /* Designer Main Title Mobile */
    #designer-main-title {
        font-size: 2rem !important;
        line-height: 1.2;
    }
    
    .detailed-process > h3 {
        font-size: 1.8rem;
    }
    
    .step-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .step-header .step-number {
        margin-right: 0;
    }
    
    .step-header h4 {
        font-size: 1.2rem;
    }
    
    .step-content {
        padding: 20px;
    }
    
    .step-content p {
        font-size: 1rem;
    }
    
    .system-advantages > h3 {
        font-size: 1.8rem;
    }
    
    .advantage-item {
        padding: 20px;
    }
    
    .advantage-item i {
        font-size: 2.5rem;
    }
}

/* ===============================================
   CTA BUTTONS - MODERN DESIGN
   =============================================== */

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 180px;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn::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.5s ease;
}

.cta-btn:hover::before {
    left: 100%;
}

/* Primary CTA Button - Satıcı Olarak Başla */
.cta-btn-primary {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-color: #ff6b35;
}

.cta-btn-primary:hover {
    background: linear-gradient(135deg, #e55a2b, #e8841a);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    color: white;
}

.cta-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
}

/* Secondary CTA Button - Mağazayı Keşfet */
.cta-btn-secondary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-color: #667eea;
}

.cta-btn-secondary:hover {
    background: linear-gradient(135deg, #5a6fd8, #6a4190);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    color: white;
}

.cta-btn-secondary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

/* ============================================
   MAĞAZA AÇILIŞ SÜRECİ STİLLERİ
   ============================================ */

.store-opening-process {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.store-opening-process h3 {
    text-align: center;
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.process-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.process-intro p {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.opening-steps {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

.opening-step {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1.5rem;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opening-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.step-time {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 1rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
}

.step-content h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.step-content p {
    color: #666;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.step-content p strong {
    color: #ff6b35;
    font-weight: 600;
}

/* Maliyet Karşılaştırması */
.cost-comparison {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cost-comparison h4 {
    text-align: center;
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.comparison-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.comparison-column {
    padding: 1.5rem;
    border-radius: 12px;
    border: 3px solid transparent;
    position: relative;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.traditional-cost {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border-color: #f44336;
    color: #b71c1c;
}

.turuncu-cost {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
    border-color: #4caf50;
    color: #1b5e20;
}

.comparison-column h5 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0.8rem;
    border-radius: 8px;
}

.traditional-cost h5 {
    background: #f44336;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.turuncu-cost h5 {
    background: #4caf50;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.comparison-column ul {
    list-style: none;
    padding: 0;
}

.comparison-column li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    font-size: 1rem;
    font-weight: 500;
}

.traditional-cost li {
    color: #b71c1c;
}

.turuncu-cost li {
    color: #1b5e20;
}

.comparison-column li:last-child {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 1.2rem;
    border-top: 3px solid;
    border-radius: 8px;
    text-align: center;
}

.traditional-cost li:last-child {
    background: rgba(244, 67, 54, 0.1);
    border-top-color: #f44336;
    color: #d32f2f;
}

.turuncu-cost li:last-child {
    background: rgba(76, 175, 80, 0.1);
    border-top-color: #4caf50;
    color: #2e7d32;
}

.time-cost {
    color: #e74c3c !important;
    font-weight: bold !important;
}

.time-benefit {
    color: #27ae60 !important;
    font-weight: bold !important;
}

/* Risk Analizi */
.risk-comparison {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.risk-comparison h4 {
    text-align: center;
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.risk-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.risk-item {
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.low-risk {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
    border: 3px solid #4caf50;
    color: #1b5e20;
}

.high-risk {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border: 3px solid #f44336;
    color: #b71c1c;
}

.risk-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.risk-item h5 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    padding: 0.8rem;
    border-radius: 8px;
}

.low-risk h5 {
    background: #4caf50;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.high-risk h5 {
    background: #f44336;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.risk-item p {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 500;
}

.low-risk p {
    color: #1b5e20;
}

.high-risk p {
    color: #b71c1c;
}

.risk-item p strong {
    font-weight: 700;
}

.low-risk p strong {
    color: #2e7d32;
}

.high-risk p strong {
    color: #d32f2f;
}

/* Responsive Design for Store Opening Process */
@media (max-width: 768px) {
    .opening-step {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .step-time {
        margin: 0 auto;
    }
    
    .comparison-table,
    .risk-grid {
        grid-template-columns: 1fr;
    }
    
    .store-opening-process {
        padding: 2rem 1rem;
    }
    
    .store-opening-process h3 {
        font-size: 1.5rem;
    }
}

/* Tablet Responsive Design */
@media (min-width: 769px) and (max-width: 1024px) {
    .about-page .container {
        padding: 0 30px;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle-main {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        max-width: 700px;
    }
    
    .community-highlights {
        gap: 25px;
    }
    
    .hero-stats {
        gap: 2rem;
    }
    
    .stat-item {
        padding: 1.2rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    /* Hero Section Extra Small */
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .hero-subtitle-main {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    /* Community Highlights Extra Small */
    .highlight-item {
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .highlight-item i {
        font-size: 1.2rem;
    }
    
    .highlight-item span {
        font-size: 0.9rem;
    }
    
    /* Hero Stats Extra Small */
    .stat-item {
        padding: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Container Extra Small */
    .about-page .container {
        padding: 0 15px;
    }
    
    /* Section Headers Extra Small */
    .about-page .section-header h2,
    .about-page .section-header-designer h2 {
        font-size: 1.8rem;
    }
    
    .about-page .section-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    /* Visual System Explanation Extra Small */
    .visual-system-explanation {
        padding: 40px 0;
    }
    
    .section-header-designer h2 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
        padding: 0 10px;
    }
    
    .section-header-designer p {
        font-size: 0.9rem;
        padding: 0 10px;
    }
    
    .message-card {
        margin: 0 10px;
        padding: 20px 15px;
    }
    
    .message-card h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .designer-tasks {
        margin: 20px 0;
        gap: 15px;
    }
    
    .task-item {
        padding: 12px 20px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .task-number {
        margin-bottom: 5px;
    }
    
    .task-text {
        font-size: 1rem;
    }
    
    .highlight-text {
        font-size: 1rem;
        padding: 0 15px;
        line-height: 1.4;
    }
    
    /* Store Opening Process Extra Small */
    .step-time {
        width: 60px;
        height: 60px;
        font-size: 0.8rem;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
    }
    
    .process-intro p {
        font-size: 1rem;
    }
}

/* Responsive Design for CTA Buttons */
@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .cta-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
        min-width: 160px;
    }
}
