@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* =========================================================
   Lourdes Inscripción — scoped bajo #lourdes-wrap
   ========================================================= */

#lourdes-wrap {
    --mb:   #1B4F72;
    --mbdk: #0D2E44;
    --mbl:  #2980B9;
    --mb50:  #EAF4FB;
    --mb100: #AED6F1;
    --mb200: #7FB3D3;
    --gold: #B8961E;
    --goldl:#FBF4D8;
    --teal:   #0F6E56;
    --teall:  #E1F5EE;
    --teal100:#9FE1CB;
    --green50: #EAF3DE;
    --green100:#C0DD97;
    --green800:#27500A;
    --cream:  #FDFBF7;
    --warm:   #6B6560;
    --border: #E2DDD6;
    --r:   10px;
    --rlg: 16px;

    font-family: 'Inter', system-ui, sans-serif;
    color: #1a1814;
    background: transparent;
}

#lourdes-wrap * { box-sizing: border-box; }
#lourdes-wrap h1,#lourdes-wrap h2,#lourdes-wrap h3,#lourdes-wrap h4,
#lourdes-wrap p { margin: 0; }

/* ---------------------------------------------------------------------------
   LANDING
--------------------------------------------------------------------------- */
#lourdes-wrap #landing { display: flex; flex-direction: column; }

#lourdes-wrap .hero {
    position: relative;
    height: 480px;
    overflow: hidden;
    background: var(--mbdk);
    border-radius: 0;
}

#lourdes-wrap .hero img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: .5;
    display: block;
}

#lourdes-wrap .hero-ov {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(13,46,68,.2), rgba(13,46,68,.82));
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 2rem; text-align: center;
}

#lourdes-wrap .logo-circle {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: white;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.25);
    flex-shrink: 0;
}
#lourdes-wrap .logo-circle img { width: 52px; height: 52px; object-fit: contain; }

#lourdes-wrap .eyebrow {
    font-size: 11px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--mb100); margin-bottom: .75rem;
}

#lourdes-wrap .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 500; color: white;
    line-height: 1.1; margin-bottom: .875rem;
    max-width: 520px;
}

#lourdes-wrap .hero-sub {
    font-size: 15px; color: rgba(255,255,255,.72);
    margin-bottom: 2rem; font-weight: 300;
}

#lourdes-wrap .cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: var(--mbdk);
    font-size: 13px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 50px;
    border: none; cursor: pointer;
    transition: all .25s;
}
#lourdes-wrap .cta:hover { background: var(--mb50); transform: translateY(-1px); }

#lourdes-wrap .dates-bar {
    background: var(--mbdk);
    display: flex; justify-content: center;
    gap: 3rem; padding: 1.25rem 2rem;
    flex-wrap: wrap;
}
#lourdes-wrap .date-item { text-align: center; }
#lourdes-wrap .date-label {
    font-size: 10px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--mb100); margin-bottom: 3px;
}
#lourdes-wrap .date-val {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px; font-weight: 500; color: white;
}
#lourdes-wrap .date-sep { width: 1px; background: rgba(255,255,255,.1); }

#lourdes-wrap .cards-row {
    display: grid; grid-template-columns: repeat(3,1fr);
    border-top: 1px solid var(--border);
}
@media(max-width:640px){ #lourdes-wrap .cards-row { grid-template-columns: 1fr; } }

#lourdes-wrap .info-card {
    padding: 1.75rem;
    border-right: 1px solid var(--border);
}
#lourdes-wrap .info-card:last-child { border-right: none; }
#lourdes-wrap .info-icon {
    width: 38px; height: 38px; border-radius: 9px;
    background: var(--mb50);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: .875rem;
}
#lourdes-wrap .info-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; font-weight: 600;
    color: var(--mbdk); margin-bottom: .4rem;
}
#lourdes-wrap .info-card p { font-size: 13px; color: var(--warm); line-height: 1.6; }

/* ---------------------------------------------------------------------------
   WIZARD
--------------------------------------------------------------------------- */
#lourdes-wrap #wizard { display: none; }

#lourdes-wrap .wiz-hdr {
    background: var(--mbdk);
    position: sticky; top: 0; z-index: 100;
}
#lourdes-wrap .wiz-hdr-top {
    display: flex; align-items: center; gap: 14px;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
