@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=EB+Garamond:wght@400;500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-muted:#64748b;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-success:#16a34a;--color-brand:#17453f;--color-brand-hover:#103330;--color-brand-dark:#14201c;--color-brand-mid:#23453b;--color-brand-deepest:#0d2622;--color-brand-foreground:#fdf8ee;--color-secondary:#4a6b5f;--color-accent:#c9a15a;--color-accent-soft:#f7ead1;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 6px 20px #0f172a14;--shadow-lg:0 24px 50px #0f172a24;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);margin:0}#root{min-height:100svh}a{color:var(--color-brand)}.brand-logo{color:inherit;align-items:center;gap:.5rem;display:inline-flex}.brand-logo-text{letter-spacing:.01em;font-family:Cormorant Garamond,Inter,serif;font-size:1.25rem;font-weight:600}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.invitation-status,.admin-status{text-align:center;min-height:100svh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.admin-auth-page{background:var(--color-bg);justify-content:center;align-items:center;min-height:100svh;display:flex}.admin-auth-form{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;gap:.9rem;width:100%;max-width:360px;padding:2rem;display:flex}.admin-auth-form label{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-auth-form input,.admin-event-form input,.admin-event-form select,.admin-event-form textarea{border-radius:var(--radius-sm);border:1px solid var(--color-border);font:inherit;color:var(--color-text);background:var(--color-surface);padding:.55rem .7rem}.admin-auth-error{color:var(--color-danger);font-size:.85rem}.admin-auth-form button,.admin-events-header button,.admin-event-form button,.admin-guest-actions button,.admin-import button,.admin-qr-modal-content button{border-radius:var(--radius-sm);background:var(--color-brand);color:var(--color-brand-foreground);cursor:pointer;font:inherit;border:none;padding:.6rem 1.15rem;font-weight:500;transition:background-color .15s}.admin-auth-form button:hover,.admin-events-header button:hover,.admin-event-form button:hover,.admin-guest-actions button:hover,.admin-import button:hover,.admin-qr-modal-content button:hover{background:var(--color-brand-hover)}.admin-auth-form button:disabled,.admin-events-header button:disabled,.admin-event-form button:disabled,.admin-guest-actions button:disabled,.admin-import button:disabled{opacity:.6;cursor:not-allowed}.admin-trial-banner{color:#854d0e;text-align:center;background:#fef9c3;padding:.6rem 1rem;font-size:.85rem;font-weight:500}.admin-trial-ended{text-align:center;background:var(--color-surface);border-radius:var(--radius-md);max-width:480px;box-shadow:var(--shadow-md);margin:3rem auto;padding:2.5rem 2rem}.admin-trial-ended h1{margin-top:0}.admin-trial-banner a{color:inherit;font-weight:700;text-decoration:underline}.admin-trial-ended-cta{background:var(--color-brand);color:var(--color-brand-foreground);border-radius:999px;margin-top:.5rem;padding:.75rem 1.6rem;font-weight:600;text-decoration:none;display:inline-block}.admin-trial-ended-cta:hover{background:var(--color-brand-hover)}.admin-account-summary{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.admin-account-summary div{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:1rem}.admin-account-summary p{margin:.25rem 0 0}.admin-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.72rem}.admin-events-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-event-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.admin-event-form label{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-image-preview{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);max-width:160px;max-height:100px;margin-top:-.4rem}.admin-audio-preview{max-width:100%;height:36px;margin-top:-.4rem}.admin-import,.admin-guests{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.25rem;overflow-x:auto}.admin-import-preview ul{max-height:200px;padding-left:1.2rem;overflow-y:auto}.admin-guests table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-guests th,.admin-guests td{text-align:left;border-bottom:1px solid var(--color-border);padding:.6rem .5rem}.admin-guest-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-guest-actions a{border-radius:var(--radius-sm);color:#fff;background:#25d366;padding:.4rem .8rem;font-size:.85rem;text-decoration:none}.admin-guest-meta{color:var(--color-text-muted);font-size:.82rem}.admin-preview-modal{z-index:50;background:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.tracking-page{max-width:640px;margin:0 auto;padding:2rem 1.25rem 4rem}.tracking-header{text-align:center;margin-bottom:1.5rem}.tracking-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.75rem}.tracking-header h1{margin:.3rem 0}.tracking-subhead{color:var(--color-text-muted);margin:0}.tracking-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.tracking-stats div{background:var(--color-surface);border-radius:var(--radius-sm);text-align:center;box-shadow:var(--shadow-sm);padding:1rem .5rem}.tracking-stats strong{font-size:1.5rem;display:block}.tracking-stats span{color:var(--color-text-muted);font-size:.75rem}.tracking-refresh-note{color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:.8rem;display:flex}.tracking-refresh-note button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;padding:.4rem .8rem;font-size:.78rem}.tracking-group{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.25rem;padding:1.25rem}.tracking-group h2{margin:0 0 .75rem;font-size:1.05rem}.tracking-guest-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.tracking-guest-item{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.tracking-guest-item:last-child{border-bottom:none}.tracking-guest-name{margin-right:.6rem;font-weight:600}.tracking-guest-meta{color:var(--color-text-muted);margin-right:.6rem;font-size:.82rem}.tracking-whatsapp-btn{border-radius:var(--radius-sm);color:#fff;white-space:nowrap;background:#25d366;padding:.4rem .8rem;font-size:.78rem;text-decoration:none}.confirm-overlay{z-index:60;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.confirm-dialog{background:var(--color-surface);border-radius:var(--radius-md);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:1.75rem}.confirm-dialog h2{margin:0 0 .6rem;font-size:1.15rem}.confirm-dialog p{color:var(--color-text-muted);margin:0 0 1.5rem;line-height:1.5}.confirm-actions{justify-content:flex-end;gap:.6rem;display:flex}.confirm-btn-cancel,.confirm-btn-primary,.confirm-btn-danger{border-radius:var(--radius-sm);cursor:pointer;font:inherit;border:none;padding:.55rem 1.1rem;font-weight:500}.planner-plan-subtitle{color:var(--color-text-muted);margin-top:-.9rem;font-size:.88rem}.planner-plan-field{flex-direction:column;gap:.3rem;margin-bottom:1rem;font-size:.9rem;display:flex}.planner-plan-hint{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);margin:-.5rem 0 1.25rem;padding:.6rem .75rem;font-size:.82rem;line-height:1.5}.confirm-btn-cancel{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.confirm-btn-primary{background:var(--color-brand);color:var(--color-brand-foreground)}.confirm-btn-primary:hover{background:var(--color-brand-hover)}.confirm-btn-danger{background:var(--color-danger);color:#fff}.confirm-btn-danger:hover{background:var(--color-danger-hover)}.admin-qr-modal{background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-qr-modal-content{background:var(--color-surface);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.landyn-brand{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.landyn-brand-icon-only .brand-logo-text{display:none}.landyn-brand-text{font-family:Cormorant Garamond,Inter,serif;font-size:1.3rem;font-weight:600}.home-page{color:#2b2318;background:#fbf7f0}.home-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#a9865c;margin:0 0 .6rem;font-size:.72rem;font-weight:600}.home-eyebrow-center{text-align:center}.home-nav-brand,.home-footer .landyn-brand{color:#2b2318}.home-nav{z-index:50;-webkit-backdrop-filter:blur(10px);background:#fbf7f0eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.3rem 4vw;display:flex;position:sticky;top:0;box-shadow:0 1px #2b231814}.home-nav-brand{text-decoration:none}.home-nav-links{align-items:center;gap:1.9rem;font-size:.94rem;display:flex}.home-nav-links a{color:#6b6152;text-decoration:none}.home-nav-links a.active{color:#2b2318;font-weight:600;position:relative}.home-nav-links a.active:after{content:"";background:#c99e5f;height:2px;position:absolute;bottom:-.4rem;left:0;right:0}.home-nav-links a:hover{color:#2b2318}.home-nav-actions{align-items:center;gap:.75rem;display:flex}.home-nav-login{color:#17453f;white-space:nowrap;border:1px solid #17453f;border-radius:999px;align-items:center;gap:.45rem;padding:.6rem 1.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.home-nav-login:hover{color:#fdf8ee;background:#17453f}.home-nav-cta{color:#fdf8ee;white-space:nowrap;background:#17453f;border:1px solid #17453f;border-radius:999px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none}.home-nav-cta:hover{color:#fdf8ee;background:#0f302c;border-color:#0f302c}.home-nav-mobile-cta{text-align:center;background:#17453f;border-radius:999px;padding:.8rem 1.2rem}.home-nav-mobile a.home-nav-mobile-cta,.home-nav-mobile a.home-nav-mobile-cta:hover{color:#fdf8ee}.home-nav-toggle{color:#17453f;cursor:pointer;background:#fffdf9;border:1px solid #e4dcc8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:none}.home-nav-toggle:hover{border-color:#c9a15a}.home-nav-mobile{border-top:1px solid #e4dcc8;flex-direction:column;flex-basis:100%;order:10;gap:1.1rem;width:100%;margin-top:1.1rem;padding-top:1.1rem;display:flex}.home-nav-mobile a{color:#4a4232;font-size:.98rem;font-weight:600;text-decoration:none}.home-nav-mobile a:hover{color:#17453f}@media (width<=900px){.home-nav-toggle{display:flex}}.home-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.home-btn-primary{color:#fdf8ee;background:#17453f}.home-btn-primary:hover{background:#103330}.home-btn-outline{color:#17453f;background:0 0;border:1px solid #17453f}.home-btn-outline:hover{background:#17453f0f}.home-hero{align-items:center;min-height:640px;display:flex;position:relative;overflow:hidden}.home-hero:before{content:"";z-index:0;background:url(/images/hero-ventas.png) 50%/cover no-repeat;position:absolute;inset:0}.home-hero:after{content:"";z-index:1;background:linear-gradient(100deg,#fbf7f0ad 0%,#fbf7f057 38%,#fbf7f000 62%);position:absolute;inset:0}.home-hero-inner{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:3rem 4vw;position:relative}.home-hero-text{max-width:520px}.home-hero-badge{color:#17453f;background:#e4f0ea;border-radius:999px;align-items:center;gap:.45rem;margin:0 0 1.1rem;padding:.4rem .9rem .4rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.home-hero h1{color:#1f1a12;margin:0 0 1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.1rem);font-weight:600;line-height:1.15}.home-hero h1 span{color:#a9865c}.home-hero-desc{color:#4a4232;max-width:460px;margin:0 0 1.1rem;font-size:1.05rem;line-height:1.55}.home-hero-trust{flex-wrap:wrap;gap:.4rem 1.1rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.home-hero-trust li{color:#3a3428;align-items:center;gap:.4rem;font-size:.86rem;font-weight:600;display:inline-flex}.home-hero-trust svg{color:#3f9d6e;flex-shrink:0}.home-hero-ctas{flex-wrap:wrap;gap:.9rem;margin-bottom:1rem;display:flex}.home-hero-note{color:#6b6152;margin:0;font-size:.85rem}.home-hero-note a{color:#17453f;text-underline-offset:3px;font-weight:600;text-decoration:underline}.home-types{text-align:center;background:#f5efe1;padding:5rem 4vw;position:relative;overflow:hidden}.home-types-decor{color:#c9a15a;opacity:.4;pointer-events:none;z-index:0;width:200px;height:200px;position:absolute;top:-10px}.home-types-decor-left{left:-20px}.home-types-decor-right{right:-20px;transform:scaleX(-1)}.home-types-inner{z-index:1;position:relative}.home-types h2{margin:0 0 2.75rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:600}.home-types-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.home-type-card{color:#c9a15a;cursor:pointer;background:#fffdf9;border:1px solid #e4dcc8;border-radius:20px;flex-direction:column;align-items:center;gap:1.1rem;padding:2.5rem 1.5rem 3.5rem;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.home-type-card:hover{border-color:#c9a15a;transform:translateY(-4px);box-shadow:0 18px 34px #3c2d1929}.home-type-card-label{color:#2b2318;font-size:1.15rem;font-weight:700}.home-type-card-arrow{color:#fdf8ee;background:#17453f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .25s,transform .25s;display:inline-flex;position:absolute;bottom:1.1rem;right:1.1rem}.home-type-card:hover .home-type-card-arrow{background:#0f302c;transform:translate(2px)}@media (prefers-reduced-motion:reduce){.home-type-card,.home-type-card-arrow{transition:none}.home-type-card:hover,.home-type-card:hover .home-type-card-arrow{transform:none}}.home-tools{max-width:1160px;margin:0 auto;padding:5rem 4vw}.home-tools-header{max-width:620px;margin:0 0 2.75rem}.home-tools-header h2{margin:0 0 .9rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.6vw,2rem);font-weight:600;line-height:1.25}.home-tools-desc{color:#6b6152;margin:0;font-size:.98rem;line-height:1.6}.home-tools-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.home-tool-card h3{margin:.5rem 0;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600}.home-tool-card p{color:#6b6152;margin:0;font-size:.88rem;line-height:1.55}.home-tool-image{background:linear-gradient(135deg,#f3ead9 0%,#e8dcc4 100%);border-radius:14px;height:150px;margin-bottom:1.5rem;position:relative;overflow:hidden}.home-tool-img{object-fit:cover;width:100%;height:100%;display:block}.home-tool-icon{color:#17453f;background:#fffdf9;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;bottom:-1rem;left:1rem;box-shadow:0 10px 22px #3c2d1929}.home-pricing{background-color:#fbf7f0;position:relative;overflow:hidden}.home-pricing:before,.home-pricing:after{content:"";z-index:0;position:absolute;inset:0}.home-pricing:before{background:url(/images/precios.png) 50%/cover no-repeat}.home-pricing:after{background:#fbf7f0d9}.home-pricing-decor{color:#c9a15a;opacity:.35;pointer-events:none;z-index:1;width:200px;height:200px;position:absolute;top:-10px}.home-pricing-decor-left{left:-20px}.home-pricing-decor-right{right:-20px;transform:scaleX(-1)}.home-pricing-inner{z-index:2;padding:5rem 4vw;position:relative}.home-pricing .home-tools-header{text-align:center;max-width:620px;margin:0 auto 2.75rem}.home-pricing-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));align-items:stretch;gap:1.75rem;max-width:1100px;margin:0 auto;display:grid}.home-pricing-card{background:#fffdf9;border:1px solid #e4dcc8;border-radius:18px;flex-direction:column;padding:2.25rem 1.85rem 1.85rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.home-pricing-card:hover{border-color:#c9a15a;transform:translateY(-6px);box-shadow:0 18px 34px #3c2d1929}.home-pricing-card.is-featured{background:linear-gradient(#fffdf7 0%,#fdf6e8 100%);border:2px solid #c9a15a;box-shadow:0 22px 48px #3c2d1938}.home-pricing-card.is-featured .home-pricing-price{font-size:2.3rem}.home-pricing-card.is-featured h3{font-size:1.5rem}@media (width>=860px){.home-pricing-card.is-featured{transform:translateY(-.75rem)}.home-pricing-card.is-featured:hover{transform:translateY(-1.5rem)}}.home-pricing-badge{color:#fdf8ee;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#17453f;border-radius:999px;padding:.3rem .9rem;font-size:.7rem;font-weight:700;position:absolute;top:-.9rem;left:50%;transform:translate(-50%)}.home-pricing-icon{color:#17453f;background:#f3ead9;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.1rem;display:inline-flex}.home-pricing-card h3{color:#1f1a12;margin:0 0 .5rem;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600}.home-pricing-desc{color:#6b6152;margin:0;font-size:.92rem;line-height:1.55}.home-pricing-divider{background:#e4dcc8;height:1px;margin:1.5rem 0 1.35rem}.home-pricing-price{color:#17453f;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin:0 0 .4rem;font-family:Inter,system-ui,sans-serif;font-size:2rem;font-weight:800;display:flex}.home-pricing-price span{color:#8a8071;font-family:inherit;font-size:.85rem;font-weight:500}.home-pricing-price-meta{justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:1.6rem;display:flex}.home-pricing-price-cop{color:#8a8071;font-size:.85rem}.home-pricing-price-pill{color:#a9865c;white-space:nowrap;background:#f3ead9;border-radius:999px;padding:.18rem .65rem;font-size:.7rem;font-weight:700}.home-pricing-note{text-align:center;color:#6b6152;max-width:44rem;margin:1.75rem auto 0;font-size:.85rem;line-height:1.55}.home-pricing-note svg{vertical-align:-2px;color:#a9865c;margin-right:.15rem}.home-pricing-note+.home-pricing-note{color:#8a8071;margin-top:.6rem;font-size:.8rem}.home-pricing-note-fine{max-width:48rem}.home-pricing-note a{color:#17453f;text-underline-offset:3px;font-weight:600;text-decoration:underline}.home-pricing-features{flex-direction:column;gap:.65rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.home-pricing-features li{color:#4a4232;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.4;display:flex}.home-pricing-check{color:#3f9d6e;background:#3f9d6e24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.05rem;display:inline-flex}.home-pricing-card .home-btn{width:100%;margin-top:auto}@media (prefers-reduced-motion:reduce){.home-pricing-card{transition:none}.home-pricing-card:hover,.home-pricing-card.is-featured,.home-pricing-card.is-featured:hover{transform:none}}.home-cta{text-align:center;color:#fdf8ee;background:linear-gradient(160deg,#17453f 0%,#23453b 55%,#17453f 100%);padding:5rem 4vw}.home-cta .home-eyebrow{color:#c9a15a}.home-cta h2{max-width:640px;margin:0 auto 1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:600;line-height:1.3}.home-cta-divider{color:#c9a15a;justify-content:center;align-items:center;gap:.7rem;max-width:220px;margin:0 auto 1.75rem;display:flex}.home-cta-divider span{background:#fdf8ee4d;flex:1;height:1px}.home-cta .home-btn-primary{color:#17453f;background:#fdf8ee}.home-cta .home-btn-primary:hover{background:#f3ead9}.home-cta-note{color:#fdf8eebf;margin:1.1rem 0 0;font-size:.85rem}.home-footer{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 1.5rem;display:flex}.home-footer p{color:#8a8071;margin:0;font-size:.82rem}.home-footer a{color:#8a8071}.home-footer a:hover{color:#2b2318}@media (width<=900px){.home-nav-links{display:none}.home-hero{min-height:560px}.home-hero:before{background-position:68%}.home-hero:after{background:#fbf7f0e6}.home-hero-text{max-width:100%}.home-types-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-types-decor,.home-pricing-decor{opacity:.3;width:130px;height:130px}}.home-editor{background-color:#fbf7f0;position:relative;overflow:hidden}.home-editor:before,.home-editor:after{content:"";z-index:0;position:absolute;inset:0}.home-editor.is-visible:before{background:url(/images/diferencial.png) 50%/cover no-repeat}.home-editor.is-visible:after{background:#fbf7f0d1}.home-editor-inner{z-index:1;max-width:1160px;margin:0 auto;padding:5rem 4vw 4rem;position:relative}.home-editor-header{text-align:center;max-width:680px;margin:0 auto 2.5rem}.home-editor-header h2{margin:0 0 .9rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.6vw,2rem);font-weight:600;line-height:1.25}.home-editor-desc{color:#6b6152;margin:0;font-size:.98rem;line-height:1.6}.home-showcase-loading{color:#8a8071;background:#fffdf9;border:1px solid #e4dcc8;border-radius:16px;justify-content:center;align-items:center;min-height:420px;font-size:.9rem;display:flex}.home-templates{background-color:#f5efe1;position:relative;overflow:hidden}.home-templates:before,.home-templates:after{content:"";z-index:0;position:absolute;inset:0}.home-templates-inner{z-index:1;padding:5rem 4vw;position:relative}.home-templates.is-visible:before{background:url(/images/animadas.png) 50%/cover no-repeat}.home-templates.is-visible:after{background:#f5efe1d1}.home-demo-cta{justify-content:center;margin-top:2.5rem;display:flex}.home-steps{background-color:#fbf7f0;position:relative;overflow:hidden}.home-steps:before,.home-steps:after{content:"";z-index:0;position:absolute;inset:0}.home-steps:before{background:url(/images/pasos.png) 50%/cover no-repeat}.home-steps:after{background:#fbf7f0d9}.home-steps-inner{z-index:1;max-width:1160px;margin:0 auto;padding:5rem 4vw;position:relative}.home-steps .home-tools-header{text-align:center;max-width:680px;margin:0 auto 2.75rem}.home-steps-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.home-step-card{text-align:center;background:#fffdf9;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1.25rem 1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.home-step-card:hover{border-color:#c9a15a;transform:translateY(-6px);box-shadow:0 18px 34px #3c2d1929}.home-step-num{color:#e4dcc8;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;position:absolute;top:.75rem;right:1rem}.home-step-icon{color:#17453f;background:#f3ead9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background .25s;display:flex}.home-step-card:hover .home-step-icon{background:#ecd9ad;transform:scale(1.1)}@media (prefers-reduced-motion:reduce){.home-step-card,.home-step-icon{transition:none}.home-step-card:hover,.home-step-card:hover .home-step-icon{transform:none}}.home-step-card h3{margin:.25rem 0 0;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600}.home-step-card p{color:#6b6152;margin:0;font-size:.85rem;line-height:1.5}.home-cta-invite-note{color:#fdf8eeb3;max-width:520px;margin:1.75rem auto 0;font-size:.82rem;line-height:1.6}.home-cta-invite-note a{color:#e6c98a;text-underline-offset:3px;font-weight:600;text-decoration:underline}.home-cta-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}.home-cta-actions .home-btn-outline{color:#fdf8ee;background:0 0;border-color:#fdf8ee8c}.home-cta-actions .home-btn-outline:hover{color:#fdf8ee;background:#fdf8ee1f;border-color:#fdf8ee}.home-trust{background:#f5efe1;padding:5rem 4vw}.home-trust-header{text-align:center;max-width:900px;margin:0 auto}.home-trust-header h2{color:#1f1a12;max-width:640px;margin:0 auto .9rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:600;line-height:1.3}.home-trust-desc{color:#6b6152;max-width:560px;margin:0 auto 2.75rem;font-size:.98rem;line-height:1.6}.home-trust-carousel{max-width:1140px;margin:0 auto 1.5rem;position:relative}.home-trust-arrow{z-index:2;color:#17453f;cursor:pointer;background:#fffdf9;border:1px solid #e4dcc8;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 28px -16px #1f1a1273}.home-trust-arrow:hover{color:#fdf8ee;background:#17453f;border-color:#17453f}.home-trust-arrow-prev{left:-22px}.home-trust-arrow-prev svg{transform:rotate(180deg)}.home-trust-arrow-next{right:-22px}.home-trust-featured{text-align:left;background:#fffdf9;border:1px solid #ece3d0;border-radius:24px;grid-template-columns:1fr 1.15fr .9fr;align-items:center;gap:2rem;padding:2.25rem;animation:.4s home-trust-fade;display:grid;box-shadow:0 30px 60px -35px #1f1a1273}@keyframes home-trust-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-trust-browser{border:1px solid #e4dcc8;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px -22px #1f1a1280}.home-trust-browserbar{background:#f3ead9;border-bottom:1px solid #e4dcc8;align-items:center;gap:.4rem;padding:.6rem .8rem;display:flex}.home-trust-browser-dot{background:#d8cbb0;border-radius:50%;width:8px;height:8px}.home-trust-browser-img{aspect-ratio:4/3;object-fit:cover;object-position:top;width:100%;display:block}.home-trust-featured-body{flex-direction:column;display:flex}.home-trust-featured-quote{color:#1f1a12;margin:0 0 1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2vw,1.45rem);font-style:italic;font-weight:600;line-height:1.45}.home-trust-highlight{color:#a9865c;font-style:normal;font-weight:700}.home-trust-person{align-items:center;gap:.85rem;display:flex}.home-trust-avatar{color:#fdf8ee;background:#17453f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;display:inline-flex}.home-trust-featured-author{letter-spacing:.03em;text-transform:uppercase;color:#17453f;margin:0;font-size:.88rem;font-weight:700}.home-trust-featured-role{color:#8a8071;margin:.1rem 0 0;font-size:.82rem}.home-trust-pills{flex-direction:column;gap:.7rem;display:flex}.home-trust-pill{background:#fbf7f0;border:1px solid #ece3d0;border-radius:14px;align-items:center;gap:.75rem;padding:.75rem .95rem;display:flex}.home-trust-pill-icon{color:#17453f;background:#17453f14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.home-trust-pill-value{color:#17453f;margin:0;font-size:.88rem;font-weight:700}.home-trust-pill-label{color:#6b6152;margin:.1rem 0 0;font-size:.8rem;line-height:1.4}.home-trust-dots{justify-content:center;gap:.5rem;display:flex}.home-trust-dot{cursor:pointer;background:#ddd0b8;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.home-trust-dot.active{background:#17453f;transform:scale(1.3)}@media (width<=900px){.home-trust-featured{grid-template-columns:1fr}.home-trust-browser-img{aspect-ratio:16/9}.home-trust-pills{flex-flow:wrap}.home-trust-pill{flex:220px}}@media (width<=640px){.home-trust-arrow{display:none}.home-trust-featured{padding:1.5rem}.home-trust-pills{flex-direction:column}}@media (prefers-reduced-motion:reduce){.home-trust-featured{animation:none}.home-trust-dot{transition:none}}.home-faq{max-width:820px;margin:0 auto;padding:5rem 4vw}.home-faq-list{flex-direction:column;gap:1rem;display:flex}.home-faq-item{background:#fffdf9;border:1px solid #e4dcc8;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.home-faq-item.is-open{border-color:#c9a15a;box-shadow:0 14px 30px #3c2d191a}.home-faq-question{cursor:pointer;text-align:left;width:100%;font:inherit;color:#1f1a12;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.4rem;font-family:Cormorant Garamond,serif;font-size:1.12rem;font-weight:600;display:flex}.home-faq-question svg{color:#a9865c;flex-shrink:0;transition:transform .25s}.home-faq-item.is-open .home-faq-question svg{transform:rotate(180deg)}.home-faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.home-faq-answer>p{color:#6b6152;margin:0;padding:0 1.4rem;font-size:.94rem;line-height:1.6;overflow:hidden}.home-faq-item.is-open .home-faq-answer{grid-template-rows:1fr}.home-faq-item.is-open .home-faq-answer>p{padding-bottom:1.3rem}@media (prefers-reduced-motion:reduce){.home-faq-question svg,.home-faq-answer{transition:none}}@media (width<=640px){.home-hero{min-height:480px}.home-hero-inner{padding:2.5rem 5vw}.home-editor,.home-templates,.home-steps-inner,.home-pricing-inner,.home-faq{padding-left:5vw;padding-right:5vw}.home-types{padding:3.5rem 5vw}.home-types-grid{grid-template-columns:1fr}.home-types-decor,.home-pricing-decor{display:none}.home-showcase-loading{min-height:280px}}.legal-page{background:var(--color-bg);min-height:100vh}.legal-nav{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.legal-nav a{color:var(--color-text-muted);font-size:.9rem;text-decoration:none}.legal-nav a:hover{color:var(--color-text)}.legal-content{max-width:760px;color:var(--color-text);margin:0 auto;padding:3rem 1.5rem 5rem;line-height:1.65}.legal-content h1{margin-bottom:.25rem;font-size:1.9rem}.legal-updated{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:.85rem}.legal-content h2{margin:2.2rem 0 .75rem;font-size:1.2rem}.legal-content p,.legal-content li{color:var(--color-text-muted);font-size:.95rem}.legal-content ul{flex-direction:column;gap:.4rem;padding-left:1.25rem;display:flex}.legal-content a{color:var(--color-brand)}
