/* ============================================
   Ausbildung Page - hero, sections, polish
   ============================================ */

/* ----------- HERO ----------- */
.aus-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
    color: #fff;
    padding: 90px 0 110px;
    overflow: hidden;
}
.aus-hero-decor { position: absolute; inset: 0; pointer-events: none; }
.aus-hero-decor .orb {
    position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55;
}
.aus-hero-decor .orb-blue   { width: 460px; height: 460px; background: #2563eb; top: -120px; left: -120px; }
.aus-hero-decor .orb-yellow { width: 360px; height: 360px; background: #f5c842; bottom: -120px; right: -100px; opacity: .35; }
.aus-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
}

.aus-hero .eyebrow-yellow {
    color: #f5c842;
    background: rgba(245,200,66,.12);
    border: 1px solid rgba(245,200,66,.25);
}
.aus-hero-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 14px 0 18px;
    color: #fff;
}
.aus-hero h1,
.aus-hero h2,
.aus-hero p,
.aus-hero strong {
    color: #fff;
}
.aus-hero-title .hl {
    background: linear-gradient(120deg, #f5c842 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aus-hero-lead { color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; max-width: 620px; }

.aus-hero-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
    margin: 32px 0 24px;
}
.aus-hero-stats .stat {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 16px;
    backdrop-filter: blur(8px);
}
.aus-hero-stats .stat strong {
    display: block; font-size: 1.4rem; font-weight: 800;
    color: #fff;
}
.aus-hero-stats .stat span { display: block; color: rgba(255,255,255,.6); font-size: .78rem; margin-top: 2px; }
@media (max-width: 575.98px) { .aus-hero-stats { grid-template-columns: repeat(2, 1fr); } }

.aus-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.aus-hero-cta .btn-primary {
    background: linear-gradient(135deg, #f5c842 0%, #f59e0b 100%);
    border: none; color: #1e3a8a; font-weight: 700;
    padding: 14px 32px; border-radius: 10px;
    box-shadow: 0 8px 20px rgba(245,200,66,.3);
}
.aus-hero-cta .btn-outline {
    background: transparent; border: 1.5px solid rgba(255,255,255,.3);
    color: #fff; padding: 14px 32px; border-radius: 10px;
}
.aus-hero-cta .btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; }

/* Hero card (right) */
.aus-hero-card {
    position: relative; border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
    border: 4px solid rgba(255,255,255,.1);
}
.aus-hero-visual {
    min-height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #071a33 0%, #0d2d5e 55%, #172554 100%);
    padding: 22px;
}
.aus-hero-img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border-radius: 14px;
}
.aus-hero-card-badge {
    position: absolute; left: 16px; top: 16px;
    background: rgba(15,23,42,.85); backdrop-filter: blur(8px);
    border-radius: 12px; padding: 12px 14px;
    display: flex; align-items: center; gap: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.1);
}
.aus-hero-card-badge i {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, #f5c842 0%, #f59e0b 100%);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #1e3a8a;
    font-size: 1.05rem;
}
.aus-hero-card-badge strong { display: block; font-size: .85rem; }
.aus-hero-card-badge small { color: rgba(255,255,255,.7); font-size: .7rem; }
.aus-hero-card-pill {
    position: absolute; right: 16px; bottom: 16px;
    background: rgba(245,200,66,.95); color: #1e3a8a;
    padding: 8px 14px; border-radius: 999px;
    font-weight: 700; font-size: .8rem;
    box-shadow: 0 6px 14px rgba(245,200,66,.4);
}

