.davidtalks-hero{padding:var(--space-5xl)0 var(--space-2xl);max-width:700px}.davidtalks-hero h1{margin-bottom:var(--space-md)}.davidtalks-intro{color:var(--text-muted);font-size:1rem;margin-top:var(--space-sm)}.davidtalks-intro p{margin:0}.subscribe-box{background:linear-gradient( 135deg,rgba(88,116,130,.15) 0%,rgba(228,211,196,8%) 100% );padding:var(--space-2xl);border-radius:16px;margin-bottom:var(--space-3xl);border:1px solid var(--border-default);max-width:600px;margin-left:auto;margin-right:auto;text-align:center}.subscribe-content{margin-bottom:var(--space-lg)}.subscribe-box h3{font-size:1.25rem;font-weight:600;margin-bottom:var(--space-sm);color:var(--text-primary)}.subscribe-box>p,.subscribe-content>p{color:var(--text-secondary)}.subscribe-form{display:flex;flex-direction:column;gap:var(--space-sm)}.subscribe-form input[type=text],.subscribe-form input[type=email]{width:100%}.subscribe-form input[type=text],.subscribe-form input[type=email]{padding:.75rem 1rem;border:2px solid var(--accent-teal);border-radius:8px;background:var(--bg);color:var(--text-primary);font-size:1rem;transition:border-color .2s ease}.subscribe-form input[type=text]:hover,.subscribe-form input[type=email]:hover{border-color:var(--accent-warm)}.subscribe-form input[type=text]:focus,.subscribe-form input[type=email]:focus{outline:none;border-color:var(--accent-warm);box-shadow:0 0 0 3px rgba(88,116,130,.3)}.subscribe-form input::placeholder{color:var(--text-muted)}.subscribe-form button{padding:.75rem 1.5rem;font-size:1rem;width:auto;align-self:flex-start}.form-fields{display:flex;flex-direction:column;gap:var(--space-sm);width:100%}.checkbox-label{display:flex;align-items:center;gap:var(--space-sm);font-size:1rem;line-height:1.4;color:var(--text-secondary);cursor:pointer;text-align:left}.checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px !important;height:16px !important;min-width:16px;min-height:16px;max-width:16px;max-height:16px;padding:0 !important;margin:0;border:2px solid var(--accent-teal);border-radius:3px;background:var(--bg);cursor:pointer;flex-shrink:0;transition:all .2s ease;position:relative;box-sizing:border-box}.checkbox-label input[type=checkbox]:hover{border-color:var(--accent-warm);background:rgba(228,211,196,.1)}.checkbox-label input[type=checkbox]:checked{background:var(--accent-teal);border-color:var(--accent-teal)}.checkbox-label input[type=checkbox]:checked::after{content:'';position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid var(--bg);border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px rgba(88,116,130,.3)}.form-note{font-size:.75rem;color:var(--text-muted);margin-top:var(--space-md)}.terms-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000;align-items:center;justify-content:center;padding:var(--space-lg)}.terms-modal.active{display:flex}.terms-modal-content{background:var(--bg);border-radius:16px;max-width:600px;max-height:80vh;overflow-y:auto;padding:var(--space-2xl);position:relative;border:1px solid var(--border-default)}.terms-modal-close{position:absolute;top:var(--space-md);right:var(--space-md);background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);line-height:1;padding:var(--space-xs)}.terms-modal-close:hover{color:var(--text-primary)}.terms-modal h2{font-size:1.5rem;margin-bottom:var(--space-lg);color:var(--text-primary)}.terms-body{color:var(--text-secondary);line-height:1.7}.terms-body h3{font-size:1.1rem;color:var(--text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.terms-body p{margin-bottom:var(--space-md)}.terms-body ul{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.success-modal-content{max-width:400px;text-align:center}.success-body{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.success-icon{width:64px;height:64px;background:var(--accent-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:var(--space-sm)}.success-body h2{font-size:1.5rem;color:var(--text-primary);margin:0}.success-body p{color:var(--text-secondary);margin:0;line-height:1.6}.success-body .btn{margin-top:var(--space-md)}.testimonials-section{margin-bottom:var(--space-3xl)}.testimonials-section h2{font-size:1.5rem;font-weight:600;margin-bottom:var(--space-xl);color:var(--text-primary)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg)}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:12px;padding:var(--space-xl);margin:0;display:flex;flex-direction:column;gap:var(--space-md)}.testimonial-quote{color:var(--text-secondary);font-size:1rem;line-height:1.6;font-style:italic;margin:0;flex:1}.testimonial-author{display:flex;flex-direction:column;gap:2px}.author-name{color:var(--text-primary);font-weight:500;font-size:.9375rem;font-style:normal}.author-role{color:var(--accent-teal);font-size:.8125rem;font-style:normal}.issues-section{margin-top:var(--space-2xl)}.issues-section h2{font-size:1.5rem;font-weight:600;margin-bottom:var(--space-xl);color:var(--text-primary)}.issues-list{display:flex;flex-direction:column;gap:var(--space-md)}.issue-card{display:flex;gap:var(--space-xl);padding:var(--space-lg);background:var(--bg-card);border-radius:16px;border:1px solid var(--border-default);transition:border-color .2s ease}.issue-card:hover{border-color:var(--accent-warm)}.issue-number{font-size:1.5rem;font-weight:700;color:var(--accent-teal);min-width:60px}.issue-content h3{font-size:1.125rem;font-weight:500;margin-bottom:var(--space-xs);color:var(--text-primary);transition:color .2s ease}.issue-content h3:hover{color:var(--accent-warm)}.issue-content time{font-size:.875rem;color:var(--text-muted)}.issue-content p{margin-top:var(--space-sm);color:var(--text-secondary);font-size:.9375rem}@media(max-width:768px){.davidtalks-hero{padding:var(--space-3xl)0 var(--space-xl)}.subscribe-box{padding:var(--space-xl);max-width:100%}.subscribe-form button{width:100%}.issue-card{flex-direction:column;gap:var(--space-md)}.issue-number{font-size:1.25rem}.terms-modal{padding:var(--space-md)}.terms-modal-content{padding:var(--space-xl);max-height:85vh}}