:root {
    --cream: #f7efdF;
    --paper: #fffaf0;
    --paper-2: #fff4df;
    --ink: #263149;
    --muted: #7c6f65;
    --green: #a9c989;
    --green-dark: #6f843f;
    --orange: #d66a1f;
    --coral: #f47f74;
    --lavender: #7b63c7;
    --blue: #9ed8e8;
    --line: #eadcc6;
    --shadow: 0 24px 60px rgba(79, 58, 35, .12);
}

html,
body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'DM Sans', system-ui, sans-serif;
    overflow-x: hidden
}

body {
    padding-bottom: 96px
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 10%, rgba(169, 201, 137, .28), transparent 26%), radial-gradient(circle at 84% 18%, rgba(244, 127, 116, .14), transparent 24%), radial-gradient(circle at 70% 88%, rgba(158, 216, 232, .22), transparent 28%);
    z-index: -2
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: .35;
    z-index: -1
}

.navbar {
    background: rgba(251, 243, 223, .88) !important;
    backdrop-filter: blur(16px);
    border-color: rgba(110, 85, 47, .15) !important
}

.logo {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    color: var(--orange);
    letter-spacing: .2px;
    text-decoration: none
}

.nav-link-soft {
    color: #44506a;
    font-weight: 800;
    font-size: .98rem;
    text-decoration: none
}

.btn-brand {
    background: var(--green-dark);
    color: #fff;
    border-color: var(--green-dark);
    border-radius: 999px;
    padding: .6rem 1.1rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(111, 132, 63, .18)
}

.btn-brand:hover {
    background: #5f7434;
    border-color: #5f7434;
    color: #fff
}

.btn-cloud {
    background: #fff;
    border: 1px solid rgba(110, 85, 47, .15);
    color: var(--ink);
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(72, 55, 29, .08)
}

.btn-cloud:hover {
    background: #eee5d1;
    color: var(--ink);
    border-color: rgba(110, 85, 47, .15)
}

.idea-helper-button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(111, 132, 63, .26);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 250, 240, .98), rgba(238, 247, 223, .92));
    color: var(--ink);
    padding: 1rem 1.1rem;
    text-align: left;
    box-shadow: 0 14px 34px rgba(72, 55, 29, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease
}

.idea-helper-button:hover {
    transform: translateY(-1px);
    border-color: rgba(111, 132, 63, .46);
    background: linear-gradient(135deg, #fffaf0, #e9f5d7);
    box-shadow: 0 18px 40px rgba(72, 55, 29, .12)
}

.idea-helper-button:focus-visible {
    outline: 3px solid rgba(111, 132, 63, .24);
    outline-offset: 3px
}

.idea-helper-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--green-dark);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    box-shadow: inset 0 -8px 16px rgba(0, 0, 0, .08), 0 10px 18px rgba(111, 132, 63, .18)
}

.idea-helper-button strong,
.idea-helper-button small {
    display: block
}

.idea-helper-button small {
    margin-top: .18rem;
    color: var(--muted);
    font-weight: 600;
    line-height: 1.4
}

.btn-outline-secondary {
    border-color: #d8c8b1;
    color: #58483a;
    border-radius: 999px
}

.btn-outline-secondary:hover {
    background: #fff4df;
    color: #3f3328;
    border-color: #c9b596
}

.btn-check:checked+.pack-card {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: #fff;
    box-shadow: 0 14px 28px rgba(111, 132, 63, .18)
}

.page-shell {
    position: relative
}

.leaf {
    position: absolute;
    pointer-events: none;
    opacity: .75;
    filter: drop-shadow(0 8px 18px rgba(87, 64, 38, .12));
    z-index: -1
}

.leaf-one {
    width: 92px;
    left: -38px;
    top: 120px;
    transform: rotate(-20deg)
}

.leaf-two {
    width: 74px;
    right: -22px;
    top: 350px;
    transform: rotate(18deg)
}

.leaf-three {
    width: 110px;
    right: 18%;
    bottom: 40px;
    transform: rotate(-8deg);
    opacity: .42
}

.intro-card {
    position: sticky;
    top: 96px;
    background: linear-gradient(180deg, rgba(255, 250, 240, .94), rgba(255, 244, 223, .9));
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 2rem;
    box-shadow: var(--shadow);
    overflow: hidden
}

/* .intro-card::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 180px;
    height: 180px;
    background: rgba(169, 201, 137, .32);
    border-radius: 50%
} */

.eyebrow {
    color: var(--orange);
    letter-spacing: .12em;
    font-weight: 900;
    font-size: .78rem;
    text-transform: uppercase
}

