@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}.landing-layout{--primary:#1a1a1a;--secondary:#2d2d2d;--accent:#e74c3c;--accent-light:#ff6b6b;--text:#f5f5f5;--text-muted:#b0b0b0;--white:#fff;--nav-height:90px;background:var(--primary);color:var(--text);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.site-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;min-height:var(--nav-height);z-index:1000;background:#1a1a1af2;border-bottom:1px solid #e74c3c33;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.4rem 5%;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;top:0;left:0}.logo{letter-spacing:-1px;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.logo-link{color:var(--text);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.logo-link span{color:var(--accent-light);letter-spacing:.2em;text-transform:uppercase;font-size:.9rem}.logo-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.logo-picture{height:calc(var(--nav-height) - 20px);line-height:0;display:block}.logo-picture img{width:auto;min-width:140px;height:100%;display:block}.nav-links{align-items:center;gap:2.2rem;margin-left:auto;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-muted);white-space:nowrap;padding:.45rem .8rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-toggle{cursor:pointer;background:0 0;border:none;width:44px;height:44px;margin-left:1rem;display:none;position:relative}.nav-toggle span{background:var(--text);border-radius:2px;height:2px;transition:transform .3s,opacity .3s;position:absolute;left:8px;right:8px}.nav-toggle span:first-child{top:12px}.nav-toggle span:nth-child(2){top:20px}.nav-toggle span:nth-child(3){top:28px}.site-nav.menu-open .nav-toggle span:first-child{transform:translateY(8px)rotate(45deg)}.site-nav.menu-open .nav-toggle span:nth-child(2){opacity:0}.site-nav.menu-open .nav-toggle span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.lang-switcher{gap:.25rem;margin-left:1rem;display:flex}.lang-btn{cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.3rem .5rem;transition:all .2s;display:flex}.lang-btn:hover{opacity:.8}.lang-btn.active{opacity:1;border-color:var(--accent);background:#e74c3c1a}.lang-flag{font-size:1.25rem;line-height:1}@media (max-width:768px){.lang-switcher{position:absolute;top:50%;right:70px;transform:translateY(-50%)}}@media (min-width:769px){.nav-links a{--spray-core:#ff4a1ff0;--spray-mid:#ff7940c7;--spray-haze:#ff8c6261;--spray-glow:#ffc6a052;isolation:isolate;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.nav-links a:before{content:"";background:radial-gradient(120% 160% at 14% 58%,var(--spray-core)0%,#ff4a1fd9 30%,transparent 72%),radial-gradient(120% 120% at 46% 52%,var(--spray-mid)0%,#ff784673 42%,transparent 80%),radial-gradient(130% 140% at 82% 50%,#ff5022c7 0%,#ff6e3c94 28%,transparent 78%),radial-gradient(150% 150% at 60% 62%,var(--spray-glow)8%,transparent 78%);filter:blur(6px)saturate(132%);clip-path:polygon(0% 42%,7% 18%,18% 26%,28% 14%,40% 28%,54% 18%,68% 34%,80% 16%,92% 24%,100% 12%,100% 80%,94% 92%,78% 88%,60% 98%,44% 92%,28% 96%,14% 88%,2% 72%);z-index:-1;height:0;transition:height .35s cubic-bezier(.23,1,.32,1);position:absolute;inset:50% -.3rem 0;transform:translateY(-50%)}.nav-links a:hover:before,.nav-links a.is-current:before{height:90%}.nav-links a:hover,.nav-links a.is-current{color:var(--white);text-shadow:0 1px 3px #0000004d}}@media (min-width:769px) and (prefers-reduced-motion:reduce){.nav-links a{transition:none}.nav-links a:before{height:80%;transition:none}}@media (max-width:768px){:root{--nav-height:62px}.site-nav{padding:1rem 1.5rem}.nav-links{background:#1a1a1afa;border:1px solid #e74c3c33;border-radius:12px;flex-direction:column;align-items:stretch;padding:.8rem 0;display:none;position:absolute;top:100%;left:1.5rem;right:1.5rem;box-shadow:0 20px 35px #0006}.nav-links li{width:100%}.nav-links a{width:100%;padding:.8rem 1.25rem}.nav-links a:after{content:"";background:var(--accent);transform-origin:50%;height:2px;transition:transform .3s;position:absolute;bottom:.25rem;left:1.25rem;right:1.25rem;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.is-current:after{transform:scaleX(1)}.site-nav.menu-open .nav-links{display:flex}.nav-toggle{justify-content:center;align-items:center;display:inline-flex}}.nouvelle-section{min-height:auto;padding:calc(var(--nav-height) + 2rem)5% 4rem 5%;background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);justify-content:center;align-items:center;display:flex}.nouvelle-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid}.nouvelle-cover{justify-content:center;align-items:center;display:flex;position:relative}.cover-image{border:2px solid #e74c3c66;border-radius:12px;width:300px;max-width:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 20px 60px #e74c3c26,inset 0 1px #ffffff1a}.cover-image img{border-radius:10px;width:100%;height:auto;display:block}.cover-image:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 0%,#e74c3c0d 100%);position:absolute;inset:0}.cover-image:hover{transform:translateY(-8px);box-shadow:0 28px 80px #e74c3c40,inset 0 1px #ffffff1a}.cover-placeholder{z-index:2;opacity:.8;margin-bottom:1rem;font-size:4rem;position:relative}.cover-title-small{z-index:2;color:var(--accent-light);letter-spacing:1px;font-size:1.2rem;font-weight:600;position:relative}.nouvelle-content{flex-direction:column;gap:2rem;display:flex}.nouvelle-content h2{color:var(--white);margin:0;font-size:1.8rem;font-weight:700;line-height:1.2}.nouvelle-content h2 .highlight{color:var(--accent-light)}.nouvelle-description{color:var(--text-muted);margin:0;font-size:1.15rem;line-height:1.8}.nouvelle-features{flex-direction:column;gap:1.5rem;margin:1rem 0;display:flex}.feature{align-items:flex-start;gap:1.2rem;display:flex}.feature-icon{background:#e74c3c33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:.2rem;font-size:1.3rem;display:flex}.feature-text{flex-direction:column;gap:.4rem;display:flex}.feature-title{color:var(--white);font-size:1.05rem;font-weight:600}.feature-desc{color:var(--text-muted);font-size:.95rem}.nouvelle-cta{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:inline-flex}.btn{cursor:pointer;letter-spacing:.6px;color:var(--white);-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff24,#ffffff0d);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.8rem;padding:1rem 2.4rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .35s,box-shadow .35s,border-color .35s,background .35s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 25px #00000073,0 4px 12px #f8725f40}.btn:after{content:"";border-radius:inherit;opacity:.65;pointer-events:none;background:linear-gradient(145deg,#ffffff38,#ffffff05);transition:opacity .35s;position:absolute;inset:1px}.btn:before{content:"";opacity:.35;pointer-events:none;background:radial-gradient(circle,#ffffff59,#0000 52%);width:160%;height:160%;transition:transform .6s,opacity .6s;position:absolute;top:-40%;left:-30%;transform:rotate(15deg)}.btn:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #ffffff1f,0 18px 35px #0000008c,0 6px 16px #f8725f59}.btn:hover:before{opacity:.55;transform:rotate(25deg)translate(10%,-10%)}.btn-primary{background:linear-gradient(135deg,#e74c3cd1,#ff6b6bbf);border-color:#ffffff38;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 28px #e74c3c73,0 6px 16px #ff6b6b59}.btn-secondary{color:var(--white);background:linear-gradient(135deg,#e74c3c33,#ff6b6b26);border-color:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff14,0 10px 22px #e74c3c40}.btn-secondary:hover{border-color:#ffffff59}.video-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.video-meta{flex-direction:column;gap:.3rem;display:flex}.video-label{text-transform:uppercase;letter-spacing:.25rem;color:#fff9;font-size:.85rem}.video-title{color:var(--white);font-size:1.4rem;font-weight:600}.book-cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:768px){.book-cta{flex-direction:column;align-items:center}.book-cta .btn{text-align:center;width:100%}}.video-overlay{-webkit-backdrop-filter:blur(25px)saturate(160%);opacity:0;visibility:hidden;z-index:9999;background:#080a14a6;justify-content:center;align-items:center;padding:2rem;transition:opacity .5s cubic-bezier(.4,0,.2,1),visibility .5s;display:flex;position:fixed;inset:0}.video-overlay.active{opacity:1;visibility:visible}.video-modal{opacity:0;background:#090a12d9;border:1px solid #ffffff14;border-radius:24px;width:min(960px,94vw);padding:1.5rem;transition:transform .45s cubic-bezier(.19,1,.22,1),opacity .45s;transform:translateY(18px)scale(.96);box-shadow:0 30px 80px #05050fd9}.video-overlay.active .video-modal{opacity:1;transform:translateY(0)scale(1)}.video-frame{aspect-ratio:16/9;background:radial-gradient(circle at top,#ffffff26,#05050ae6);border-radius:18px;width:100%;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d}.video-frame iframe{background:#000;border:0;width:100%;height:100%;display:block}.close-video{color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:999px;place-items:center;width:42px;height:42px;margin-bottom:1rem;margin-left:auto;font-size:1.25rem;transition:background .3s,transform .3s;display:grid}.close-video:hover{background:#ffffff1f;transform:scale(1.05)}.video-frame.hidden{display:none}.video-actions{text-align:center;flex-direction:column;align-items:center;gap:.6rem;margin-top:1rem;display:flex}.video-share{flex-direction:column;gap:.4rem;margin-top:1rem;display:flex}.share-title{text-transform:uppercase;letter-spacing:.25rem;color:#fff9;font-size:.85rem}.share-actions{flex-wrap:wrap;gap:.6rem;display:flex}.share-chip{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.3rem;font-size:.85rem;text-decoration:none;transition:transform .3s,background .3s,border-color .3s,color .3s;display:inline-flex}.share-chip:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.08rem;opacity:0;white-space:nowrap;max-width:0;font-size:.78rem;transition:opacity .3s,max-width .3s;overflow:hidden}.share-chip:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px)}.share-chip:hover:before{opacity:.85;max-width:100px}.video-error{color:var(--text-muted);font-size:.95rem;display:none}.video-error.visible{color:var(--accent-light);display:block}.video-external-btn{padding:.85rem 2rem}body.video-modal-open{overflow:hidden}.video-modal-with-sidebar{gap:1.5rem;width:min(1200px,96vw);display:flex}.video-modal-main{flex:1;min-width:0}.trailer-sidebar{flex-direction:column;flex-shrink:0;gap:.75rem;width:200px;padding:.5rem 0;display:flex}.trailer-sidebar-title{text-transform:uppercase;letter-spacing:.2rem;color:#ffffff80;margin:0 0 .5rem;padding:0 .5rem;font-size:.85rem}.trailer-list{flex-direction:column;gap:.5rem;display:flex}.trailer-item{color:#ffffffb3;cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;transition:all .25s;display:flex}.trailer-item:hover{color:var(--white);background:#ffffff1a;border-color:#ffffff26;transform:translate(4px)}.trailer-item.active{border-color:#e74c3c80;border-left:3px solid var(--accent);color:var(--white);background:#e74c3c40}.trailer-item-icon{opacity:.6;font-size:.7rem}.trailer-item.active .trailer-item-icon{opacity:1;color:var(--accent)}.trailer-item-label{font-weight:500}@media (max-width:768px){.video-modal-with-sidebar{flex-direction:column;gap:1rem}.trailer-sidebar{-webkit-overflow-scrolling:touch;flex-direction:row;gap:.5rem;width:100%;padding:.5rem 0;overflow-x:auto}.trailer-sidebar-title{display:none}.trailer-list{flex-direction:row;gap:.5rem}.trailer-item{white-space:nowrap;padding:.6rem 1rem}.trailer-item:hover{transform:translateY(-2px)}}@media (max-width:640px){.video-modal{border-radius:20px;padding:1rem}.video-frame{border-radius:14px}.close-video{width:38px;height:38px;font-size:1.1rem}}@media (max-width:1024px){.nouvelle-content h2{font-size:2.2rem}.nouvelle-container{gap:3rem}}@media (max-width:768px){.nouvelle-section{padding:calc(var(--nav-height) + 2rem)4% 3rem 4%}.nouvelle-container{grid-template-columns:1fr;gap:2.5rem}.nouvelle-content h2{font-size:1.8rem}.nouvelle-content{order:2}.nouvelle-cover{order:1}.cover-image{max-width:320px}.cover-placeholder{font-size:3.5rem}.nouvelle-description{font-size:1rem}.btn{padding:.85rem 1.8rem;font-size:.95rem}}@media (max-width:480px){.nouvelle-section{padding:calc(var(--nav-height) + 1.5rem)3% 2rem 3%}.nouvelle-content h2{font-size:1.5rem}.cover-image{max-width:280px}.cover-placeholder{font-size:3rem}.feature{gap:.8rem}.feature-icon{width:35px;height:35px;font-size:1.1rem}.nouvelle-cta{flex-direction:column;gap:.8rem}.btn{justify-content:center;width:100%}}.hero{margin-top:var(--nav-height);min-height:calc(100vh - var(--nav-height));background:url(https://steven-creeks.s3.eu-central-003.backblazeb2.com/images/bg.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}section{scroll-margin-top:var(--nav-height)}@media (max-width:768px){section{scroll-margin-top:calc(var(--nav-height) + 20px)}}.hero:before{content:"";background:radial-gradient(circle,#e74c3c26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:6s ease-in-out infinite float;position:absolute;top:-50%;right:-10%}.hero:after{content:"";pointer-events:none;background:linear-gradient(#050505f2 0%,#05050500 160px);position:absolute;inset:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.hero-content{text-align:center;z-index:10;max-width:800px;animation:1s ease-out fadeInUp}.patreon-link{color:var(--white);letter-spacing:.04em;background:linear-gradient(135deg,#ff441d,#ff724c);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.85rem;padding:.85rem 1.6rem .85rem 1.3rem;font-weight:600;text-decoration:none;transition:box-shadow .35s;display:inline-flex;box-shadow:0 20px 40px #ff5a3659}.patreon-link svg{color:#ffffffe6;flex-shrink:0;width:36px;height:36px}.patreon-link-text{flex-direction:column;line-height:1.1;display:flex}.patreon-link-text span{text-transform:uppercase;letter-spacing:.18em;opacity:.8;font-size:.75rem}.patreon-link-text strong{font-size:1.05rem}.patreon-link--mobile{display:none!important}.hero .patreon-link--desktop{z-index:12;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s,transform .4s;position:absolute;bottom:clamp(24px,5vh,60px);right:clamp(24px,6vw,110px);transform:translateY(12px)}.hero .patreon-link--desktop.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.hero .patreon-link--desktop:hover{box-shadow:0 28px 60px #ff5a3673}.hero .patreon-link--desktop:focus-visible{outline-offset:6px;outline:3px solid #ffffff73}@media (max-width:768px){html.touch-device .hero .patreon-link--desktop{display:none!important}html.touch-device .patreon-link--mobile{top:calc(var(--nav-height) + 3rem);z-index:14;background:#e74c3cf2;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:transform .3s,box-shadow .3s;position:absolute;left:clamp(1rem,4vw,2rem);box-shadow:0 15px 25px #e74c3c59;display:inline-flex!important}html.touch-device .patreon-link--mobile svg{color:#ffffffe6;width:26px;height:26px}html.touch-device .patreon-link--mobile:hover{transform:translateY(-2px);box-shadow:0 20px 30px #e74c3c73}html.touch-device .cta-buttons .contact-btn{display:none!important}}.hero-lightning{pointer-events:none;z-index:4;position:absolute;inset:0;overflow:hidden}.hero-lightning .storm-glow{mix-blend-mode:screen;opacity:0;background:radial-gradient(circle at 52% 20%,#fff9,#0000 55%),radial-gradient(circle at 64% 52%,#ffdcdc59,#0000 60%);position:absolute;inset:-15% -20% 0}.hero-lightning .lightning-canvas{mix-blend-mode:screen;width:100%;height:100%;position:absolute;inset:0}.hero-lightning .lightning-fog{width:100%;height:var(--nav-height)-100px;opacity:.55;background:linear-gradient(#1a1a1acc 0%,#1a1a1a00 100%);position:absolute;top:0;left:0}.legal-page{background:var(--primary)}.legal-hero{margin-top:var(--nav-height);background:radial-gradient(circle at 100% 0,#e74c3c40,#0000 55%),linear-gradient(135deg,#111111e6,#222222e6);border-bottom:1px solid #e74c3c33;padding:7rem 8% 5rem}.legal-hero-content{max-width:760px}.legal-pretitle{text-transform:uppercase;letter-spacing:.35em;color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;display:inline-block}.legal-hero h1{margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.4rem)}.legal-intro{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.legal-hero-badges{flex-wrap:wrap;gap:.8rem;display:flex}.legal-hero-badges span{letter-spacing:.1em;border:1px solid #e74c3c59;border-radius:999px;padding:.45rem 1.25rem;font-size:.85rem}.legal-content{background:linear-gradient(#1a1a1afa,#0f0f0ffa);padding:4.5rem 8% 6rem}.legal-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.legal-card{background:#2d2d2dd9;border:1px solid #e74c3c26;border-radius:18px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 20px 40px #00000059}.legal-card h2{font-size:1.45rem}.legal-card-head{flex-direction:column;gap:.4rem;display:flex}.legal-card-label{letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.legal-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.legal-list li{color:var(--text-muted)}.legal-list li span{color:var(--text);margin-right:.5rem;font-weight:600}.legal-card a{color:var(--accent-light);text-decoration:none}.legal-card a:hover{text-decoration:underline}.legal-contact-box{background:#202020e6;border:1px solid #e74c3c4d;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.legal-update{color:var(--text-muted);font-size:.85rem}.legal-footer{border-top:1px solid #e74c3c26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 5% 3rem;display:flex}.legal-footer .btn{padding:.85rem 1.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,60%{opacity:0}61%{opacity:.65}63%{opacity:.28}66%{opacity:0}71%{opacity:.35}73%,to{opacity:0}}@keyframes heroFlash{0%,60%{opacity:0}61%{opacity:.9}63%{opacity:.35}66%{opacity:0}71%{opacity:.55}73%,to{opacity:0}}.hero.flash-active:after{animation:.9s linear heroFlash}.hero.flash-active .storm-glow{animation:.9s linear glowPulse}.hero-subtitle{color:var(--accent);letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.hero h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-description{color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.featured-book{background:var(--secondary);margin:3rem 0;padding:6rem 5%}.section-title{text-align:center;letter-spacing:-1px;margin-bottom:2rem;font-size:1rem;font-weight:800}.section-title span{color:var(--accent)}.book-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.book-cover{perspective:1000px}.book-cover-img{border-radius:8px;width:100%;height:auto;transition:transform .3s;box-shadow:0 20px 60px #00000080}.book-cover:hover .book-cover-img{transform:translateY(-10px)}.book-details h2{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.book-details p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.book-meta{color:var(--text-muted);gap:2rem;margin:2rem 0;font-size:.95rem;display:flex}.meta-item{align-items:center;gap:.5rem;display:flex}.about{max-width:1200px;margin:0 auto;padding:6rem 5%}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-text h2{margin-bottom:1.5rem;font-size:2.5rem}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-image{color:#ffffff4d;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:8px;justify-content:center;align-items:center;width:100%;height:400px;font-size:3rem;display:flex}.projects{background:var(--secondary);padding:6rem 5%}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.project-card{background:#ffffff05;border:1px solid #e74c3c33;border-radius:8px;padding:2.5rem;transition:all .3s}.project-card:hover{background:#e74c3c0d;border-color:#e74c3c66;transform:translateY(-5px)}.project-icon{margin-bottom:1.5rem;font-size:2.5rem;display:inline-block}.project-card h3{margin-bottom:1rem;font-size:1.3rem;font-weight:600}.project-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.link-arrow{color:var(--accent);font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.link-arrow:hover{transform:translate(5px)}.following{text-align:center;background:linear-gradient(135deg,#e74c3c1a,#c0392b1a);border-top:1px solid #e74c3c33;border-bottom:1px solid #e74c3c33;padding:4rem 5%}.following h2{margin-bottom:1rem;font-size:2rem}.following p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.following-form-wrapper{width:100%;max-width:800px;margin:0 auto;display:flex;position:relative}.following-form{gap:.75rem;width:100%;display:flex}.following-form input{background:var(--secondary);color:var(--text);border:1px solid #e74c3c4d;border-radius:12px;flex:2;min-width:350px;padding:1rem 1.5rem;font-size:1rem}.following-form input::placeholder{color:var(--text-muted)}.following-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #e74c3c26}.following-form button{white-space:nowrap;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.following-form button .btn-icon{flex-shrink:0;width:18px;height:18px}@media (max-width:600px){.following-form{flex-direction:column}.following-form button{justify-content:center}}.following-feedback{opacity:0;pointer-events:none;--bubble-bg:#1e1e1e;--bubble-border:#ffffff40;background:var(--bubble-bg);border:2px solid var(--bubble-border);width:min(390px,92vw);color:var(--white);z-index:1100;border-radius:30px;padding:2.5rem 1.75rem 1.45rem;font-size:.95rem;font-weight:600;line-height:1.6;transition:opacity .35s,transform .4s cubic-bezier(.25,.8,.25,1);position:absolute;top:0;left:50%;overflow:visible;transform:translate(-50%,calc(-100% - 3.9rem));box-shadow:0 30px 60px #0009}.following-feedback__icon{background:var(--accent);width:4.8rem;height:4.8rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-3rem;left:1.8rem;box-shadow:0 18px 28px #00000073,inset 0 0 0 3px #0000002e}.following-feedback__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:2.7rem;height:2.3rem;animation:1.8s ease-in-out infinite mailBounce,5s ease-in-out infinite mailPulse}.following-feedback__text{text-align:justify;display:block}.following-feedback:before,.following-feedback:after{content:"";pointer-events:none;width:0;height:0;position:absolute;left:50%;transform:translate(-50%)}.following-feedback:after{border-left:18px solid #0000;border-right:18px solid #0000;border-top:18px solid var(--bubble-border);z-index:-1;bottom:-1.05rem}.following-feedback:before{border-left:16px solid #0000;border-right:16px solid #0000;border-top:16px solid var(--bubble-bg);bottom:-.9rem;box-shadow:6px 12px 20px #00000059}.following-feedback.visible{opacity:1;transform:translate(-50%,calc(-100% - 1.1rem))}.following-feedback.info{--bubble-bg:#1a1a1a;--bubble-border:#ffffff73;color:var(--text)}.following-feedback.error{--bubble-bg:#c62828;--bubble-border:#ff6b6bf2;color:#ffe1de}@keyframes mailBounce{0%{transform:translateY(0)scale(1)}30%{transform:translateY(-8px)scale(1.05)}55%{transform:translateY(0)scale(.98)}to{transform:translateY(0)scale(1)}}@keyframes mailPulse{0%{opacity:1}70%{opacity:.9}to{opacity:1}}.footer-modern{background:linear-gradient(#0f0f14fa 0%,#0a0a0f 100%);border-top:1px solid #e74c3c26;padding:4rem 5% 2rem}.footer-modern .footer-content{grid-template-columns:1fr 1.2fr .8fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-modern .footer-section h3{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.footer-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;text-decoration:none;transition:all .3s;display:flex}.footer-card:hover{background:#e74c3c1a;border-color:#e74c3c4d;transform:translateY(-2px)}.footer-card-icon{font-size:1.4rem;line-height:1}.footer-card-label{color:var(--text-muted);text-align:center;font-size:.8rem;transition:color .3s}.footer-card:hover .footer-card-label{color:var(--accent)}.footer-works{gap:1rem;margin-bottom:1.25rem;display:flex}.footer-work-card{flex-direction:column;flex:1;gap:.75rem;text-decoration:none;transition:transform .3s;display:flex}.footer-work-card:hover{transform:translateY(-4px)}.footer-work-cover{aspect-ratio:2/3;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 8px 25px #0006}.footer-work-cover img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.footer-work-card:hover .footer-work-cover img{transform:scale(1.05)}.footer-work-info{flex-direction:column;gap:.25rem;display:flex}.footer-work-badge{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-size:.7rem;font-weight:600}.footer-work-title{color:var(--text);font-size:.85rem;font-weight:500;line-height:1.3}.footer-link-arrow{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;text-decoration:none;transition:color .3s,gap .3s;display:inline-flex}.footer-link-arrow:hover{color:var(--accent);gap:.75rem}.footer-section-follow{flex-direction:column;display:flex}.footer-modern .social-links{gap:.75rem;margin-bottom:1.25rem;display:flex}.social-btn{width:48px;height:48px;color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-btn:hover{color:var(--accent);background:#e74c3c26;border-color:#e74c3c66;transform:translateY(-2px)}.footer-email{color:var(--text-muted);margin:0;font-size:.9rem}.footer-modern .footer-bottom{text-align:center;border-top:1px solid #ffffff0f;padding-top:2rem}.footer-modern .footer-bottom p{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:0;font-size:.85rem;display:flex}.footer-separator{opacity:.4}.footer-legal-link{color:var(--accent);text-decoration:none;transition:opacity .3s}.footer-legal-link:hover{opacity:.8}@media (max-width:900px){.footer-modern .footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-section-follow{grid-column:span 2}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.footer-modern{padding:3rem 5% 1.5rem}.footer-modern .footer-content{grid-template-columns:1fr;gap:2rem}.footer-section-follow{grid-column:span 1}.footer-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.footer-card{padding:.75rem .5rem}.footer-card-icon{font-size:1.2rem}.footer-card-label{font-size:.7rem}.footer-works{flex-direction:row;justify-content:center;gap:1.5rem}.footer-work-card{text-align:center;flex:none;align-items:center;max-width:120px}.footer-work-cover{width:100%;max-height:160px}.footer-work-info{align-items:center}.footer-link-arrow{text-align:center;margin-top:.5rem;display:block}}@media (max-width:1024px){.site-nav{padding:1.25rem 5%}.hero{margin-top:64px}.legal-hero{padding:5.5rem 6% 4rem}.legal-content{padding:3.5rem 6% 4rem}.hero h1{font-size:3.5rem}.hero-description{font-size:1.15rem}.featured-book,.projects,.about{padding:5rem 5%}.book-showcase{gap:3rem}.book-meta{flex-wrap:wrap;gap:1rem 2rem}.about-image{height:360px}.hero-lightning .storm-glow{inset:-20% -22% 0}.hero-lightning .lightning-fog{height:var(--nav-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}@media (max-width:768px){:root{--nav-height:62px}.site-nav{padding:1rem 1.5rem}.nav-toggle{justify-content:center;align-items:center;display:inline-flex}.nav-links{background:#1a1a1afa;border:1px solid #e74c3c33;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 0;animation:.3s forwards fadeDown;display:none;position:absolute;top:100%;left:1.5rem;right:1.5rem;box-shadow:0 20px 40px #00000040}.site-nav.menu-open .nav-links{display:flex}.nav-links a{width:100%;padding:.75rem 1.5rem}.nav-links a:after{width:calc(100% - 3rem);bottom:8px;left:1.5rem}.hero{margin-top:var(--nav-height);min-height:calc(100vh - var(--nav-height));align-items:flex-end;padding:4rem 1.5rem 3rem}.legal-hero{padding:4.5rem 1.5rem 2.5rem}.legal-content{padding:3rem 1.5rem 4rem}.legal-grid{grid-template-columns:1fr}.hero-content{text-align:left}.hero-subtitle{letter-spacing:2px;font-size:.85rem}.hero h1{font-size:2.5rem}.hero-description{margin-left:0;margin-right:0;font-size:1rem}.cta-buttons{justify-content:flex-start}.hero .patreon-link--desktop{display:none!important}.patreon-link--mobile{top:calc(var(--nav-height) + 3rem);z-index:14;background:#e74c3cf2;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:transform .3s,box-shadow .3s;position:absolute;left:clamp(1rem,4vw,2rem);box-shadow:0 15px 25px #e74c3c59;display:inline-flex!important}.patreon-link--mobile svg{color:#ffffffe6;width:26px;height:26px}.patreon-link--mobile:hover{transform:translateY(-2px);box-shadow:0 20px 30px #e74c3c73}.cta-buttons .contact-btn{display:none!important}.author{background-position:0;width:min(220px,60vw);height:82px}.book-showcase,.about-content,.footer-content{grid-template-columns:1fr}.section-title,.book-details h2{font-size:2.1rem}.following-form{flex-direction:column}.book-showcase{gap:2rem}.book-meta{flex-direction:column;align-items:flex-start;gap:1rem}.book-cover{max-width:320px;margin:0 auto}.book-details{text-align:left}.featured-book,.projects,.about,.following{padding:4rem 1.5rem}.about-image{height:260px}.projects-grid{gap:2rem}.following-form input,.following-form button{width:100%}.footer-content{text-align:center;gap:2.5rem}.footer-section{text-align:center}.social-links{justify-content:center}.hero-lightning .storm-glow{inset:-28% -32% 0}.hero-lightning .lightning-fog{height:var(--nav-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media (max-width:480px){:root{--nav-height:58px}.site-nav{padding:.9rem 1.25rem}.nav-links{left:1.25rem;right:1.25rem}.hero{margin-top:var(--nav-height);min-height:calc(100vh - var(--nav-height));padding:3.5rem 1.25rem 2.5rem}.hero h1{font-size:2.2rem}.hero-description{font-size:.95rem}.hero-subtitle{font-size:.8rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-buttons .btn{text-align:center;width:100%}.book-details h2{font-size:1.9rem}.following-form,.book-meta{gap:.75rem}.hero-lightning .storm-glow{inset:-34% -38% 0}.hero-lightning .lightning-fog{height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.author{width:min(180px,55vw);height:72px}}@media (max-width:768px) and (hover:none) and (pointer:coarse){.patreon-link--mobile{display:inline-flex!important}.cta-buttons .contact-btn,.hero .patreon-link--desktop{display:none!important}}@media (prefers-reduced-motion:reduce){.hero:before,.hero:after,.hero-lightning .storm-glow{animation:none!important}.hero:after,.hero-lightning .storm-glow{opacity:0!important}.hero-lightning .lightning-canvas{display:none}}.author{background:url(https://steven-creeks.s3.eu-central-003.backblazeb2.com/images/author.webp) 50%/contain no-repeat;width:380px;height:120px}.about-content.about-single-column{max-width:1100px;margin:0 auto;display:block}.about-author-name{letter-spacing:.16em;color:#f5f5f5;text-shadow:0 3px 10px #0009;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.1rem}.about-inline-image{float:right;object-fit:cover;border-radius:8px;width:30%;max-width:260px;margin:0 0 1.8rem 2rem;box-shadow:0 6px 18px #00000080}@media (max-width:768px){.about-inline-image{float:none;width:70%;max-width:320px;margin:1.5rem auto;display:block}}.about-content{color:#f5f5f5;text-shadow:0 3px 10px #0009;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.5rem;line-height:1.8}.about-content p{margin-bottom:1.5rem}.nouvelles-gratuites{min-height:calc(100vh - var(--nav-height));background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);align-items:center;padding:3rem 5%;display:flex;position:relative}.nouvelles-gratuites:before{content:"";opacity:.6;pointer-events:none;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"rgba(231,76,60,0.03)\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"rgba(231,76,60,0.02)\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"rgba(231,76,60,0.04)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");position:absolute;inset:0}.nouvelles-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.nouvelles-header-inline{text-align:left;margin-bottom:2rem}.nouvelles-header-inline h2{color:var(--white);text-align:left;margin:0 0 1rem;font-size:3rem;font-weight:700;line-height:1.2}.nouvelles-header-inline h2 span{color:var(--accent-light)}.nouvelles-intro{color:var(--text-muted);margin:0;font-size:1.15rem;line-height:1.6}.nouvelles-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.nouvelles-text h3{color:var(--white);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.nouvelles-text>p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}.nouvelles-strategy{margin-bottom:1.5rem}.strategy-item{align-items:flex-start;gap:.8rem;margin-bottom:1rem;display:flex}.strategy-icon{background:#e74c3c1a;border:1px solid #e74c3c33;border-radius:8px;flex-shrink:0;padding:.8rem;font-size:1.5rem}.strategy-content h4{color:var(--text);margin-bottom:.3rem;font-size:1.1rem}.strategy-content p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.current-work-highlight{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #e74c3c4d;border-radius:16px;margin-top:3rem;padding:1.5rem;position:relative}.highlight-badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:.8rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #e74c3c4d}.current-work-highlight h4{color:var(--white);margin-bottom:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.4rem}.current-work-highlight p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.5}.nouvelles-visual{flex-direction:column;align-items:center;display:flex}.nouvelles-cta{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:2rem auto 0;display:flex}.nouvelles-cta .btn{justify-content:center;width:100%;min-height:48px}.reading-preview{background:#f5f5f5f2;border-radius:12px;max-width:400px;margin:0 auto;padding:1.5rem;transition:transform .3s;transform:rotate(-2deg);box-shadow:0 20px 40px #0000004d}.reading-preview:hover{transform:rotate(0)}.preview-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.8rem;display:flex}.featured-book{min-height:calc(100vh - var(--nav-height));background:var(--secondary);align-items:center;padding:3rem 5%;display:flex;position:relative}.release-timeline{flex-direction:column;gap:1.2rem;margin-top:2.5rem;display:flex}.timeline-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1.2rem;transition:all .3s;display:grid;position:relative;overflow:hidden}.timeline-item:hover{background:#ffffff0a;border-color:#e74c3c4d;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.timeline-item.highlight{background:linear-gradient(90deg,#e74c3c14,#e74c3c05);border-color:#e74c3c66}.timeline-item.highlight:before{content:"";background:var(--accent);width:4px;position:absolute;top:0;bottom:0;left:0}.timeline-icon-wrapper{width:48px;height:48px;color:var(--text-muted);background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.timeline-item:hover .timeline-icon-wrapper,.timeline-item.highlight .timeline-icon-wrapper{background:var(--accent);color:#fff;box-shadow:0 0 15px #e74c3c66}.timeline-icon-svg{width:24px;height:24px;display:block}.timeline-content{flex-direction:column;gap:.2rem;display:flex}.timeline-content h4{color:var(--white);margin:0;font-size:1.1rem;font-weight:600}.timeline-content p{color:var(--text-muted);margin:0;font-size:.9rem}.timeline-date{color:var(--accent);white-space:nowrap;background:#e74c3c1a;border-radius:8px;padding:.4rem .8rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}@media (max-width:768px){.timeline-item{grid-template-columns:auto 1fr;grid-template-areas:"icon content""icon date";gap:.8rem 1rem}.timeline-icon-wrapper{grid-area:icon}.timeline-content{grid-area:content}.timeline-date{grid-area:date;justify-self:start;padding:.3rem .6rem;font-size:.85rem}}.store-buttons{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin-top:2rem;display:flex}.store-btn{color:var(--white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s;display:flex}.store-btn:hover:not(.disabled){border-color:var(--accent);background:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.store-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.store-btn.disabled .store-label{color:var(--text-muted)}.store-icon{flex-shrink:0;width:28px;height:28px}.store-btn-apple .store-icon{color:#fff}.store-btn-amazon .store-icon{color:#f90}.store-btn-google .store-icon{color:#4285f4}.store-text{flex-direction:column;gap:.1rem;display:flex}.store-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.7rem}.store-name{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600}.store-btn:not(.disabled) .store-label{content:"Disponible sur"}.store-btn:not(.disabled){background:linear-gradient(135deg,#e74c3c1a,#e74c3c0d);border-color:#e74c3c4d}.store-btn:not(.disabled):hover{border-color:var(--accent);background:linear-gradient(135deg,#e74c3c33,#e74c3c1a)}@media (max-width:768px){.store-buttons{max-width:220px;margin:1.5rem auto 0}}.preview-dots{gap:.3rem;display:flex}.preview-dots span{background:#ddd;border-radius:50%;width:8px;height:8px}.preview-dots span:first-child{background:#ff5f56}.preview-dots span:nth-child(2){background:#ffbd2e}.preview-dots span:nth-child(3){background:#27ca3f}.preview-title{color:#666;font-size:.8rem;font-weight:600}.preview-line{background:#333;border-radius:2px;height:3px;margin-bottom:.8rem}.preview-line.long{width:100%}.preview-line.medium{width:75%}.preview-line.short{width:45%}.preview-highlight{background:#e74c3c4d;border-radius:2px;width:60%;height:8px;margin:.8rem 0;position:relative}.preview-highlight:after{content:"";background:#333;border-radius:2px;height:3px;position:absolute;top:2px;left:0;right:0}.seo-intro{padding:calc(var(--nav-height) + 4rem)5% 4rem;background:linear-gradient(145deg,#1a1a1af2,#2d2d2dfa);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:center;gap:3rem;display:grid}.seo-intro-content h2{margin-bottom:1.2rem;font-size:clamp(2rem,3vw,2.8rem)}.seo-intro-content p{color:var(--text-muted);margin-bottom:1.2rem;font-size:1.1rem}.seo-intro-content a{color:var(--accent-light);text-decoration:underline}.seo-highlights{flex-direction:column;gap:1.2rem;display:flex}.seo-highlight{background:#00000040;border:1px solid #e74c3c33;border-radius:16px;padding:1.4rem;box-shadow:0 15px 45px #0000004d}.seo-highlight h3{margin-bottom:.6rem;font-size:1.2rem}.seo-highlight p{color:var(--text-muted)}.faq{background:var(--secondary);padding:5rem 5%}.faq-container{max-width:1100px;margin:0 auto}.faq-container h2{margin-bottom:1rem;font-size:clamp(2rem,3vw,2.6rem)}.faq-container p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.faq-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.faq-item{background:#0003;border:1px solid #ffffff1a;border-radius:18px;padding:1.6rem}.faq-item h3{margin-bottom:.8rem;font-size:1.25rem}.faq-item p{color:var(--text-muted);font-size:1rem}.faq-item a{color:var(--accent-light);font-weight:600;text-decoration:none}.faq-item a:hover{text-decoration:underline}@media (min-width:1025px) and (max-height:850px){.nouvelles-gratuites{min-height:calc(100vh - var(--nav-height));padding:1.5rem 5%}.nouvelles-header-inline{display:none}.nouvelles-content{gap:1.5rem}.strategy-item{margin-bottom:.5rem}.strategy-icon{padding:.6rem}.current-work-highlight{margin-top:1rem;padding:1rem}.current-work-highlight h4{margin-bottom:.4rem;font-size:1.2rem}.nouvelles-cta{margin-top:1rem}}@media (max-width:1024px){.seo-intro{padding-top:calc(var(--nav-height) + 3rem);grid-template-columns:1fr}}@media (max-width:768px){.faq{padding:4rem 1.5rem}.seo-intro{padding:calc(var(--nav-height) + 2rem)1.5rem 3rem}}@media (max-width:1024px){.nouvelles-gratuites{padding:5rem 5%}.nouvelles-content{gap:3rem}.nouvelles-text h3{font-size:1.8rem}.nouvelles-intro{font-size:1.2rem}}@media (max-width:768px){.nouvelles-gratuites{padding:4rem 1.5rem}.nouvelles-header{margin-bottom:3rem}.nouvelles-content{flex-direction:column;gap:2rem;display:flex}.nouvelles-visual{order:-1}.nouvelles-text{order:1}.cover-image{width:220px;max-width:100%;margin:0 auto}.nouvelles-header-inline{text-align:left;margin-bottom:1.5rem}.nouvelles-header-inline h2{text-align:left;font-size:2rem}.nouvelles-text>p{text-align:left;font-size:1rem}.nouvelles-text h3{text-align:left;margin-top:2rem;font-size:1.3rem;display:block}.nouvelles-cta{max-width:220px;margin-top:1.5rem}.nouvelles-cta .btn{justify-content:center;width:100%;min-height:56px;padding:1.1rem 2rem;font-size:1.05rem}.nouvelles-cta .btn-primary{font-weight:700}.reading-preview{max-width:320px;padding:1.2rem;transform:rotate(0)}}@media (max-width:480px){.nouvelles-gratuites{padding:3rem 1.25rem}.nouvelles-header{margin-bottom:2.5rem}.nouvelles-content{gap:2rem}.nouvelles-text h3{font-size:1.4rem}.nouvelles-intro{font-size:1rem}.nouvelles-text>p{margin-bottom:2rem;font-size:.95rem}.nouvelles-strategy{margin-bottom:2rem}.strategy-item{gap:.6rem;margin-bottom:1rem}.strategy-icon{padding:.5rem;font-size:1.2rem}.strategy-content h4{font-size:1rem}.strategy-content p{font-size:.9rem}.reading-preview{max-width:280px;padding:1rem}.preview-header{margin-bottom:1rem;padding-bottom:.6rem}.preview-title{font-size:.75rem}.preview-line{height:2px;margin-bottom:.6rem}.preview-highlight{height:6px;margin:.6rem 0}.preview-highlight:after{height:2px}}
