@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";:root{--bg-cream:#fef6e4;--gold-primary:#d4af37;--gold-deep:#b38728;--gold-bronze:#8c6d31;--text-dark:#1a202c;--text-muted:#64748b;--form-bg:#fff;--form-text:#1e293b;--form-input-bg:#fff;--form-border:#e2e8f0;--navy-accent:#101935;font-family:Roboto,sans-serif}*{box-sizing:border-box}body{background-color:var(--bg-cream);min-height:100vh;color:var(--text-dark);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}.page-wrapper{background-color:var(--bg-cream);flex-direction:column;min-height:100vh;display:flex}.app-container{flex:1;width:100%;display:flex}@media (width<=1024px){.app-container{flex-direction:column}}.hero-section{background:var(--bg-cream);flex-direction:column;justify-content:flex-start;min-height:100%;padding:3rem 6%;display:flex;position:relative;overflow:hidden}.hero-overlay-glow{pointer-events:none;background:radial-gradient(circle,#d4af371a 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-10%;left:-10%}.form-section{background:var(--bg-cream);justify-content:flex-start;align-items:flex-start;min-height:100%;padding:3rem 2rem;display:flex}.hero-content{width:100%;max-width:1000px}.festival-badge{background:#d4af371a;border:1px solid #d4af3733;border-radius:8px;align-items:center;margin-bottom:2rem;padding:.5rem 1rem;display:inline-flex}.festival-badge span{text-transform:uppercase;letter-spacing:.15rem;color:var(--gold-primary);font-size:.7rem;font-weight:700}.hero-title{color:var(--text-dark);text-transform:uppercase;margin:0 0 1rem;font-family:Roboto,sans-serif;font-size:3.2rem;font-weight:900;line-height:1.1}.hero-title span{color:var(--gold-bronze);font-weight:700;display:block}.hero-subtitle{color:#4a5568;max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.hero-benefits{grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.contact-link{color:var(--text-dark);align-items:center;gap:.75rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:flex}.benefit-item{color:#2d3748;align-items:center;gap:1rem;font-size:.95rem;font-weight:500;display:flex}.benefit-icon{color:var(--gold-primary)}.hero-image-wrap{border-radius:12px;max-width:100%;margin-top:2rem;overflow:hidden;box-shadow:0 20px 40px #00000026}.hero-image-wrap img{width:100%;height:auto;display:block}.form-white-card{background:var(--form-bg);width:100%;max-width:800px;color:var(--form-text);border:1px solid #d4af371a;border-radius:12px;padding:15px;box-shadow:0 20px 50px #1019350d}.form-header{margin-bottom:2rem}.form-header h2{color:var(--navy-deep);margin:0 0 .5rem;font-family:Roboto,sans-serif;font-size:2.2rem;font-weight:700}.form-header p{color:#64748b;font-size:.95rem}.input-group-custom{flex-direction:column;margin-bottom:10px;display:flex}.input-label{color:#4a5568;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:.8rem;font-weight:500}.input-field{color:#2d3748;background:#f8fafc;border:1.5px solid #edf2f7;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:Roboto,sans-serif;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:var(--navy-deep);background:#fff;outline:none;box-shadow:0 0 0 4px #0c1a3d0d}.submit-btn-navy{background:var(--navy-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s}.submit-btn-navy:hover{background:#08122b;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.reward-popup-overlay{z-index:20000;background:#0a1a3df2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ultimate-reward-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:500px;padding:4rem 3rem;position:relative;box-shadow:0 40px 100px #00000080}.reward-title-luxury{color:var(--gold-deep);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:3.5rem}.footer-full-width{background:var(--bg-cream);border-top:1px solid #0000000d;width:100%;padding:3rem 6%}.footer-content{text-align:center;max-width:1400px;margin:0 auto}.terms-text{color:#718096;max-width:1000px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.7rem;font-style:italic;line-height:1.6}.brand-footer-text h3{letter-spacing:.3em;color:var(--text-dark);text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:900}@media (width<=1024px){.hero-section{padding:4rem 1.5rem}.form-section{box-shadow:none;padding:2rem 1rem}.form-white-card{max-width:100%;padding:2.5rem 1.5rem}.hero-title{font-size:3rem}}
