.elementor-34220 .elementor-element.elementor-element-e3b44be{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d9931c6 *//* =============================================
   SAVOR MARTURII - FOCUL DINTRE NOI
============================================= */

#savor-marturii-page {
    --sm-bg: #f7f2ea;
    --sm-bg-light: #fcfaf6;
    --sm-dark: #251a16;
    --sm-text: #51453f;
    --sm-muted: #81746c;
    --sm-gold: #b7863d;
    --sm-gold-light: #d8bc87;
    --sm-red: #7c201e;
    --sm-border: #e7ddd0;
    --sm-white: #ffffff;

    font-family: inherit;
    color: var(--sm-text);
    background: var(--sm-bg-light);
    line-height: 1.65;
}

#savor-marturii-page *,
#savor-marturii-page *::before,
#savor-marturii-page *::after {
    box-sizing: border-box;
}

.sm-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sm-narrow {
    max-width: 820px;
}


/* =============================================
   HERO
============================================= */

.sm-hero {
    padding: 80px 0 90px;
    background:
        radial-gradient(circle at 12% 15%, rgba(183,134,61,.10), transparent 35%),
        var(--sm-bg);
}

.sm-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.sm-image-frame {
    position: relative;
}

.sm-image-frame::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 88%;
    left: -22px;
    bottom: -22px;
    border: 1px solid var(--sm-gold-light);
    z-index: 0;
}

.sm-image-frame img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.sm-eyebrow,
.sm-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: var(--sm-gold);
    margin-bottom: 18px;
}

.sm-hero h1 {
    color: var(--sm-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 5vw, 74px);
    line-height: .98;
    font-weight: 400;
    margin: 0 0 15px;
}

.sm-subtitle {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    color: var(--sm-red);
    margin-bottom: 30px;
}

.sm-intro {
    font-size: 17px;
    line-height: 1.8;
    max-width: 590px;
}

.sm-price-row {
    border-top: 1px solid var(--sm-border);
    border-bottom: 1px solid var(--sm-border);
    padding: 25px 0;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 35px;
}

.sm-price-value {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    color: var(--sm-dark);
}

.sm-price-unit {
    color: var(--sm-muted);
    font-size: 14px;
}

.sm-minimum {
    border-left: 1px solid var(--sm-border);
    padding-left: 35px;
    font-size: 14px;
}

.sm-hero-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.sm-benefit {
    display: flex;
    gap: 9px;
    font-size: 14px;
}

.sm-check {
    color: var(--sm-gold);
    font-weight: bold;
}


/* =============================================
   STORY
============================================= */

.sm-story {
    text-align: center;
    padding: 110px 0;
    background: var(--sm-white);
}

.sm-story h2,
.sm-section-heading h2,
.sm-personalization h2,
.sm-price-section h2,
.sm-order-intro h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--sm-dark);
    line-height: 1.15;
}

.sm-story h2 {
    font-size: clamp(34px, 4vw, 52px);
    margin: 0 0 28px;
}

.sm-story p {
    font-size: 17px;
    line-height: 1.9;
    margin: 0 auto 18px;
}


/* =============================================
   FEATURES
============================================= */

.sm-features {
    padding: 100px 0;
    background: var(--sm-bg);
}

.sm-section-heading {
    text-align: center;
    margin-bottom: 55px;
}

.sm-section-heading h2 {
    font-size: 46px;
    margin: 0;
}

.sm-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.sm-feature-card {
    padding: 40px 35px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--sm-border);
}

.sm-feature-number {
    color: var(--sm-gold);
    font-family: Georgia, serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.sm-feature-card h3 {
    font-family: Georgia, serif;
    color: var(--sm-dark);
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 15px;
}

.sm-feature-card p {
    margin: 0;
    font-size: 15px;
}


/* =============================================
   PERSONALIZATION
============================================= */

.sm-personalization {
    padding: 110px 0;
    background: var(--sm-dark);
    color: #ded3ca;
}

.sm-personalization-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.sm-personalization h2 {
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    margin: 0 0 25px;
}

.sm-personalization p {
    font-size: 16px;
    max-width: 480px;
}

.sm-personalization-image img {
    width: 100%;
    display: block;
}

.sm-label-example {
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin: 35px 0 20px;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
}

.sm-label-example > span {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--sm-gold-light);
}

