.elementor-34942 .elementor-element.elementor-element-9e3bfe6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b030b0f *//* =========================================================
   SAVOR MARTURII - GUSTUL IUBIRII
   ========================================================= */

#savor-gustul-iubirii-page {
    --sgi-bg: #faf6ed;
    --sgi-bg-soft: #f2eadb;
    --sgi-white: #ffffff;

    --sgi-dark: #3c3325;
    --sgi-text: #62594d;
    --sgi-muted: #8c8174;

    --sgi-olive: #687244;
    --sgi-olive-dark: #505b33;
    --sgi-olive-soft: #cbd0ae;

    --sgi-gold: #b3883c;
    --sgi-gold-soft: #d8be89;

    --sgi-red: #a7523e;
    --sgi-red-soft: #dfb4a6;

    --sgi-border: #e5dbcd;
    --sgi-success: #567051;

    font-family: inherit;
    color: var(--sgi-text);
    background: var(--sgi-bg);
    line-height: 1.65;
}

#savor-gustul-iubirii-page *,
#savor-gustul-iubirii-page *::before,
#savor-gustul-iubirii-page *::after {
    box-sizing: border-box;
}

.sgi-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sgi-narrow {
    max-width: 840px;
}


/* HERO */

.sgi-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0 95px;

    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(167,82,62,.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 12%,
            rgba(104,114,68,.12),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #fcfaf5 0%,
            #f5eee2 100%
        );
}

.sgi-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 75px;
    align-items: center;
}

.sgi-image-frame {
    position: relative;
    max-width: 560px;
}

.sgi-image-frame::before {
    content: "";
    position: absolute;
    width: 92%;
    height: 92%;
    left: -20px;
    bottom: -20px;
    border: 1px solid var(--sgi-olive-soft);
}

.sgi-image-frame::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -20px;
    top: -20px;
    border-top: 1px solid var(--sgi-gold);
    border-right: 1px solid var(--sgi-gold);
    opacity: .65;
}

.sgi-image-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    box-shadow: 0 24px 60px rgba(60,51,37,.12);
}

.sgi-eyebrow,
.sgi-section-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--sgi-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
}

.sgi-hero h1 {
    margin: 0 0 16px;
    color: var(--sgi-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5vw, 74px);
    font-weight: 400;
    line-height: .98;
}

.sgi-subtitle {
    margin-bottom: 28px;
    color: var(--sgi-olive);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-style: italic;
}

.sgi-intro {
    max-width: 590px;
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
}

.sgi-price-row {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 32px 0;
    padding: 24px 0;
    border-top: 1px solid var(--sgi-border);
    border-bottom: 1px solid var(--sgi-border);
}

.sgi-price-value {
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 35px;
}

.sgi-price-unit {
    color: var(--sgi-muted);
    font-size: 14px;
}

.sgi-minimum {
    padding-left: 34px;
    border-left: 1px solid var(--sgi-border);
    font-size: 14px;
}

.sgi-hero-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}

.sgi-benefit {
    display: flex;
    gap: 9px;
    font-size: 14px;
}

.sgi-check {
    color: var(--sgi-olive);
    font-weight: 700;
}


/* HEADINGS */

.sgi-story h2,
.sgi-section-heading h2,
.sgi-experience h2,
.sgi-personalization h2,
.sgi-price-section h2,
.sgi-order-intro h2 {
    color: var(--sgi-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.15;
}


/* STORY */

.sgi-story {
    padding: 110px 0;
    text-align: center;
    background: var(--sgi-white);
}

.sgi-story h2 {
    margin: 0 0 28px;
    font-size: clamp(36px, 4vw, 54px);
}

.sgi-story p {
    max-width: 800px;
    margin: 0 auto 18px;
    font-size: 17px;
    line-height: 1.9;
}


/* FEATURES */

.sgi-features {
    padding: 100px 0;

    background:
        linear-gradient(
            180deg,
            #f1ebdf 0%,
            #faf6ed 100%
        );
}

.sgi-section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.sgi-section-heading h2 {
    margin: 0;
    font-size: 46px;
}

.sgi-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sgi-feature-card {
    position: relative;
    padding: 42px 34px 38px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--sgi-border);
    transition: .25s ease;
}

.sgi-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(60,51,37,.08);
}

.sgi-feature-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 2px;
    background: var(--sgi-olive);
}

.sgi-feature-number {
    margin-bottom: 28px;
    color: var(--sgi-gold);
    font-family: Georgia, serif;
    font-size: 20px;
}

.sgi-feature-card h3 {
    margin: 0 0 15px;
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 400;
}

.sgi-feature-card p {
    margin: 0;
    font-size: 15px;
}


/* EXPERIENCE */

.sgi-experience {
    padding: 110px 0;
    background: #3c3f2d;
    color: #eeeade;
}

.sgi-experience-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.sgi-experience .sgi-section-label {
    color: var(--sgi-gold-soft);
}

