@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Pacifico&display=swap";.header{width:100%;height:100vh;position:relative;overflow:hidden}.video-container{width:100%;height:100%;position:relative}.header-video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.yt-video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:20px;display:flex;align-items:center;gap:10px;opacity:0;transition:opacity .3s ease}.video-container:hover .yt-video-controls{opacity:1}.yt-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.yt-btn:hover{transform:scale(1.1)}.yt-progress-bar{flex:1;height:4px;background:#ffffff4d;cursor:pointer;position:relative;border-radius:2px}.yt-progress{height:100%;background:red;border-radius:2px;position:relative}.yt-time-display{color:#fff;font-size:14px;font-family:Arial,sans-serif;margin-left:10px}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center}.loading-content{text-align:center;color:#fff}.loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin:0 auto 10px}@keyframes spin{to{transform:rotate(360deg)}}.fallback-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-family:Arial,sans-serif}@media (max-width: 768px){.header,.video-container,.header-video{height:35vh!important;min-height:180px;max-height:50vw;width:100vw!important;object-fit:cover;overflow:hidden}}.books-section{margin:4rem auto;max-width:1200px;padding:2rem 0 0;border-top:1px solid #eee}.section-title,.section-title-link{margin-bottom:2rem}.section-title{text-align:center;color:#a3834b;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-weight:500;margin-bottom:.5rem;max-width:300px;margin-left:auto;margin-right:auto}.books-grid{width:100%;display:flex;flex-direction:column;gap:2rem;padding:.3rem;align-items:center}.book-display{display:flex;background:#fff;border-radius:14px;box-shadow:0 2px 16px #b4966412;padding:2rem 2.5rem;gap:2.5rem;width:100%;max-width:1000px;align-items:flex-start}.book-image-container{display:flex;align-items:center;justify-content:center;min-width:180px;max-width:200px}.book-cover{width:180px;height:auto;border-radius:8px;box-shadow:0 2px 8px #b496641a;background:#f8f6f2;cursor:pointer;transition:transform .2s}.book-cover:hover{transform:scale(1.05);z-index:2}.book-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;max-width:700px;text-align:left}.book-title{color:#a3834b;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:2rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.book-title-link{color:#a3834b;text-decoration:none;transition:color .2s}.book-title-link:hover{color:#7a5c2e;text-decoration:underline}.book-subtitle{display:block;color:#7a5c2e;font-size:1.1rem;font-weight:500;font-style:italic;margin-top:.2rem;margin-left:.5rem}.book-description{color:#7a5c2e;font-size:1.1rem;margin:.5rem 0 0;font-family:inherit;line-height:1.7;white-space:pre-line;max-width:100%}.read-more-button{background:none;border:none;color:#a3834b;font-weight:600;font-size:1rem;cursor:pointer;margin-left:.5rem;padding:0;font-family:inherit;text-decoration:underline;transition:color .2s}.read-more-button:hover{color:#7a5c2e}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e1e1ed9;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{position:relative;background:none;border-radius:10px;box-shadow:0 4px 32px #00000040;padding:0;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-image{max-width:80vw;max-height:80vh;border-radius:10px;box-shadow:0 2px 16px #0000002e;background:#fff}.modal-close{position:absolute;top:-32px;right:-32px;background:none;border:none;font-size:3.5rem;color:#a3834b;cursor:pointer;border-radius:50%;width:60px;height:60px;box-shadow:none;display:flex;align-items:center;justify-content:center;z-index:1001;font-weight:900;line-height:1;transition:color .2s,transform .2s}.modal-close:hover{color:#7a5c2e;background:none}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#a3834b;font-size:3rem;font-weight:900;cursor:pointer;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:1002;box-shadow:none;transition:color .2s,transform .2s}.modal-arrow-left{left:-70px}.modal-arrow-right{right:-70px}.modal-arrow:disabled{opacity:.3;cursor:default}.modal-arrow:hover:not(:disabled){color:#7a5c2e;background:none}.modal-thumbnails{display:flex;gap:1.2rem;margin-top:1.2rem;justify-content:center}.modal-thumb{width:60px;height:auto;border-radius:6px;box-shadow:0 2px 8px #b496641a;background:#f8f6f2;cursor:pointer;opacity:.7;border:2px solid transparent;transition:opacity .2s,border .2s}.modal-thumb.active{opacity:1;border:2px solid #a3834b}@media (max-width: 900px){.book-display{flex-direction:column;align-items:center;padding:1.5rem 1rem;gap:1.5rem;max-width:98vw}.book-image-container{min-width:0;max-width:100%;justify-content:center}.book-cover{width:120px}.book-title{font-size:1.3rem;text-align:center}.book-info{max-width:100%;text-align:center}.book-description{font-size:1rem;text-align:center}.book-title-link{text-align:center}.book-subtitle{font-size:1rem;margin-left:0}.modal-image{max-width:98vw;max-height:70vh}.modal-arrow-left{left:0}.modal-arrow-right{right:0}.modal-thumbnails{gap:.7rem}.modal-thumb{width:40px}}.youtube-section{width:100%;padding:2rem 0;margin-top:2rem;border-top:1px solid #eee}.youtube-section-desktop{display:flex;flex-direction:column;align-items:center;width:100vw;left:50%;right:50%;position:relative;transform:translate(-50%);background:#fff;padding:0 0 2rem;padding-left:48px;padding-right:48px}.youtube-videos-row{display:flex;justify-content:center;align-items:flex-start;gap:1.5vw;width:100vw;max-width:1200px;margin:0 auto;padding:0}.youtube-section-desktop .video-container{flex:0 0 360px;min-width:0;max-width:360px;width:360px;height:203px;position:relative;background:#fff;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.youtube-section-desktop .video-container iframe{width:360px;height:203px;border:none;background:#000;border-radius:10px;display:block}.youtube-more-btn-row{width:100vw;display:flex;justify-content:center;margin-top:2rem}.youtube-more-btn{background:transparent;color:#a3834b;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-weight:500;padding:.7rem 2.5rem;border:none;border-radius:30px;cursor:pointer;text-decoration:none;letter-spacing:.1em;transition:color .2s,text-decoration .2s;box-shadow:none}.youtube-more-btn:hover{background:transparent;color:#7a5c2e;text-decoration:underline}.youtube-title{text-align:center;color:#a3834b;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.youtube-carousel{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.video-container{width:100%;position:relative;padding-top:56.25%}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#000}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:#333;box-shadow:0 2px 4px #0000001a}.carousel-button:hover{background:#fff}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1rem}.dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;padding:0;cursor:pointer;transition:background-color .3s}.dot.active{background:#a3834b}@media (max-width: 1200px){.youtube-section-desktop{padding-left:16px;padding-right:16px}}@media (max-width: 768px){.youtube-section{padding:1rem 0;margin-top:1rem}.youtube-title{font-size:1.25rem;margin-bottom:1rem}.carousel-button{width:36px;height:36px}.carousel-button.prev{left:5px}.carousel-button.next{right:5px}.youtube-section-desktop{display:none!important;padding-left:0;padding-right:0}.youtube-videos-row{flex-direction:column;gap:0;max-width:100vw;padding:0}.youtube-section-desktop .video-container{max-width:100vw;width:100vw;height:auto;padding-top:56.25%}.youtube-section-desktop .video-container iframe{width:100vw;height:56.25vw}.youtube-more-btn-row{width:100vw;margin-top:1rem}}.instagram-widget{width:100%;background:#fff;padding:0;overflow:hidden;border-top:2px solid rgba(139,115,85,.2);border-bottom:2px solid rgba(139,115,85,.2);margin:0;position:relative;z-index:0;display:flex;flex-direction:column;align-items:stretch}.lightwidget-widget{width:100%!important;height:300px!important;min-height:300px!important;max-height:300px!important;border:0!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important}@media (max-width: 1000px){.instagram-widget{width:100%;margin:0;transform:none}.lightwidget-widget{height:500px!important;min-height:500px!important;max-height:500px!important}}@media (max-width: 480px){.instagram-widget{width:100%;margin:0;transform:none}.lightwidget-widget{height:400px!important;min-height:400px!important;max-height:400px!important}}body.modal-open .instagram-widget{display:none!important}.chat-container{max-width:800px;width:100%;margin:2rem auto;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:500px;position:relative;z-index:1;overflow:hidden}.chat-messages{overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.message{position:relative;max-width:80%;padding:1rem 1.5rem;border-radius:16px;animation:fadeIn .3s ease-in-out;word-wrap:break-word;margin-bottom:1rem}.message-content{padding-right:2rem}.user-message{background:#fff;color:#a3834b;border-radius:16px;padding:12px 32px 12px 18px;margin:8px 32px 0 0;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.1rem;max-width:90%;align-self:flex-end;word-break:break-word;text-align:right}.assistant-message{background:#faf8f4;color:#7a5c2e;border-radius:16px;padding:12px 18px;margin:0 0 8px;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.1rem;max-width:90%;align-self:flex-start;word-break:break-word;text-align:left}.chat-input-form{display:flex;gap:1rem;padding:1rem;background:#0003;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:2}.chat-input{flex:1;padding:.8rem 1.2rem;border:none;border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem}.chat-input::placeholder{color:#fff9}.chat-submit{padding:.8rem 1.5rem;border:none;border-radius:8px;background:#007bff;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s}.chat-submit:hover{background:#0056b3}.chat-submit:disabled{background:#666;cursor:not-allowed}.typing-indicator{display:flex;gap:.3rem;padding:.5rem;align-self:flex-start}.typing-indicator span{width:8px;height:8px;background:#8b7355;border-radius:50%;animation:typing 1s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.chat-container{margin:1rem;height:400px;max-height:60vh}.message{max-width:90%}.chat-input-form{padding:.8rem}.chat-input{padding:.6rem 1rem}.chat-submit{padding:.6rem 1.2rem}}.chat-popup-button{width:112px;height:112px;border-radius:50%;background:#8b7355;color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #8b735533;transition:background-color .2s;z-index:1000;-webkit-user-select:none;user-select:none;touch-action:none}.chat-popup-button svg{width:48px;height:48px;pointer-events:none}.chat-popup-button:hover{background:#a69b8d}.chat-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-popup-content{background:#f5f0e6;border-radius:30px;width:95%;max-width:1300px;box-shadow:0 4px 20px #8b735526;animation:popupFadeIn .3s ease-out;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;overflow:hidden;position:relative;display:flex;flex-direction:column;max-height:85vh}.chat-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:transparent;position:relative}.chat-popup-header h3{margin:0;font-size:1.8rem;color:#8b7355;font-family:EB Garamond,serif;font-weight:700;line-height:1.3;text-align:center;flex-grow:1;padding:0 1rem}.language-switcher{display:flex;gap:.5rem;position:absolute;left:1.5rem;top:50%;transform:translateY(-50%)}.lang-btn{background:#f5f0e6;border:none;color:#8b7355;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-family:EB Garamond,serif;font-size:1.1rem;font-weight:500;transition:all .2s ease-in-out;min-width:50px}.lang-btn:hover{background:#e8e0d0;color:#7a5c2e}.lang-btn.active{background:#d4c4a8;color:#5a4a2a;font-weight:700;box-shadow:0 2px 4px #8b735533}.chat-popup-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#8b7355;padding:0;line-height:1;position:absolute;top:15px;right:15px}.chat-popup-close:hover{color:#a69b8d}.chat-popup-close svg{width:24px;height:24px;fill:currentColor}.chat-popup-form{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-top:1px solid #e0d6c3;margin-top:auto}.chat-popup-input{flex:1;padding:1rem 1.5rem;border:1.5px solid #e0d6c3;border-radius:12px;font-size:1.1rem;font-family:EB Garamond,serif;color:#8b7355;background:#fff;transition:border-color .2s}.chat-popup-input:focus{outline:none;border-color:#a69b8d}.chat-popup-input:disabled{background:#f5f5f5;cursor:not-allowed}.chat-popup-submit{padding:1rem 1.5rem;border:none;border-radius:12px;background:#8b7355;color:#fff;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.chat-popup-submit:hover:not(:disabled){background:#a69b8d}.chat-popup-submit:disabled{background:#ccc;cursor:not-allowed}.chat-popup-loading{display:flex;gap:.3rem}.chat-popup-loading span{width:6px;height:6px;background:#fff;border-radius:50%;animation:loadingDots 1s infinite ease-in-out}.chat-popup-loading span:nth-child(2){animation-delay:.2s}.chat-popup-loading span:nth-child(3){animation-delay:.4s}@keyframes loadingDots{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width: 768px){.chat-popup-header{flex-direction:column;align-items:center;gap:.25rem;padding-top:1rem;padding-bottom:1rem}.language-switcher{position:static;transform:none;top:auto;left:auto;margin-bottom:.5rem}.chat-popup-header h3{font-size:1.4rem;line-height:1.25;flex-grow:0}.chat-popup-close{top:1rem;right:1rem}.chat-popup-content{width:100%;height:100%;max-height:none;border-radius:0}.message{max-width:90%}.chat-popup-form{padding:1rem}.chat-popup-input,.chat-popup-submit{padding:.8rem 1rem}.chat-popup-button{width:56px;height:56px}.chat-popup-button svg{width:24px;height:24px}}.typing-text{font-size:1.3rem;color:#7a5c2e;line-height:1.5;font-family:inherit}.typing-text:after{content:"|";animation:blink 1s infinite;color:#8b7355}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.message-buttons{position:absolute;top:8px;right:8px;display:flex;gap:8px;opacity:0;transition:opacity .2s;z-index:2}.message:hover .message-buttons{opacity:1}.copy-btn,.edit-btn{background:none;border:none;cursor:pointer;padding:4px;color:#8b7355;transition:color .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px}.copy-btn:hover,.edit-btn:hover{color:#a69b8d;background:#8b73551a}.assistant-message,.user-message{padding-bottom:16px!important;border-radius:30px}.questions-container{flex-grow:1;overflow-y:auto;padding:1.5rem}.questions-list{display:flex;flex-direction:column;gap:.8rem}.question-button{background:#faf8f4;color:#7a5c2e;border-radius:16px;padding:12px 18px;text-align:left;cursor:pointer;transition:all .2s ease;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1.1rem;width:100%;border:none}.question-button:hover{background:#e8e0d0;transform:translateY(-1px)}.question-button:active{transform:scale(.98)}.qa-item{border-bottom:1px solid #e8e0d0}.qa-item:last-child{border-bottom:none}.answer-panel{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out;background-color:#fdfaf5;padding:0 1.5rem}.answer-panel.expanded{max-height:1500px;transition:max-height .5s ease-in-out}.answer-content{padding:1.5rem;color:#7a5c2e;font-size:1.1rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;text-align:left}.chat-popup-actions{padding:1rem 1.5rem;background:transparent;display:flex;justify-content:center}.back-to-questions-btn{background:transparent;color:#8b7355;border:none;border-radius:8px;padding:.8rem 1.5rem;cursor:pointer;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:1rem;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.back-to-questions-btn:hover{background:#8b73551a}@media (max-width: 768px){.questions-container{padding:0 1rem}.question-button{padding:.8rem 1.2rem;font-size:.95rem}.back-to-questions-btn{padding:.7rem 1.2rem;font-size:.95rem}}.questions-container::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:6px}.questions-container::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:transparent}.questions-container::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background-color:#8b735500;border-radius:10px;transition:background-color .2s ease-in-out}.questions-container:hover::-webkit-scrollbar-thumb,.chat-messages:hover::-webkit-scrollbar-thumb{background-color:#8b735566}@font-face{font-family:Nathgomy;src:url(/fonts/Nathgomy.otf) format("opentype");font-weight:400;font-style:normal}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:3rem}.content-section{text-align:center;padding:2rem 0}.content-section h1{font-size:2.5rem;margin-bottom:2rem;color:#7a5c2e;text-align:center;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-weight:600}.bio-content.centered-bio{max-width:1100px;margin:0 auto;line-height:1.8;text-align:center;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif}.bio-content.centered-bio p{font-size:1.25rem;color:#7a5c2e;margin-bottom:2.5rem;text-align:center;font-family:inherit;font-weight:400}.bio-content.centered-bio p:last-child{margin-bottom:0}.bio-content.centered-bio p.bio-narrow:first-child{text-align:center}.bio-content.centered-bio p.bio-narrow{max-width:600px;margin-left:auto;margin-right:auto}.bio-content.centered-bio p.bio-wide{max-width:1100px;margin-left:auto;margin-right:auto}.highlight{color:#a3834b;font-weight:600;font-family:inherit}.signature{position:relative;display:inline-block;margin:3rem auto 0;font-family:Nathgomy,cursive;font-size:3.7rem;color:#7a6a53;font-weight:400;letter-spacing:.07em;background:transparent;transform:rotate(-3deg) skew(-2deg,1deg);text-shadow:.5px 1px 2px rgba(80,60,30,.07);opacity:.92;font-style:italic}.signature-flourish{font-size:2.5rem;color:#e5e1db;margin-left:.5rem;vertical-align:middle}.signature:after{content:"";display:block;width:420px;max-width:60vw;height:2px;background:linear-gradient(90deg,#e5e1db 60%,transparent 100%);position:absolute;left:-420px;top:50%;z-index:0}.video-section,.social-section{padding:2rem 0;border-top:1px solid #eee}.video-section h2,.social-section h2{font-size:2rem;margin-bottom:1.5rem;color:#7a5c2e;text-align:center;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-weight:600}.ps-section{margin-top:3.5rem;padding-top:2.5rem;border-top:1px dashed #e5e1db;max-width:700px;margin-left:auto;margin-right:auto;font-size:.85rem!important}.ps-section .ps-heading{font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;font-size:.92rem!important;color:#7a5c2e;margin-bottom:1rem;font-weight:400;letter-spacing:.04em;text-align:center}.ps-section p{color:#7a5c2e;font-size:.88rem!important;margin-bottom:.9rem;text-align:center;font-family:inherit;line-height:1.5}.ps-section p:last-child{margin-bottom:0}.ps-section .ps-link{color:#a3834b;font-weight:600;text-decoration:none;font-size:.92rem!important;transition:color .2s;font-family:inherit;letter-spacing:.01em}.ps-section .ps-link:hover{color:#7a5c2e;text-decoration:underline}.ps-section .ps-thanks{font-size:.92rem!important;font-weight:500;margin-top:1rem;color:#7a5c2e;letter-spacing:.03em;text-align:center}.ps-heart{font-size:1.5em;vertical-align:middle;margin-left:.1em;margin-right:.1em}@media (max-width: 768px){.main-content{padding:1rem;gap:2rem}.content-section h1{font-size:2rem}.bio-content.centered-bio{padding:0 1rem}.bio-content.centered-bio p{font-size:1rem;text-align:center}.signature{font-size:2.2rem}.signature-flourish{font-size:1.5rem}.signature:after{width:180px;left:-180px}.video-section h2,.social-section h2{font-size:1.5rem}}@media (min-width: 769px){.main-content{margin-top:60vh}}.footer-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:4rem 0 3rem;background:#f7f4ef;box-shadow:0 -2px 16px #a08c6412}.footer-question{width:100%;text-align:center;font-size:1.35rem;font-weight:700;color:#0077b5;font-family:Segoe UI,Arial,sans-serif;margin-bottom:1.2rem;letter-spacing:.01em}.main-linkedin-btn{display:flex;align-items:center;justify-content:center;border:2px solid #0077b5;border-radius:999px;background:#fff;color:#0077b5;font-size:1.18rem;font-family:Segoe UI,Arial,sans-serif;font-weight:600;text-decoration:none;box-shadow:0 2px 8px #0077b512;cursor:pointer;margin:0 auto 2.5rem;padding:.5rem 1.6rem .5rem .9rem;gap:.7rem;min-width:0;min-height:0;transition:background .18s,box-shadow .18s,color .18s,border .18s}.main-linkedin-btn svg{display:inline-block;width:28px;height:28px;min-width:28px;min-height:28px}.linkedin-text{color:#0077b5;font-family:Segoe UI,Arial,sans-serif;font-weight:700;font-size:1.18rem;letter-spacing:.01em;margin-left:.1rem}.main-linkedin-btn:hover{background:#eaf4fb;border-color:#005983;color:#005983;box-shadow:0 4px 18px #0077b521}.main-linkedin-btn:active{background:#d2e6f6;border-color:#004471;color:#004471}.section-title.section-title-link{font-size:1.2rem;margin-top:2.5rem;margin-bottom:1.2rem!important;text-align:left;color:#a3834b;font-weight:600;text-decoration:underline;width:100%;padding-left:.2rem}@media (max-width: 768px){.footer-container{padding:2rem .5rem 2.5rem;min-height:unset;box-sizing:border-box}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1}.section-title,.section-title-link{display:block;margin-bottom:2rem!important}@media (max-width: 600px){.app{overflow-y:auto;height:auto}}:root{font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;line-height:1.5;font-weight:400;color:#212121;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{background:#fff;font-family:EB Garamond,Garamond,Georgia,Times New Roman,Times,serif;color:#212121;margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;min-width:320px;overflow-x:hidden}#root{width:100%;margin:0;padding:0;text-align:center}.fallback-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#2c3e50,#3498db);display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;padding:20px}html.modal-open,body.modal-open{overflow:hidden!important}
