/* Cene, lead forma, FAQ — iste boje kao ostatak sajta (#57432a, #d5bdaf, #f4eade, #faf9f8) */

.visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero_subtitle {
    text-align: center;
    font-family: CormorantGaramond, serif;
    font-size: 14pt;
    letter-spacing: 0.04em;
    color: #57432a;
    max-width: 28em;
    margin: 0 auto 8px;
    line-height: 1.35;
}

.hero_cta_row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
    max-width: 340px;
}

.hero_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.hero_cta--primary {
    background-color: #57432a;
    color: #f4eade;
    border: 1px solid #57432a;
}

.hero_cta--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(87, 67, 42, 0.25);
}

.hero_cta--secondary {
    background-color: #f4eade;
    color: #57432a;
    border: 1px solid #57432a;
}

.hero_cta--secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(87, 67, 42, 0.12);
}

/* --- Pricing --- */
.pricing {
    padding: 40px 16px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing .pricing_title {
    font-size: 32pt;
    font-family: RomateHood, serif;
    font-weight: 600;
    color: #57432a;
    text-align: center;
    margin-bottom: 8px;
}

.pricing .pricing_lead {
    font-family: CormorantGaramond, serif;
    font-size: 1.15rem;
    color: #57432a;
    text-align: center;
    max-width: 36em;
    margin: 0 auto 28px;
    line-height: 1.45;
}

.pricing_note {
    font-family: CormorantGaramond, serif;
    font-size: 0.95rem;
    color: #7b6b61;
    text-align: center;
    margin-bottom: 24px;
}

.pricing_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing_block {
    background-color: #d5bdaf;
    padding: 24px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.pricing_block h3 {
    font-family: CormorantGaramond, serif;
    font-size: 1.5rem;
    color: #57432a;
    margin-bottom: 12px;
    text-align: center;
}

.pricing_block p.block_intro {
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
}

.price_table {
    width: 100%;
    border-collapse: collapse;
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
}

.price_table th,
.price_table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(87, 67, 42, 0.2);
    text-align: left;
}

.price_table th {
    font-family: CormorantGaramond, serif;
    background-color: rgba(244, 234, 222, 0.5);
}

.price_table td:last-child {
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
}

.pricing_legend {
    margin-top: 12px;
    font-family: CormorantGaramond, serif;
    font-size: 0.9rem;
    color: #7b6b61;
    line-height: 1.4;
}

.pricing_cta_wrap {
    text-align: center;
    margin-top: 28px;
}

.pricing_cta {
    display: inline-flex;
    padding: 14px 28px;
    background-color: #d4bdad;
    color: #57432a;
    font-family: CormorantGaramond, serif;
    font-size: 1.3rem;
    text-decoration: none;
    border: 2px solid #57432a;
    border-radius: 30px;
    transition: transform 0.2s ease;
}

.pricing_cta:hover {
    transform: translateY(-1px);
}

@media (min-width: 1200px) {
    .pricing .pricing_title {
        font-family: TheSeasonsBold, serif;
        font-size: 40pt;
    }

    .pricing_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .pricing_grid--stack {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin: 0 auto;
    }
}

/* --- Service cards: teaser & back --- */
.service_price_teaser {
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
    text-align: center;
    line-height: 1.35;
    margin: 0 8px;
}

.service_price_teaser strong {
    font-weight: 700;
}

.flip-card-back .flip-back-scroll {
    max-height: 100%;
    overflow-y: auto;
    padding: 16px 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
}

.flip-card-back h2.flip-back-heading {
    font-family: CormorantGaramond, serif;
    font-size: 1.25rem;
    margin: 0;
    padding: 0 8px;
    color: #57432a;
}

.service_includes {
    text-align: left;
    padding: 0 20px 0 36px;
    margin: 0;
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
    line-height: 1.45;
}

.service_includes li {
    margin-bottom: 6px;
}

.flip_back_note {
    font-family: CormorantGaramond, serif;
    font-size: 0.95rem;
    color: #7b6b61;
    padding: 0 16px;
    line-height: 1.35;
}

.btn_to_lead {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f4eade;
    color: #57432a;
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

.card_flip_back {
    padding: 8px 16px;
    margin-top: 8px;
    background-color: transparent;
    color: #57432a;
    font-family: CormorantGaramond, serif;
    font-size: 0.95rem;
    border: 1px solid #57432a;
    cursor: pointer;
}

/* --- Lead section --- */
.lead_section {
    width: 100%;
    max-width: 480px;
    margin: 32px auto 48px;
    padding: 28px 20px 32px;
    background-color: #d5bdaf;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.lead_section .lead_title {
    font-family: CormorantGaramond, serif;
    font-size: 1.75rem;
    color: #57432a;
    text-align: center;
    margin-bottom: 8px;
}

.lead_section .lead_intro {
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}

.lead_form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.lead_form .service_select {
    width: 100%;
    padding: 12px;
    font-family: CormorantGaramond, serif;
    font-size: 1rem;
    color: #57432a;
    background-color: #f4eade;
    border: 1px solid #57432a;
    border-radius: 0;
}

.lead_form .emailInput,
.lead_form input[type="email"] {
    width: 100%;
    margin-bottom: 0;
    align-self: stretch;
    padding: 12px;
    border: 1px solid transparent;
    border-bottom: 1px solid #57432a;
    font-family: CormorantGaramond, serif;
    background-color: rgba(244, 234, 222, 0.35);
    font-size: 1rem;
    color: #57432a;
    box-sizing: border-box;
}

.lead_form input[type="email"]::placeholder {
    color: #7b6b61;
}

.lead_form input[type="email"]:focus {
    outline: none;
    border: 1px solid #57432a;
}

.lead_form button[type="submit"] {
    width: 100%;
    height: auto;
    padding: 14px;
    margin: 0;
    font-size: 1.1rem;
}

.lead_section .formMessage {
    padding: 12px 0 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .services-box {
        align-items: stretch;
    }

    .service-flip-card {
        min-height: 520px;
        height: auto;
    }

    .flip-card-inner {
        min-height: 520px;
        height: auto;
    }

    .flip-card-front,
    .flip-card-back {
        min-height: 520px;
        height: auto;
    }
}

/* --- FAQ --- */
.faq_section {
    padding: 48px 16px 56px;
    max-width: 720px;
    margin: 0 auto;
    background-color: #faf9f8;
}

.faq_section .faq_title {
    font-size: 32pt;
    font-family: RomateHood, serif;
    color: #57432a;
    text-align: center;
    margin-bottom: 24px;
}

.faq_item {
    border-bottom: 1px solid rgba(87, 67, 42, 0.25);
    font-family: CormorantGaramond, serif;
}

.faq_item summary {
    cursor: pointer;
    padding: 16px 8px 16px 0;
    font-size: 1.15rem;
    color: #57432a;
    list-style: none;
    position: relative;
    padding-right: 28px;
}

.faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_item summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #57432a;
}

.faq_item[open] summary::after {
    content: "−";
}

.faq_answer {
    padding: 0 8px 18px 0;
    font-size: 1rem;
    color: #57432a;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .faq_section .faq_title {
        font-family: TheSeasonsBold, serif;
        font-size: 36pt;
    }
}