#lourdes-wrap .wiz-logo {
    width: 38px; height: 38px; border-radius: 50%;
    background: white;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; flex-shrink: 0;
}
#lourdes-wrap .wiz-logo img { width: 28px; height: 28px; object-fit: contain; }
#lourdes-wrap .wiz-hdr-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px; font-weight: 600; color: white; line-height: 1.2;
}
#lourdes-wrap .wiz-hdr-text p { font-size: 11px; color: var(--mb100); margin-top: 1px; }

#lourdes-wrap .profile-badge {
    font-size: 10px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    padding: 4px 12px; border-radius: 20px; border: 1px solid;
    margin-left: auto; flex-shrink: 0;
}
#lourdes-wrap .profile-badge.vet {
    background: rgba(15,110,86,.2); color: #5DCAA5;
    border-color: rgba(93,202,165,.3);
}
#lourdes-wrap .profile-badge.new {
    background: rgba(41,128,185,.2); color: var(--mb100);
    border-color: rgba(174,214,241,.3);
}

#lourdes-wrap .wiz-prog {
    padding: .75rem 1.5rem;
    display: flex; align-items: center; gap: 12px;
}
#lourdes-wrap .prog-dots { display: flex; gap: 3px; flex: 1; }
#lourdes-wrap .prog-dot {
    flex: 1; height: 3px; border-radius: 2px;
    background: rgba(255,255,255,.15);
    transition: background .4s;
}
#lourdes-wrap .prog-dot.done  { background: var(--mb100); }
#lourdes-wrap .prog-dot.active { background: white; }
#lourdes-wrap .prog-lbl {
    font-size: 11px; color: var(--mb100);
    white-space: nowrap; flex-shrink: 0;
}
#lourdes-wrap .prog-lbl b { color: white; font-weight: 600; }

/* ---------------------------------------------------------------------------
   WIZARD BODY
--------------------------------------------------------------------------- */
#lourdes-wrap .wiz-body {
    max-width: 640px; margin: 0 auto;
    padding: 2rem 1.5rem;
}
@media(max-width:640px){ #lourdes-wrap .wiz-body { padding: 1.25rem 1rem; } }

#lourdes-wrap .wcard {
    background: white;
    border-radius: var(--rlg);
    border: 1px solid var(--border);
    padding: 1.75rem; margin-bottom: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.05), 0 6px 20px rgba(0,0,0,.04);
    animation: lcSu .3s ease;
}
@keyframes lcSu {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

#lourdes-wrap .step-hdr {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 1.5rem;
}
#lourdes-wrap .step-num {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--mb); color: white;
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
}
#lourdes-wrap .step-num.vet  { background: var(--teal); }
#lourdes-wrap .step-num.gold { background: var(--gold); }
#lourdes-wrap .step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px; font-weight: 600;
    color: var(--mbdk); line-height: 1.2;
}
#lourdes-wrap .step-sub { font-size: 13px; color: var(--warm); margin-top: 3px; line-height: 1.5; }

/* ---------------------------------------------------------------------------
   FORM FIELDS
--------------------------------------------------------------------------- */
#lourdes-wrap .fg { margin-bottom: 1.1rem; }
#lourdes-wrap .fg:last-child { margin-bottom: 0; }
#lourdes-wrap .flabel {
    display: block; font-size: 11px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    color: var(--warm); margin-bottom: 6px;
}
#lourdes-wrap .req { color: #C0392B; margin-left: 2px; }

#lourdes-wrap input[type=text],
#lourdes-wrap input[type=email],
#lourdes-wrap input[type=tel],
#lourdes-wrap input[type=date],
#lourdes-wrap input[type=password],
#lourdes-wrap select,
#lourdes-wrap textarea {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px; color: #1a1814;
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    padding: 10px 14px; outline: none;
    transition: border .2s, box-shadow .2s, background .2s;
}
#lourdes-wrap input:focus,
#lourdes-wrap select:focus,
#lourdes-wrap textarea:focus {
    border-color: var(--mbl);
    box-shadow: 0 0 0 3px rgba(41,128,185,.1);
    background: white;
}
#lourdes-wrap input.locked {
    background: #F5F2EE; color: var(--warm);
    border-color: var(--border); cursor: default;
}
#lourdes-wrap textarea { min-height: 72px; resize: vertical; }
#lourdes-wrap .g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media(max-width:480px){ #lourdes-wrap .g2 { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------------------
   OPTION CARDS
--------------------------------------------------------------------------- */
#lourdes-wrap .ocard {
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    padding: 14px 16px;
    cursor: pointer;
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 8px;
    transition: all .2s; background: white;
}
#lourdes-wrap .ocard:hover { border-color: var(--mb100); background: var(--mb50); }
#lourdes-wrap .ocard.sel   { border-color: var(--mb);    background: var(--mb50); }

