*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #faf8f5;--surface: #ffffff;--surface-alt: #f5f0ea;--border: #e8e0d5;--text: #2a1f16;--muted: #9a8878;--accent: #b8956a;--accent-light: #f0e6d8;--radius: 16px;--radius-sm: 10px;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);min-height:100dvh;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button{cursor:pointer;font-family:var(--font-body)}input,textarea{font-family:var(--font-body)}.page-center{display:flex;align-items:center;justify-content:center;min-height:100dvh}.spinner{width:28px;height:28px;border:1.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted);font-size:.875rem}.ornament{font-family:var(--font-display);font-size:1.5rem;color:var(--accent);display:block;text-align:center}.ornament-sm{font-family:var(--font-display);color:var(--accent)}.error-msg{font-size:.8125rem;color:#c0392b;text-align:center}.btn-primary{display:block;width:100%;padding:14px 24px;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:400;letter-spacing:.04em;transition:opacity .15s,transform .1s}.btn-primary:hover:not(:disabled){opacity:.85}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-outline{display:inline-block;padding:10px 20px;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;text-decoration:none;transition:background .15s,border-color .15s;text-align:center}.btn-outline:hover{background:var(--surface-alt);border-color:var(--muted)}.btn-ghost{background:none;border:none;color:var(--muted);font-size:.875rem;padding:6px 12px;border-radius:8px;transition:color .15s,background .15s}.btn-ghost:hover{color:var(--text);background:var(--surface-alt)}.btn-row{display:flex;gap:10px}.btn-row .btn-outline{flex:1}.btn-row .btn-primary{flex:2}.field-group{display:flex;flex-direction:column;gap:6px}.label{font-size:.8125rem;color:var(--muted);letter-spacing:.02em}.label-opt{font-size:.75rem;color:var(--muted);font-weight:300}.input{padding:11px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.9375rem;transition:border-color .15s;width:100%;resize:vertical}.input:focus{outline:none;border-color:var(--accent)}.input-lg{font-size:1.125rem;padding:14px 16px;text-align:center}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;width:100%;max-width:380px;margin:1rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:var(--font-display);font-size:1.875rem;font-weight:400;margin:.5rem 0 .25rem}.auth-sub{color:var(--muted);font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:16px}.admin-layout{min-height:100dvh;background:var(--bg)}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:50}.admin-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:1.1rem}.admin-brand .ornament{font-size:1rem;display:inline}.admin-main{max-width:900px;margin:0 auto;padding:2rem 1.25rem 4rem}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-top .btn-primary{width:auto;padding:10px 20px}.admin-section-title{font-family:var(--font-display);font-size:1.25rem;font-weight:400;color:var(--text)}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.event-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;cursor:pointer;transition:border-color .15s,transform .1s;position:relative}.event-card:hover{border-color:var(--accent);transform:translateY(-2px)}.event-card-names{font-family:var(--font-display);font-size:1.25rem;font-weight:400}.event-card-date{font-size:.8125rem;color:var(--muted);margin-top:4px}.event-card-count{display:flex;align-items:baseline;gap:6px;margin-top:16px}.count-num{font-size:1.5rem;font-family:var(--font-display)}.count-label{font-size:.75rem;color:var(--muted)}.count-badge{background:var(--accent-light);color:var(--accent);padding:2px 10px;border-radius:20px;font-size:.875rem;font-weight:500}.event-card-arrow{position:absolute;top:1.25rem;right:1.5rem;color:var(--muted);font-size:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1f1659;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--surface);border-radius:var(--radius);padding:2rem;width:100%;max-width:480px;border:1px solid var(--border)}.modal-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-actions{display:flex;gap:10px;justify-content:flex-end}.form-actions .btn-primary{width:auto}.detalle-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 600px){.detalle-grid{grid-template-columns:1fr}}.detalle-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:400;margin-bottom:1rem}.qr-wrap{display:flex;justify-content:center;padding:1rem 0}.link-row{display:flex;gap:8px;align-items:center;margin-top:12px}.link-text{font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.link-row .btn-outline{flex-shrink:0}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:.875rem}.info-label{color:var(--muted)}.frase-box{margin-top:14px;padding:12px 14px;background:var(--surface-alt);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:1rem;font-style:italic;color:var(--muted);line-height:1.6}.mensajes-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mensaje-row{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px}.mensaje-thumb{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.mensaje-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.mensaje-nombre{font-size:.9375rem;font-weight:500}.mensaje-fecha{font-size:.75rem;color:var(--muted)}.mensaje-audio{flex:2;height:36px;min-width:0}.guest-layout{min-height:100dvh;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem 4rem;background:var(--bg)}.guest-layout-wide{align-items:flex-start}.guest-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;width:100%;max-width:440px;display:flex;flex-direction:column;gap:1.5rem}.guest-header{text-align:center}.couple-names{font-family:var(--font-display);font-size:2rem;font-weight:400;letter-spacing:-.01em;margin:8px 0 4px}.event-date{color:var(--muted);font-size:.875rem;letter-spacing:.02em}.step-wrap{display:flex;flex-direction:column;gap:16px}.step-label{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.step-label span{width:22px;height:22px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--muted)}.step-hint{font-size:.9375rem;color:var(--muted);text-align:center;line-height:1.6}.step-bienvenida{text-align:center}.frase-invitado{font-family:var(--font-display);font-size:1.25rem;font-style:italic;font-weight:300;line-height:1.65;color:var(--text)}.counter-badge{display:inline-flex;align-items:baseline;gap:6px;background:var(--surface-alt);border-radius:40px;padding:10px 20px;align-self:center}.counter-num{font-family:var(--font-display);font-size:1.5rem;color:var(--accent)}.counter-label{font-size:.8125rem;color:var(--muted)}.cam-wrap{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;background:var(--surface-alt);border:1px solid var(--border)}.cam-video{width:100%;height:100%;object-fit:cover}.cam-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.flip-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffb3;border:none;font-size:1.1rem;color:var(--text);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .15s}.flip-btn:hover{opacity:.8}.rec-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;color:var(--text);transition:background .15s,border-color .15s}.rec-btn:hover{background:var(--accent-light);border-color:var(--accent)}.rec-dot{width:10px;height:10px;border-radius:50%;background:#c0392b}.rec-active{display:flex;flex-direction:column;gap:14px;align-items:center}.waveform{display:flex;align-items:center;gap:3px;height:56px}.wave-bar{width:4px;border-radius:2px;background:var(--accent);min-height:4px;transition:height .05s ease}.rec-timer{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--muted);font-variant-numeric:tabular-nums}.rec-dot-live{width:8px;height:8px;border-radius:50%;background:#c0392b;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.audio-preview{display:flex;flex-direction:column;gap:14px}.audio-duration{font-size:.8125rem;color:var(--muted);text-align:center}.audio-player{width:100%}.confirm-preview{background:var(--surface-alt);border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.confirm-foto{width:100%;max-height:260px;object-fit:cover}.confirm-audio-label{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;color:var(--muted)}.step-gracias{text-align:center;padding:1.5rem 0}.gracias-ornament{font-family:var(--font-display);font-size:2.5rem;color:var(--accent)}.gracias-title{font-family:var(--font-display);font-size:1.875rem;font-weight:400;margin:1rem 0 .75rem}.gracias-text{font-size:.9375rem;color:var(--muted);line-height:1.75}.galeria-header{text-align:center;padding:2.5rem 1rem 1.5rem}.galeria-count{font-size:.875rem;color:var(--muted);margin-top:8px}.galeria-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:0 1rem 4rem;max-width:960px;margin:0 auto}.galeria-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:transform .15s,border-color .15s}.galeria-card:hover{transform:translateY(-3px);border-color:var(--accent)}.galeria-foto{width:100%;aspect-ratio:3/4;object-fit:cover}.galeria-nombre{padding:8px 12px 2px;font-size:.9375rem;font-weight:500}.galeria-audio-hint{padding:2px 12px 10px;font-size:.75rem;color:var(--muted)}.no-disponible{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.no-disp-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#2a1f16b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox-inner{background:var(--surface);border-radius:var(--radius);overflow:hidden;width:100%;max-width:420px;border:1px solid var(--border);position:relative}.lb-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffd9;border:none;font-size:.875rem;color:var(--text);display:flex;align-items:center;justify-content:center;z-index:1}.lb-foto{width:100%;max-height:60dvh;object-fit:contain;background:var(--surface-alt)}.lb-footer{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:10px}.lb-nombre{font-family:var(--font-display);font-size:1.25rem;font-weight:400}.progress-track{display:flex;align-items:center;justify-content:center;gap:0;padding:0 1rem}.progress-item{display:flex;align-items:center;flex:1}.progress-item:last-child{flex:0}.progress-dot{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.7rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.progress-dot.active{border-color:var(--accent);background:var(--accent);color:#fff}.progress-dot.done{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-size:.625rem}.progress-line{flex:1;height:1px;background:var(--border);transition:background .3s}.progress-line.done{background:var(--accent)}.step-copy{text-align:center}.step-copy-title{font-family:var(--font-display);font-size:1.375rem;font-weight:400;color:var(--text);margin-bottom:6px}.step-copy-text{font-size:.9375rem;color:var(--muted);line-height:1.65}.empty-state{text-align:center;padding:3rem;display:flex;flex-direction:column;gap:8px;color:var(--muted)}.l-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 clamp(1rem,4vw,2rem);height:64px;display:flex;align-items:center;justify-content:space-between;transition:background .4s,border-color .4s}.l-nav-brand{font-family:var(--font-display);font-size:clamp(1rem,3vw,1.2rem);font-weight:400;color:var(--text);display:flex;align-items:center;gap:8px}.l-brand-text{display:none}@media (min-width: 380px){.l-brand-text{display:inline}}.l-nav-right{display:flex;align-items:center;gap:8px}.l-btn-nav{padding:8px 16px;background:var(--text);color:var(--bg);border-radius:40px;font-size:.8125rem;transition:opacity .15s;white-space:nowrap;box-shadow:3px 3px #2a1f1626}.l-btn-nav:active{box-shadow:1px 1px #2a1f1626;transform:translate(1px,1px)}.l-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px;min-width:220px;box-shadow:4px 4px #2a1f1614;animation:dropIn .18s ease;z-index:200}section.l-hero,section.l-concepto,section.l-audio-section,section.l-como,section.l-planners,section.l-cta{position:relative;z-index:1}.l-hero{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem clamp(1rem,5vw,2rem) 5rem}.l-eyebrow{font-size:clamp(.65rem,2vw,.75rem);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.l-eyebrow-light{font-size:clamp(.65rem,2vw,.75rem);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.l-hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,9vw,5.5rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--text);max-width:760px}.l-hero-sub{margin-top:1.5rem;font-size:clamp(.9375rem,3vw,1.0625rem);color:var(--muted);max-width:480px;line-height:1.75}.l-hero-actions{margin-top:2.5rem;display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.l-btn-primary{padding:clamp(12px,3vw,14px) clamp(20px,5vw,32px);background:var(--text);color:var(--bg);border-radius:40px;font-size:clamp(.875rem,3vw,.9375rem);font-weight:400;letter-spacing:.02em;display:inline-block;box-shadow:4px 4px #2a1f162e;transition:opacity .15s,box-shadow .12s,transform .1s}.l-btn-primary:hover{opacity:.88}.l-btn-primary:active{box-shadow:2px 2px #2a1f162e;transform:translate(1px,1px)}.l-btn-ghost{padding:clamp(12px,3vw,14px) clamp(20px,5vw,32px);background:transparent;color:var(--text);border:1px solid var(--border);border-radius:40px;font-size:clamp(.875rem,3vw,.9375rem);display:inline-block;box-shadow:2px 2px #2a1f160f;transition:background .15s,border-color .15s,box-shadow .12s,transform .1s}.l-btn-ghost:active{box-shadow:1px 1px #2a1f160f;transform:translate(1px,1px)}.l-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.l-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--border),transparent);animation:lScrollLine 2s .5s infinite}@keyframes lScrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.l-concepto{padding:clamp(4rem,10vw,8rem) clamp(1rem,5vw,2rem);max-width:800px;margin:0 auto;text-align:center}.l-quote{font-family:var(--font-display);font-size:clamp(1.3rem,4vw,2.25rem);font-weight:300;font-style:italic;line-height:1.6;color:var(--text)}.l-concepto-body{font-size:clamp(.9375rem,2.5vw,1.0625rem);color:var(--muted);line-height:1.8;max-width:560px;margin:0 auto}.l-audio-section{padding:clamp(4rem,10vw,8rem) clamp(1rem,5vw,2rem);background:var(--surface-alt)}.l-audio-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.l-audio-title{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,3rem);font-weight:400;line-height:1.15;margin-top:.75rem}.l-audio-title em{font-style:italic;color:var(--accent)}.l-audio-body{font-size:clamp(.9rem,2.5vw,1.0625rem);color:var(--muted);line-height:1.8}.l-audio-right{display:flex;flex-direction:column;gap:14px}.l-audio-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:4px 4px #2a1f1612}.l-audio-card-sm{padding:1rem 1.25rem}.l-audio-card-top{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.l-audio-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.l-audio-card-name{font-size:.9375rem;font-weight:500;color:var(--text)}.l-audio-card-time{font-size:.75rem;color:var(--muted);margin-top:2px}.l-audio-waveform{display:flex;align-items:center;gap:3px;height:48px;margin-bottom:.75rem}.l-wave-bar{width:3px;border-radius:2px;background:var(--accent-light);min-height:4px;flex-shrink:0}.l-audio-quote{font-family:var(--font-display);font-size:1rem;font-style:italic;color:var(--muted);line-height:1.5}.l-audio-photo{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:.75rem}.l-audio-player-real{width:100%;height:36px;accent-color:var(--accent)}.l-como{padding:clamp(4rem,10vw,6rem) clamp(1rem,5vw,2rem) clamp(4rem,10vw,8rem);max-width:1100px;margin:0 auto}.l-section-title{font-family:var(--font-display);font-size:clamp(1.75rem,5vw,3rem);font-weight:400;line-height:1.15;margin-top:.75rem}.l-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--border);box-shadow:4px 4px #2a1f160f}.l-step{background:var(--surface);padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,3vw,2rem);display:flex;flex-direction:column;gap:.875rem;transition:background .2s}.l-step-num{font-family:var(--font-display);font-size:2.5rem;font-weight:300;color:var(--accent-light);line-height:1}.l-step-icon{width:40px;height:40px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.l-step-title{font-family:var(--font-display);font-size:clamp(1.1rem,3vw,1.375rem);font-weight:500}.l-step-desc{font-size:clamp(.875rem,2vw,.9375rem);color:var(--muted);line-height:1.7}.l-planners{padding:clamp(4rem,10vw,8rem) clamp(1rem,5vw,2rem);background:var(--text)}.l-planners-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.l-planners-title{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,3rem);font-weight:400;line-height:1.15;color:var(--bg);margin-top:1rem}.l-planners-body{font-size:clamp(.9rem,2vw,1rem);line-height:1.8;color:#faf8f58c;margin-top:1.5rem}.l-planner-item{display:flex;align-items:flex-start;gap:14px;padding:clamp(14px,3vw,18px) clamp(14px,3vw,18px);border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;box-shadow:3px 3px #00000026;transition:background .2s,border-color .2s}.l-planner-icon{font-size:1.1rem;width:38px;height:38px;border-radius:50%;background:#b8956a33;display:flex;align-items:center;justify-content:center;flex-shrink:0}.l-planner-item-title{font-size:clamp(.875rem,2.5vw,.9375rem);font-weight:500;color:var(--bg);margin-bottom:2px}.l-planner-item-desc{font-size:clamp(.8125rem,2vw,.875rem);color:#faf8f573;line-height:1.5}.l-cta{padding:clamp(5rem,12vw,10rem) clamp(1rem,5vw,2rem);text-align:center;max-width:700px;margin:0 auto}.l-cta-title{font-family:var(--font-display);font-size:clamp(2rem,7vw,4rem);font-weight:400;line-height:1.1}.l-cta-sub{margin-top:1.25rem;font-size:clamp(.9375rem,3vw,1.0625rem);color:var(--muted);line-height:1.7}.l-footer{padding:1.5rem clamp(1rem,5vw,2rem);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;z-index:1}.l-footer-brand{font-family:var(--font-display);font-size:1rem;color:var(--muted)}.l-reveal{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}@media (max-width: 860px){.l-audio-inner{grid-template-columns:1fr}.l-planners-inner{grid-template-columns:1fr;gap:3rem}.l-audio-right{display:flex;flex-direction:column;gap:14px}}@media (max-width: 640px){.l-hero{min-height:auto;padding-top:6rem;padding-bottom:4rem}.l-steps{grid-template-columns:1fr}.l-hero-actions{flex-direction:column;width:100%}.l-btn-primary,.l-btn-ghost{width:100%;text-align:center}.l-scroll-hint{display:none}.l-footer{flex-direction:column;text-align:center}}@media (max-width: 360px){.l-hero-title{font-size:2.1rem}.l-quote{font-size:1.15rem}.l-btn-nav{padding:7px 12px;font-size:.75rem}}.l-root{background:var(--bg);min-height:100dvh;overflow-x:hidden}.l-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.l-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;transition:background .4s,border-color .4s}.l-nav-scrolled{background:#faf8f5eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.l-nav-brand{font-family:var(--font-display);font-size:1.2rem;font-weight:400;color:var(--text);display:flex;align-items:center;gap:8px}.l-ornament-sm{color:var(--accent)}.l-nav-right{display:flex;align-items:center;gap:10px}.l-btn-nav{padding:8px 20px;background:var(--text);color:var(--bg);border-radius:40px;font-size:.875rem;transition:opacity .15s}.l-btn-nav:hover{opacity:.82}.l-menu-wrap{position:relative}.l-menu-trigger{width:36px;height:36px;border-radius:50%;background:transparent;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:background .15s}.l-menu-trigger:hover{background:var(--surface-alt)}.l-menu-trigger span{display:block;width:14px;height:1px;background:var(--text);border-radius:2px}.l-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px;min-width:220px;box-shadow:0 8px 32px #2a1f161a;animation:dropIn .18s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.l-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);transition:background .15s;cursor:pointer}.l-dropdown-item:hover{background:var(--surface-alt)}.l-dropdown-icon{font-size:1.1rem;color:var(--accent)}.l-dropdown-label{font-size:.875rem;font-weight:500;color:var(--text)}.l-dropdown-sub{font-size:.75rem;color:var(--muted);margin-top:1px}section.l-hero,section.l-concepto,section.l-como,section.l-planners,section.l-precio,section.l-cta{position:relative;z-index:1}.l-hero{min-height:min(100dvh,780px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem clamp(1rem,5vw,2rem) 5rem}.l-eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.l-eyebrow-light{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.l-hero-title{font-family:var(--font-display);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--text);max-width:760px}.l-hero-title em{font-style:italic;color:var(--accent)}.l-hero-sub{margin-top:1.75rem;font-size:1.0625rem;color:var(--muted);max-width:480px;line-height:1.75}.l-hero-actions{margin-top:2.5rem;display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center}.l-btn-primary{padding:14px 32px;background:var(--text);color:var(--bg);border-radius:40px;font-size:.9375rem;font-weight:400;letter-spacing:.02em;transition:opacity .15s,transform .1s;display:inline-block}.l-btn-primary:hover{opacity:.82;transform:translateY(-1px)}.l-btn-ghost{padding:14px 32px;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:40px;font-size:.9375rem;transition:background .15s,border-color .15s;display:inline-block}.l-btn-ghost:hover{background:var(--surface-alt);border-color:var(--muted)}.l-concepto{padding:8rem 1.5rem;max-width:800px;margin:0 auto;text-align:center}.l-quote{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:300;font-style:italic;line-height:1.6;color:var(--text)}.l-quote span{color:var(--accent)}.l-divider{width:48px;height:1px;background:var(--border);margin:2.5rem auto}.l-concepto-body{font-size:1.0625rem;color:var(--muted);line-height:1.8;max-width:560px;margin:0 auto}.l-como{padding:6rem 1.5rem 8rem;max-width:1100px;margin:0 auto}.l-section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-top:.75rem}.l-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2px;margin-top:4rem;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--border)}.l-step{background:var(--surface);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:background .2s}.l-step:hover{background:#fffdfb}.l-step-num{font-family:var(--font-display);font-size:3rem;font-weight:300;color:var(--accent-light);line-height:1}.l-step-icon{width:44px;height:44px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.l-step-title{font-family:var(--font-display);font-size:1.375rem;font-weight:500}.l-step-desc{font-size:.9375rem;color:var(--muted);line-height:1.7}.l-planners{padding:8rem 1.5rem;background:var(--text)}.l-planners-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.l-planners-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;color:var(--bg);margin-top:1rem}.l-planners-title em{font-style:italic;color:var(--accent)}.l-planners-body{font-size:1rem;line-height:1.8;color:#faf8f58c;margin-top:1.5rem}.l-planner-list{display:flex;flex-direction:column;gap:12px}.l-planner-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;transition:background .2s,border-color .2s}.l-planner-item:hover{background:#ffffff12;border-color:#ffffff24}.l-planner-icon{font-size:1.1rem;width:38px;height:38px;border-radius:50%;background:#b8956a26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.l-planner-item-title{font-size:.9375rem;font-weight:500;color:var(--bg);margin-bottom:2px}.l-planner-item-desc{font-size:.875rem;color:#faf8f573;line-height:1.5}.l-precio{padding:8rem 1.5rem;background:var(--surface-alt);text-align:center}.l-precio-inner{max-width:440px;margin:0 auto}.l-precio-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:2.5rem 2rem;margin-top:3rem;position:relative;overflow:hidden}.l-precio-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-light),var(--accent),var(--accent-light))}.l-precio-label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.l-precio-amount{font-family:var(--font-display);font-size:3.5rem;font-weight:400;line-height:1}.l-precio-currency{font-size:1.5rem;vertical-align:top;margin-top:.5rem;display:inline-block}.l-precio-period{font-size:.875rem;color:var(--muted);margin-top:6px}.l-precio-features{list-style:none;margin:2rem 0;display:flex;flex-direction:column;gap:11px;text-align:left}.l-precio-features li{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:var(--muted)}.l-precio-features li:before{content:"✦";color:var(--accent);font-size:.55rem;flex-shrink:0}.l-btn-precio{display:block;width:100%;padding:14px;background:var(--text);color:var(--bg);border-radius:40px;font-size:.9375rem;text-align:center;transition:opacity .15s}.l-btn-precio:hover{opacity:.82}.l-precio-note{font-size:.8125rem;color:var(--muted);margin-top:1.25rem;line-height:1.6}.l-cta{padding:10rem 1.5rem;text-align:center;max-width:700px;margin:0 auto}.l-cta-title{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1}.l-cta-title em{font-style:italic;color:var(--accent)}.l-cta-sub{margin-top:1.25rem;font-size:1.0625rem;color:var(--muted);line-height:1.7}.l-cta-actions{margin-top:2.5rem;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.l-footer{padding:2rem 1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.l-footer-brand{font-family:var(--font-display);font-size:1.1rem;color:var(--muted)}.l-footer-note{font-size:.8125rem;color:var(--muted)}.l-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.l-visible{opacity:1;transform:none}.l-rd1{transition-delay:.1s}.l-rd2{transition-delay:.2s}.l-rd3{transition-delay:.3s}.l-rd4{transition-delay:.4s}.l-anim-1{opacity:0;animation:lFadeUp .9s .3s forwards}.l-anim-2{opacity:0;animation:lFadeUp .9s .5s forwards}.l-anim-3{opacity:0;animation:lFadeUp .9s .7s forwards}.l-anim-4{opacity:0;animation:lFadeUp .9s .9s forwards}.l-anim-5{opacity:0;animation:lFadeUp .9s 1.2s forwards}@keyframes lFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.l-planners-inner{grid-template-columns:1fr;gap:3rem}.l-nav{padding:0 1.25rem}}@media (max-width: 480px){.l-steps{grid-template-columns:1fr}.l-hero-actions{flex-direction:column}.l-btn-primary,.l-btn-ghost{width:100%;text-align:center}}@media (max-width: 480px){.guest-card{padding:1.5rem 1.25rem}.couple-names{font-size:1.75rem}.form-row{grid-template-columns:1fr}.btn-row{flex-direction:column}.btn-row .btn-primary,.btn-row .btn-outline{flex:1;width:100%}.mensaje-audio{display:none}}
