@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--black: #000;--black-rgba: 0, 0, 0;--black-opacity: rgba(0, 0, 0, .5);--white: #fff;--white-rgba: 255, 255, 255;--white-opacity: rgba(255, 255, 255, .5);--grey: #555;--font-family-primary: "Raleway", sans-serif;--font-family-secondary: "Figtree", sans-serif;--spacing: .25rem}header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(var(--black-rgba),.1);transition:all .3s ease}header.scrolled{background:#fffffffa;box-shadow:0 2px 20px rgba(var(--black-rgba),.1)}header a{text-decoration:none;color:var(--black);font-family:var(--font-family-primary);font-size:1rem;font-weight:400}header a:focus,header a:visited{color:var(--black)}header a:hover{opacity:.8}header .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}header .logo img{width:40px;height:40px;border-radius:8px}header .logo span{font-family:var(--font-family-primary);font-size:1.5rem;font-weight:700;color:var(--black);letter-spacing:-.02em}header nav ul{display:flex;flex-direction:row;gap:2rem;list-style:none;margin:0;padding:0}header nav ul li a{color:var(--black);text-decoration:none;font-family:var(--font-family-secondary);font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}header nav ul li a:hover{background:rgba(var(--black-rgba),.05);color:var(--black)}header nav ul li a.active{background:var(--black);color:var(--white)}header nav ul li a:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:var(--black);transition:all .3s ease;transform:translate(-50%)}header nav ul li a:hover:after{width:80%}header .mobile-menu-toggle{display:none;background:none;border:none;color:var(--black);font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}header .mobile-menu-toggle:hover{background:rgba(var(--black-rgba),.05)}@media (max-width: 768px){header{padding:1rem}header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-top:1px solid rgba(var(--black-rgba),.1);box-shadow:0 4px 20px rgba(var(--black-rgba),.1)}header nav.open{display:block}header nav ul{flex-direction:column;padding:1rem;gap:.5rem}header nav ul li a{display:block;padding:1rem;border-radius:8px;text-align:center}header nav ul li a:hover{background:rgba(var(--black-rgba),.05)}header .mobile-menu-toggle{display:block}header .logo span{font-size:1.25rem}}.blog-liste-articles .blog-main{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff)}.blog-liste-articles .blog-hero{padding:4rem 2rem 6rem;background:linear-gradient(135deg,var(--black) 0%,#1a1a1a 100%);color:var(--white);position:relative;overflow:hidden}.blog-liste-articles .blog-hero:before{content:"";position:absolute;inset:0;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="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.blog-liste-articles .blog-hero .hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.blog-liste-articles .blog-hero .hero-text h1{font-family:var(--font-family-primary);font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.blog-liste-articles .blog-hero .hero-text .hero-subtitle{font-family:var(--font-family-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.blog-liste-articles .blog-hero .hero-text .hero-stats{display:flex;gap:3rem}.blog-liste-articles .blog-hero .hero-text .hero-stats .stat{display:flex;flex-direction:column;align-items:center}.blog-liste-articles .blog-hero .hero-text .hero-stats .stat .stat-number{font-family:var(--font-family-primary);font-size:2.5rem;font-weight:700;color:var(--white)}.blog-liste-articles .blog-hero .hero-text .hero-stats .stat .stat-label{font-family:var(--font-family-secondary);font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:.1em}.blog-liste-articles .blog-hero .hero-visual{display:flex;flex-direction:column;gap:1.5rem;position:relative}.blog-liste-articles .blog-hero .hero-visual .floating-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;transition:all .3s ease;animation:float 6s ease-in-out infinite}.blog-liste-articles .blog-hero .hero-visual .floating-card:nth-child(2){animation-delay:-2s}.blog-liste-articles .blog-hero .hero-visual .floating-card:nth-child(3){animation-delay:-4s}.blog-liste-articles .blog-hero .hero-visual .floating-card .card-icon{font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:8px}.blog-liste-articles .blog-hero .hero-visual .floating-card span{font-family:var(--font-family-secondary);font-weight:600;font-size:1rem}.blog-liste-articles .blog-hero .hero-visual .floating-card:hover{transform:translateY(-5px);background:#ffffff26}.blog-liste-articles .blog-articles{padding:6rem 2rem;background:var(--white)}.blog-liste-articles .blog-articles .articles-container{max-width:1200px;margin:0 auto}.blog-liste-articles .blog-articles .articles-header{text-align:center;margin-bottom:4rem}.blog-liste-articles .blog-articles .articles-header h2{font-family:var(--font-family-primary);font-size:2.5rem;font-weight:700;color:var(--black);margin-bottom:1rem}.blog-liste-articles .blog-articles .articles-header .articles-subtitle{font-family:var(--font-family-secondary);font-size:1.1rem;color:var(--grey);max-width:600px;margin:0 auto}.blog-liste-articles .blog-articles .articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.blog-liste-articles .blog-articles .articles-grid .article-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(var(--black-rgba),.08);transition:all .3s ease;border:1px solid rgba(var(--black-rgba),.05)}.blog-liste-articles .blog-articles .articles-grid .article-card.featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;align-items:center}.blog-liste-articles .blog-articles .articles-grid .article-card.featured .card-content{padding:2rem}.blog-liste-articles .blog-articles .articles-grid .article-card.featured .card-title{font-size:1.75rem}.blog-liste-articles .blog-articles .articles-grid .article-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(var(--black-rgba),.15)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-header{padding:1.5rem 1.5rem 0;display:flex;justify-content:space-between;align-items:center}.blog-liste-articles .blog-articles .articles-grid .article-card .card-header .card-category{background:var(--black);color:var(--white);padding:.4rem .8rem;border-radius:20px;font-family:var(--font-family-secondary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog-liste-articles .blog-articles .articles-grid .article-card .card-header .card-date{font-family:var(--font-family-secondary);font-size:.85rem;color:var(--grey)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-content{padding:1.5rem}.blog-liste-articles .blog-articles .articles-grid .article-card .card-content .card-title{margin-bottom:1rem}.blog-liste-articles .blog-articles .articles-grid .article-card .card-content .card-title a{font-family:var(--font-family-primary);font-size:1.25rem;font-weight:600;color:var(--black);text-decoration:none;line-height:1.3;transition:color .3s ease}.blog-liste-articles .blog-articles .articles-grid .article-card .card-content .card-title a:hover{color:var(--black)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-content .card-excerpt{font-family:var(--font-family-secondary);font-size:1rem;color:var(--grey);line-height:1.6;margin-bottom:0}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer{padding:0 1.5rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .read-more-btn{display:flex;align-items:center;gap:.5rem;background:var(--black);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-family:var(--font-family-secondary);font-weight:600;font-size:.9rem;transition:all .3s ease}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .read-more-btn:hover{background:#333;transform:translate(4px)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .read-more-btn .arrow-icon{transition:transform .3s ease}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .read-more-btn:hover .arrow-icon{transform:translate(2px)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .reading-time{display:flex;align-items:center;gap:.4rem;font-family:var(--font-family-secondary);font-size:.8rem;color:var(--grey)}.blog-liste-articles .blog-articles .articles-grid .article-card .card-footer .reading-time svg{opacity:.7}.blog-liste-articles .newsletter-cta{background:linear-gradient(135deg,var(--black) 0%,#1a1a1a 100%);padding:4rem 2rem;color:var(--white)}.blog-liste-articles .newsletter-cta .cta-content{max-width:800px;margin:0 auto;text-align:center}.blog-liste-articles .newsletter-cta .cta-content .cta-text{margin-bottom:2.5rem}.blog-liste-articles .newsletter-cta .cta-content .cta-text h3{font-family:var(--font-family-primary);font-size:2rem;font-weight:700;margin-bottom:1rem}.blog-liste-articles .newsletter-cta .cta-content .cta-text p{font-family:var(--font-family-secondary);font-size:1.1rem;opacity:.9;line-height:1.6}.blog-liste-articles .newsletter-cta .cta-content .cta-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.blog-liste-articles .newsletter-cta .cta-content .cta-form .email-input{flex:1;padding:1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:var(--white);font-family:var(--font-family-secondary);font-size:1rem}.blog-liste-articles .newsletter-cta .cta-content .cta-form .email-input::-moz-placeholder{color:#ffffffb3}.blog-liste-articles .newsletter-cta .cta-content .cta-form .email-input::placeholder{color:#ffffffb3}.blog-liste-articles .newsletter-cta .cta-content .cta-form .email-input:focus{outline:none;border-color:var(--white);background:#ffffff26}.blog-liste-articles .newsletter-cta .cta-content .cta-form .subscribe-btn{padding:1rem 2rem;background:var(--white);color:var(--black);border:none;border-radius:8px;font-family:var(--font-family-secondary);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.blog-liste-articles .newsletter-cta .cta-content .cta-form .subscribe-btn:hover{background:#f0f0f0;transform:translateY(-2px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.blog-liste-articles .blog-hero{padding:3rem 1rem 4rem}.blog-liste-articles .blog-hero .hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.blog-liste-articles .blog-hero .hero-text h1{font-size:2.5rem}.blog-liste-articles .blog-hero .hero-text .hero-subtitle{font-size:1.1rem}.blog-liste-articles .blog-hero .hero-text .hero-stats{justify-content:center;gap:2rem}.blog-liste-articles .blog-hero .hero-visual .floating-card{padding:1rem}.blog-liste-articles .blog-articles{padding:4rem 1rem}.blog-liste-articles .blog-articles .articles-header{margin-bottom:3rem}.blog-liste-articles .blog-articles .articles-header h2{font-size:2rem}.blog-liste-articles .blog-articles .articles-grid{grid-template-columns:1fr;gap:1.5rem}.blog-liste-articles .blog-articles .articles-grid .article-card.featured{grid-column:span 1;display:block}.blog-liste-articles .newsletter-cta{padding:3rem 1rem}.blog-liste-articles .newsletter-cta .cta-content .cta-text h3{font-size:1.5rem}.blog-liste-articles .newsletter-cta .cta-content .cta-form{flex-direction:column;gap:1rem}}body.blog-post{background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}body.blog-post article{max-width:900px;margin:0 auto;padding:2rem;color:var(--black);background:var(--white);border-radius:16px;box-shadow:0 8px 40px rgba(var(--black-rgba),.1);margin-top:2rem;margin-bottom:2rem}body.blog-post article .post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--black-rgba),.1)}body.blog-post article .post-header .post-image{margin:-2rem -2rem 2rem;width:calc(100% + 4rem);height:400px;overflow:hidden;position:relative;border-radius:12px}body.blog-post article .post-header .post-image img{margin-top:3rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}body.blog-post article .post-header h1{font-family:var(--font-family-primary);font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2;color:var(--black);font-weight:700;letter-spacing:-.02em}body.blog-post article .post-header .post-meta{display:flex;gap:1.5rem;color:var(--grey);font-size:.9rem;font-family:var(--font-family-secondary);margin-bottom:2rem}body.blog-post article .post-header .post-meta .meta-item{display:flex;align-items:center;gap:.5rem}body.blog-post article .post-header .post-meta .meta-item svg{width:16px;height:16px;opacity:.7}body.blog-post article section{margin-bottom:3rem}body.blog-post article section:last-child{margin-bottom:0}body.blog-post article h2{font-family:var(--font-family-primary);font-size:2rem;margin:2.5rem 0 1.5rem;color:var(--black);font-weight:600;line-height:1.3}body.blog-post article h3{font-family:var(--font-family-primary);font-size:1.5rem;margin:2rem 0 1rem;color:var(--black);font-weight:600;line-height:1.3}body.blog-post article p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--black);font-family:var(--font-family-secondary)}body.blog-post article ul,body.blog-post article ol{width:60%;margin:0 auto;margin-bottom:1.5rem;background:rgba(var(--black-rgba),.05);padding:1.5rem}body.blog-post article ul li,body.blog-post article ol li{position:relative;margin-bottom:.75rem;line-height:1.6}body.blog-post article ul li strong,body.blog-post article ol li strong{color:var(--black);font-weight:600}body.blog-post article ul{list-style-type:none;padding-left:0;margin-bottom:1.5rem;font-family:var(--font-family-secondary)}body.blog-post article ul li{padding-left:1.5rem}body.blog-post article ul li:before{content:"•";position:absolute;left:.5rem;color:var(--black);font-weight:700;font-size:1.2rem}body.blog-post article ol li::marker{padding-left:.5rem}body.blog-post article blockquote{background:rgba(var(--black-rgba),.05);border-left:4px solid var(--black);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;font-family:var(--font-family-primary);font-size:1.1rem;line-height:1.6}body.blog-post article blockquote p{margin-bottom:0}body.blog-post article section[aria-labelledby=conclusion-title] a{color:var(--white)}body.blog-post article section[aria-labelledby=conclusion-title] a:visited,body.blog-post article section[aria-labelledby=conclusion-title] a:focus{color:var(--white)}body.blog-post article section[aria-labelledby=conclusion-title]{background:linear-gradient(135deg,var(--black) 0%,#1a1a1a 100%);padding:2.5rem;border-radius:12px;margin-top:3rem;color:var(--white)}body.blog-post article section[aria-labelledby=conclusion-title] h2{color:var(--white);margin-top:0;font-size:1.75rem}body.blog-post article section[aria-labelledby=conclusion-title] p{color:#ffffffe6;margin-bottom:1.5rem}body.blog-post article section[aria-labelledby=conclusion-title] p strong{color:var(--white)}body.blog-post article section[aria-labelledby=conclusion-title] .cta-button{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--white);color:var(--black);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:var(--font-family-secondary);font-size:1rem}body.blog-post article section[aria-labelledby=conclusion-title] .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;background:#f8f9fa}body.blog-post article .post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(var(--black-rgba),.1)}body.blog-post article .post-footer .post-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}body.blog-post article .post-footer .post-tags .tag{background-color:rgba(var(--black-rgba),.1);color:var(--black);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-family:var(--font-family-secondary);font-weight:500;transition:all .3s ease;text-decoration:none}body.blog-post article .post-footer .post-tags .tag:hover{background-color:var(--black);color:var(--white);transform:translateY(-1px)}body.blog-post article .post-footer .post-share h3{font-size:1.2rem;margin-bottom:1rem;color:var(--black);font-family:var(--font-family-secondary);font-weight:600}body.blog-post article .post-footer .post-share .share-buttons{display:flex;gap:1rem}body.blog-post article .post-footer .post-share .share-buttons .share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-family:var(--font-family-secondary);font-weight:500;transition:all .3s ease}body.blog-post article .post-footer .post-share .share-buttons .share-btn.twitter{background:#1da1f2;color:#fff}body.blog-post article .post-footer .post-share .share-buttons .share-btn.twitter:hover{background:#0d8bd9;transform:translateY(-2px)}body.blog-post article .post-footer .post-share .share-buttons .share-btn.facebook{background:#4267b2;color:#fff}body.blog-post article .post-footer .post-share .share-buttons .share-btn.facebook:hover{background:#365899;transform:translateY(-2px)}body.blog-post article .post-footer .post-share .share-buttons .share-btn.linkedin{background:#0077b5;color:#fff}body.blog-post article .post-footer .post-share .share-buttons .share-btn.linkedin:hover{background:#005885;transform:translateY(-2px)}@media (max-width: 768px){body.blog-post article{padding:1rem;margin-top:1rem;margin-bottom:1rem}body.blog-post article .post-header .post-image{margin:-1rem -1rem 1.5rem;width:calc(100% + 2rem);height:300px}body.blog-post article .post-header h1{font-size:2rem}body.blog-post article .post-header .post-meta{flex-direction:column;gap:.5rem}body.blog-post article h2{font-size:1.75rem}body.blog-post article h3{font-size:1.25rem}body.blog-post article p{font-size:1rem}body.blog-post article blockquote{padding:1rem 1.5rem;margin:1.5rem 0}body.blog-post article section[aria-labelledby=conclusion-title]{padding:2rem}body.blog-post article section[aria-labelledby=conclusion-title] h2{font-size:1.5rem}body.blog-post article .post-footer{margin-top:3rem}body.blog-post article .post-footer .post-tags{gap:.5rem}body.blog-post article .post-footer .post-tags .tag{padding:.4rem .8rem;font-size:.85rem}body.blog-post article .post-footer .post-share .share-buttons{flex-direction:column;gap:.75rem}}body.blog-post footer{margin-top:0}.site-footer{background-color:rgba(var(--black-rgba),.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);padding:4rem 0 0;margin-top:6rem;border-top:1px solid rgba(var(--white),.1)}.site-footer h3{font-family:var(--font-family-primary);font-size:2rem;margin-bottom:1rem;color:var(--white)}.site-footer h4{font-family:var(--font-family-primary);font-size:1.2rem;margin-bottom:1.5rem;color:var(--white);position:relative}.site-footer h4:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:1px;background-color:var(--white-opacity)}.site-footer p{font-family:var(--font-family-secondary);line-height:1.6;margin-bottom:1rem;color:var(--white-opacity)}.site-footer a{color:var(--white);text-decoration:none;transition:color .3s ease}.site-footer a:hover{color:var(--white)}.footer-container{display:grid;grid-template-columns:1fr 2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-section.brand p{max-width:80%}.footer-section.links ul{list-style:none;padding:0}.footer-section.links ul li{margin-bottom:1rem}.footer-section.links ul li a{position:relative;padding-left:1rem;font-size:.95rem;line-height:1.4;display:block}.footer-section.links ul li a:before{content:"›";position:absolute;left:0;transition:transform .3s ease}.footer-section.links ul li a:hover:before{transform:translate(3px)}.footer-section.links ul li a:hover{text-decoration:underline}.footer-section.contact address{font-style:normal}.footer-section.contact address p{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-section.contact address p i{color:var(--white);font-size:1.1rem}.footer-section.contact address p a{font-size:1.1rem}.footer-bottom{margin-top:4rem;padding:1.5rem 0;border-top:1px solid rgba(var(--white),.05);text-align:center}.footer-bottom .legal-links{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1rem}.footer-bottom .legal-links a{font-size:.9rem;color:var(--white-opacity)}.footer-bottom .legal-links a:hover{color:var(--white)}.footer-bottom .copyright{font-size:.85rem;color:var(--white-opacity)}@media (max-width: 992px){.footer-container{grid-template-columns:1fr 1fr}.footer-container .footer-section.brand{grid-column:1/-1;text-align:center}.footer-container .footer-section.brand p{max-width:100%}}@media (max-width: 768px){.site-footer{padding:3rem 0 0;margin-top:4rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-bottom{margin-top:2rem}.footer-bottom .legal-links{flex-direction:column;gap:1rem}}body.blog-liste-articles,body.blog-post{font-family:var(--font-family-secondary);line-height:1.6;color:var(--black);background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh;scroll-behavior:smooth}body.blog-liste-articles::-webkit-scrollbar,body.blog-post::-webkit-scrollbar{width:8px}body.blog-liste-articles::-webkit-scrollbar-track,body.blog-post::-webkit-scrollbar-track{background:rgba(var(--black-rgba),.05)}body.blog-liste-articles::-webkit-scrollbar-thumb,body.blog-post::-webkit-scrollbar-thumb{background:rgba(var(--black-rgba),.2);border-radius:4px}body.blog-liste-articles::-webkit-scrollbar-thumb:hover,body.blog-post::-webkit-scrollbar-thumb:hover{background:rgba(var(--black-rgba),.3)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-primary);font-weight:600;line-height:1.2;color:var(--black);margin-bottom:1rem}p{font-family:var(--font-family-secondary);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-family:var(--font-family-secondary);font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.btn.btn-primary{background:var(--black);color:var(--white)}.btn.btn-primary:hover{background:#333;transform:translateY(-2px)}.btn.btn-secondary{background:transparent;color:var(--black);border:2px solid var(--black)}.btn.btn-secondary:hover{background:var(--black);color:var(--white)}.btn.btn-white{background:var(--white);color:var(--black)}.btn.btn-white:hover{background:#f8f9fa;transform:translateY(-2px)}.card{background:var(--white);border-radius:12px;box-shadow:0 4px 20px rgba(var(--black-rgba),.08);border:1px solid rgba(var(--black-rgba),.05);overflow:hidden;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(var(--black-rgba),.12)}.fade-in{animation:fadeIn .6s ease-in-out}.slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading{position:relative;overflow:hidden}.loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}
