:root{font-family:Source Sans Pro,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1a2a3a;--navy-light: #2d4a5e;--gold: #e8b86d;--gold-dark: #d4a056;--white: #ffffff;--gray-light: #f5f5f5;--gray: #6b7280;--error: #ef4444}body{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,#1a3a4a 100%);min-height:100vh;color:var(--white)}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#0000004d;padding:1rem 2rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.75rem}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e8b86d4d}.brand-icon svg{width:24px;height:24px;fill:var(--white)}.brand-text{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;letter-spacing:1px}.nav{display:flex;gap:.5rem}.nav-link{background:transparent;border:none;color:#ffffffb3;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;border-radius:8px;font-family:inherit}.nav-link:hover{color:var(--white);background:#ffffff1a}.nav-link.active{color:var(--gold);background:#e8b86d1a}.main{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}section{margin-bottom:4rem}h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;margin-bottom:.5rem;text-align:center}.section-description{color:#ffffffb3;text-align:center;margin-bottom:2rem;font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.hero{text-align:center;padding:4rem 1rem;margin-bottom:2rem}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,var(--white) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;color:var(--navy);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #e8b86d4d;font-family:inherit;text-decoration:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #e8b86d66;color:var(--navy)}.video-section{margin-bottom:4rem;text-align:center}.video-section h2{margin-bottom:1.5rem}.video-container{max-width:800px;margin:0 auto;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.video-container iframe{width:100%;height:100%;border:none}.features-section{padding:2rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-4px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#ffffffb3;line-height:1.6}.cta-section{text-align:center;padding:3rem 1rem;background:#ffffff0d;border-radius:24px;margin-top:2rem}.cta-section p{color:#ffffffb3;margin-bottom:2rem;font-size:1.1rem}.persona-section{padding-top:1rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.persona-card{background:#ffffff1a;border:2px solid transparent;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1.25rem;position:relative}.persona-card:hover{background:#ffffff26;transform:translateY(-4px);border-color:#e8b86d4d}.persona-card:hover .card-arrow{opacity:1;transform:translate(4px)}.card-arrow{position:absolute;right:1.5rem;font-size:1.5rem;color:var(--gold);opacity:.5;transition:all .3s ease}.persona-image-wrapper{flex-shrink:0}.persona-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.2);transition:border-color .3s ease}.persona-card:hover .persona-image{border-color:var(--gold)}.persona-info{flex:1;text-align:left}.persona-info h3{font-size:1.25rem;margin-bottom:.25rem}.persona-age{color:var(--gold);font-size:.9rem;font-weight:600}.persona-description{color:#fff9;font-size:.9rem;margin-top:.5rem;line-height:1.5}.back-button{background:transparent;border:none;color:var(--gold);font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-family:inherit}.back-button:hover{color:var(--white)}.persona-detail{max-width:900px;margin:0 auto}.persona-detail-header{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.persona-detail-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--gold);box-shadow:0 8px 24px #0000004d}.persona-detail-title h1{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;margin-bottom:.5rem}.persona-detail-age{color:var(--gold);font-size:1.1rem;font-weight:600}.persona-detail-tagline{color:#ffffffb3;font-size:1.1rem;margin-top:.75rem;line-height:1.5}.persona-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.persona-detail-right{display:flex;flex-direction:column;gap:1.5rem}.persona-detail-info{display:flex;flex-direction:column;gap:1.25rem}.info-card{background:#ffffff14;border-radius:12px;padding:1.25rem}.info-card h3{font-size:1rem;margin-bottom:.75rem;color:var(--gold)}.info-card p{color:#fffc;line-height:1.6}.info-card ul{list-style:none;padding:0}.info-card li{color:#fffc;padding:.35rem 0 .35rem 1.25rem;position:relative}.info-card li:before{content:"•";color:var(--gold);position:absolute;left:0}.conversation-starters{background:#e8b86d26;border:1px solid rgba(232,184,109,.3)}.conversation-starters .starters-intro{font-size:.9rem;color:#fff9;margin-bottom:.75rem;font-style:italic}.persona-detail-form{background:#ffffff1a;border-radius:16px;padding:2rem}.persona-detail-form h2{font-size:1.5rem;text-align:left;margin-bottom:.5rem}.form-description{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.form-section{max-width:480px;margin:0 auto}.contact-form{background:transparent}.persona-detail-form .contact-form{padding:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#ffffffe6;font-size:.95rem}.form-group input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:var(--white);transition:border-color .3s ease,background .3s ease;font-family:inherit}.form-group input::placeholder{color:#fff6}.form-group input:focus{outline:none;border-color:var(--gold);background:#ffffff26}.form-disclaimer{font-size:.8rem;color:#ffffff80;line-height:1.5;margin-bottom:1.25rem;text-align:center}.error-message{background:#ef444433;border:1px solid var(--error);color:#fca5a5;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;color:var(--navy);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #e8b86d4d;font-family:inherit}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #e8b86d66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-screen{display:flex;align-items:center;justify-content:center;min-height:60vh}.success-message{text-align:center;background:#ffffff1a;padding:3rem;border-radius:24px;max-width:480px}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem;box-shadow:0 8px 24px #10b9814d}.success-message h2{margin-bottom:1rem}.success-message p{color:#fffc;margin-bottom:.5rem;font-size:1.1rem}.success-note{color:var(--gold)!important;font-weight:600;margin-top:1rem!important}.btn-secondary{margin-top:2rem;padding:.75rem 1.5rem;font-size:1rem;color:var(--white);background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.footer{text-align:center;padding:1.5rem;color:#ffffff80;font-size:.9rem;background:#0003}.footer a{color:var(--gold);text-decoration:none}.footer a:hover{text-decoration:underline}@media(max-width:900px){.persona-detail-content{grid-template-columns:1fr}}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.brand-text{font-size:1.1rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.persona-grid{grid-template-columns:1fr}.persona-detail-header{flex-direction:column;text-align:center}.persona-detail-title h1{font-size:2rem}.features-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.header{padding:.75rem 1rem}.nav{gap:.25rem}.nav-link{padding:.4rem .75rem;font-size:.9rem}.main{padding:1.5rem 1rem}.hero{padding:1.5rem 0}.hero h1{font-size:1.6rem;line-height:1.3}.hero-subtitle{font-size:1rem}.cta-button{padding:.875rem 1.75rem;font-size:1rem}.video-section h2{font-size:1.5rem}.video-container{border-radius:12px}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}.cta-section{padding:2rem 1rem}.cta-section h2{font-size:1.5rem}.persona-card{flex-direction:column;text-align:center;padding:1.25rem}.persona-info{text-align:center}.card-arrow{display:none}.persona-detail-header{gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem}.persona-detail-image{width:120px;height:120px}.persona-detail-title h1{font-size:1.75rem}.persona-detail-tagline{font-size:1rem}.info-card{padding:1rem}.persona-detail-form{padding:1.25rem}.persona-detail-form h2{font-size:1.25rem}.success-message{padding:2rem 1.5rem}.success-icon{width:64px;height:64px;font-size:2rem}h2{font-size:1.5rem}.section-description{font-size:1rem}}
