@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
@import "https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.3.2/css/flag-icons.min.css";
:root{--shell-red:#dd1d21;--shell-yellow:#fbce07;--shell-black:#000;--shell-dark:#1f1f1f;--shell-gray:#707070;--shell-gray-light:#f7f7f7;--shell-white:#fff;--marshal-navy:var(--shell-black);--marshal-charcoal:var(--shell-dark);--marshal-amber:var(--shell-yellow);--marshal-gold:#e5b800;--marshal-white:var(--shell-white);--marshal-gray:var(--shell-gray);--marshal-gray-light:#d1d1d1;--marshal-light:var(--shell-gray-light);--marshal-dark-text:var(--shell-black);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"SF Mono", "Fira Code", monospace;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--container-width:1280px}*,:before,:after{box-sizing:border-box;min-width:0;margin:0;padding:0}body{overflow-wrap:break-word;word-break:break-word}table{table-layout:fixed;width:100%}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-sans);color:var(--marshal-dark-text);background-color:var(--marshal-white);font-size:16px;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color .2s}ul,ol{list-style:none}button{font:inherit;cursor:pointer;background:0 0;border:none}h1,h2,h3,h4,h5,h6{color:var(--shell-black);font-weight:700;line-height:1.2}h1{letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4.5rem)}h2{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:1.25rem}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:2rem}.section{padding-block:6rem}.section--dark{background-color:var(--shell-gray-light);color:var(--shell-black)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--shell-black)}.section--light{background-color:var(--shell-gray-light)}.eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--shell-red);margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-block}.btn{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;line-height:1;transition:background .15s,box-shadow .15s;display:inline-flex}.btn--primary{background-color:var(--shell-yellow);color:var(--shell-black);border:1px solid #0000}.btn--primary:hover{background-color:#f0c000;box-shadow:0 1px 3px #0000001a}.btn--outline{background:0 0;border:1.5px solid}.btn--outline:hover{background:#0000000a}.btn--ghost{color:var(--shell-black);background:0 0}.btn--ghost:hover{background:#0000000d}.btn--large{padding:.875rem 2.25rem;font-size:1rem}.card{background:var(--shell-white);border-radius:var(--radius-md);border:none;flex-direction:column;padding:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.card__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.card__image{aspect-ratio:16/9;background-color:#ddd;position:relative;overflow:hidden}.card__link{color:var(--shell-black);align-items:center;gap:.5rem;margin-top:auto;font-size:.9375rem;font-weight:700;display:inline-flex}.card__link:after{content:"→";transition:transform .2s}.card:hover .card__link:after{transform:translate(4px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.hero{color:var(--shell-black);background-color:#fff;padding-block:10rem 6rem;position:relative;overflow:hidden}.hero__content{z-index:1;max-width:800px;position:relative}.hero__headline{margin-bottom:1.5rem}.hero__subheadline{color:var(--shell-gray);max-width:640px;margin-bottom:3rem;font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.5}.hero__actions{flex-wrap:wrap;gap:1.25rem;display:flex}.section-header{text-align:center;margin-inline:auto;max-width:800px;margin-bottom:4rem}.section-header__title{margin-bottom:1.25rem}.section-header__body{color:var(--shell-gray);font-size:1.125rem;line-height:1.6}.footer{background:var(--shell-white);color:var(--shell-black);border-top:1px solid #e5e5e5;padding-block:5rem 3rem}.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer__brand-name{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer__brand-tagline{color:var(--shell-gray);max-width:320px;font-size:1rem}.footer__link-group-title{margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer__link{color:var(--shell-gray);margin-bottom:.75rem;font-size:.9375rem;display:block}.footer__link:hover{color:var(--shell-black);text-decoration:underline}.footer__bottom{color:var(--shell-gray);border-top:1px solid #e5e5e5;justify-content:space-between;padding-top:2rem;font-size:.8125rem;display:flex}@media (max-width:768px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.footer__inner{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.6s both fadeInUp}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.process-row{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}.process-row .process-line{display:none}}@media (max-width:480px){.process-row{grid-template-columns:1fr!important}}.marshal-navbar__link{align-items:center;display:inline-flex;color:var(--shell-black)!important;background:var(--shell-gray-light)!important;border-radius:6px!important;padding:.5rem .875rem!important;font-size:.8125rem!important;font-weight:600!important;transition:background .15s!important}.marshal-navbar__link:hover{background:#e5e5e5!important}.marshal-navbar__link--active{background:var(--shell-red)!important;color:#fff!important}@media (max-width:1024px){.container{padding-inline:1.25rem}.section{padding-block:4rem}.hero{padding-block:6rem 3rem}.hero__layout{text-align:left;grid-template-columns:1fr}.hero__actions{justify-content:flex-start}.hero__image-wrapper{display:none}.hero__headline{font-size:clamp(2rem,8vw,3rem)}.hero__subheadline{max-width:100%;font-size:1.0625rem}.grid-4{grid-template-columns:repeat(2,1fr)}.cta-banner{padding-block:4rem}.footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}.stats-bar{grid-template-columns:repeat(2,1fr);gap:2rem}.process-grid,.process-row{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media (max-width:768px){.container{padding-inline:1rem}.section{padding-block:3rem}.hero{padding-block:5rem 2rem}.hero__headline{font-size:clamp(1.75rem,7vw,2.25rem)}.hero__subheadline{font-size:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.25rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.btn--large{padding:.875rem 2rem;font-size:1rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{justify-content:center;width:100%}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-item__value{font-size:2rem}.card{padding:1.25rem;overflow:hidden}.card h3{font-size:1.25rem}.card__content{overflow:hidden;padding:1.25rem!important}.card__image{height:140px!important}.card table{font-size:.75rem}.card table td{padding:.375rem 0!important}.section-header{margin-bottom:2.5rem}.section-header__title{font-size:1.5rem}.section-header__body{font-size:.9375rem}.cta-banner{padding-block:3rem}.cta-banner__title{font-size:1.5rem!important}.cta-banner__body{margin-bottom:1.5rem!important;font-size:1rem!important}.footer__inner{grid-template-columns:1fr;gap:2rem}.process-grid{grid-template-columns:1fr!important}.flywheel{flex-direction:column;gap:1rem}.flywheel-arrow{transform:rotate(90deg)}.timeline-grid{grid-template-columns:1fr!important}.modal{margin:1rem;padding:2rem}.modal__title{font-size:1.75rem!important}}@media (max-width:480px){.hero{padding-block:4rem 1.5rem}.hero__headline{font-size:1.5rem}.hero__subheadline{margin-bottom:1.5rem;font-size:.9375rem}.section{padding-block:2.5rem}.stats-bar{grid-template-columns:1fr 1fr;gap:1.5rem}.stat-item__value{font-size:1.75rem}.stat-item__label{font-size:.75rem}.card{padding:1.25rem}.card__content{padding:1rem!important}.btn{padding:.625rem 1.25rem;font-size:.8125rem}.btn--large{padding:.75rem 1.75rem;font-size:.9375rem}.container{padding-inline:.875rem}}