#lourdes-wrap .oradio {
    width: 20px; height: 20px; border-radius: 50%;
    border: 2px solid var(--border);
    flex-shrink: 0; margin-top: 1px;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s;
}
#lourdes-wrap .ocard.sel .oradio { border-color: var(--mb); background: var(--mb); }
#lourdes-wrap .orinner {
    width: 8px; height: 8px; border-radius: 50%;
    background: white; display: none;
}
#lourdes-wrap .ocard.sel .orinner { display: block; }
#lourdes-wrap .oinfo h3 { font-size: 14px; font-weight: 600; color: #1a1814; }
#lourdes-wrap .oinfo p  { font-size: 12px; color: var(--warm); margin-top: 2px; line-height: 1.4; }
#lourdes-wrap .oprice  { margin-left: auto; font-size: 15px; font-weight: 700; color: var(--mb); flex-shrink: 0; }

/* ---------------------------------------------------------------------------
   TOGGLES
--------------------------------------------------------------------------- */
#lourdes-wrap .trow {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 0; border-bottom: 1px solid #F0EDE8;
}
#lourdes-wrap .trow-lbl { font-size: 14px; color: #1a1814; }
#lourdes-wrap .tog {
    width: 42px; height: 24px; border-radius: 12px;
    cursor: pointer; position: relative;
    transition: background .25s; flex-shrink: 0;
}
#lourdes-wrap .tog.off { background: #D5D0C8; }
#lourdes-wrap .tog.on  { background: var(--mb); }
#lourdes-wrap .tknob {
    width: 20px; height: 20px; background: white; border-radius: 50%;
    position: absolute; top: 2px;
    transition: left .2s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#lourdes-wrap .tog.off .tknob { left: 2px; }
#lourdes-wrap .tog.on  .tknob { left: 20px; }
#lourdes-wrap .tfield {
    margin-top: 8px; padding: 12px;
    background: var(--mb50); border-radius: var(--r);
    border: 1px solid var(--mb100);
}

/* ---------------------------------------------------------------------------
   BANNERS
--------------------------------------------------------------------------- */
#lourdes-wrap .vet-banner {
    background: var(--teall); border: 1.5px solid var(--teal100);
    border-radius: var(--r); padding: 14px 16px;
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 12px;
}
#lourdes-wrap .vet-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--teal);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#lourdes-wrap .vet-banner h3 { font-size: 14px; font-weight: 600; color: #065F46; margin-bottom: 2px; }
#lourdes-wrap .vet-banner p  { font-size: 12px; color: #047857; }

#lourdes-wrap .new-banner, #lourdes-wrap .preinsc {
    border-radius: var(--r); padding: 13px 15px;
    margin-bottom: 1.25rem;
    display: flex; align-items: center; gap: 12px;
}
#lourdes-wrap .new-banner { background: var(--mb50);    border: 1.5px solid var(--mb100); }
#lourdes-wrap .preinsc    { background: var(--green50); border: 1.5px solid var(--green100); }
#lourdes-wrap .banner-icon {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#lourdes-wrap .new-banner .banner-icon { background: var(--mb); }
#lourdes-wrap .preinsc .banner-icon    { background: #3B6D11; }
#lourdes-wrap .new-banner h3 { font-size: 14px; font-weight: 600; color: var(--mbdk); margin-bottom: 2px; }
#lourdes-wrap .new-banner p  { font-size: 12px; color: var(--mb200); }
#lourdes-wrap .preinsc h3    { font-size: 13px; font-weight: 600; color: var(--green800); margin-bottom: 1px; }
#lourdes-wrap .preinsc p     { font-size: 11px; color: #3B6D11; }

#lourdes-wrap .info-note {
    background: var(--mb50); border: 1px solid var(--mb100);
    border-radius: var(--r); padding: 10px 14px;
    font-size: 12px; color: var(--mb);
    margin-top: 10px; line-height: 1.5;
}
#lourdes-wrap .save-toast {
    background: #ECFDF5; border: 1px solid #6EE7B7;
    border-radius: var(--r); padding: 10px 14px;
    font-size: 12px; color: #065F46;
    display: flex; align-items: center; gap: 8px; margin-top: 10px;
}

