.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}.questions-group{display:flex;flex-direction:column;gap:var(--space-sm)}.questions-label{font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:var(--space-xs);text-align:left}.subscribe-form textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--accent-teal);border-radius:8px;background:var(--bg);color:var(--text-primary);font-size:1rem;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s ease}.subscribe-form textarea:hover{border-color:var(--accent-warm)}.subscribe-form textarea:focus{outline:none;border-color:var(--accent-warm);box-shadow:0 0 0 3px rgba(88,116,130,.3)}.subscribe-form textarea::placeholder{color:var(--text-muted)}.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-md)}.subscribe-form input[type=text],.subscribe-form input[type=email]{width:100%}.subscribe-form input[type=text],.subscribe-form input[type=name]{margin-bottom:var(--space-md)}.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 img{max-width:100%;height:auto;margin-bottom:var(--space-md)}.terms-modal.active{display:flex}#termsModal.active{z-index:1001}.terms-modal-content{background:var(--bg);border-radius:16px;max-width:900px;max-height:80vh;overflow-y:auto;padding:var(--space-2xl);position:relative;border:1px solid var(--border-default);width:900px}.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)}.share-experience-card{background:linear-gradient( 135deg,rgba(88,116,130,.15) 0%,rgba(228,211,196,8%) 100% );border-color:var(--accent-teal)}.share-experience-card .testimonial-quote{font-style:normal}.share-experience-card .testimonial-author{align-items:flex-start}.btn-small{padding:.5rem 1rem;font-size:.875rem}.testimonials-modal-content{max-width:900px;max-height:85vh;overflow-y:auto}.testimonials-modal-content h2{margin-bottom:var(--space-xl)}.testimonials-modal-grid{display:flex;flex-direction:column;gap:var(--space-lg)}.modal-pagination{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--border-default)}.testimonials-footer{text-align:center;margin-top:var(--space-xl)}.testimonials-footer a{color:var(--accent-teal);text-decoration:none;font-weight:500}.testimonials-footer a:hover{text-decoration:underline}.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}.testimonial-cta{text-align:center;margin-top:var(--space-xl)}.testimonial-form{display:flex;flex-direction:column;gap:var(--space-md)}.testimonial-form .form-fields{display:flex;flex-direction:column;gap:var(--space-sm)}.testimonial-form input[type=text],.testimonial-form input[type=email],.testimonial-form textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--accent-teal);border-radius:8px;background:var(--bg);color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .2s ease}.testimonial-form input[type=text]:hover,.testimonial-form input[type=email]:hover,.testimonial-form textarea:hover{border-color:var(--accent-warm)}.testimonial-form input[type=text]:focus,.testimonial-form input[type=email]:focus,.testimonial-form textarea:focus{outline:none;border-color:var(--accent-warm);box-shadow:0 0 0 3px rgba(88,116,130,.3)}.testimonial-form input::placeholder,.testimonial-form textarea::placeholder{color:var(--text-muted)}.testimonial-form textarea{resize:vertical;min-height:120px;padding-bottom:1.75rem}.testimonial-form .textarea-wrapper{position:relative}.testimonial-form .char-counter{position:absolute;bottom:8px;right:12px;font-size:.75rem;color:var(--text-muted);pointer-events:none}.testimonial-form .char-counter.over-limit{color:#e74c3c}.form-error{background:rgba(231,76,60,.1);border:1px solid #e74c3c;color:#e74c3c;padding:var(--space-sm)var(--space-md);border-radius:8px;margin-bottom:var(--space-md);font-size:.875rem}.testimonial-form button[type=submit]{align-self:flex-start}.testimonial-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.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}.issue-content{flex:1}.issue-tags{display:flex;flex-wrap:wrap;column-gap:var(--space-xs);row-gap:4px;align-items:flex-start;align-content:flex-start;justify-content:flex-end;max-width:200px}.issue-tag{background:rgba(88,116,130,.15);color:var(--accent-teal);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;white-space:nowrap}.issues-footer{text-align:center;margin-top:var(--space-xl)}.issues-footer a{color:var(--accent-teal);text-decoration:none;font-weight:500}.issues-footer a:hover{text-decoration:underline}.issues-modal-content{max-width:900px;max-height:85vh;overflow-y:auto}.issue-modal-header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm)}.issue-modal-header .issue-number{font-size:1.25rem}.issue-modal-header time{font-size:.875rem;color:var(--text-muted)}.issues-modal-content h2{margin-bottom:var(--space-xl)}.issue-modal-body{color:var(--text-secondary);line-height:1.7}.issue-modal-body h2,.issue-modal-body h3{color:var(--text-primary);margin-top:var(--space-xl);margin-bottom:var(--space-md)}.issue-modal-body p{margin-bottom:var(--space-md)}.issue-modal-body ul,.issue-modal-body ol{margin-bottom:var(--space-md);padding-left:var(--space-xl)}.issue-modal-body li{margin-bottom:var(--space-xs)}@media(max-width:768px){.davidtalks-hero{padding:var(--space-3xl)0 var(--space-xl)}.subscribe-box{padding:var(--space-xl);max-width:100%}.testimonials-modal-content{max-width:100%;max-height:90vh}.subscribe-form button{width:100%}.issue-card{flex-direction:column;gap:var(--space-md)}.issue-tags{max-width:100%;justify-content:flex-start}.terms-modal{padding:var(--space-md)}.terms-modal-content{padding:var(--space-xl);max-height:85vh}}