.hero-title {
    font-family: 'Merriweather', serif;
    font-size: clamp(2rem, 5vw, 4.15rem);
    line-height: 1.04;
    color: var(--green-dark);
    font-weight: 900;
    letter-spacing: -.04em
}

.lead {
    color: #5f544b
}

.process-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(234, 220, 198, .85);
    border-radius: 22px;
    padding: 1rem
}

.process-card strong {
    color: #47392f
}

.mini-illustration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
    margin-top: 1.2rem
}

.mini-illustration img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(75, 53, 31, .14);
    transform: rotate(var(--r, 0deg))
}

.mini-illustration img:nth-child(1) {
    --r: -4deg
}

.mini-illustration img:nth-child(2) {
    --r: 3deg
}

.mini-illustration img:nth-child(3) {
    --r: -2deg
}

.form-wrap {
    background: rgba(255, 250, 240, .76);
    border: 1px solid rgba(234, 220, 198, .85);
    border-radius: 36px;
    box-shadow: var(--shadow);
    overflow: hidden
}

.form-header {
    padding: 1.25rem 1.25rem 0
}

.step-track {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap
}

.step-pill {
    padding: .5rem .72rem;
    border-radius: 999px;
    background: #fff4df;
    color: #7b5a2b;
    font-weight: 900;
    font-size: .82rem;
    border: 1px solid #eadcc6
}

.step-pill.active {
    background: var(--green-dark);
    color: #fff;
    border-color: var(--green-dark)
}

.hide {
    display: none !important
}

.order-form {
    background: var(--paper);
    border-radius: 30px;
    margin: 1rem;
    padding: 1.35rem
}

.pack-card {
    width: 100%;
    text-align: left;
    border-radius: 22px !important;
    border-color: #decdb6;
    background: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .18s ease, box-shadow .18s ease
}

.pack-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(79, 58, 35, .1)
}

.pack-name {
    font-size: 1.15rem;
    color: #25304a
}

.pack-note {
    color: #7a6c60
}

.pack-price {
    font-size: 1.25rem;
    color: var(--orange);
    font-weight: 900
}

.pack-badge {
    display: inline-flex;
    align-self: flex-start;
    background: #fff4df;
    color: #7b5a2b;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .74rem;
    font-weight: 900
}

.btn-check:checked+.pack-card .pack-name,
.btn-check:checked+.pack-card .pack-note,
.btn-check:checked+.pack-card .pack-price {
    color: #fff
}

.btn-check:checked+.pack-card .pack-badge {
    background: rgba(255, 255, 255, .22);
    color: #fff
}

.form-label {
    display: block;
    margin-bottom: .45rem;
    font-weight: 900;
    color: #47392f
}

.form-control,
.form-select {
    border-radius: 16px;
    border-color: #decdb6;
    background: #fffdf8;
    padding: .78rem .9rem
}

.form-control:focus,
.form-select:focus {
    border-color: var(--green-dark);
    box-shadow: 0 0 0 .25rem rgba(111, 132, 63, .16)
}

.form-check-input:checked {
    background-color: var(--green-dark);
    border-color: var(--green-dark)
}

.form-text,
.small-muted {
    color: var(--muted);
    font-size: .9rem
}

.field-hint {
    max-width: 860px;
    margin: -.2rem 0 .95rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45
}

.section-title {
    font-family: 'Merriweather', serif;
    color: var(--green-dark);
    font-weight: 900;
    letter-spacing: -.02em
}

.theme-btn {
    border-radius: 999px;
    padding: .65rem .9rem;
    background: #fff
}

.theme-btn.active {
    background: var(--lavender);
    border-color: var(--lavender);
    color: #fff
}

.story-goals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: .9rem;
    align-items: stretch
}

.story-goal-field {
    display: grid;
    gap: .55rem;
    margin: 0;
    min-width: 0;
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(234, 220, 198, .88);
    border-radius: 22px;
    padding: .9rem;
    box-shadow: 0 10px 22px rgba(72, 55, 29, .05)
}

.story-goal-field span {
    display: inline-flex;
    width: max-content;
    align-items: center;
    color: #5f7434;
    background: rgba(111, 132, 63, .1);
    border-radius: 999px;
    padding: .28rem .62rem;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em
}

.story-goal-input {
    min-height: 116px;
    resize: vertical;
    line-height: 1.45
}

.style-grid-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem
}

.style-btn {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: .85rem;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 1px solid #decdb6;
    border-radius: 18px;
    background: #fff;
    padding: .55rem
}

.style-btn img {
    width: 72px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 14px
}

.style-btn span {
    font-weight: 900;
    color: #47392f
}

.style-btn.active {
    background: #f4efff;
    border-color: var(--lavender);
    box-shadow: 0 12px 26px rgba(123, 99, 199, .16)
}