/* ---------------------------------------------------------------------------
   DATA SECTIONS (step 2v)
--------------------------------------------------------------------------- */
#lourdes-wrap .dsec {
    border: 1px solid var(--border); border-radius: var(--r);
    overflow: hidden; margin-bottom: 10px;
}
#lourdes-wrap .dsec-hdr {
    display: flex; align-items: center; justify-content: space-between;
    padding: 11px 14px; background: #FAF8F5;
    border-bottom: 1px solid var(--border);
}
#lourdes-wrap .dsec-hdr h4 {
    font-size: 11px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--mb);
    display: flex; align-items: center; gap: 6px;
}
#lourdes-wrap .mod-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--gold); display: inline-block;
}
#lourdes-wrap .btn-edit {
    font-size: 12px; font-weight: 600;
    padding: 5px 13px; border-radius: 6px;
    cursor: pointer; border: 1px solid var(--mb100);
    background: var(--mb50); color: var(--mb); transition: all .2s;
}
#lourdes-wrap .btn-edit:hover { background: var(--mb100); }
#lourdes-wrap .btn-edit.mod   { border-color: var(--gold); background: var(--goldl); color: #7A5C0A; }

#lourdes-wrap .srow {
    display: flex; justify-content: space-between;
    font-size: 13px; padding: 8px 14px;
    color: var(--warm); border-bottom: 1px solid #F5F2ED;
}
#lourdes-wrap .srow:last-child { border-bottom: none; }
#lourdes-wrap .sval { color: #1a1814; text-align: right; max-width: 60%; }
#lourdes-wrap .sval.mod { color: #7A5C0A; font-weight: 600; }
#lourdes-wrap .mod-tag {
    font-size: 9px; background: var(--goldl); color: #7A5C0A;
    border: 1px solid var(--gold); border-radius: 4px;
    padding: 1px 5px; margin-left: 4px; vertical-align: middle;
}

/* ---------------------------------------------------------------------------
   CONSAGRATION CARD
--------------------------------------------------------------------------- */
#lourdes-wrap .cons-card {
    background: linear-gradient(135deg, var(--mb50), #ffffff);
    border: 1.5px solid var(--mb100);
    border-radius: var(--r); padding: 1.25rem;
}
#lourdes-wrap .cons-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px; font-weight: 600; color: var(--mbdk); margin-bottom: 4px;
}
#lourdes-wrap .cons-card p { font-size: 13px; color: var(--warm); line-height: 1.5; margin-bottom: 1rem; }

/* ---------------------------------------------------------------------------
   SUMMARY & PAYMENT
--------------------------------------------------------------------------- */
#lourdes-wrap .sum-title {
    font-size: 10px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--mb); margin-bottom: 6px; margin-top: 1rem;
}
#lourdes-wrap .total-box {
    background: var(--mbdk); border-radius: var(--r);
    padding: 16px 18px;
    display: flex; justify-content: space-between; align-items: center;
    margin: 1rem 0;
}
#lourdes-wrap .total-box span   { color: var(--mb100); font-size: 13px; }
#lourdes-wrap .total-box strong { color: white; font-size: 26px; font-weight: 700; }
#lourdes-wrap .free-box {
    background: var(--green50); border: 1px solid var(--green100);
    border-radius: var(--r); padding: 12px;
    font-size: 13px; color: var(--green800);
    text-align: center; font-weight: 500; margin: 1rem 0;
}
#lourdes-wrap .pay-box {
    border: 1px solid var(--border); border-radius: var(--r);
    padding: 1.25rem; margin-top: 1rem;
}
#lourdes-wrap .pay-hdr {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 1rem;
}
#lourdes-wrap .pay-hdr-lbl {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em; color: var(--warm);
}
#lourdes-wrap .stripe-badge {
    display: flex; align-items: center; gap: 5px;
    background: var(--mb50); border: 1px solid var(--mb100);
    border-radius: 20px; padding: 4px 10px;
    font-size: 10px; font-weight: 700; color: var(--mb);
}
#lourdes-wrap .stripe-badge::before {
    content: ""; width: 7px; height: 7px;
    border-radius: 50%; background: #2ECC71; flex-shrink: 0;
}

/* ---------------------------------------------------------------------------
   POLICY CHECKS
--------------------------------------------------------------------------- */
#lourdes-wrap .pcheck {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 10px 0; border-bottom: 1px solid #F0EDE8;
}
#lourdes-wrap .pcheck:last-child { border-bottom: none; }
#lourdes-wrap .pcheck input[type=checkbox] {
    width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px;
    accent-color: var(--mb); cursor: pointer;
}
#lourdes-wrap .pcheck label { font-size: 13px; color: var(--warm); line-height: 1.5; cursor: pointer; }
#lourdes-wrap .pcheck label b { color: #1a1814; }
#lourdes-wrap .pcheck label .opt { font-size: 11px; color: var(--mb200); }

