/* Encomendas */

.container {
    padding: 2rem;
    max-width: 720px;
    margin: 0 auto;
}

.breadcrumb {
    margin-bottom: 2rem;
    color: #999;
    font-size: 0.85rem;
}

.breadcrumb a {
    color: #012a4a;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #e6b3cc;
}

.page-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #012a4a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.6;
}

.order-section {
    margin-bottom: 2rem;
}

.order-section h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #012a4a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.order-section p {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.order-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-steps li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    line-height: 1.7;
}

.order-steps li:last-child {
    border-bottom: none;
}

.step-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #e6b3cc;
    color: #012a4a;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-steps a {
    color: #012a4a;
    font-weight: 600;
}

.order-steps a:hover {
    color: #e6b3cc;
}

.contact-box {
    background: #faf8f5;
    border-left: 3px solid #e6b3cc;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    margin-top: 1rem;
}

.contact-box p {
    margin-bottom: 0.5rem;
}

.contact-box p:last-child {
    margin-bottom: 0;
}

.cta-wrap {
    text-align: center;
    margin-top: 2.5rem;
}

.cta-button {
    display: inline-block;
    background: #012a4a;
    color: white;
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #e6b3cc;
    transform: translateY(-2px);
}

.footer {
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 1rem;
    }

    .page-title {
        font-size: 1.8rem;
    }
}