.sm-label-example strong {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 7px 0;
}

.sm-label-example small {
    letter-spacing: 1.2px;
}

.sm-small-note {
    color: #ad9f96;
    font-size: 13px !important;
}


/* =============================================
   STEPS
============================================= */

.sm-steps {
    padding: 105px 0;
    background: #fff;
}

.sm-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sm-step {
    border-top: 1px solid var(--sm-gold);
    padding-top: 25px;
}

.sm-step > span {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sm-gold);
    border-radius: 50%;
    color: var(--sm-gold);
    font-family: Georgia, serif;
}

.sm-step h3 {
    color: var(--sm-dark);
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    margin: 20px 0 10px;
}

.sm-step p {
    font-size: 14px;
    margin: 0;
}


/* =============================================
   PRICE
============================================= */

.sm-price-section {
    padding: 95px 0;
    background: var(--sm-bg);
    text-align: center;
}

.sm-price-section h2 {
    font-size: clamp(42px, 6vw, 65px);
    margin: 0 0 15px;
}

.sm-price-section > div > p {
    font-size: 17px;
}

.sm-shipping-highlight {
    display: inline-flex;
    text-align: left;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--sm-gold-light);
    padding: 20px 30px;
    margin-top: 25px;
}

.sm-shipping-highlight strong,
.sm-shipping-highlight span {
    display: block;
}

.sm-shipping-highlight span:not(.sm-shipping-icon) {
    font-size: 13px;
    color: var(--sm-muted);
}

.sm-shipping-icon {
    font-size: 27px;
    color: var(--sm-red);
}


/* =============================================
   ORDER FORM
============================================= */

.sm-order-section {
    background: var(--sm-dark);
    padding: 110px 0;
}

.sm-order-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
}

.sm-order-intro {
    color: #d8cec7;
    position: sticky;
    top: 40px;
}

.sm-order-intro h2 {
    color: #fff;
    font-size: clamp(38px, 5vw, 54px);
    margin: 0 0 25px;
}

.sm-order-summary {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.sm-order-summary > div {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sm-order-summary span {
    color: #a99c94;
}

.sm-order-summary strong {
    color: #fff;
    text-align: right;
}

.sm-form-card {
    background: var(--sm-bg-light);
    padding: 48px;
}

.sm-form-section + .sm-form-section {
    margin-top: 40px;
}

.sm-form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Georgia, serif;
    font-size: 22px;
    color: var(--sm-dark);
    border-bottom: 1px solid var(--sm-border);
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.sm-form-section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border: 1px solid var(--sm-gold);
    border-radius: 50%;
    font-size: 14px;
    color: var(--sm-gold);
}

.sm-field {
    margin-bottom: 20px;
}

.sm-field label {
    display: block;
    font-size: 13px;
    color: var(--sm-dark);
    font-weight: 600;
    margin-bottom: 7px;
}

.sm-field input,
.sm-field textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d9cfc3;
    border-radius: 0;
    padding: 14px 15px;
    font-family: inherit;
    font-size: 15px;
    color: var(--sm-dark);
    outline: none;
    transition: .2s ease;
}

.sm-field input {
    height: 51px;
}

.sm-field textarea {
    resize: vertical;
}

.sm-field input:focus,
.sm-field textarea:focus {
    border-color: var(--sm-gold);
    box-shadow: 0 0 0 2px rgba(183,134,61,.08);
}

.sm-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sm-field-help {
    display: block;
    margin-top: 6px;
    color: var(--sm-muted);
    font-size: 12px;
}

