.founders-note-page{min-height:calc(100vh - 200px);padding-top:100px}.founders-note-container{max-width:800px}.founders-note-section{padding:60px 20px;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);min-height:calc(100vh - 200px)}.founders-note-content{background:rgba(26,26,46,0.8);border:2px solid rgba(0,212,255,0.3);border-radius:20px;padding:60px 50px;box-shadow:0 20px 60px rgba(0,0,0,0.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.founders-note-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#00d4ff;text-align:center;margin-bottom:40px;text-shadow:0 0 20px rgba(0,212,255,0.5);letter-spacing:0.05em}.founders-note-body{color:rgba(255,255,255,0.95);font-size:1.15rem;line-height:1.9}.founders-note-body p{margin-bottom:25px;font-size:1.15rem;line-height:1.9}.founders-note-signature{margin-top:40px;margin-bottom:10px;font-style:italic;color:rgba(255,255,255,0.9)}.founders-note-signature-name{font-size:1.3rem;font-weight:600;color:#00d4ff;margin-top:0;margin-bottom:0;text-align:right;padding-right:20px}.founders-note-cta{margin-top:40px;text-align:center}.founders-note-cta .btn,.founders-note-primary-cta{display:inline-block;text-decoration:none;font-size:1.1rem;padding:18px 45px}.founders-note-modal{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;margin:0 !important;background:rgba(0,0,0,0.85);display:none;align-items:center;justify-content:center;z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity 0.15s ease-in-out;pointer-events:none;overflow-y:auto;overflow-x:hidden;padding:80px 20px 20px;box-sizing:border-box;visibility:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transform:translateZ(0);-webkit-transform:translateZ(0)}.founders-note-modal.active{display:flex !important;opacity:1 !important;pointer-events:auto !important;visibility:visible !important;z-index:99999 !important;position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;margin:0 !important}.founders-note-modal:not(.active){display:none !important;opacity:0;pointer-events:none !important;visibility:hidden;z-index:-1}body.founders-note-modal-open{overflow:hidden !important;position:relative !important;touch-action:none;-webkit-overflow-scrolling:auto;width:100%;height:100%}.founders-note-hero-btn.btn-secondary{background:transparent !important;color:#00d4ff !important;border:2px solid #00d4ff !important}.founders-note-hero-btn.btn-secondary:hover{background:#00d4ff !important;color:#0f0f23 !important;border-color:#00d4ff !important}.founders-note-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1;pointer-events:auto}.founders-note-modal-content{position:relative;background:linear-gradient(135deg,rgba(15,15,35,0.98) 0%,rgba(26,26,46,0.98) 100%);border:2px solid rgba(0,212,255,0.4);border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,0.8),0 0 40px rgba(0,212,255,0.1);max-width:750px;width:100%;max-height:calc(100vh - 100px);margin:auto;display:flex !important;flex-direction:column;animation:foundersNoteSlideIn 0.4s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;box-sizing:border-box;position:relative;z-index:10 !important;pointer-events:auto !important;visibility:visible !important;opacity:1 !important;overscroll-behavior:contain}.founders-note-modal.active .founders-note-modal-content{display:flex !important;visibility:visible !important;opacity:1 !important;z-index:10 !important}@keyframes foundersNoteSlideIn{from{opacity:0;transform:scale(0.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.founders-note-modal-header{position:relative;flex-shrink:0;height:60px;z-index:100;pointer-events:none}.founders-note-modal-close{position:absolute;top:15px;right:15px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:50%;width:40px;height:40px;min-width:40px;min-height:40px;display:flex !important;align-items:center;justify-content:center;font-size:24px;color:rgba(255,255,255,0.9);cursor:pointer !important;transition:all 0.2s ease;z-index:100000 !important;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto !important;-webkit-user-select:none;user-select:none;outline:none}.founders-note-modal.active .founders-note-modal-close{display:flex !important;pointer-events:auto !important;z-index:100000 !important;cursor:pointer !important}.founders-note-modal-close:hover,.founders-note-modal-close:active{background:rgba(255,255,255,0.2);border-color:rgba(0,212,255,0.5);color:#00d4ff;transform:rotate(90deg)}.founders-note-modal-body{padding:30px 40px 40px;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;max-height:none;box-sizing:border-box;position:relative;z-index:2;overscroll-behavior:contain;pointer-events:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:rgba(0,212,255,0.4) rgba(0,0,0,0.2)}.founders-note-modal-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;color:#00d4ff;text-align:center;margin-bottom:30px;text-shadow:0 0 15px rgba(0,212,255,0.4);letter-spacing:0.05em}.founders-note-modal-text{color:rgba(255,255,255,0.95);font-size:1.05rem;line-height:1.8}.founders-note-modal-text p{margin-bottom:20px}.founders-note-modal-signature{margin-top:30px;margin-bottom:8px;font-style:italic;color:rgba(255,255,255,0.9)}.founders-note-modal-signature-name{font-size:1.2rem;font-weight:600;color:#00d4ff;margin-top:0;margin-bottom:0;text-align:right;padding-right:10px}.founders-note-modal-cta{margin-top:30px;text-align:center}.founders-note-modal-cta .btn,.founders-note-primary-cta{display:inline-block;text-decoration:none;position:relative;z-index:3;pointer-events:auto;cursor:pointer;font-size:1.1rem;padding:18px 45px}.founders-note-nav-section{margin-top:40px;padding-top:30px;border-top:1px solid rgba(0,212,255,0.2)}.founders-note-nav-title{font-size:1.1rem;font-weight:700;color:#00d4ff;text-align:center;margin-bottom:20px;text-transform:uppercase;letter-spacing:0.1em}.founders-note-nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:15px}.founders-note-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px;background:rgba(0,212,255,0.08);border:1.5px solid rgba(0,212,255,0.3);border-radius:12px;text-decoration:none;color:rgba(255,255,255,0.95);font-size:0.9rem;font-weight:600;transition:all 0.25s ease;cursor:pointer;position:relative;overflow:hidden;z-index:3;pointer-events:auto;min-height:80px}.founders-note-nav-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,212,255,0.2),transparent);transition:left 0.5s ease}.founders-note-nav-btn:hover::before{left:100%}.founders-note-nav-btn:hover,.founders-note-nav-btn:focus{background:rgba(0,212,255,0.15);border-color:rgba(0,212,255,0.6);transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,212,255,0.25);color:#00d4ff}.founders-note-nav-btn:active{transform:translateY(-1px)}.founders-note-nav-icon{font-size:1.8rem;line-height:1;filter:drop-shadow(0 0 8px rgba(0,212,255,0.4));transition:transform 0.25s ease}.founders-note-nav-btn:hover .founders-note-nav-icon{transform:scale(1.15)}.founders-note-nav-text{font-size:0.85rem;line-height:1.2;text-align:center}.founders-note-modal-footer{padding:20px 40px;border-top:1px solid rgba(0,212,255,0.2);display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;flex-shrink:0;background:linear-gradient(135deg,rgba(15,15,35,0.98) 0%,rgba(26,26,46,0.98) 100%);position:relative;z-index:3;pointer-events:auto}.founders-note-view-full-page{background:rgba(0,212,255,0.1);border:1px solid rgba(0,212,255,0.4);color:#00d4ff;padding:10px 20px;border-radius:8px;text-decoration:none;font-size:0.95rem;font-weight:600;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;z-index:4;pointer-events:auto;cursor:pointer}.founders-note-view-full-page:hover,.founders-note-view-full-page:active{background:rgba(0,212,255,0.2);border-color:rgba(0,212,255,0.6);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,212,255,0.3)}.founders-note-modal-close-btn{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.9);padding:10px 20px;border-radius:8px;cursor:pointer !important;font-size:0.95rem;font-weight:600;transition:all 0.2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:inherit;position:relative;z-index:4 !important;pointer-events:auto !important}.founders-note-modal.active .founders-note-modal-close-btn{pointer-events:auto !important;z-index:4 !important;cursor:pointer !important}.founders-note-modal-close-btn:hover,.founders-note-modal-close-btn:active{background:rgba(255,255,255,0.2);border-color:rgba(0,212,255,0.5);color:#00d4ff;transform:translateY(-2px)}@media (max-width:768px){.founders-note-modal{padding:10px;align-items:flex-start;padding-top:20px;-webkit-overflow-scrolling:touch}.founders-note-content{padding:40px 25px}.founders-note-body p{font-size:1.05rem;line-height:1.8}.founders-note-signature-name{font-size:1.15rem;text-align:left;padding-right:0}.founders-note-cta{margin-top:30px}.founders-note-cta .btn{font-size:1rem;padding:16px 35px}.founders-note-modal{padding:70px 10px 10px}.founders-note-modal-content{width:100%;max-height:calc(100vh - 80px);border-radius:15px}.founders-note-modal-header{height:60px}.founders-note-modal-body{padding:20px 25px 30px;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.founders-note-modal-text{font-size:1rem;line-height:1.75}.founders-note-modal-close{top:10px;right:10px;width:44px;height:44px;min-width:44px;min-height:44px;font-size:28px;z-index:100000;position:absolute}.founders-note-modal-footer{padding:15px 25px;flex-direction:column;align-items:stretch}.founders-note-view-full-page{width:100%;justify-content:center;padding:12px 20px}.founders-note-modal-close-btn{width:100%;padding:12px 20px !important;font-size:1rem !important}.founders-note-nav-grid{grid-template-columns:1fr;gap:10px}.founders-note-nav-btn{min-height:70px;padding:14px 10px}.founders-note-nav-icon{font-size:1.6rem}.founders-note-nav-text{font-size:0.8rem}.founders-note-nav-title{font-size:1rem;margin-bottom:15px}.founders-note-nav-section{margin-top:30px;padding-top:25px}}.founders-note-modal-content::-webkit-scrollbar{width:8px}.founders-note-modal-content::-webkit-scrollbar-track{background:rgba(0,0,0,0.2);border-radius:4px}.founders-note-modal-content::-webkit-scrollbar-thumb{background:rgba(0,212,255,0.4);border-radius:4px}.founders-note-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(0,212,255,0.6)}