/* Floratrix Pro — Inner Pages UI v5.5 */

/* ── Page hero ── */
.fp-page-hero {
    background: linear-gradient(135deg, var(--fp-green-deep, #163a2c) 0%, var(--fp-green, #1F4D3A) 100%);
    color: var(--fp-white);
    padding: 28px 0;
    position: relative;
    overflow: hidden;
}

.fp-page-hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(200, 169, 107, 0.12), transparent 70%);
    pointer-events: none;
}

.fp-page-hero--compact {
    padding: 18px 0 20px;
}

.fp-breadcrumb {
    font-size: 0.75rem;
    margin-bottom: 8px;
    opacity: 0.85;
}

.fp-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.fp-breadcrumb a:hover {
    color: var(--fp-gold, #C8A96B);
}

.fp-breadcrumb span {
    margin: 0 6px;
    opacity: 0.5;
}

.fp-page-hero__inner {
    position: relative;
    z-index: 1;
}

.fp-page-hero h1 {
    font-family: var(--fp-font-heading, 'Playfair Display', serif);
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: var(--fp-white) !important;
    margin: 0 0 4px;
    font-weight: 700;
}

.fp-page-hero--compact h1 {
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
}

.fp-page-hero__sub {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.88;
    font-weight: 400;
}

/* ── Page sections ── */
.fp-page-section {
    padding: 32px 0 48px;
    background: linear-gradient(180deg, var(--fp-cream, #F5F0E8) 0%, #fff 120px);
}

.fp-page-section.fp-section {
    background: linear-gradient(180deg, var(--fp-cream, #F5F0E8) 0%, #fff 120px);
    padding: 32px 0 48px;
}

/* ── Checkout steps ── */
.fp-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 12px 16px;
    background: var(--fp-white);
    border-radius: 12px;
    border: 1px solid var(--fp-border, #e8e4de);
    box-shadow: 0 2px 12px rgba(31, 77, 58, 0.05);
}

.fp-checkout-step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--fp-muted, #6b6b6b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fp-checkout-step span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eee;
    color: var(--fp-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
}

.fp-checkout-step.is-done span {
    background: var(--fp-green, #1F4D3A);
    color: var(--fp-white);
}

.fp-checkout-step.is-active {
    color: var(--fp-green);
}

.fp-checkout-step.is-active span {
    background: var(--fp-gold, #C8A96B);
    color: var(--fp-text, #1E1E1E);
}

.fp-checkout-step:not(:last-child)::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--fp-border);
    margin-left: 4px;
}

/* ── Form cards ── */
.fp-form-card,
.fp-cart-card,
.fp-summary-card {
    background: var(--fp-white);
    border: 1px solid var(--fp-border, #e8e4de);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(31, 77, 58, 0.06);
}

.fp-form-card--lux {
    padding: 0;
    overflow: hidden;
}

.fp-form-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(31, 77, 58, 0.04), rgba(200, 169, 107, 0.06));
    border-bottom: 1px solid var(--fp-border);
}

.fp-form-card__head--sm {
    padding: 16px 0 12px;
    background: none;
    border: none;
}

.fp-form-card__head--sm > i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
}

.fp-form-card__head > i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--fp-green, #1F4D3A);
    color: var(--fp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.fp-form-card__head h4 {
    font-family: var(--fp-font-body, 'Poppins', sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--fp-green);
    margin: 0 0 2px;
}

.fp-form-card__head p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--fp-muted);
}

.fp-lux-form {
    padding: 24px;
}

.fp-field-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--fp-text);
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.fp-field-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.fp-field-wrap > i {
    position: absolute;
    left: 14px;
    color: var(--fp-gold);
    font-size: 0.95rem;
    z-index: 1;
    pointer-events: none;
}

.fp-field-wrap .form-control {
    padding-left: 42px;
    border-radius: 10px;
    border: 1.5px solid var(--fp-border);
    height: 48px;
    font-size: 0.88rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fp-field-wrap--area {
    align-items: flex-start;
}

.fp-field-wrap--area > i {
    top: 14px;
}

.fp-field-wrap--area .form-control {
    height: auto;
    padding-top: 12px;
    min-height: 88px;
}

.fp-field-wrap .form-control:focus,
.fp-input-plain:focus,
.fp-form-card .form-select:focus {
    border-color: var(--fp-green);
    box-shadow: 0 0 0 3px rgba(31, 77, 58, 0.1);
}

.fp-input-plain {
    border-radius: 10px;
    border: 1.5px solid var(--fp-border);
    height: 48px;
    font-size: 0.88rem;
}

.fp-form-card .form-select {
    border-radius: 10px;
    border: 1.5px solid var(--fp-border);
    height: 48px;
}

/* ── Payment cards ── */
.fp-payment-section {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.fp-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.fp-payment-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1.5px solid var(--fp-border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    position: relative;
}

.fp-payment-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fp-payment-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--fp-cream);
    color: var(--fp-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.fp-payment-card__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.fp-payment-card__text strong {
    font-size: 0.82rem;
    color: var(--fp-text);
}

.fp-payment-card__text small {
    font-size: 0.68rem;
    color: var(--fp-muted);
}

.fp-payment-card__check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid var(--fp-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: transparent;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.fp-payment-card:hover {
    border-color: rgba(200, 169, 107, 0.6);
}

.fp-payment-card:has(input:checked),
.fp-payment-card.selected {
    border-color: var(--fp-green);
    background: rgba(31, 77, 58, 0.03);
    box-shadow: 0 0 0 3px rgba(31, 77, 58, 0.08);
}

.fp-payment-card:has(input:checked) .fp-payment-card__check,
.fp-payment-card.selected .fp-payment-card__check {
    background: var(--fp-green);
    border-color: var(--fp-green);
    color: var(--fp-white);
}

.fp-payment-card:has(input:checked) .fp-payment-card__icon {
    background: var(--fp-green);
    color: var(--fp-white);
}

/* ── Summary card ── */
.fp-summary-card--sticky {
    position: sticky;
    top: 100px;
}

.fp-summary-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-summary-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--fp-green);
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fp-summary-card__head h4 {
    margin: 0;
}

.fp-summary-card__count {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--fp-muted);
    background: var(--fp-cream);
    padding: 4px 10px;
    border-radius: 20px;
}

.fp-summary-items {
    margin-bottom: 12px;
    max-height: 240px;
    overflow-y: auto;
}

.fp-summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f8f8f8;
}

.fp-summary-item__img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: var(--fp-cream);
    border-radius: 8px;
    padding: 4px;
    flex-shrink: 0;
}

.fp-summary-item__info {
    flex: 1;
    min-width: 0;
}

.fp-summary-item__info strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1.3;
    margin-bottom: 2px;
}

