/* Kariyer açılış sayfası (CI3 public_page/pages/job_posting_list.php içindeki <style>).
   layouts/job_posting.blade.php css/styles/public/job_posting_list.css dosyasını otomatik bağlar. */
:root {
    --lp-primary: #2f6f83;
    --lp-primary-dark: #285d6e;
    --lp-primary-soft: rgba(47, 111, 131, 0.08);
    --lp-ink: #1b2e35;
    --lp-muted: #6b7280;
}

/* Tam genişlik — layout sarmalayıcılarındaki tüm boşlukları sıfırla */
.hd-tab-section,
.content-full-width,
.widget,
.widget-content-area {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.hd-tab-section {
    min-height: auto !important;
}

/* ---- Hero ---- */
.lp-hero {
    background: linear-gradient(135deg, #2f6f83 0%, #1b2e35 100%);
    color: #fff;
    padding: 90px 0 100px;
    text-align: center;
}

.lp-hero h1 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.25;
}

.lp-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    max-width: 620px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.lp-hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- Butonlar ---- */
.lp-btn-primary,
.lp-btn-light,
.lp-btn-ghost,
.lp-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.lp-btn-primary {
    background: var(--lp-primary);
    color: #fff;
}

.lp-btn-primary:hover {
    background: var(--lp-primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(47, 111, 131, 0.3);
}

.lp-btn-light {
    background: #fff;
    color: var(--lp-primary);
}

.lp-btn-light:hover {
    color: var(--lp-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.lp-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.lp-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.lp-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.lp-btn-outline:hover {
    background: #fff;
    color: var(--lp-primary);
}

/* ---- Bölüm başlıkları ---- */
.lp-section {
    padding: 80px 0;
}

.lp-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.lp-section-head h2 {
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--lp-ink);
    margin-bottom: 12px;
}

.lp-section-head p {
    color: var(--lp-muted);
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}

/* ---- Kısayol kartları ---- */
.lp-shortcuts {
    background: #f4f6f8;
}

.lp-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.lp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(47, 111, 131, 0.14);
    border-color: transparent;
}

.lp-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--lp-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.25s ease;
}

.lp-card-icon svg {
    width: 26px;
    height: 26px;
    color: var(--lp-primary);
    stroke-width: 2;
}

.lp-card:hover .lp-card-icon {
    background: var(--lp-primary);
}

.lp-card:hover .lp-card-icon svg {
    color: #fff;
}

.lp-card h5 {
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--lp-ink);
    margin-bottom: 10px;
}

.lp-card p {
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.lp-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--lp-primary);
    font-weight: 600;
    font-size: 0.9rem;
}

.lp-card-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.lp-card:hover .lp-card-link svg {
    transform: translateX(4px);
}

.lp-card-col {
    margin-bottom: 26px;
}

/* ---- Şirketimizde Çalışmak ---- */
.lp-about {
    background: #fff;
}

.lp-about h2 {
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--lp-ink);
    margin-bottom: 16px;
}

.lp-about .lp-lead {
    font-size: 1.05rem;
    color: var(--lp-primary);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
}

.lp-about p {
    color: var(--lp-muted);
    font-size: 0.94rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.lp-about-actions {
    margin-top: 28px;
}

.lp-about-img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(27, 46, 53, 0.18);
    object-fit: cover;
}

/* ---- CTA ---- */
.lp-cta {
    background: linear-gradient(135deg, #2f6f83 0%, #1b2e35 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.lp-cta h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 14px;
}

.lp-cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.lp-cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .lp-about-img {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .lp-hero {
        padding: 64px 0 70px;
    }

    .lp-hero h1 {
        font-size: 1.7rem;
    }

    .lp-section {
        padding: 56px 0;
    }

    .lp-cta h2 {
        font-size: 1.5rem;
    }
}