.sgi-experience h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(42px, 5vw, 62px);
}

.sgi-experience p {
    max-width: 500px;
    color: #d8d7ca;
    font-size: 16px;
}

.sgi-experience-image img {
    display: block;
    width: 100%;
    box-shadow: 0 24px 65px rgba(0,0,0,.22);
}

.sgi-use-box {
    margin-top: 35px;
    padding: 26px 0 5px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.sgi-use-box > span {
    display: block;
    margin-bottom: 12px;
    color: var(--sgi-gold-soft);
    font-size: 10px;
    letter-spacing: 2px;
}

.sgi-use-box strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 400;
}

.sgi-use-box p {
    margin: 0;
    color: #cac8b9;
}


/* PERSONALIZATION */

.sgi-personalization {
    padding: 105px 0;
    background: var(--sgi-white);
}

.sgi-personalization-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.sgi-personalization h2 {
    margin: 0 0 24px;
    font-size: clamp(40px, 5vw, 60px);
}

.sgi-personalization p {
    max-width: 500px;
    font-size: 16px;
}

.sgi-label-example {
    position: relative;
    padding: 44px 38px;
    text-align: center;
    background: linear-gradient(180deg, #fdfaf4, #f5eee0);
    border: 1px solid var(--sgi-gold-soft);
}

.sgi-label-example::before,
.sgi-label-example::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
}

.sgi-label-example::before {
    top: 12px;
    left: 12px;
    border-top: 1px solid var(--sgi-olive);
    border-left: 1px solid var(--sgi-olive);
}

.sgi-label-example::after {
    right: 12px;
    bottom: 12px;
    border-right: 1px solid var(--sgi-red);
    border-bottom: 1px solid var(--sgi-red);
}

.sgi-label-example > span {
    display: block;
    color: var(--sgi-gold);
    font-size: 10px;
    letter-spacing: 2px;
}

.sgi-label-example strong {
    display: block;
    margin: 18px 0 5px;
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
}

.sgi-label-example small {
    display: block;
    color: var(--sgi-gold);
    letter-spacing: 1.3px;
}

.sgi-heart {
    margin: 17px 0 10px;
    color: var(--sgi-red);
    font-size: 20px;
}

.sgi-label-example p {
    margin: 0 auto;
    color: var(--sgi-olive);
    font-family: Georgia, serif;
    font-style: italic;
}


/* STEPS */

.sgi-steps {
    padding: 105px 0;
    background: var(--sgi-bg-soft);
}

.sgi-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.sgi-step {
    padding-top: 25px;
    border-top: 1px solid var(--sgi-gold);
}

.sgi-step > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sgi-olive);
    border-radius: 50%;
    color: var(--sgi-olive);
    font-family: Georgia, serif;
}

.sgi-step h3 {
    margin: 20px 0 10px;
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
}

.sgi-step p {
    margin: 0;
    font-size: 14px;
}


/* PRICE */

.sgi-price-section {
    padding: 95px 0;
    text-align: center;
    background: var(--sgi-white);
}

.sgi-price-section h2 {
    margin: 0 0 14px;
    font-size: clamp(42px, 6vw, 66px);
}

.sgi-price-section > div > p {
    font-size: 17px;
}

.sgi-shipping-highlight {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 20px 30px;
    text-align: left;
    border: 1px solid var(--sgi-gold-soft);
    background: #faf7ef;
}

.sgi-shipping-icon {
    color: var(--sgi-red);
    font-size: 28px;
}

.sgi-shipping-highlight strong,
.sgi-shipping-highlight span {
    display: block;
}

.sgi-shipping-highlight span {
    margin-top: 3px;
    color: var(--sgi-muted);
    font-size: 13px;
}


/* ORDER */

.sgi-order-section {
    padding: 110px 0;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(167,82,62,.08),
            transparent 28%
        ),
        #303326;
}

.sgi-order-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
}

.sgi-order-intro {
    position: sticky;
    top: 40px;
    color: #ded9cd;
}

.sgi-order-intro .sgi-section-label {
    color: var(--sgi-gold-soft);
}

.sgi-order-intro h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(39px, 5vw, 55px);
}

.sgi-order-intro p {
    color: #c9c4b7;
}

.sgi-order-summary {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.sgi-order-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.sgi-order-summary span {
    color: #aaa497;
}

.sgi-order-summary strong {
    color: #fff;
    text-align: right;
}


/* FORM */

.sgi-form-card {
    padding: 48px;
    background: var(--sgi-bg);
    box-shadow: 0 25px 70px rgba(0,0,0,.15);
}

.sgi-form-section + .sgi-form-section {
    margin-top: 40px;
}

.sgi-form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--sgi-border);
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 22px;
}

.sgi-form-section-title span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sgi-olive);
    border-radius: 50%;
    color: var(--sgi-olive);
    font-size: 14px;
}

.sgi-field {
    margin-bottom: 20px;
}

