:root{--bg: #ffffff;--surface: #ffffff;--header-bg: #e5e7eb;--footer-bg: #e5e7eb;--text: #1f2937;--muted: #4b5563;--border: #d1d5db;--accent: #b91c1c;--accent-hover: #991b1b;--section-spacing-y: 8rem;--font-base: "Poppins", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{font-family:var(--font-base)}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-size:1rem;line-height:1.6}p{font-size:1rem;line-height:1.7;margin:0 0 1rem}.content-link{color:var(--accent);text-decoration:underline;text-underline-offset:.14em}.content-link:hover{color:var(--accent-hover)}h1,h2,h3,h4{line-height:1.25;margin:0 0 .75rem}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}main,.header-inner,.footer-inner{width:min(1120px,100% - 2rem);margin:0 auto}header{width:100%;background:var(--header-bg);position:relative}.header-inner{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo-image{display:block;height:2.25rem;width:auto}.menu-toggle{display:none;border:0;background:transparent;padding:.25rem;cursor:pointer;align-items:center;justify-content:center}.menu-icon{display:block;width:1.5rem;height:1.5rem}.menu-toggle-checkbox{display:none}nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem}nav a{color:var(--accent);text-decoration:none;font-weight:500}nav a:hover{color:var(--accent-hover)}main{flex:1;margin-top:1.5rem;background:var(--surface);padding:2rem 1.25rem}main:has(>.hero--flush-top:first-child){margin-top:0;padding-top:0}footer{width:100%;background:var(--footer-bg);color:var(--muted);font-size:.9rem;text-align:left}.footer-inner{margin:1.75rem auto 0;padding:2rem 1.25rem 2.25rem;color:var(--muted);font-size:.9rem;text-align:left}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.footer-column p{margin:0}.footer-column p.footer-title{font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.footer-links a{color:var(--accent);text-decoration:none;line-height:1.4}.footer-links a:hover{color:var(--accent-hover)}@media(min-width:768px)and (max-width:1023px){.header-inner,main,.footer-inner{width:min(960px,100% - 2rem)}.header-inner{padding:.875rem 1rem}main{padding:1.75rem 1rem}body{font-size:1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.125rem}}@media(max-width:767px){.header-inner,main,.footer-inner{width:min(100%,100% - 1.25rem)}.header-inner{padding:.75rem .875rem;position:relative;flex-direction:row;align-items:center}.menu-toggle{display:inline-flex;margin-left:auto}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem .875rem;box-shadow:0 10px 24px #00000014;z-index:20}.menu-toggle-checkbox:checked+.menu-toggle+.main-nav{display:block}.main-nav ul{flex-direction:column;align-items:flex-end;gap:.625rem}.main-nav a{text-align:right}main{margin-top:1rem;padding:1.25rem .875rem}main:has(>.hero--flush-top:first-child){margin-top:0;padding-top:0}.footer-inner{padding:1.5rem .875rem 1.75rem}.footer-grid{grid-template-columns:1fr;gap:1rem}body,p{font-size:.9375rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}}@media(min-width:1024px){.header-inner,main,.footer-inner{width:min(1120px,100% - 2rem)}}.hero{position:relative;display:flex;align-items:center;min-height:clamp(22rem,55vh,34rem);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0f172ad1,#0f172a73 55%,#0f172a33);z-index:1;pointer-events:none}.hero--full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero__media{position:absolute;inset:0;z-index:0}.hero__media-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__container{position:relative;z-index:2;width:min(1120px,100% - 2rem);margin:0 auto;padding:3rem 1.25rem}.hero__text{width:66.666%;display:flex;flex-direction:column;gap:1rem}.hero__text h1{color:#fff;margin:0}.hero__subtext{color:#ffffffeb}.hero__subtext>:first-child{margin-top:0}.hero__subtext>:last-child{margin-bottom:0}.hero__subtext :is(p,ul,ol){color:#ffffffeb}.hero__subtext p{white-space:pre-line}.hero__button{display:inline-block;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;width:fit-content}.hero__button:hover{background:var(--accent-hover)}@media(min-width:768px)and (max-width:1023px){.hero__container{width:min(960px,100% - 2rem);padding:2.5rem 1rem}.hero__text{width:66.666%}}@media(max-width:767px){.hero__container{width:min(100%,100% - 1.25rem);padding:2rem .875rem}.hero__text{width:100%}}.card-grid{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.card-grid h2{margin-bottom:1.25rem}.card-grid__items{display:grid;grid-template-columns:repeat(var(--card-grid-columns-desktop, 3),minmax(0,1fr));gap:1rem}.card-grid__card{background:#f3f4f6;overflow:hidden;display:flex;flex-direction:column}.card-grid__image{display:block;width:100%;height:180px;object-fit:cover}.card-grid__content{padding:1rem;display:flex;flex-direction:column;flex:1}.card-grid__content h3{margin-bottom:.5rem}.card-grid__text{margin-bottom:.875rem;color:#374151}.card-grid__text>:first-child{margin-top:0}.card-grid__text>:last-child{margin-bottom:0}.card-grid__text p{white-space:pre-line}.card-grid__content a{color:var(--accent);font-weight:600;text-decoration:none;margin-top:auto}.card-grid__content a:hover{text-decoration:underline}@media(max-width:767px){.card-grid__items{grid-template-columns:repeat(var(--card-grid-columns-mobile, 1),minmax(0,1fr))}}@media(min-width:768px)and (max-width:1023px){.card-grid__items{grid-template-columns:repeat(var(--card-grid-columns-tablet, 2),minmax(0,1fr))}}.accordion-section{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.accordion__intro{margin-bottom:1.25rem}.accordion{border-top:1px solid var(--border)}.accordion__item{border-bottom:1px solid var(--border)}.accordion__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-weight:600;color:var(--text)}.accordion__item summary::-webkit-details-marker{display:none}.accordion__icon{width:1.125rem;height:1.125rem;flex-shrink:0;transition:transform .2s ease}.accordion__item[open] .accordion__icon{transform:rotate(180deg)}.accordion__content{padding:0 0 1rem}.accordion__content>:first-child{margin-top:0}.accordion__content>:last-child{margin-bottom:0}.accordion__content :is(p,ul,ol){color:#374151}.accordion__intro p,.accordion__content p{white-space:pre-line}.text-image{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.text-image__layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.text-image h2{margin-bottom:1.25rem}.text-image__image{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}.text-image__body{display:flex;flex-direction:column;justify-content:center}.text-image__text>:first-child{margin-top:0}.text-image__text>:last-child{margin-bottom:0}.text-image__text p{white-space:pre-line}.text-image__button{display:inline-block;margin-top:1rem;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;width:fit-content}.text-image__button:hover{background:var(--accent-hover)}@media(max-width:767px){.text-image__layout{display:flex;flex-direction:column}.text-image__image{order:1;min-height:220px}.text-image__body{order:2}}.image-text{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.image-text__layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.image-text h2{margin-bottom:1.25rem}.image-text__image{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}.image-text__body{display:flex;flex-direction:column;justify-content:center}.image-text__text>:first-child{margin-top:0}.image-text__text>:last-child{margin-bottom:0}.image-text__text p{white-space:pre-line}.image-text__button{display:inline-block;margin-top:1rem;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;width:fit-content}.image-text__button:hover{background:var(--accent-hover)}@media(max-width:767px){.image-text__layout{display:flex;flex-direction:column}.image-text__image{order:1;min-height:220px}.image-text__body{order:2}}.two-column-text{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.two-column-text h2{margin-bottom:1rem}.two-column-text__columns{column-count:1;column-gap:2rem}.two-column-text__columns>*{break-inside:avoid}.two-column-text__columns p{white-space:pre-line}@media(min-width:768px){.two-column-text__columns{column-count:2}}.simple-text-single{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.simple-text-single h2{margin-bottom:1rem}.simple-text-single__text>:first-child{margin-top:0}.simple-text-single__text>:last-child{margin-bottom:0}.simple-text-single__text p{white-space:pre-line}.icon-grid{margin-top:var(--section-spacing-y);margin-bottom:var(--section-spacing-y)}.icon-grid h2{margin-bottom:1rem}.icon-grid__items{display:grid;grid-template-columns:repeat(var(--icon-grid-columns-desktop),minmax(0,1fr));gap:1rem}.icon-grid__item{background:#f9fafb;padding:1rem}.icon-grid__logo-link,.icon-grid__logo{display:block}.icon-grid__logo{width:100%;height:auto;margin-bottom:.75rem}.icon-grid__item h4{margin-bottom:.5rem}.icon-grid__text>:first-child{margin-top:0}.icon-grid__text>:last-child{margin-bottom:0}.icon-grid__text p{white-space:pre-line}@media(min-width:768px)and (max-width:1023px){.icon-grid__items{grid-template-columns:repeat(var(--icon-grid-columns-tablet),minmax(0,1fr))}}@media(max-width:767px){.icon-grid__items{grid-template-columns:repeat(var(--icon-grid-columns-mobile),minmax(0,1fr))}}