/* ---------------------------------------------------------------------------
   NAVIGATION
--------------------------------------------------------------------------- */
#lourdes-wrap .navrow { display: flex; gap: 10px; margin-top: 1.25rem; }
#lourdes-wrap .btn-back {
    padding: 11px 20px; border-radius: var(--r);
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
    cursor: pointer; border: 1.5px solid var(--border);
    background: white; color: #1a1814; transition: all .2s;
}
#lourdes-wrap .btn-back:hover { background: #F5F2EE; }
#lourdes-wrap .btn-next {
    flex: 1; padding: 13px 20px; border-radius: var(--r);
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    cursor: pointer; border: none;
    background: var(--mb); color: white; transition: all .2s;
}
#lourdes-wrap .btn-next:hover    { background: var(--mbdk); }
#lourdes-wrap .btn-next:disabled { opacity: .6; cursor: not-allowed; }

/* ---------------------------------------------------------------------------
   DNI SEARCH
--------------------------------------------------------------------------- */
#lourdes-wrap .dni-row { display: flex; gap: 8px; }
#lourdes-wrap .dni-row input { flex: 1; }
#lourdes-wrap .btn-search {
    padding: 10px 18px; border-radius: var(--r);
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    cursor: pointer; border: none;
    background: var(--mbdk); color: white; flex-shrink: 0;
    transition: background .2s;
}
#lourdes-wrap .btn-search:hover    { background: var(--mb); }
#lourdes-wrap .btn-search:disabled { opacity: .6; cursor: not-allowed; }
#lourdes-wrap .spin-wrap {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; background: var(--mb50);
    border-radius: var(--r); font-size: 13px; color: var(--mb); margin-top: 10px;
}
#lourdes-wrap .spin {
    width: 16px; height: 16px;
    border: 2px solid var(--mb100);
    border-top-color: var(--mb); border-radius: 50%;
    animation: lcSpin .7s linear infinite; flex-shrink: 0;
}
@keyframes lcSpin { to { transform: rotate(360deg); } }
#lourdes-wrap .found-box {
    border-radius: var(--r); padding: 13px 15px;
    margin-top: 10px;
    display: flex; align-items: center; gap: 12px;
}
#lourdes-wrap .found-box.vet { background: #ECFDF5; border: 1.5px solid #6EE7B7; }
#lourdes-wrap .found-box.new { background: var(--mb50); border: 1.5px solid var(--mb100); }
#lourdes-wrap .found-icon {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#lourdes-wrap .found-box.vet .found-icon { background: #059669; }
#lourdes-wrap .found-box.new .found-icon { background: var(--mb); }
#lourdes-wrap .found-box p:first-child { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
#lourdes-wrap .found-box.vet p:first-child { color: #065F46; }
#lourdes-wrap .found-box.new p:first-child { color: var(--mbdk); }
#lourdes-wrap .found-box p:last-child { font-size: 12px; }
#lourdes-wrap .found-box.vet p:last-child { color: #047857; }
#lourdes-wrap .found-box.new p:last-child { color: var(--mb200); }

/* ---------------------------------------------------------------------------
   ERRORS
--------------------------------------------------------------------------- */
#lourdes-wrap .err-msg {
    font-size: 12px; color: #C0392B;
    margin-top: 5px; display: none;
}
#lourdes-wrap .err-msg.show { display: block; }

/* ---------------------------------------------------------------------------
   MODAL
--------------------------------------------------------------------------- */
#lourdes-wrap .modal-ov {
    display: none; position: fixed; inset: 0;
    background: rgba(13,46,68,.55);
    z-index: 9999;
    align-items: center; justify-content: center;
    padding: 1.5rem;
    backdrop-filter: blur(3px);
}
#lourdes-wrap .modal-ov.open { display: flex; }
#lourdes-wrap .modal-box {
    background: white; border-radius: var(--rlg);
    padding: 1.75rem; width: 100%; max-width: 500px;
    box-shadow: 0 24px 64px rgba(0,0,0,.18);
    animation: lcMi .25s ease;
}
@keyframes lcMi {
    from { opacity: 0; transform: scale(.96) translateY(8px); }
    to   { opacity: 1; transform: scale(1)   translateY(0); }
}
#lourdes-wrap .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px; font-weight: 600; color: var(--mbdk);
    margin-bottom: 1.25rem;
    display: flex; align-items: center; justify-content: space-between;
}
#lourdes-wrap .modal-close {
    width: 28px; height: 28px; border-radius: 50%;
    border: 1px solid var(--border); background: #F5F2EE;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: var(--warm); flex-shrink: 0;
}
#lourdes-wrap .modal-close:hover { background: #EDE9E4; }
#lourdes-wrap .btn-policy {
    background: none; border: none;
    color: var(--mb); font-size: inherit; font-weight: 600;
    cursor: pointer; text-decoration: underline; padding: 0;
    vertical-align: baseline;
}
#lourdes-wrap .btn-policy:hover { color: var(--mbdk); }

