/* Commitment Section - Refined Colors */
.commitment-section {
    padding: 60px 0;
    text-align: center;
}

.commitment-content {
    max-width: 95%; 
    margin: 0 auto;
    padding: 0 40px;
}

.commitment-title {
    display: inline-block;
    background-color: #fff;
    color: var(--theme-2); 
    padding: 12px 35px;
    border-radius: 50px; 
    font-size: 28px; 
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.commitment-quote {
    position: relative;
    width: 100%;
}

.commitment-text {
    line-height: 1.2;
    margin-bottom: 0;
}

.commitment-text span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.commitment-text .line-2 {
    font-size: 40px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1.2px #fff; 
    text-transform: uppercase;
    opacity: 0.9;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

/* Changed Gold to Simple Yellow */
.commitment-text .line-3 {
    font-size: 42px;
    font-weight: 800;
    color: #ffd200; /* Simple Yellow */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.commitment-text .line-4 {
    font-size: 40px;
    font-family: "Playfair Display", serif; 
    font-style: italic;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
}

.commitment-text .line-4::before { content: "“"; color: rgba(255,255,255,0.6); margin-right: 10px; font-size: 50px; vertical-align: -10px; }
.commitment-text .line-4::after { content: "”"; color: rgba(255,255,255,0.6); margin-left: 10px; font-size: 50px; vertical-align: -25px; }

@media (max-width: 1199px) {
    .commitment-text .line-2 { font-size: 32px; }
    .commitment-text .line-3 { font-size: 28px; }
    .commitment-text .line-4 { font-size: 28px; }
}

@media (max-width: 767px) {
    .commitment-section { padding: 40px 0; }
    .commitment-title { font-size: 20px; padding: 8px 25px; }
    .commitment-text .line-2 { font-size: 22px; -webkit-text-stroke: 1px #fff; }
    .commitment-text .line-3 { font-size: 18px; }
    .commitment-text .line-4 { font-size: 20px; }
}