/* ----------- Common page accents ----------- */
.hl-blue {
    background: linear-gradient(120deg, #2563eb 0%, #3b82f6 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aus-quote {
    border-left: 4px solid #f5c842;
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(245,200,66,.08), transparent);
    border-radius: 0 12px 12px 0;
    position: relative;
}
.aus-quote i {
    position: absolute; left: -2px; top: -8px;
    color: #f5c842; font-size: 1.4rem; background: #fff; padding: 4px 6px;
    border-radius: 50%;
}
.aus-quote p { font-style: italic; margin: 0; color: #1f2937; font-size: .98rem; line-height: 1.6; }

/* Image grid in nedir section */
.aus-image-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 460px;
}
.aus-image-grid .visual-tile {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    background: #0e1f3f;
}
.aus-image-grid .visual-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aus-image-grid .visual-tile .tile-caption {
    position: absolute;
    left: 14px; bottom: 14px;
    z-index: 2;
    background: rgba(15, 23, 42, .82);
    color: #fff;
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .2px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.aus-image-grid .visual-tile .tile-caption i {
    color: #f5c842;
    font-size: .9rem;
}
.aus-image-grid .g1 { grid-column: 1; grid-row: 1 / 3; height: 100%; }
.aus-image-grid .g2 { grid-column: 2; grid-row: 1; }
.aus-image-grid .g3 { grid-column: 2; grid-row: 2; }
.aus-image-grid .g4 {
    position: absolute; right: -16px; bottom: -16px;
    width: 150px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: #fff; border-radius: 14px;
    padding: 14px 16px; text-align: center;
    box-shadow: 0 12px 28px rgba(30,58,138,.4);
    z-index: 2;
}
.aus-image-grid .g4 i { color: #f5c842; font-size: 1.4rem; display: block; margin-bottom: 4px; }
.aus-image-grid .g4 strong { display: block; font-size: .8rem; }
.aus-image-grid .g4 small { font-size: .65rem; opacity: .8; }
@media (max-width: 767.98px) {
    .aus-image-grid { height: 360px; }
}

/* ----------- Avantajlar ----------- */
.aus-feature {
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    padding: 26px;
    height: 100%;
    transition: transform .15s, box-shadow .15s, border-color .15s;
}
.aus-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15,23,42,.08);
    border-color: rgba(30,58,138,.15);
}
.aus-feature-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.3rem;
    box-shadow: 0 6px 14px rgba(0,0,0,.1);
    margin-bottom: 16px;
}
.aus-feature-icon.ic-blue   { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); }
.aus-feature-icon.ic-green  { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.aus-feature-icon.ic-yellow { background: linear-gradient(135deg, #f5c842 0%, #f59e0b 100%); color: #1e3a8a; }
.aus-feature-icon.ic-red    { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.aus-feature-icon.ic-purple { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
.aus-feature-icon.ic-cyan   { background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%); }
.aus-feature h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a8a; margin: 0 0 8px; }
.aus-feature p  { color: #6b7280; font-size: .9rem; line-height: 1.6; margin: 0; }

/* ----------- Süreç (timeline) ----------- */
.aus-timeline {
    margin-top: 28px;
    position: relative;
    padding-left: 30px;
}
.aus-timeline::before {
    content: '';
    position: absolute;
    left: 14px; top: 8px; bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #2563eb 0%, #f5c842 100%);
    border-radius: 2px;
}
.aus-step {
    display: flex; gap: 20px;
    margin-bottom: 28px;
    position: relative;
}
.aus-step-num {
    flex: 0 0 auto;
    width: 56px; height: 56px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: #fff;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.05rem;
    margin-left: -16px;
    box-shadow: 0 8px 18px rgba(30,58,138,.3);
    position: relative;
    z-index: 2;
}
.aus-step:nth-child(2n) .aus-step-num { background: linear-gradient(135deg, #f5c842 0%, #f59e0b 100%); color: #1e3a8a; }
.aus-step-body {
    flex: 1;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 4px 14px rgba(15,23,42,.04);
}
.aus-step-body h3 { font-size: 1.05rem; font-weight: 700; color: #1e3a8a; margin: 0 0 6px; }
.aus-step-body h3 i { color: #2563eb; }
.aus-step-body p { margin: 0; color: #4b5563; font-size: .9rem; line-height: 1.6; }

/* ----------- Maaşlar ----------- */
.aus-salary-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
    margin-top: 28px;
}
@media (max-width: 991.98px) { .aus-salary-grid { grid-template-columns: 1fr; } }
.aus-salary-card {
    background: #fff;
    border: 2px solid #eef0f6;
    border-radius: 18px;
    padding: 28px 26px;
    text-align: center;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    position: relative;
    overflow: hidden;
}
.aus-salary-card::before {
    content: '';
    position: absolute; left: 0; top: 0; right: 0; height: 5px;
    background: linear-gradient(90deg, #2563eb 0%, #f5c842 100%);
}
.aus-salary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15,23,42,.1);
    border-color: rgba(30,58,138,.2);
}
.aus-salary-card.sec { transform: scale(1.04); border-color: #f5c842; box-shadow: 0 12px 30px rgba(245,200,66,.2); }
.aus-salary-card.sec:hover { transform: translateY(-4px) scale(1.04); }
.aus-salary-card .year {
    display: inline-block;
    background: rgba(30,58,138,.08);
    color: #1e3a8a;
    padding: 4px 12px; border-radius: 999px;
    font-weight: 700; font-size: .75rem;
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 16px;
}
.aus-salary-card .amount { display: block; font-size: 2rem; font-weight: 800; color: #1e3a8a; letter-spacing: -.5px; }
.aus-salary-card .net    { display: block; color: #6b7280; font-size: .85rem; margin: 4px 0 18px; }
.aus-salary-card ul {
    list-style: none; padding: 0; margin: 0;
    text-align: left;
}
.aus-salary-card ul li {
    padding: 8px 0; border-top: 1px solid #f3f4f6;
    font-size: .85rem; color: #4b5563;
    display: flex; align-items: center;
}
.aus-salary-card ul li i { color: #10b981; margin-right: 10px; }

/* ----------- Şartlar / Belgeler ----------- */
.aus-checklist { list-style: none; padding: 0; margin: 0; }
.aus-checklist li {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}
.aus-checklist li:last-child { border-bottom: none; }
.aus-checklist li i {
    flex: 0 0 auto;
    width: 28px; height: 28px;
    background: rgba(16,185,129,.1);
    color: #10b981;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem;
    margin-top: 2px;
}
.aus-checklist li strong { display: block; color: #1e3a8a; }
.aus-checklist li div { font-size: .9rem; color: #4b5563; line-height: 1.6; }

.aus-side-card {
    background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
    border: 1px solid #eef0f6;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 22px rgba(15,23,42,.05);
}
.aus-side-card h3 {
    font-size: 1.05rem; font-weight: 700; color: #1e3a8a;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef0f6;
}
.aus-doc-list { display: grid; gap: 6px; }
.aus-doc-list .doc {
    display: flex; gap: 10px; align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 8px;
    font-size: .85rem;
    color: #1f2937;
}
.aus-doc-list .doc i { color: #2563eb; }
.aus-help {
    margin-top: 16px;
    background: rgba(37,99,235,.06);
    border: 1px solid rgba(37,99,235,.15);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex; gap: 12px;
    align-items: flex-start;
}
.aus-help i { color: #2563eb; font-size: 1.1rem; margin-top: 2px; }
.aus-help strong { display: block; color: #1e3a8a; font-size: .9rem; }
.aus-help p { color: #4b5563; }

/* ----------- Job cards ----------- */
.aus-job-card {
    display: block;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
    height: 100%;
}
.aus-job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15,23,42,.1);
}
.aus-job-card .cover {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aus-job-card .cover::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15,23,42,.6) 100%);
}
.aus-job-card .cover::before {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 900;
    font-size: 1.15rem;
    text-shadow: 0 2px 10px rgba(0,0,0,.32);
}
.cover-health { background: radial-gradient(circle at 25% 20%, rgba(245,200,66,.25), transparent 35%), linear-gradient(135deg, #0f766e, #2563eb); }
.cover-health::before { content: "Hemşirelik"; }
.cover-code { background: radial-gradient(circle at 80% 20%, rgba(245,200,66,.25), transparent 35%), linear-gradient(135deg, #172554, #7c3aed); }
.cover-code::before { content: "Yazılım"; }
.cover-mechatronic { background: radial-gradient(circle at 30% 20%, rgba(245,200,66,.25), transparent 35%), linear-gradient(135deg, #1f2937, #f97316); }
.cover-mechatronic::before { content: "Mekatronik"; }
.cover-care { background: radial-gradient(circle at 70% 25%, rgba(245,200,66,.25), transparent 35%), linear-gradient(135deg, #064e3b, #10b981); }
.cover-care::before { content: "Yaşlı Bakımı"; }
.cover-cook { background: radial-gradient(circle at 35% 20%, rgba(255,255,255,.22), transparent 35%), linear-gradient(135deg, #7c2d12, #dc2626); }
.cover-cook::before { content: "Aşçılık"; }
.cover-physio { background: radial-gradient(circle at 78% 20%, rgba(245,200,66,.25), transparent 35%), linear-gradient(135deg, #1e3a8a, #06b6d4); }
.cover-physio::before { content: "Fizyoterapi"; }
.aus-job-card .body { padding: 18px 20px; }
.aus-job-card .tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(245,200,66,.15); color: #92400e;
    padding: 4px 10px; border-radius: 999px;
    font-size: .7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: 8px;
}
.aus-job-card h3 {
    font-size: 1.05rem; font-weight: 700; color: #1e3a8a;
    margin: 0 0 6px;
}
.aus-job-card p { color: #6b7280; font-size: .85rem; line-height: 1.5; margin: 0; }

/* ═══════════════════════════════════════════════════════
   PM — Popüler Meslekler (DB'den dinamik kartlar)
   ═══════════════════════════════════════════════════════ */
.pm-section { padding: 80px 0; }

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

.pm-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(11,36,71,.07);
    border: 1px solid #eef0f8;
    transition: transform .22s ease, box-shadow .22s ease;
}

.pm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(11,36,71,.14);
    text-decoration: none;
}

/* ── Cover (gradient + icon + name) ── */
.pm-card-cover {
    position: relative;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
}

.pm-card-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.12);
}

.pm-card-icon {
    position: relative;
    z-index: 1;
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    border: 2px solid rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    backdrop-filter: blur(4px);
    transition: transform .22s ease;
}

.pm-card:hover .pm-card-icon {
    transform: scale(1.1);
}

.pm-card-name {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: -.01em;
    padding: 0 16px;
    text-shadow: 0 1px 4px rgba(0,0,0,.25);
}

/* ── Gradient renkleri ── */
.pm-grad-health    { background: linear-gradient(135deg, #0f766e 0%, #0ea5e9 100%); }
.pm-grad-tech      { background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%); }
.pm-grad-industry  { background: linear-gradient(135deg, #1f2937 0%, #f97316 100%); }
.pm-grad-care      { background: linear-gradient(135deg, #831843 0%, #ec4899 100%); }
.pm-grad-food      { background: linear-gradient(135deg, #713f12 0%, #f59e0b 100%); }
.pm-grad-logistics { background: linear-gradient(135deg, #1e3a8a 0%, #38bdf8 100%); }
.pm-grad-finance   { background: linear-gradient(135deg, #064e3b 0%, #10b981 100%); }
.pm-grad-education { background: linear-gradient(135deg, #312e81 0%, #6366f1 100%); }
.pm-grad-retail    { background: linear-gradient(135deg, #7f1d1d 0%, #ef4444 100%); }
.pm-grad-default   { background: linear-gradient(135deg, #0b2447 0%, #19376d 100%); }

/* ── Card body ── */
.pm-card-body {
    padding: 18px 20px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.pm-card-tag {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6b7280;
    background: #f3f4f6;
    border-radius: 99px;
    padding: 3px 10px;
    align-self: flex-start;
}

.pm-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0b2447;
    margin: 0;
    line-height: 1.3;
}

.pm-card-desc {
    font-size: .83rem;
    color: #6b7280;
    margin: 2px 0 0;
    line-height: 1.5;
    flex: 1;
}

.pm-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f3fb;
}

.pm-ilan-count {
    font-size: .78rem;
    font-weight: 700;
    color: #4a7fd4;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pm-card-arrow {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #f0f3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: #0b2447;
    transition: background .18s, transform .18s;
}

.pm-card:hover .pm-card-arrow {
    background: #0b2447;
    color: #f7c948;
    transform: translateX(2px);
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .pm-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .pm-grid { grid-template-columns: 1fr; gap: 16px; }
    .pm-card-cover { height: 140px; }
}

/* ----------- CTA ----------- */
.section-cta { background: #f5f7fb; padding: 60px 0; }
.aus-cta {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #312e81 100%);
    border-radius: 22px;
    padding: 44px 50px;
    color: #fff;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30,58,138,.3);
}
.aus-cta::before {
    content: '';
    position: absolute; right: -80px; top: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(245,200,66,.25) 0%, transparent 70%);
    border-radius: 50%;
}
.aus-cta-text { flex: 1 1 60%; min-width: 280px; position: relative; }
.aus-cta-text h2 { font-size: 1.7rem; font-weight: 800; margin: 12px 0 8px; letter-spacing: -.5px; }
.aus-cta-text p  { color: rgba(255,255,255,.78); margin: 0; font-size: .95rem; line-height: 1.6; }
.aus-cta .eyebrow,
.aus-cta h2,
.aus-cta p,
.aus-cta strong,
.section-cta .aus-cta h2 {
    color: #fff;
}
.aus-cta .eyebrow {
    color: #f5c842;
}
.aus-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }
.aus-cta-actions .btn-warning {
    background: linear-gradient(135deg, #f5c842 0%, #f59e0b 100%);
    border: none; color: #1e3a8a; font-weight: 700;
    padding: 14px 28px; border-radius: 10px;
    box-shadow: 0 6px 18px rgba(245,200,66,.4);
}
.aus-cta-actions .btn-outline-light {
    background: transparent; border: 1.5px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 14px 28px; border-radius: 10px;
}
.aus-cta-actions .btn-outline-light:hover { background: rgba(255,255,255,.1); color: #fff; }

/* ----------- Misc shared ----------- */
.eyebrow.eyebrow-yellow { color: #92400e; background: rgba(245,200,66,.15); border: 1px solid rgba(245,200,66,.25); }