.sm-live-total {
    background: #f1e7d8;
    border-left: 3px solid var(--sm-gold);
    padding: 20px 22px;
    margin: 10px 0 40px;
}

.sm-live-total-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sm-live-total-top span {
    color: var(--sm-muted);
    font-size: 14px;
}

.sm-live-total-top strong {
    font-family: Georgia, serif;
    color: var(--sm-dark);
    font-size: 25px;
    font-weight: 400;
}

.sm-shipping-message {
    border-top: 1px solid rgba(0,0,0,.08);
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: var(--sm-muted);
}

.sm-shipping-message.is-free {
    color: #496d46;
}

.sm-consent {
    margin: 25px 0;
}

.sm-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
    color: var(--sm-muted);
}

.sm-consent input {
    margin-top: 4px;
    accent-color: var(--sm-red);
}

.sm-submit {
    border: 0;
    background: var(--sm-red);
    color: #fff;
    width: 100%;
    min-height: 58px;
    padding: 17px 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    transition: .2s ease;
}

.sm-submit:hover {
    background: #681816;
    transform: translateY(-1px);
}

.sm-submit:disabled {
    opacity: .65;
    cursor: wait;
}

.sm-submit-loader {
    display: none;
}

.sm-submit.is-loading .sm-submit-text {
    display: none;
}

.sm-submit.is-loading .sm-submit-loader {
    display: inline;
}

.sm-form-footer {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    color: var(--sm-muted);
    margin: 12px 0 0;
}

.sm-form-error {
    color: #a52822;
    font-size: 13px;
    margin-bottom: 15px;
}

.sm-hp-field {
    position: absolute !important;
    left: -99999px !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
}


/* SUCCESS */

.sm-success {
    padding: 45px 20px;
    text-align: center;
}

.sm-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid var(--sm-gold);
    border-radius: 50%;
    color: var(--sm-gold);
    font-size: 28px;
    margin-bottom: 24px;
}

.sm-success h3 {
    font-family: Georgia, serif;
    font-size: 36px;
    color: var(--sm-dark);
    font-weight: 400;
    margin: 0 0 15px;
}

.sm-success p {
    max-width: 550px;
    margin: 0 auto 12px;
}

.sm-success-note {
    margin: 25px auto 0;
    max-width: 500px;
    background: var(--sm-bg);
    padding: 15px;
    font-size: 13px;
}


/* =============================================
   RESPONSIVE
============================================= */

@media (max-width: 900px) {

    .sm-hero {
        padding: 45px 0 65px;
    }

    .sm-hero-grid,
    .sm-personalization-grid,
    .sm-order-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .sm-features-grid {
        grid-template-columns: 1fr;
    }

    .sm-steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sm-order-intro {
        position: static;
    }

    .sm-personalization-content {
        order: 2;
    }

    .sm-personalization-image {
        order: 1;
    }
}


@media (max-width: 600px) {

    .sm-container {
        width: min(100% - 28px, 1180px);
    }

    .sm-hero {
        padding-top: 25px;
    }

    .sm-hero-grid {
        gap: 38px;
    }

    .sm-image-frame::before {
        left: -8px;
        bottom: -8px;
    }

    .sm-hero h1 {
        font-size: 46px;
    }

    .sm-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .sm-minimum {
        border-left: 0;
        padding-left: 0;
    }

    .sm-hero-benefits {
        grid-template-columns: 1fr;
    }

    .sm-story,
    .sm-features,
    .sm-personalization,
    .sm-steps,
    .sm-price-section,
    .sm-order-section {
        padding: 70px 0;
    }

    .sm-section-heading h2 {
        font-size: 37px;
    }

    .sm-steps-grid {
        grid-template-columns: 1fr;
    }

    .sm-form-card {
        padding: 25px 18px;
    }

    .sm-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sm-live-total-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .sm-order-summary > div {
        font-size: 13px;
    }

    .sm-shipping-highlight {
        width: 100%;
        padding: 18px;
    }
}/* End custom CSS */