.fp-summary-item__info span {
    font-size: 0.68rem;
    color: var(--fp-muted);
}

.fp-summary-item__price {
    font-size: 0.82rem;
    font-weight: 700;
    flex-shrink: 0;
}

.fp-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.88rem;
}

.fp-summary-total {
    border-bottom: none;
    padding-top: 14px;
    margin-top: 4px;
    font-size: 1.05rem;
    color: var(--fp-green);
}

.fp-summary-note {
    font-size: 0.75rem;
    color: var(--fp-green);
    background: rgba(31, 77, 58, 0.06);
    padding: 8px 12px;
    border-radius: 8px;
    margin: 8px 0;
}

.fp-summary-note i {
    color: var(--fp-gold);
    margin-right: 4px;
}

.fp-checkout-trust {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--fp-muted);
}

.fp-checkout-trust i {
    display: block;
    font-size: 1rem;
    color: var(--fp-gold);
    margin-bottom: 4px;
}

.fp-checkout-trust span {
    text-align: center;
}

/* ── Buttons ── */
.fp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--fp-green, #1F4D3A), var(--fp-green-deep, #163a2c));
    color: var(--fp-white) !important;
    border: none;
    border-radius: 10px;
    font-family: var(--fp-font-body);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(31, 77, 58, 0.25);
}

.fp-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(31, 77, 58, 0.3);
    color: var(--fp-white);
}

.fp-btn-primary--lg {
    padding: 16px 28px;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
}

.fp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    color: var(--fp-green) !important;
    border: 1.5px solid var(--fp-green);
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.2s ease;
}

.fp-btn-secondary:hover {
    background: var(--fp-green);
    color: var(--fp-white) !important;
}

.fp-btn-outline-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1.5px solid var(--fp-gold, #C8A96B);
    color: var(--fp-green);
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}

/* ── Form messages ── */
.fp-form-message,
.form-message {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 16px;
    display: none;
}

.fp-form-message.success,
.form-message.success {
    display: block;
    background: rgba(46, 125, 50, 0.1);
    color: #2e7d32;
    border: 1px solid rgba(46, 125, 50, 0.2);
}

.fp-form-message.error,
.form-message.error {
    display: block;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
    border: 1px solid rgba(198, 40, 40, 0.2);
}

/* ── Cart page ── */
.fp-cart-card__head {
    display: grid;
    grid-template-columns: 2fr 1fr 80px 1fr 40px;
    gap: 12px;
    padding: 12px 16px;
    background: var(--fp-cream);
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--fp-muted);
    margin-bottom: 12px;
}

.fp-cart-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: var(--fp-cream);
    border-radius: 10px;
    padding: 6px;
}

.fp-cart-table td {
    vertical-align: middle;
    padding: 14px 12px;
    border-color: #f5f5f5;
}

