:root{--navy:#1a2d4e;--navy-dark:#0f1a2e;--navy-light:#253d62;--teal:#2dc88c;--teal-dark:#1a7a6a;--teal-mid:#1da882;--teal-light:#e6f9f2;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--text:var(--navy);--text-muted:var(--gray-500);--bg:var(--white);--bg-light:var(--gray-50);--border:var(--gray-200);--radius-sm:.5rem;--radius:.875rem;--radius-lg:1.5rem;--radius-xl:2.5rem;--shadow:0 4px 24px #1a2d4e12;--shadow-lg:0 10px 48px #1a2d4e21;--transition:.22s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.65}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1180px;margin-inline:auto;padding-inline:1.5rem}.section{padding-block:5.5rem}@media (max-width:768px){.section{padding-block:3.5rem}}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:.5rem;font-size:.6875rem;font-weight:700;display:inline-block}.section-title{color:var(--navy);margin-bottom:.75rem;font-size:clamp(1.625rem,3.5vw,2.375rem);font-weight:800;line-height:1.12}.section-subtitle{color:var(--text-muted);max-width:52ch;font-size:1.0625rem;line-height:1.7}.section-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.75rem;display:flex}.btn{cursor:pointer;transition:all var(--transition);white-space:nowrap;border:2px solid #0000;border-radius:50rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.875rem;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--teal);color:var(--navy);border-color:var(--teal)}.btn-primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px #2dc88c52}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-dark);border-color:var(--navy-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1a2d4e47}.btn-outline{color:var(--navy);border-color:var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline-white{color:var(--white);background:0 0;border-color:#ffffff8c}.btn-outline-white:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.badge{letter-spacing:.07em;text-transform:uppercase;border-radius:50rem;align-items:center;padding:.25rem .875rem;font-size:.6875rem;font-weight:700;display:inline-flex}.badge-teal{background:var(--teal);color:var(--navy)}.badge-navy{background:var(--navy);color:var(--white)}.badge-light{background:var(--gray-100);color:var(--gray-600)}.badge-green{background:var(--teal-light);color:var(--teal-dark)}.link-more{color:var(--teal-dark);transition:gap var(--transition);white-space:nowrap;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;display:inline-flex}.link-more:hover{gap:.625rem}.page-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:#fff;padding:7rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:radial-gradient(70% 120% at 80%,#2dc88c26 0%,#0000 60%);position:absolute;inset:0}.page-hero .container{position:relative}.page-hero .badge{margin-bottom:1rem}.page-hero h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1}.page-hero p{color:#ffffffbf;max-width:52ch;font-size:1.125rem}.breadcrumb{flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.75rem;display:flex}.breadcrumb a{color:#ffffffb3;transition:background var(--transition),color var(--transition);background:#ffffff1a;border:1px solid #ffffff24;border-radius:50rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.breadcrumb a:hover{color:#fff;background:#ffffff2e}.breadcrumb .bc-current{background:var(--teal);color:var(--navy);border-radius:50rem;padding:.3rem .875rem;font-size:.75rem;font-weight:700}.breadcrumb .bc-sep{color:#fff3;padding:0 .125rem;font-size:.6875rem}.breadcrumb-light a{background:var(--gray-100);color:var(--gray-600);border-color:var(--border)}.breadcrumb-light a:hover{background:var(--gray-200);color:var(--navy)}.breadcrumb-light .bc-sep{color:var(--gray-400)}.breadcrumb-light .bc-current{background:var(--navy);color:#fff}.field{flex-direction:column;gap:.375rem;display:flex}.field label{color:var(--navy);font-size:.875rem;font-weight:600}.field input,.field textarea,.field select{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);outline:none;padding:.75rem 1rem;font-size:.9375rem}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2dc88c26}.field input::-moz-placeholder{color:var(--gray-400)}.field textarea::-moz-placeholder{color:var(--gray-400)}.field input::placeholder,.field textarea::placeholder{color:var(--gray-400)}.field textarea{resize:vertical;min-height:9rem}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:200;-webkit-backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.site-header.scrolled{border-color:var(--border);box-shadow:0 2px 24px #1a2d4e12}.nav-inner{align-items:center;gap:2rem;height:4.5rem;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:flex}.nav-logo img{width:auto;height:2.625rem;display:block}.nav-links{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--gray-600);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);padding:.5rem .875rem;font-size:.9375rem;font-weight:500;display:block}.nav-links a:hover,.nav-links a.active{color:var(--navy);background:var(--gray-100)}.nav-links a.active{font-weight:600}.nav-cta{flex-shrink:0;margin-left:auto}.nav-toggle{border-radius:var(--radius-sm);cursor:pointer;width:2.25rem;height:2.25rem;transition:background var(--transition);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:.375rem;display:none}.nav-toggle:hover{background:var(--gray-100)}.nav-toggle span{background:var(--navy);transform-origin:50%;border-radius:2px;height:2px;transition:transform .25s,opacity .2s;display:block}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile{border-top:1px solid var(--border);background:var(--white);flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1.25rem;display:none}.nav-mobile.open{display:flex}.nav-mobile a{color:var(--gray-600);border-radius:var(--radius);transition:color var(--transition),background var(--transition);padding:.75rem 1rem;font-size:1rem;font-weight:500;display:block}.nav-mobile a:hover,.nav-mobile a.active{color:var(--navy);background:var(--gray-100);font-weight:600}.nav-mobile .btn{justify-content:center;width:100%;margin-top:.5rem}@media (max-width:900px){.nav-desktop{display:none}.nav-toggle{display:flex}.nav-cta{display:none}}@media (min-width:901px){.nav-desktop{flex:1;align-items:center;gap:2rem;display:flex}.nav-links{flex:1;justify-content:center}.nav-mobile{display:none!important}}.hero{padding-top:5rem;padding-bottom:0;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";filter:blur(64px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero:before{background:#2dc88c1f;width:28rem;height:28rem;top:-6rem;right:-6rem}.hero:after{background:#1a2d4e0f;width:20rem;height:20rem;bottom:8rem;left:-4rem}.hero-content{z-index:1;position:relative}.hero-eyebrow{background:var(--teal-light);color:var(--teal-dark);border-radius:50rem;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.375rem 1rem .375rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-eyebrow span.dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.hero-headline{color:var(--navy);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:900;line-height:1.05}.hero-headline em{background:linear-gradient(90deg,var(--teal-dark) 0%,var(--teal) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-desc{color:var(--text-muted);max-width:50ch;margin-bottom:2.25rem;font-size:1.125rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-image-wrap{border-radius:var(--radius-lg) var(--radius-lg) 0 0;aspect-ratio:16/7;background:linear-gradient(160deg,var(--navy) 0%,var(--navy-light) 40%,var(--teal-dark) 100%);margin-inline:-1.5rem;position:relative;overflow:hidden}.hero-image-wrap img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.hero-image-overlay{background:linear-gradient(#0000 40%,#1a2d4e8c 100%);position:absolute;inset:0}.hero-image-caption{color:#fff;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex;position:absolute;bottom:1.75rem;left:2rem;right:2rem}.hero-image-caption-text{text-shadow:0 2px 12px #0000004d;max-width:40ch;font-size:1.375rem;font-weight:700;line-height:1.3}.hero-image-stats{flex-shrink:0;gap:2rem;display:flex}.hero-stat{text-align:center;color:#fff}.hero-stat-number{color:var(--teal);font-size:1.75rem;font-weight:800;line-height:1;display:block}.hero-stat-label{color:#ffffffbf;margin-top:.25rem;font-size:.75rem;font-weight:500}@media (max-width:768px){.hero{padding-top:3rem}.hero-image-wrap{aspect-ratio:4/3;margin-inline:-1.5rem}.hero-image-stats{display:none}.hero-image-caption-text{font-size:1rem}.hero-image-caption{bottom:1rem;left:1.25rem;right:1.25rem}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}}.elus{background:var(--bg-light)}.elus-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.elu-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);cursor:default;overflow:hidden}.elu-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.elu-avatar{aspect-ratio:4/3;background:linear-gradient(160deg,var(--navy) 0%,var(--navy-light) 50%,var(--teal-dark) 100%);color:#ffffffe6;letter-spacing:-.02em;justify-content:center;align-items:center;width:100%;font-size:2.25rem;font-weight:800;display:flex;position:relative;overflow:hidden}.elu-avatar:after{content:"";background:linear-gradient(#0000,#1a2d4e4d);height:40%;position:absolute;bottom:0;left:0;right:0}.elu-avatar img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%}.elu-card:first-child .elu-avatar{background:linear-gradient(160deg,#1a2d4e,#1d6b72)}.elu-card:nth-child(2) .elu-avatar{background:linear-gradient(160deg,#1a3a5e,#2dc88c)}.elu-card:nth-child(3) .elu-avatar{background:linear-gradient(160deg,#253d62,#1a7a6a)}.elu-card:nth-child(4) .elu-avatar{background:linear-gradient(160deg,#1a2d4e,#1da882)}.elu-card:nth-child(5) .elu-avatar{background:linear-gradient(160deg,#0f1a2e,#1d6b72)}.elu-card:nth-child(6) .elu-avatar{background:linear-gradient(160deg,#253d62,#2dc88c)}.elu-card:nth-child(7) .elu-avatar{background:linear-gradient(160deg,#1a2d4e,#1da882)}.elu-card:nth-child(8) .elu-avatar{background:linear-gradient(160deg,#1a3a5e,#1a7a6a)}.elu-body{padding:.875rem 1rem 1rem}.elu-name{color:var(--navy);margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.25}.elu-role{color:var(--teal-dark);font-size:.8125rem;font-weight:500;line-height:1.4}@media (max-width:1024px){.elus-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.elus-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:380px){.elus-grid{grid-template-columns:1fr}}.equipe-page{background:var(--bg-light)}.equipe-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.equipe-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.equipe-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.equipe-avatar{aspect-ratio:4/3;color:#ffffffe6;letter-spacing:-.02em;justify-content:center;align-items:center;width:100%;font-size:2.5rem;font-weight:800;display:flex;position:relative;overflow:hidden}.equipe-avatar:after{content:"";background:linear-gradient(#0000,#1a2d4e4d);height:40%;position:absolute;bottom:0;left:0;right:0}.equipe-avatar img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%}.equipe-card:first-child .equipe-avatar{background:linear-gradient(160deg,#1a2d4e,#1d6b72)}.equipe-card:nth-child(2) .equipe-avatar{background:linear-gradient(160deg,#1a3a5e,#2dc88c)}.equipe-card:nth-child(3) .equipe-avatar{background:linear-gradient(160deg,#253d62,#1a7a6a)}.equipe-card:nth-child(4) .equipe-avatar{background:linear-gradient(160deg,#1a2d4e,#1da882)}.equipe-card:nth-child(5) .equipe-avatar{background:linear-gradient(160deg,#0f1a2e,#1d6b72)}.equipe-card:nth-child(6) .equipe-avatar{background:linear-gradient(160deg,#253d62,#2dc88c)}.equipe-card:nth-child(7) .equipe-avatar{background:linear-gradient(160deg,#1a2d4e,#1da882)}.equipe-card:nth-child(8) .equipe-avatar{background:linear-gradient(160deg,#1a3a5e,#1a7a6a)}.equipe-body{flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.5rem;display:flex}.equipe-name{color:var(--navy);margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.25}.equipe-role{color:var(--teal-dark);margin-bottom:.875rem;font-size:.8125rem;font-weight:500;line-height:1.4}.equipe-bio{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.equipe-contact{color:var(--navy);transition:color var(--transition),gap var(--transition);align-items:center;gap:.375rem;margin-top:auto;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.equipe-contact:hover{color:var(--teal);gap:.5rem}.equipe-join{background:var(--navy)}.equipe-join-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.equipe-join-inner .section-label{color:var(--teal)}.equipe-join-inner .section-title{color:#fff;margin-bottom:.5rem}.equipe-join-inner .section-subtitle{color:#ffffffa6;max-width:36rem}.equipe-join-actions{flex-shrink:0;gap:1rem;display:flex}.equipe-join .btn-outline{color:#fff;border-color:#ffffff4d}.equipe-join .btn-outline:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1280px){.equipe-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.equipe-join-inner{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.equipe-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.equipe-grid{grid-template-columns:1fr}.equipe-join-actions{flex-direction:column;width:100%}}.actus-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.article-featured{background:var(--navy);border-radius:var(--radius-lg);height:100%;min-height:20rem;transition:transform var(--transition),box-shadow var(--transition);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.article-featured:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.article-featured-bg{background:linear-gradient(160deg,var(--navy-dark) 0%,var(--teal-dark) 100%);z-index:0;position:absolute;inset:0}.article-featured-bg img{-o-object-fit:cover;object-fit:cover;opacity:.3;width:100%;height:100%}.article-featured-overlay{z-index:1;background:linear-gradient(#0000 0%,#0f1a2e66 45%,#0f1a2eeb 100%);position:absolute;inset:0}.article-featured-body{z-index:2;padding:2rem;position:relative}.article-featured-body .badge{margin-bottom:.875rem}.article-featured-body h2{color:#fff;margin-bottom:.625rem;font-size:1.375rem;font-weight:800;line-height:1.25}.article-featured-body p{color:#ffffffb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-meta-light{color:#ffffff8c;align-items:center;gap:.75rem;font-size:.75rem;font-weight:500;display:flex}.article-meta-light span{align-items:center;gap:.3rem;display:flex}.actus-sidebar{flex-direction:column;gap:1rem;display:flex}.actus-sidebar .article-card{flex:1}.article-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);color:inherit;grid-template-columns:6rem 1fr;align-items:start;gap:1rem;padding:1rem;text-decoration:none;display:grid}.article-card:hover{box-shadow:var(--shadow);border-color:var(--teal);transform:translateY(-2px)}.article-card-thumb{border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--navy-light),var(--teal-dark));flex-shrink:0;width:6rem;height:5rem;overflow:hidden}.article-card-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.article-card-body{min-width:0}.article-card-body .badge{margin-bottom:.5rem}.article-card-title{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:.9375rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.article-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.article-meta .dot{background:var(--gray-400);border-radius:50%;width:3px;height:3px}.articles-page{background:var(--bg-light);min-height:60vh}.articles-filters{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding-block:1.5rem;display:flex}.filter-btn{border:1.5px solid var(--border);background:var(--white);color:var(--gray-600);cursor:pointer;transition:all var(--transition);border-radius:50rem;align-items:center;padding:.5rem 1.125rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.filter-btn:hover,.filter-btn.active{border-color:var(--navy);background:var(--navy);color:#fff}.articles-empty{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;margin-bottom:3rem;padding:5rem 1.5rem;display:flex}.articles-empty-icon{background:var(--bg-light);width:5rem;height:5rem;color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.articles-empty-title{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.articles-empty-desc{color:var(--text-muted);max-width:36rem;margin-bottom:2rem;font-size:.9375rem;line-height:1.65}.articles-list-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.article-card-v{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.article-card-v:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-card-v-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--teal-dark));flex-shrink:0;overflow:hidden}.article-card-v-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.article-card-v-body{flex-direction:column;flex:1;padding:1.375rem 1.5rem 1.5rem;display:flex}.article-card-v-body .badge{align-self:flex-start;margin-bottom:.75rem}.article-card-v-title{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.625rem;font-size:1.0625rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.article-card-v-excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.article-card-v-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.pagination{justify-content:center;align-items:center;gap:.5rem;padding-block:1rem 3rem;display:flex}.page-btn{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--white);width:2.5rem;height:2.5rem;color:var(--gray-600);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.page-btn:hover{border-color:var(--navy);color:var(--navy)}.page-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}@media (max-width:1280px){.articles-list-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.articles-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.actus-grid{grid-template-columns:1fr}.article-card{grid-template-columns:5rem 1fr}.article-card-thumb{width:5rem;height:4.25rem}}@media (max-width:580px){.articles-list-grid{grid-template-columns:1fr}}.agenda{background:var(--white)}.agenda-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.event-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);cursor:default;padding:1.625rem 1.75rem;position:relative;overflow:hidden}.event-card:before{content:"";background:linear-gradient(90deg,var(--navy),var(--teal));opacity:0;width:100%;height:4px;transition:opacity var(--transition);position:absolute;top:0;left:0}.event-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.event-card:hover:before{opacity:1}.event-date-badge{background:var(--navy);color:#fff;border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;min-width:4rem;margin-bottom:1.25rem;padding:.625rem 1rem;display:inline-flex}.event-day{color:var(--teal);font-size:1.75rem;font-weight:900;line-height:1}.event-month{text-transform:uppercase;letter-spacing:.1em;color:#ffffffbf;margin-top:.125rem;font-size:.6875rem;font-weight:700}.event-type{text-transform:uppercase;letter-spacing:.12em;color:var(--teal-dark);margin-bottom:.375rem;font-size:.6875rem;font-weight:700}.event-title{color:var(--navy);margin-bottom:1rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.event-details{flex-direction:column;gap:.375rem;display:flex}.event-detail{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.event-detail svg{width:1rem;height:1rem;color:var(--teal-dark);flex-shrink:0}.agenda-page{background:var(--bg-light);min-height:60vh}.agenda-posters{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.event-poster{border-radius:var(--radius-lg);color:inherit;box-shadow:var(--shadow);flex-direction:column;text-decoration:none;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.event-poster:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0f1a2e2e}.event-poster-head{flex-direction:column;justify-content:space-between;min-height:9rem;padding:1.5rem 1.5rem 1.25rem;display:flex;position:relative;overflow:hidden}.event-poster--conseil .event-poster-head{background:linear-gradient(135deg,#1a2d4e,#1d6b72)}.event-poster--reunion .event-poster-head{background:linear-gradient(135deg,#253d62,#2dc88c)}.event-poster--permanence .event-poster-head{background:linear-gradient(135deg,#0f1a2e,#1a7a6a)}.event-poster-watermark{color:#ffffff12;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:8rem;font-weight:900;line-height:1;position:absolute;top:-.75rem;right:-.25rem}.event-poster-date{z-index:1;align-items:baseline;gap:.5rem;display:flex;position:relative}.event-poster-day{color:#fff;letter-spacing:-.03em;font-size:2.75rem;font-weight:900;line-height:1}.event-poster-month{text-transform:uppercase;letter-spacing:.1em;color:#fff9;font-size:.75rem;font-weight:700}.event-poster-tag{color:#fff;text-transform:uppercase;letter-spacing:.1em;z-index:1;background:#ffffff26;border-radius:50rem;align-self:flex-start;padding:.3rem .75rem;font-size:.6875rem;font-weight:700;display:inline-flex;position:relative}.event-poster-body{background:var(--white);flex-direction:column;flex:1;gap:.875rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.event-poster-title{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.event-poster-body .event-details{flex-direction:column;gap:.375rem;margin-top:auto;display:flex}.evenement-layout{grid-template-columns:1fr 20rem;align-items:start;gap:4rem;padding-block:2rem 4rem;display:grid}.evenement-header{margin-bottom:2.5rem}.evenement-header-top{align-items:flex-start;gap:1.75rem;margin-bottom:2rem;display:flex}.event-date-badge-lg{flex-shrink:0;min-width:5rem;padding:1rem 1.25rem}.event-date-badge-lg .event-day{font-size:2.5rem}.event-date-badge-lg .event-month{font-size:.75rem}.evenement-title{color:var(--navy);letter-spacing:-.02em;margin-top:.25rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;line-height:1.15}.evenement-infobar{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;display:grid}.evenement-info{align-items:flex-start;gap:.75rem;display:flex}.evenement-info svg{width:1.25rem;height:1.25rem;color:var(--teal);flex-shrink:0;margin-top:.125rem}.evenement-info-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.25rem;font-size:.6875rem;font-weight:700}.evenement-info-value{color:var(--navy);font-size:.9375rem;font-weight:600;line-height:1.35}.evenement-body{color:var(--gray-800);font-size:1.0625rem;line-height:1.8}.evenement-body p{margin-bottom:1.5rem}.evenement-body h2{color:var(--navy);margin-top:2.5rem;margin-bottom:1rem;font-size:1.375rem;font-weight:800}.evenement-body ol,.evenement-body ul{margin-bottom:1.5rem;padding-left:1.5rem}.evenement-body li{margin-bottom:.5rem}.evenement-body strong{color:var(--navy);font-weight:700}.evenement-footer{border-top:1px solid var(--border);align-items:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.evenement-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6rem}.evenement-cal-widget{background:var(--navy);border-color:#0000}.evenement-cal-widget .sidebar-widget-title{color:var(--teal)}.evenement-cal-actions{flex-direction:column;gap:.625rem;display:flex}.evenement-cal-widget .btn-outline{color:#fff;background:0 0;border-color:#ffffff40}.evenement-cal-widget .btn-outline:hover{background:#ffffff1a;border-color:#fff}.evenement-location-name{color:var(--navy);margin-bottom:.375rem;font-size:.9375rem;font-weight:700}.evenement-location-address{color:var(--text-muted);margin-bottom:.875rem;font-size:.875rem;line-height:1.6}.evenement-location-map{color:var(--teal-dark);transition:gap var(--transition);align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.evenement-location-map:hover{gap:.5rem}.evenement-related{flex-direction:column;gap:.75rem;display:flex}.evenement-related-card{color:inherit;border-radius:var(--radius);transition:background var(--transition);align-items:center;gap:1rem;padding:.625rem;text-decoration:none;display:flex}.evenement-related-card:hover{background:var(--white)}.evenement-related-date{background:var(--navy);color:#fff;border-radius:var(--radius-sm);text-align:center;flex-direction:column;flex-shrink:0;align-items:center;min-width:3rem;padding:.375rem .625rem;display:flex}.evenement-related-day{color:var(--teal);font-size:1.125rem;font-weight:900;line-height:1}.evenement-related-month{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-top:.125rem;font-size:.5625rem;font-weight:700}.evenement-related-type{text-transform:uppercase;letter-spacing:.1em;color:var(--teal-dark);margin-bottom:.2rem;font-size:.6875rem;font-weight:700}.evenement-related-title{color:var(--navy);font-size:.875rem;font-weight:600;line-height:1.3}@media (max-width:1024px){.agenda-posters{grid-template-columns:repeat(2,1fr)}.evenement-layout{grid-template-columns:1fr;gap:2.5rem}.evenement-sidebar{position:static}}@media (max-width:900px){.agenda-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.evenement-infobar{grid-template-columns:1fr}.evenement-header-top{flex-direction:column;gap:1rem}}@media (max-width:560px){.agenda-grid,.agenda-posters{grid-template-columns:1fr}}.newsletter{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,var(--teal-dark) 100%);position:relative;overflow:hidden}.newsletter:before,.newsletter:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.newsletter:before{filter:blur(64px);background:#2dc88c1a;width:30rem;height:30rem;top:-10rem;right:-5rem}.newsletter:after{background:#ffffff0a;width:16rem;height:16rem;bottom:-4rem;left:-4rem}.newsletter .container{z-index:1;position:relative}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.newsletter-copy{max-width:38ch}.newsletter-label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.6875rem;font-weight:700;display:inline-block}.newsletter-title{color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:800;line-height:1.15}.newsletter-desc{color:#ffffffad;font-size:1rem;line-height:1.7}.newsletter-form{flex-wrap:wrap;gap:.75rem;min-width:min(100%,26rem);display:flex}.newsletter-input{color:#fff;min-width:0;transition:border-color var(--transition),background var(--transition);background:#ffffff1a;border:1.5px solid #fff3;border-radius:50rem;outline:none;flex:1;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem}.newsletter-input::placeholder{color:#ffffff73}.newsletter-input:focus{border-color:var(--teal);background:#ffffff26}.newsletter-privacy{color:#ffffff73;text-align:center;margin-top:.75rem;font-size:.75rem;line-height:1.6}.newsletter-privacy a{color:#ffffffa6;text-underline-offset:2px;text-decoration:underline}.newsletter-privacy a:hover{color:var(--teal)}.newsletter-consent{align-items:flex-start;gap:.625rem;margin-top:.875rem;display:flex}.newsletter-consent input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--teal);cursor:pointer;flex-shrink:0;margin-top:.15rem}.newsletter-consent label{color:#ffffff80;cursor:pointer;font-size:.75rem;line-height:1.6}.newsletter-consent label a{color:#ffffffb3;text-underline-offset:2px;text-decoration:underline}.newsletter-consent label a:hover{color:var(--teal)}@media (max-width:768px){.newsletter-inner{flex-direction:column;gap:2rem}.newsletter-copy{text-align:center;max-width:none}.newsletter-form{justify-content:center}.newsletter-privacy{text-align:center}}@media (max-width:480px){.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-form .btn{border-radius:var(--radius)}}.site-footer{background:var(--navy-dark);color:#ffffffa6;padding-top:4rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-logo-wrap{border-radius:var(--radius);background:#fff;margin-bottom:1.25rem;padding:.5rem .875rem;display:inline-block}.footer-logo-wrap img{width:auto;height:2.375rem}.footer-tagline{color:#ffffff8c;max-width:26ch;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.65}.footer-socials{gap:.625rem;display:flex}.social-link{border-radius:var(--radius-sm);color:#fff9;width:2.25rem;height:2.25rem;transition:background var(--transition),color var(--transition);background:#ffffff12;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--teal);color:var(--navy)}.social-link svg{width:1rem;height:1rem}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.125rem;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-links a{color:#fff9;transition:color var(--transition);font-size:.9375rem}.footer-links a:hover{color:var(--teal)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;font-size:.8125rem;display:flex}.footer-bottom a{color:#fff6;transition:color var(--transition)}.footer-bottom a:hover{color:var(--teal)}.footer-legal{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-brand{grid-column:span 1}.footer-tagline{max-width:none}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}}.contact-section{background:var(--bg-light);padding-block:5rem}.contact-grid{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}.contact-info-card{background:var(--navy);color:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;position:sticky;top:6rem}.contact-info-title{margin-bottom:.5rem;font-size:1.375rem;font-weight:800}.contact-info-subtitle{color:#ffffffa6;margin-bottom:2rem;font-size:.9375rem;line-height:1.65}.contact-info-items{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{border-radius:var(--radius-sm);background:#2dc88c26;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact-icon svg{width:1.125rem;height:1.125rem;color:var(--teal)}.contact-info-item-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.contact-info-item-value{color:#ffffffd9;font-size:.9375rem;font-weight:500}.contact-info-divider{border:none;border-top:1px solid #ffffff1a;margin-block:1.5rem}.contact-socials-title{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:.875rem;font-size:.75rem;font-weight:700}.contact-socials{gap:.625rem;display:flex}.contact-socials a{border-radius:var(--radius-sm);color:#ffffffa6;width:2.5rem;height:2.5rem;transition:all var(--transition);background:#ffffff14;justify-content:center;align-items:center;display:flex}.contact-socials a:hover{background:var(--teal);color:var(--navy)}.contact-socials svg{width:1.125rem;height:1.125rem}.contact-form-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:2.5rem}.contact-form-title{color:var(--navy);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.contact-form-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form .btn{align-self:flex-start;margin-top:.5rem}.field-error{color:#c0392b;margin-top:.375rem;font-size:.8125rem}.form-success,.form-error{border-radius:var(--radius);align-items:flex-start;gap:.875rem;margin-top:1rem;padding:1.125rem 1.25rem;display:flex}.form-success{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1da88240}.form-success svg{color:var(--teal);flex-shrink:0;margin-top:.125rem}.form-error{color:#c0392b;background:#fff5f5;border:1px solid #c0392b33}.form-error svg{color:#e74c3c;flex-shrink:0;margin-top:.125rem}.form-feedback-title{margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.form-feedback-desc{opacity:.8;font-size:.8125rem;line-height:1.55}.form-error-list{flex-direction:column;gap:.3rem;list-style:none;display:flex}.form-error-list li{padding-left:1rem;font-size:.8125rem;line-height:1.5;position:relative}.form-error-list li:before{content:"–";opacity:.6;position:absolute;left:0}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-info-card{position:static}}@media (max-width:640px){.form-row{grid-template-columns:1fr}.contact-form-card{padding:1.75rem 1.25rem}}.don-section{background:var(--bg-light);padding-block:5rem}.don-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:3rem;display:grid}.don-impact{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-light) 60%,var(--teal-dark) 100%);border-radius:var(--radius-lg);color:#fff;padding:2.5rem 2rem;position:sticky;top:6rem}.don-impact-label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.625rem;font-size:.6875rem;font-weight:700}.don-impact-title{margin-bottom:.875rem;font-size:1.5rem;font-weight:800;line-height:1.2}.don-impact-desc{color:#ffffffa6;margin-bottom:2rem;font-size:.9375rem;line-height:1.7}.don-items{flex-direction:column;gap:1.125rem;margin-bottom:2rem;display:flex}.don-item{align-items:flex-start;gap:.875rem;display:flex}.don-item-icon{border-radius:var(--radius-sm);background:#2dc88c2e;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.don-item-icon svg{width:1rem;height:1rem;color:var(--teal)}.don-item-title{margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.don-item-desc{color:#ffffff8c;font-size:.8125rem;line-height:1.55}.don-legal-box{border-radius:var(--radius);color:#ffffff80;background:#ffffff12;padding:1rem 1.25rem;font-size:.75rem;line-height:1.65}.don-legal-box strong{color:#ffffffbf}.don-form-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:2.5rem}.don-form-title{color:var(--navy);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.don-form-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.don-step-label{text-transform:uppercase;letter-spacing:.12em;color:var(--teal-dark);align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:.75rem;font-weight:700;display:flex}.don-step-label:after{content:"";background:var(--border);flex:1;height:1px}.don-amounts{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.875rem;display:grid}.amount-btn{border:2px solid var(--border);border-radius:var(--radius);color:var(--navy);background:var(--white);cursor:pointer;transition:all var(--transition);text-align:center;padding:1rem .5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.amount-btn small{color:var(--text-muted);margin-top:.125rem;font-size:.6875rem;font-weight:500;display:block}.amount-btn:hover{border-color:var(--teal-dark);color:var(--teal-dark)}.amount-btn.active{border-color:var(--teal);background:var(--teal-light);color:var(--teal-dark)}.custom-amount-wrap{margin-bottom:1.75rem;position:relative}.custom-amount-wrap .field input{padding-left:2.5rem}.currency-prefix{color:var(--navy);pointer-events:none;font-size:1rem;font-weight:600;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.don-frequency{gap:.5rem;margin-bottom:1.75rem;display:flex}.freq-btn{border:2px solid var(--border);border-radius:var(--radius);color:var(--gray-600);background:var(--white);cursor:pointer;transition:all var(--transition);text-align:center;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:600}.freq-btn.active{border-color:var(--navy);background:var(--navy);color:#fff}.don-personal{flex-direction:column;gap:1.25rem;margin-bottom:1.75rem;display:flex}.don-summary{background:var(--bg-light);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.don-summary-label{color:var(--text-muted);font-size:.875rem}.don-summary-amount{color:var(--navy);font-size:1.625rem;font-weight:800}.don-summary-amount span{color:var(--text-muted);font-size:.75rem;font-weight:500}.don-submit{margin-top:.5rem}.don-form-legal{color:var(--text-muted);border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem;font-size:.75rem;line-height:1.65}.don-form-legal a{color:var(--teal-dark);text-decoration:underline}@media (max-width:960px){.don-grid{grid-template-columns:1fr}.don-impact{position:static}}@media (max-width:560px){.don-amounts{grid-template-columns:repeat(2,1fr)}.don-form-card{padding:1.75rem 1.25rem}}.article-layout{grid-template-columns:1fr 18rem;align-items:start;gap:4rem;padding-block:1.5rem 4rem;display:grid}.article-hero-img{aspect-ratio:16/7;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--navy) 0%,var(--teal-dark) 100%);margin-bottom:2.5rem;overflow:hidden}.article-hero-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.article-header{margin-bottom:2.5rem}.article-header .badge{margin-bottom:1rem}.article-header h1{color:var(--navy);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.1}.article-header .lead{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1875rem;font-weight:400;line-height:1.75}.article-header-meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;padding-block:1.25rem;display:flex}.article-author-avatar{background:linear-gradient(135deg,var(--navy),var(--teal-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:.875rem;font-weight:700;display:flex}.article-author-name{color:var(--navy);font-size:.9375rem;font-weight:600}.article-author-role{color:var(--text-muted);font-size:.75rem}.article-date-read{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-left:auto;font-size:.8125rem;display:flex}.article-date-read .sep{color:var(--gray-400)}.article-share{align-items:center;gap:.5rem;display:flex}.share-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:700}.share-btn{border-radius:var(--radius-sm);background:var(--gray-100);width:2.25rem;height:2.25rem;color:var(--gray-600);cursor:pointer;transition:all var(--transition);border:none;justify-content:center;align-items:center;display:flex}.share-btn:hover{background:var(--navy);color:#fff}.share-btn svg{width:.9375rem;height:.9375rem}.article-body{color:var(--gray-800);font-size:1.0625rem;line-height:1.8}.article-body p{margin-bottom:1.5rem}.article-body h2{color:var(--navy);margin-top:2.5rem;margin-bottom:1rem;font-size:1.625rem;font-weight:800;line-height:1.2}.article-body h3{color:var(--navy);margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-body li{margin-bottom:.5rem}.article-body strong{color:var(--navy);font-weight:700}.article-body blockquote{border-left:3px solid var(--teal);background:var(--teal-light);border-radius:0 var(--radius) var(--radius) 0;margin-block:2rem;padding:1.25rem 1.75rem}.article-body blockquote .blockquote-title{text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:.75rem;font-size:.6875rem;font-style:normal;font-weight:700}.article-body blockquote p{color:var(--teal-dark);margin:0;font-size:1.125rem;font-style:italic;font-weight:500;line-height:1.65}.blockquote-footer{border-top:1px solid #1a7a6a33;flex-direction:column;gap:.125rem;margin-top:1rem;padding-top:.875rem;display:flex}.blockquote-author{color:var(--teal-dark);font-size:.875rem;font-style:normal;font-weight:700}.blockquote-role{color:var(--teal-dark);opacity:.7;font-size:.75rem;font-style:normal}.article-carousel{border-radius:var(--radius-lg);margin-block:2rem;overflow:hidden}.carousel-viewport{position:relative;overflow:hidden}.carousel-track{position:relative}.carousel-slide{display:none}.carousel-slide.active{display:block}.carousel-img{aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--teal-dark));width:100%;overflow:hidden}.carousel-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.carousel-footer{background:var(--navy);justify-content:center;align-items:center;min-height:3.25rem;padding:0 1.5rem;display:flex}.carousel-footer .carousel-caption{color:#ffffff8c;text-align:center;margin:0;font-size:.8125rem;font-style:italic;line-height:1.55;display:none}.carousel-footer .carousel-caption.active{justify-content:center;align-items:center;width:100%;display:flex}.carousel-btn{color:#fff;cursor:pointer;width:2.75rem;height:2.75rem;transition:background var(--transition),border-color var(--transition);z-index:2;background:#ffffff1f;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#ffffff40;border-color:#ffffff80}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-dots{z-index:2;gap:.375rem;display:flex;position:absolute;bottom:.875rem;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;width:.5rem;height:.5rem;transition:background var(--transition),transform var(--transition);background:#ffffff59;border:none;border-radius:50%;padding:0}.carousel-dot.active{background:#fff;transform:scale(1.3)}.article-callout{background:var(--navy);color:#fff;border-radius:var(--radius-lg);align-items:flex-start;gap:1.5rem;margin-block:2rem;padding:2rem;display:flex}.callout-number{color:var(--teal);flex-shrink:0;font-size:3rem;font-weight:900;line-height:1}.callout-text{color:#fffc;font-size:1rem;line-height:1.65}.article-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:2rem;display:flex}.article-tags{flex-wrap:wrap;gap:.5rem;display:flex}.article-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6rem}.sidebar-widget{background:var(--bg-light);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem}.sidebar-widget-title{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.375rem;font-size:.75rem;font-weight:700}.sidebar-widget-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.8125rem;line-height:1.55}.toc-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.toc-list a{color:var(--gray-600);border-left:2px solid var(--border);transition:all var(--transition);padding:.375rem .75rem;font-size:.875rem;line-height:1.45;display:block}.toc-list a:hover{color:var(--navy);border-left-color:var(--teal)}.toc-list a.active{color:var(--teal-dark);border-left-color:var(--teal);font-weight:600}.related-articles{flex-direction:column;gap:1rem;display:flex}.related-article-card{color:inherit;border-radius:var(--radius);transition:background var(--transition);align-items:flex-start;gap:.875rem;padding:.75rem;text-decoration:none;display:flex}.related-article-card:hover{background:var(--white)}.related-thumb{border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--navy),var(--teal-dark));flex-shrink:0;width:4.5rem;height:3.5rem;overflow:hidden}.related-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.related-title{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.875rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.related-date{color:var(--text-muted);font-size:.75rem}@media (max-width:1024px){.article-layout{grid-template-columns:1fr;gap:2.5rem}.article-sidebar{position:static}}@media (max-width:640px){.article-header-meta{flex-direction:column;align-items:flex-start}.article-date-read{margin-left:0}.article-body{font-size:1rem}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.flex{display:flex}.grid{display:grid}.contents{display:contents}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