.style-btn.active span {
    color: var(--lavender)
}

.pack-context,
.info-box {
    background: #eef7df;
    border: 1px solid rgba(111, 132, 63, .22);
    border-radius: 22px;
    color: #4b5e2b
}

.summary-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px
}

.summary-row {
    display: grid;
    grid-template-columns: minmax(120px, .8fr) 1.4fr;
    gap: 1rem;
    border-bottom: 1px solid #f0e6d9;
    padding: .75rem 0
}

.summary-row:last-child {
    border-bottom: 0
}

.summary-row span {
    text-align: right;
    color: #5e5248
}

.submit-note {
    background: #eef7df;
    border: 1px solid rgba(111, 132, 63, .22);
    border-radius: 22px;
    color: #4b5e2b
}

.sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 250, 240, .94);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(234, 220, 198, .9);
    z-index: 20;
    box-shadow: 0 -12px 34px rgba(79, 58, 35, .08)
}

.alert-warning {
    background: #fff4df;
    border-color: #eadcc6;
    color: #67451f;
    border-radius: 18px
}

.form-column {
    transition: max-width .2s ease
}

.phone-row {
    display: grid;
    grid-template-columns: minmax(112px, .34fr) 1fr;
    gap: .6rem
}

.price-before {
    display: block;
    color: #8a7b70;
    font-size: .88rem;
    font-weight: 800;
    text-decoration: line-through
}

.price-label {
    display: inline-flex;
    margin: .1rem 0 .2rem;
    padding: .18rem .48rem;
    border-radius: 999px;
    background: #fff4df;
    color: #7b5a2b;
    font-size: .7rem;
    font-weight: 900
}

.btn-check:checked+.pack-card .price-before,
.btn-check:checked+.pack-card .price-label {
    color: #fff
}

.btn-check:checked+.pack-card .price-label {
    background: rgba(255, 255, 255, .22)
}

.founder-note {
    background: #eef7df;
    border: 1px solid rgba(111, 132, 63, .22);
    border-radius: 22px;
    color: #4b5e2b;
    font-weight: 900
}

.photo-guidance {
    background: #fff4df;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1rem;
    color: #5e5248
}

.photo-guidance strong {
    color: #47392f
}

.photo-help-btn {
    border: 0;
    background: transparent;
    color: var(--green-dark);
    font-weight: 900;
    text-decoration: underline;
    padding: 0
}

.photo-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: .75rem
}

.photo-preview {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: .55rem;
    box-shadow: 0 10px 20px rgba(79, 58, 35, .08)
}

.photo-preview img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 13px;
    background: #f3ead9
}

.photo-preview-name {
    display: block;
    margin: .45rem 2.2rem 0 0;
    color: #5e5248;
    font-size: .78rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.photo-remove {
    position: absolute;
    right: .45rem;
    bottom: .42rem;
    width: 28px;
    height: 28px;
    border: 1px solid #eadcc6;
    border-radius: 999px;
    background: #fff;
    color: #6f843f;
    font-weight: 900;
    line-height: 1
}

.photo-remove:hover {
    background: #eef7df
}

.guide-dialog {
    width: min(720px, calc(100vw - 2rem));
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--paper);
    box-shadow: var(--shadow);
    padding: 0
}

.guide-dialog::backdrop {
    background: rgba(38, 49, 73, .38);
    backdrop-filter: blur(3px)
}

.guide-dialog-inner {
    padding: 1.35rem
}

.guide-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem
}

.guide-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1rem;
    color: #5e5248
}

.guide-item strong {
    display: block;
    color: #47392f;
    margin-bottom: .25rem
}

.sticky-actions .btn {
    font-weight: 900
}

.step-pill.unlocked {
    cursor: pointer
}

.step-pill.unlocked:not(.active):hover {
    background: #fff;
    color: var(--green-dark);
    border-color: rgba(111, 132, 63, .34)
}

.step-pill.locked {
    opacity: .58
}

.summary-photo-grid {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: .75rem;
    width: 100%;
    margin-top: .25rem
}

.summary-photo {
    background: #fffaf0;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: .5rem
}

.summary-photo img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    background: #f3ead9
}

.summary-photo span {
    display: block;
    margin-top: .45rem;
    color: #5e5248;
    font-size: .76rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.summary-row.photo-row span {
    text-align: left
}

.qa-fill {
    position: fixed;
    right: 1rem;
    bottom: 88px;
    z-index: 21;
    display: none
}

.qa-fill.show {
    display: block
}

.success-card {
    text-align: center;
    padding: 1rem 0
}

.success-mark {
    width: 68px;
    height: 68px;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #eef7df;
    color: var(--green-dark);
    display: grid;
    place-items: center;
    font-size: 2rem;
    font-weight: 900
}

.success-summary {
    display: grid;
    gap: .35rem;
    justify-items: center;
    color: #5e5248
}

.success-summary strong {
    color: #47392f
}

.success-price {
    color: var(--orange);
    font-weight: 900
}

.next-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.8rem 0
}