.fp-qty-input {
    width: 72px;
    text-align: center;
    border-radius: 8px;
    border: 1.5px solid var(--fp-border);
    height: 40px;
}

/* Quantity stepper (+ / −) */
.fp-qty-stepper {
    display: inline-flex;
    align-items: stretch;
    border: 1.5px solid var(--fp-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--fp-white);
}

.fp-qty-stepper__btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border: none;
    background: var(--fp-cream);
    color: var(--fp-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
}

.fp-qty-stepper__btn:hover:not(:disabled) {
    background: var(--fp-green);
    color: var(--fp-white);
}

.fp-qty-stepper__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.fp-qty-stepper .qty-input {
    width: 44px;
    min-width: 44px;
    height: 36px;
    border: none;
    border-left: 1px solid var(--fp-border);
    border-right: 1px solid var(--fp-border);
    border-radius: 0;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0 4px;
    -moz-appearance: textfield;
    appearance: textfield;
    background: var(--fp-white);
}

.fp-qty-stepper .qty-input::-webkit-outer-spin-button,
.fp-qty-stepper .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fp-qty-stepper .qty-input:focus {
    outline: none;
    box-shadow: none;
}

.fp-cart-item__remove {
    width: 36px;
    height: 36px;
    border: 1px solid #fce4e4;
    background: #fff5f5;
    color: #c62828;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-cart-item__remove:hover {
    background: #c62828;
    color: var(--fp-white);
    border-color: #c62828;
}

/* Mobile cart list */
.fp-cart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fp-cart-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 12px;
    padding: 14px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    align-items: start;
}

.fp-cart-item__img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: var(--fp-white);
    border-radius: 10px;
    padding: 6px;
}

.fp-cart-item__body strong {
    display: block;
    font-size: 0.82rem;
    line-height: 1.35;
    margin-bottom: 4px;
}

.fp-cart-item__price {
    font-size: 0.78rem;
    color: var(--fp-muted);
}

.fp-cart-item__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.fp-cart-item__actions .fp-qty-stepper .qty-input {
    width: 40px;
    min-width: 40px;
}

.fp-cart-item__total {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--fp-green);
    padding-top: 4px;
}

/* ── Empty state ── */
.fp-empty-state--lux {
    text-align: center;
    padding: 64px 24px;
    background: var(--fp-white);
    border-radius: 16px;
    border: 1px solid var(--fp-border);
    box-shadow: 0 4px 24px rgba(31, 77, 58, 0.06);
}

.fp-empty-state__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--fp-cream), #fff);
    border: 1.5px solid rgba(200, 169, 107, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--fp-gold);
}

.fp-empty-state--lux h3 {
    font-family: var(--fp-font-heading);
    color: var(--fp-green);
    margin-bottom: 8px;
}

/* ── Contact & about ── */
.fp-contact-card {
    text-align: center;
    padding: 28px 20px;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(31, 77, 58, 0.05);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fp-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(31, 77, 58, 0.1);
}

.fp-contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--fp-cream), #fff);
    border: 1.5px solid rgba(200, 169, 107, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.25rem;
    color: var(--fp-green);
}

.fp-contact-card h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--fp-green);
    margin-bottom: 8px;
}

.fp-contact-card p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--fp-muted);
}

.fp-contact-card a {
    color: var(--fp-text);
    text-decoration: none;
}

.fp-contact-card a:hover {
    color: var(--fp-green);
}

.fp-gold-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--fp-gold);
    margin-bottom: 8px;
}

.fp-section-title {
    font-family: var(--fp-font-heading);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    color: var(--fp-green);
    margin-bottom: 12px;
}

.fp-lead {
    font-size: 0.92rem;
    color: var(--fp-muted);
    line-height: 1.7;
}

.fp-hours-card {
    padding: 20px;
    background: var(--fp-cream);
    border-radius: 12px;
    border: 1px solid var(--fp-border);
    margin-top: 20px;
}

.fp-hours-card h4 {
    font-size: 0.9rem;
    color: var(--fp-green);
    margin-bottom: 10px;
}

.fp-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.88rem;
    color: var(--fp-text);
}

.fp-benefits-list i {
    color: var(--fp-gold);
    margin-top: 2px;
}

.fp-about-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(31, 77, 58, 0.12);
}

.fp-about-img img {
    width: 100%;
    height: auto;
    display: block;
}

.fp-about-block {
    margin-top: 20px;
    padding-left: 16px;
    border-left: 3px solid var(--fp-gold);
}

.fp-about-block h4 {
    font-size: 0.95rem;
    color: var(--fp-green);
    margin-bottom: 6px;
}

.fp-value-pill {
    text-align: center;
    padding: 20px;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    border-radius: 12px;
    font-weight: 700;
    color: var(--fp-green);
    font-size: 0.88rem;
}

