:root{--bg-body:#f8fafc;--bg-surface:#ffffff;--bg-subtle:#f1f5f9;--primary-color:#047857;--primary-hover:#065f46;--primary-light:#ecfdf5;--primary-border:#d1fae5;--text-heading:#0f172a;--text-body:#334155;--text-muted:#64748b;--text-light:#94a3b8;--border-color:#e2e8f0;--border-focus:#047857;--whatsapp-bg:#059669;--whatsapp-hover:#047857;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.04);--shadow-card:0 20px 35px -10px rgba(15,23,42,0.06),0 0 1px 1px rgba(15,23,42,0.04);--shadow-hover:0 10px 25px -5px rgba(15,23,42,0.08);--font-sans:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--radius-full:9999px}body.copechapina-body{font-family:var(--font-sans);background-color:var(--bg-body);color:var(--text-body);min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased}.bg-ambient{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.bg-pattern-overlay{position:absolute;inset:0;background-image:radial-gradient(rgba(15,23,42,0.04)1px,transparent 1px);background-size:24px 24px}.ambient-glow-top{position:absolute;top:-15%;left:50%;transform:translateX(-50%);width:700px;height:400px;background:radial-gradient(circle,rgba(4,120,87,0.06)0%,rgba(248,250,252,0)70%)}.site-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;justify-content:space-between;padding:2.5rem 1.25rem 1.5rem;max-width:960px;margin:0 auto;width:100%}.site-header{display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.brand-container{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity 0.2s ease}.brand-container:hover{opacity:0.9}.brand-logo-img{max-height:64px;width:auto;object-fit:contain}.brand-logo-svg{width:270px;height:auto}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 0 2rem}.formal-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:3.5rem 3rem;text-align:center;width:100%;max-width:780px}.status-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.4rem 1rem;background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-body);font-size:0.8125rem;font-weight:600;letter-spacing:0.03em;text-transform:uppercase;margin-bottom:1.75rem}.pulse-dot{width:7px;height:7px;border-radius:50%;background-color:var(--primary-color);display:inline-block}.hero-title{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800;line-height:1.2;letter-spacing:-0.025em;margin-bottom:1.15rem;color:var(--text-heading)}.hero-title span.highlight{color:var(--primary-color);display:inline}.hero-description{font-size:1.0625rem;color:var(--text-muted);max-width:580px;margin:0 auto 2.5rem;line-height:1.65}.action-channels{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0.85rem;margin-bottom:2.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;padding:0.75rem 1.4rem;border-radius:var(--radius-md);font-weight:600;font-size:0.9375rem;text-decoration:none;transition:all 0.2s ease;cursor:pointer;border:1px solid transparent}.btn-whatsapp{background-color:var(--whatsapp-bg);color:#ffffff}.btn-whatsapp:hover{background-color:var(--whatsapp-hover);color:#ffffff;box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--bg-surface);border-color:var(--border-color);color:var(--text-body)}.btn-secondary:hover{background:var(--bg-subtle);border-color:#cbd5e1;color:var(--text-heading)}.btn-icon{width:1.15rem;height:1.15rem;fill:currentColor;flex-shrink:0}.newsletter-section{max-width:480px;margin:0 auto 1.75rem;padding-top:1.75rem;border-top:1px solid var(--border-color)}.newsletter-title{font-size:0.9rem;color:var(--text-muted);margin-bottom:0.85rem;font-weight:500}.newsletter-form{display:flex;gap:0.5rem}.newsletter-input{flex:1;padding:0.7rem 1.1rem;border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-heading);font-family:inherit;font-size:0.875rem;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.newsletter-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px rgba(4,120,87,0.1)}.newsletter-input::placeholder{color:var(--text-light)}.btn-notify{background:var(--text-heading);color:#ffffff;padding:0.7rem 1.35rem;border:none;border-radius:var(--radius-md)}.btn-notify:hover{background:#1e293b}.btn-notify:disabled{opacity:0.6;cursor:not-allowed}.newsletter-message{font-size:0.85rem;margin-top:0.75rem;display:none;transition:opacity 0.4s ease}.newsletter-message.success{display:block;color:var(--primary-color);font-weight:500}.newsletter-message.error{display:block;color:#dc2626;font-weight:500}.social-links{display:flex;justify-content:center;align-items:center;gap:0.65rem;margin-top:1rem}.social-pill{width:36px;height:36px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-muted);text-decoration:none;transition:all 0.2s ease}.social-pill:hover{background:var(--bg-subtle);border-color:#cbd5e1;color:var(--text-heading)}.social-icon{width:16px;height:16px;fill:currentColor}.site-footer{text-align:center;padding:1.5rem 0 0.5rem;color:var(--text-muted);font-size:0.8125rem}.footer-credits{display:flex;flex-direction:column;gap:0.25rem;align-items:center}.guatemala-flag-badge{display:inline-flex;align-items:center;gap:0.35rem;color:var(--text-body);font-weight:500;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.05em}@media(max-width:640px){.formal-card{padding:2.25rem 1.25rem}.action-channels{flex-direction:column;width:100%}.btn{width:100%}.newsletter-form{flex-direction:column}.btn-notify{width:100%}}