.next-steps::before {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    top: 34px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #eadcc6 12%, #eadcc6 88%, rgba(255, 255, 255, 0));
    z-index: 0
}

.next-step-card {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1rem
}

.next-step-card.completed {
    opacity: .58
}

.step-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto .75rem;
    border-radius: 999px;
    background: #eef7df;
    color: var(--green-dark);
    display: grid;
    place-items: center;
    font-weight: 900
}

.next-step-card.active {
    border-color: rgba(111, 132, 63, .42);
    box-shadow: 0 16px 34px rgba(111, 132, 63, .12)
}

.next-step-card.active .step-icon {
    background: var(--green-dark);
    color: #fff
}

.next-step-card strong {
    display: block;
    color: #47392f;
    margin-bottom: .35rem
}

.payment-methods {
    max-width: 760px;
    margin: 1.2rem auto 1.6rem;
    text-align: center
}

.payment-methods-title {
    color: #47392f;
    font-weight: 900;
    margin-bottom: .75rem
}

.payment-logos-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .75rem 1.55rem;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.05rem 1.2rem;
    box-shadow: 0 14px 34px rgba(72, 55, 29, .08)
}

.payment-logo {
    display: block;
    width: auto;
    height: 34px;
    max-width: 96px;
    object-fit: contain
}

.payment-logo.visa {
    height: 16px;
    max-width: none
}

.payment-logo.master {
    height: 24px !important;
    max-width: none
}

.payment-logo.diners {
    height: 36px !important;
    max-width: none
}

.payment-logo.discover {
    height: 10px !important;
    max-width: none
}

.payment-logo.pse {
    height: 26px !important;
    max-width: none
}

.payment-logo.bancolombia {
    height: 22px !important;
    max-width: none
}

.payment-logo.recaptcha {
    height: 28px !important;
    max-width: none
}

.payment-logo-bold {
    height: 30px;
    max-width: 118px
}

.payment-currency-note {
    color: var(--muted);
    font-size: .88rem;
    margin: .65rem 0 0
}

.payment-actions {
    display: grid;
    justify-items: center;
    gap: .75rem
}

.payment-actions .btn-brand {
    min-width: min(360px, 100%);
    font-size: 1.05rem
}

.secondary-home {
    color: #7c6f65;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px
}

.payment-note {
    max-width: 680px;
    margin: .9rem auto 0;
    color: var(--muted)
}

.payment-note a {
    color: var(--green-dark);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px
}

.email-delivery-note {
    display: block;
    margin-top: .65rem;
    color: #6f6358;
    font-size: .95rem
}

@media (max-width:991.98px) {
    .intro-card {
        position: relative;
        top: auto
    }

    .order-form {
        margin: .75rem;
        padding: 1rem
    }

    .summary-row {
        grid-template-columns: 1fr
    }

    .summary-row span {
        text-align: left
    }

    .next-steps {
        grid-template-columns: 1fr
    }

    .next-steps::before {
        left: 50%;
        right: auto;
        top: 34px;
        bottom: 34px;
        width: 2px;
        height: auto;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #eadcc6 12%, #eadcc6 88%, rgba(255, 255, 255, 0))
    }

    .leaf {
        display: none
    }
}

.adjustment-terms {
    display: grid;
    gap: .55rem;
    margin-top: .85rem;
    padding-top: .85rem;
    border-top: 1px solid rgba(111, 132, 63, .18)
}

.adjustment-terms strong {
    color: #374820
}

.adjustment-terms span {
    display: block;
    color: #5b654c;
    line-height: 1.55
}

.adjustment-terms .not-included {
    color: #7a5b45
}

.summary-row.adjustment-summary span {
    text-align: left;
    line-height: 1.55
}

.revision-consent {
    background: #fff4df;
    border: 1px solid #eadcc6;
    border-radius: 18px;
    padding: 1rem;
    color: #67451f
}

.revision-consent strong {
    color: #47392f
}

@media (max-width:575.98px) {
    .style-grid-choice {
        grid-template-columns: 1fr
    }

    .style-btn {
        grid-template-columns: 64px 1fr
    }

    .style-btn img {
        width: 64px
    }

    .payment-logos-card {
        gap: .65rem .9rem;
        padding: .9rem
    }

    .payment-logo {
        height: 28px;
        max-width: 82px
    }

    .sticky-actions .container {
        gap: .75rem
    }

    .sticky-actions .btn {
        flex: 1
    }
}
