/* Yel Alaçatı — paylaşılan bileşenler */
.yel-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b89f82;
    margin-bottom: 12px;
}

.yel-script-title {
    font-family: "Dancing Script", cursive;
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: #c9a227;
    line-height: 1.15;
    margin-bottom: 8px;
}

.yel-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 12px;
}

.yel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yel-btn--primary {
    background: linear-gradient(135deg, #FF9800 0%, #e68900 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 8px 24px rgba(255, 152, 0, 0.35);
}

.yel-btn--primary:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 152, 0, 0.45);
}

.yel-btn--outline {
    background: transparent;
    color: #2d2926 !important;
    border: 2px solid rgba(45, 41, 38, 0.2);
}

.yel-btn--outline:hover {
    border-color: #FF9800;
    color: #FF9800 !important;
    transform: translateY(-2px);
}

.yel-btn--light {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.45);
}

.yel-btn--light:hover {
    background: #fff;
    color: #2d2926 !important;
    transform: translateY(-2px);
}

.yel-btn--outline-dark {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.yel-btn--outline-dark:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    transform: translateY(-2px);
}

.yel-cta-box {
    background: linear-gradient(135deg, #1a1816 0%, #2d2926 100%);
    border-radius: 24px;
    padding: 48px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(26, 24, 22, 0.25);
}

.yel-cta-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.yel-cta-box h2 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.yel-cta-box p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.yel-cta-box__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    position: relative;
}

.yel-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.yel-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #4a4238;
    font-size: 15px;
    line-height: 1.5;
}

.yel-features li i {
    color: #FF9800;
    margin-top: 4px;
    flex-shrink: 0;
}
