

.tekiner-is-alim-sureci-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.tekiner-ias-page .ias-breadcrumb-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tekiner-ias-page .ias-breadcrumb-container .breadcrumb {
    padding: 10px 0;
    margin: 0;
}

.ias-hero {
    padding: 3rem 1.5rem;
    text-align: center;
}

.ias-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.ias-hero-beyaz {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.ias-hero-beyaz .ias-hero-title,
.ias-hero-beyaz .ias-hero-subtitle {
    color: #002741;
}

.ias-hero-beyaz .ias-hero-subtitle {
    color: rgba(0, 39, 65, 0.85);
}

.ias-hero-mavi {
    background: #002741;
}

.ias-hero-mavi .ias-hero-title,
.ias-hero-mavi .ias-hero-subtitle {
    color: #fff;
}

.ias-hero-mavi .ias-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.ias-block-mavi {
    background: #002741;
}

.ias-block-mavi .ias-content {
    background: #002741 !important;
}

.ias-block-mavi .ias-intro {
    color: #fff !important;
}

.ias-block-mavi .ias-empty {
    color: rgba(255, 255, 255, 0.8);
}

.ias-block-mavi .ias-buton {
    background: #fff;
    color: #002741 !important;
}

.ias-block-mavi .ias-buton:hover {
    background: #f0f4f8;
    color: #002741 !important;
}

.tekiner-is-alim-sureci-page .ias-hero-title,
.tekiner-is-alim-sureci-page .ias-hero h1,
.tekiner-is-alim-sureci-page .ias-hero h2,
.ias-hero-title {
    margin: 0 0 0.5rem 0;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1.2;
}

.ias-hero-subtitle {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.ias-content,
.tekiner-ias-page .ias-content {
    background: #fff;
    padding: 2.5rem 2rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.ias-intro,
.tekiner-ias-page .ias-intro,
.tekiner-is-alim-sureci-page .ias-intro {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-top: calc(2rem - 1cm) !important;
    margin-bottom: 2.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 700px;
}

.ias-kutular {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.ias-kutu,
.tekiner-ias-page .ias-kutu,
.tekiner-is-alim-sureci-page .ias-kutu {
    background: #fff;
    border-radius: 0 !important;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    position: relative;
}

.ias-kutu-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2962ee;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.ias-kutu-baslik {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.tekiner-is-alim-sureci-page .ias-kutu-aciklama,
.tekiner-is-alim-sureci-page .ias-kutu p.ias-kutu-aciklama,
.ias-kutu-aciklama {
    font-size: 15px !important;
    font-weight: 400;
    color: #444;
    margin: 0;
    line-height: 1.5;
}

.ias-buton-wrap {
    text-align: center;
}

.ias-buton {
    display: inline-block;
    background: #2962ee;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 28px;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.ias-buton:hover {
    background: #2354d4;
    color: #fff !important;
    opacity: 0.95;
}

.ias-empty {
    text-align: center;
    color: #666;
    font-size: 15px;
    margin: 0 0 2rem 0;
}

@media (max-width: 1200px) {
    .ias-hero-title { font-size: 26px !important; }
    .ias-hero-subtitle { font-size: 16px; }
    .ias-kutular { gap: 1.25rem; }
    .ias-kutu { padding: 1.25rem 1rem; }
    .ias-kutu-baslik { font-size: 17px; }
    .ias-kutu-aciklama { font-size: 15px !important; }
}

@media (max-width: 992px) {
    .ias-hero { padding: 2.5rem 1.25rem; }
    .ias-hero-title { font-size: 24px !important; }
    .ias-content { padding: 2.5rem 1.25rem 3rem; }
    .ias-kutular {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    .ias-kutu-num { width: 36px; height: 36px; font-size: 16px; }
}

@media (max-width: 768px) {
    .ias-hero { padding: 2rem 1rem; }
    .ias-hero-title { font-size: 22px !important; }
    .ias-hero-subtitle { font-size: 15px; }
    .ias-content { padding: 2rem 1rem 2.5rem; }
    .ias-intro { font-size: 15px; margin-bottom: 2rem; }
    .ias-kutular {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    .ias-kutu { padding: 1.25rem 1rem; }
    .ias-kutu-baslik { font-size: 17px; }
    .ias-kutu-aciklama { font-size: 15px !important; }
    .ias-buton { padding: 12px 24px; font-size: 15px; }
}

@media (max-width: 576px) {
    .ias-hero { padding: 1.5rem 0.75rem; }
    .ias-hero-title { font-size: 20px !important; }
    .ias-hero-subtitle { font-size: 14px; }
    .ias-content { padding: 1.5rem 0.75rem 2rem; }
    .ias-intro { font-size: 14px; margin-bottom: 1.5rem; }
    .ias-kutular { gap: 0.75rem; margin-bottom: 1.25rem; }
    .ias-kutu-num { width: 34px; height: 34px; font-size: 15px; margin-bottom: 0.75rem; }
    .ias-buton { padding: 11px 20px; font-size: 14px; }
}

@media (max-width: 480px) {
    .ias-hero-title { font-size: 18px !important; }
    .ias-content { padding: 1.25rem 0.5rem 1.5rem; }
    .ias-kutu-baslik { font-size: 16px; }
    .ias-kutu-aciklama { font-size: 15px !important; }
}
