/* ========================================
   HEIMWALL WAF - SOFTWARE.CSS
   ======================================== */

/* ----------------------------------------
   SECTION 2: Stats Bandı (Kutusuz/Minimal)
   ---------------------------------------- */
.heimwall-stats-band {
    background: linear-gradient(135deg, #0a4d7c 0%, #0082cf 50%, #12567f 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.stats-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.stat-item-clean {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

.stat-value {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    margin-bottom: 5px;
}

.stat-text {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media (max-width: 768px) {
    .heimwall-stats-band { padding: 40px 0; }
    .stat-value { font-size: 32px; }
    .stat-text { font-size: 13px; }
    .stat-item-clean { padding: 15px 5px; }
}

/* ----------------------------------------
   SECTION 3: Neden HEIMWALL
   ---------------------------------------- */
.heimwall-why {
    padding: 100px 0;
    background: #fff;
}

.heimwall-why-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #12567f;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.heimwall-why-content h2 span {
    color: #0082cf;
}

.heimwall-why-content p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.heimwall-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heimwall-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #374151;
    font-family: 'Poppins', sans-serif;
}

.heimwall-why-list li i {
    color: #0082cf;
    font-size: 20px;
    margin-top: 3px;
}

.heimwall-visual {
    position: relative;
}

.heimwall-visual img {
    filter: drop-shadow(0 20px 40px rgba(0, 130, 207, 0.2));
    transition: transform 0.4s ease;
}

.heimwall-visual:hover img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .heimwall-why { padding: 60px 0; }
    .heimwall-why-content h2 { font-size: 32px; }
    .heimwall-why-content p { font-size: 16px; }
}

/* ----------------------------------------
   SECTION 4: Nasıl Çalışır Timeline
   ---------------------------------------- */
.heimwall-how-it-works {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.steps-wrapper {
    position: relative;
    margin-top: 60px;
}

.step-line {
    position: absolute;
    top: 50px;
    left: 20%;
    right: 20%;
    height: 4px;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    border-radius: 2px;
    z-index: 0;
}

.step-line::before,
.step-line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #0082cf;
    border-radius: 50%;
}

.step-line::before { left: 0; }
.step-line::after { right: 0; }

.step-item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.step-number {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0082cf, #58b5eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 25px;
    box-shadow: 0 15px 40px rgba(0, 130, 207, 0.35);
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-number::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(0, 130, 207, 0.3);
}

.step-item:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgba(0, 130, 207, 0.45);
}

.step-item h4 {
    font-size: 22px;
    color: #12567f;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.step-item p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    max-width: 280px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .step-line { display: none; }
    .step-item { margin-bottom: 50px; }
    .step-number { width: 80px; height: 80px; font-size: 32px; }
    .step-item h4 { font-size: 20px; }
    .heimwall-how-it-works { padding: 60px 0; }
}

.ilkbyte-stats-band {
    background: linear-gradient(135deg, #12567f 0%, #16213e 50%, #0f3460 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.ilkbyte-stats-band .stats-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 130, 207, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(88, 181, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ilkbyte-stats-band .stat-item-clean {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

.ilkbyte-stats-band .stat-value {
    font-size: 42px;
    font-weight: 800;
    color: #58b5eb;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    margin-bottom: 5px;
}

.ilkbyte-stats-band .stat-text {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .ilkbyte-stats-band { padding: 40px 0; }
    .ilkbyte-stats-band .stat-value { font-size: 28px; }
    .ilkbyte-stats-band .stat-text { font-size: 12px; }
}

/* ----------------------------------------
   SECTION 3: Neden İlkbyte
   ---------------------------------------- */
.ilkbyte-why {
    padding: 100px 0;
    background: #fff;
}

.ilkbyte-why-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #12567f;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.ilkbyte-why-content h2 span {
    color: #0082cf;
}

.ilkbyte-why-content p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.ilkbyte-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ilkbyte-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #374151;
    font-family: 'Poppins', sans-serif;
}

.ilkbyte-why-list li i {
    color: #0082cf;
    font-size: 18px;
    margin-top: 3px;
}

.ilkbyte-visual {
    position: relative;
}

.ilkbyte-visual img {
    filter: drop-shadow(0 20px 40px rgba(0, 130, 207, 0.15));
    transition: transform 0.4s ease;
}

.ilkbyte-visual:hover img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .ilkbyte-why { padding: 60px 0; }
    .ilkbyte-why-content h2 { font-size: 32px; }
    .ilkbyte-why-content p { font-size: 16px; }
}

/* ----------------------------------------
   SECTION 4: Özellikler Grid
   ---------------------------------------- */
.ilkbyte-features {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.ilkbyte-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8f0f8;
    transition: all 0.3s ease;
    height: 100%;
}

.ilkbyte-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 130, 207, 0.12);
    border-color: #0082cf;
}

.ilkbyte-feature-card .feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.ilkbyte-feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #0082cf, #58b5eb);
    transform: scale(1.1);
}

.ilkbyte-feature-card .feature-icon i {
    font-size: 28px;
    color: #58b5eb;
    transition: color 0.3s ease;
}

.ilkbyte-feature-card:hover .feature-icon i {
    color: #fff;
}

.ilkbyte-feature-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #12567f;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.ilkbyte-feature-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

/* ----------------------------------------
   SECTION 5: Nasıl Çalışır Timeline
   ---------------------------------------- */
.ilkbyte-how-it-works {
    padding: 80px 0;
    background: #fff;
}

.ilkbyte-how-it-works .steps-wrapper {
    position: relative;
    margin-top: 60px;
}

.ilkbyte-how-it-works .step-line {
    position: absolute;
    top: 50px;
    left: 20%;
    right: 20%;
    height: 4px;
    background: linear-gradient(90deg, #1a1a2e, #0082cf, #58b5eb);
    border-radius: 2px;
    z-index: 0;
}

.ilkbyte-how-it-works .step-item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.ilkbyte-how-it-works .step-number {
      width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0082cf, #58b5eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 25px;
    box-shadow: 0 15px 40px rgba(0, 130, 207, 0.35);
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ilkbyte-how-it-works .step-number::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(88, 181, 235, 0.3);
}

.ilkbyte-how-it-works .step-item:hover .step-number {
    background: linear-gradient(135deg, #0082cf, #58b5eb);
    color: #fff;
    transform: scale(1.1);
}

.ilkbyte-how-it-works .step-item h4 {
    font-size: 22px;
    color: #12567f;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.ilkbyte-how-it-works .step-item p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    max-width: 280px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ilkbyte-how-it-works .step-line { display: none; }
    .ilkbyte-how-it-works .step-item { margin-bottom: 50px; }
    .ilkbyte-how-it-works .step-number { width: 80px; height: 80px; font-size: 32px; }
    .ilkbyte-features { padding: 60px 0; }
    .ilkbyte-how-it-works { padding: 60px 0; }
}