.fp-quote {
    padding: 28px 32px;
    background: linear-gradient(135deg, var(--fp-green-deep), var(--fp-green));
    color: var(--fp-white);
    border-radius: 16px;
    font-family: var(--fp-font-heading);
    font-size: 1.1rem;
    font-style: italic;
    border: none;
    margin: 0;
}

/* ── Mobile ── */
@media (max-width: 767.98px) {
    .fp-page-hero--compact {
        padding: 14px 0 16px;
    }

    .fp-page-hero--compact h1 {
        font-size: 1.25rem;
    }

    .fp-page-hero__sub {
        font-size: 0.78rem;
    }

    .fp-page-section {
        padding: 20px 0 32px;
    }

    .fp-checkout-steps {
        gap: 4px;
        padding: 10px 12px;
    }

    .fp-checkout-step {
        font-size: 0.62rem;
        gap: 5px;
    }

    .fp-checkout-step span {
        width: 22px;
        height: 22px;
        font-size: 0.62rem;
    }

    .fp-checkout-step:not(:last-child)::after {
        width: 12px;
    }

    .fp-form-card,
    .fp-summary-card,
    .fp-cart-card {
        padding: 16px;
        border-radius: 14px;
    }

    .fp-lux-form {
        padding: 16px;
    }

    .fp-form-card__head {
        padding: 16px;
    }

    .fp-form-card__head > i {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .fp-payment-grid {
        grid-template-columns: 1fr;
    }

    .fp-payment-card {
        padding: 12px;
    }

    .fp-summary-card--sticky {
        position: static;
    }

    .fp-summary-card--checkout {
        margin-bottom: 4px;
    }

    .fp-summary-items {
        max-height: 180px;
    }

    .fp-checkout-trust {
        font-size: 0.62rem;
    }

    .fp-field-wrap .form-control,
    .fp-input-plain {
        height: 44px;
        font-size: 0.85rem;
    }
}

@media (min-width: 992px) {
    .fp-checkout-steps {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ── Content pages (terms, privacy) ── */
.fp-content-card {
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 4px 24px rgba(31, 77, 58, 0.06);
}

.fp-content-meta {
    font-size: 0.82rem;
    color: var(--fp-muted);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-content-card h2 {
    font-family: var(--fp-font-heading);
    font-size: 1.15rem;
    color: var(--fp-green);
    margin: 28px 0 10px;
}

.fp-content-card h2:first-of-type {
    margin-top: 0;
}

.fp-content-card p,
.fp-content-card li {
    font-size: 0.9rem;
    color: var(--fp-text);
    line-height: 1.75;
}

.fp-content-card ul {
    padding-left: 1.25rem;
    margin-bottom: 16px;
}

/* ── Order success ── */
.fp-success-card {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 8px 40px rgba(31, 77, 58, 0.08);
}

.fp-success-card__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--fp-green), var(--fp-green-deep));
    color: var(--fp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.2rem;
    box-shadow: 0 8px 24px rgba(31, 77, 58, 0.25);
}

.fp-success-card h2 {
    font-family: var(--fp-font-heading);
    color: var(--fp-green);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.fp-success-card__lead {
    font-size: 0.9rem;
    color: var(--fp-muted);
    margin-bottom: 20px;
}

.fp-success-card__order {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 28px;
    background: var(--fp-cream);
    border-radius: 12px;
    border: 1px solid rgba(200, 169, 107, 0.35);
    margin-bottom: 24px;
}

.fp-success-card__order span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--fp-muted);
    font-weight: 600;
}

.fp-success-card__order strong {
    font-size: 1.1rem;
    color: var(--fp-gold);
    letter-spacing: 0.5px;
}

.fp-success-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 8px;
}

.fp-success-card__actions .fp-btn-secondary {
    margin-top: 0;
}

.fp-success-card .fp-checkout-trust {
    margin-top: 24px;
}

/* ── About feature icons ── */
.fp-feature-card--icon {
    padding: 24px 20px;
    text-align: center;
    min-height: auto;
    align-items: center;
}

.fp-feature-card--icon .fp-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--fp-cream), #fff);
    border: 1.5px solid rgba(200, 169, 107, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.25rem;
    color: var(--fp-green);
}

.fp-feature-card--icon h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--fp-green);
    margin-bottom: 8px;
}

.fp-feature-card--icon p {
    font-size: 0.82rem;
    color: var(--fp-muted);
    margin: 0;
}

@media (max-width: 767.98px) {
    .fp-content-card {
        padding: 20px 18px;
        border-radius: 14px;
    }

    .fp-success-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .fp-success-card__actions {
        flex-direction: column;
    }

    .fp-success-card__actions .fp-btn-primary,
    .fp-success-card__actions .fp-btn-secondary {
        width: 100%;
    }
}