/* ---------------------------------------------------------------------------
   SUCCESS
--------------------------------------------------------------------------- */
#lourdes-wrap .success {
    text-align: center; padding: 2.5rem 1rem 3rem;
}
#lourdes-wrap .suc-icon {
    width: 84px; height: 84px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
}
#lourdes-wrap .suc-icon.vet { background: var(--mb50);    border: 2px solid var(--mb100); }
#lourdes-wrap .suc-icon.new { background: var(--green50); border: 2px solid var(--green100); }
#lourdes-wrap .suc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px; font-weight: 600; color: var(--mbdk); margin-bottom: .75rem;
}
#lourdes-wrap .suc-text {
    font-size: 14px; color: var(--warm);
    line-height: 1.7; max-width: 460px; margin: 0 auto 1.5rem;
}
#lourdes-wrap .suc-detail {
    border-radius: var(--r); padding: 14px 18px;
    font-size: 13px; max-width: 380px;
    margin: 0 auto 2rem; line-height: 1.6;
}
#lourdes-wrap .suc-detail.vet { background: var(--mb50);    border: 1px solid var(--mb100);    color: var(--mb); }
#lourdes-wrap .suc-detail.new { background: var(--green50); border: 1px solid var(--green100); color: var(--green800); }
#lourdes-wrap .btn-restart {
    display: inline-block; padding: 13px 32px; border-radius: 50px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
    cursor: pointer; border: 2px solid var(--mb);
    background: transparent; color: var(--mb); transition: all .25s;
}
#lourdes-wrap .btn-restart:hover { background: var(--mb); color: white; }

/* Cita box */
#lourdes-wrap .cita-box {
    background: var(--mbdk); border-radius: var(--rlg);
    padding: 1.75rem; max-width: 480px;
    margin: 1.5rem auto 0; text-align: left;
}
#lourdes-wrap .cita-box-header { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
#lourdes-wrap .cita-step-num {
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(255,255,255,.15);
    border: 1.5px solid rgba(255,255,255,.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: white; flex-shrink: 0;
}
#lourdes-wrap .cita-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; font-weight: 600; color: white; margin-bottom: .25rem;
}
#lourdes-wrap .cita-box p { font-size: 13px; color: var(--mb100); line-height: 1.6; margin-bottom: 1.25rem; }
#lourdes-wrap .btn-cita {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 13px 20px; border-radius: var(--r);
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    cursor: pointer; border: none; background: white; color: var(--mbdk);
    transition: all .2s; text-decoration: none;
}
#lourdes-wrap .btn-cita:hover { background: var(--mb50); }
#lourdes-wrap .cita-warning {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--r); padding: 10px 14px;
    margin-top: 1rem;
    display: flex; align-items: flex-start; gap: 8px;
}
#lourdes-wrap .cita-warning p { font-size: 11px; color: rgba(255,255,255,.6); line-height: 1.5; margin-bottom: 0; }
#lourdes-wrap .cita-warning strong { color: rgba(255,255,255,.85); }

/* Cupo error */
#lourdes-wrap .cupo-err {
    background: #FCEBEB; border: 1.5px solid #F09595;
    border-radius: var(--r); padding: 14px 16px; margin-top: 10px;
    display: flex; align-items: flex-start; gap: 12px;
}
#lourdes-wrap .cupo-err-icon {
    width: 32px; height: 32px; border-radius: 50%;
    background: #E24B4A;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#lourdes-wrap .cupo-err p:first-child { font-size: 14px; font-weight: 600; color: #501313; margin-bottom: 4px; }
#lourdes-wrap .cupo-err p:last-child  { font-size: 13px; color: #791F1F; line-height: 1.5; }
#lourdes-wrap .cupo-err a { color: #A32D2D; font-weight: 600; }