.sgi-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--sgi-dark);
    font-size: 13px;
    font-weight: 600;
}

.sgi-field input,
.sgi-field textarea {
    display: block;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d9d1c4;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: var(--sgi-dark);
    font-family: inherit;
    font-size: 15px;
    transition: .2s ease;
}

.sgi-field input {
    height: 51px;
}

.sgi-field textarea {
    resize: vertical;
}

.sgi-field input:focus,
.sgi-field textarea:focus {
    border-color: var(--sgi-olive);
    box-shadow: 0 0 0 2px rgba(104,114,68,.07);
}

.sgi-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sgi-field-help {
    display: block;
    margin-top: 6px;
    color: var(--sgi-muted);
    font-size: 12px;
}


/* TOTAL */

.sgi-live-total {
    margin: 10px 0 40px;
    padding: 20px 22px;
    background: #eee8d9;
    border-left: 3px solid var(--sgi-olive);
}

.sgi-live-total-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sgi-live-total-top span {
    color: var(--sgi-muted);
    font-size: 14px;
}

.sgi-live-total-top strong {
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 400;
}

.sgi-shipping-message {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
    color: var(--sgi-muted);
    font-size: 12px;
}

.sgi-shipping-message.is-free {
    color: var(--sgi-success);
}


/* GDPR */

.sgi-consent {
    margin: 25px 0;
}

.sgi-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--sgi-muted);
    cursor: pointer;
    font-size: 12px;
}

.sgi-consent input {
    margin-top: 4px;
    accent-color: var(--sgi-olive);
}


/* BUTTON */

.sgi-submit {
    width: 100%;
    min-height: 58px;
    padding: 17px 30px;
    border: 0;
    background: var(--sgi-olive);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    transition: .2s ease;
}

.sgi-submit:hover {
    background: var(--sgi-olive-dark);
    transform: translateY(-1px);
}

.sgi-submit:disabled {
    opacity: .65;
    cursor: wait;
}

.sgi-submit-loader {
    display: none;
}

.sgi-submit.is-loading .sgi-submit-text {
    display: none;
}

.sgi-submit.is-loading .sgi-submit-loader {
    display: inline;
}

.sgi-form-footer {
    margin: 12px 0 0;
    text-align: center;
    color: var(--sgi-muted);
    font-size: 11px;
}

.sgi-form-error {
    margin-bottom: 15px;
    color: #a53c42;
    font-size: 13px;
}

.sgi-hp-field {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* SUCCESS */

.sgi-success {
    padding: 45px 20px;
    text-align: center;
}

.sgi-success-icon {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sgi-olive);
    border-radius: 50%;
    color: var(--sgi-olive);
    font-size: 28px;
}

.sgi-success h3 {
    margin: 0 0 15px;
    color: var(--sgi-dark);
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 400;
}

.sgi-success p {
    max-width: 550px;
    margin: 0 auto 12px;
}

.sgi-success-note {
    max-width: 500px;
    margin: 25px auto 0;
    padding: 15px;
    background: var(--sgi-bg-soft);
    color: var(--sgi-muted);
    font-size: 13px;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .sgi-hero {
        padding: 50px 0 70px;
    }

    .sgi-hero-grid,
    .sgi-experience-grid,
    .sgi-personalization-grid,
    .sgi-order-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sgi-features-grid {
        grid-template-columns: 1fr;
    }

    .sgi-steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sgi-order-intro {
        position: static;
    }

    .sgi-experience-content {
        order: 2;
    }

    .sgi-experience-image {
        order: 1;
    }
}


@media (max-width: 600px) {

    .sgi-container {
        width: min(100% - 28px, 1180px);
    }

    .sgi-hero {
        padding-top: 28px;
    }

    .sgi-image-frame::before {
        left: -8px;
        bottom: -8px;
    }

    .sgi-image-frame::after {
        width: 70px;
        height: 70px;
        right: -8px;
        top: -8px;
    }

    .sgi-hero h1 {
        font-size: 46px;
    }

    .sgi-subtitle {
        font-size: 22px;
    }

    .sgi-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sgi-minimum {
        padding-left: 0;
        border-left: 0;
    }

    .sgi-hero-benefits {
        grid-template-columns: 1fr;
    }

    .sgi-story,
    .sgi-features,
    .sgi-experience,
    .sgi-personalization,
    .sgi-steps,
    .sgi-price-section,
    .sgi-order-section {
        padding: 70px 0;
    }

    .sgi-section-heading h2 {
        font-size: 37px;
    }

    .sgi-steps-grid {
        grid-template-columns: 1fr;
    }

    .sgi-form-card {
        padding: 26px 18px;
    }

    .sgi-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sgi-live-total-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .sgi-order-summary > div {
        font-size: 13px;
    }

    .sgi-shipping-highlight {
        width: 100%;
        padding: 18px;
    }

    .sgi-label-example {
        padding: 35px 22px;
    }
}/* End custom CSS */