@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--red:#D41B2C;--red-dark:#B5101E;--red-light:#FCEAEC;--navy:#162B5B;--navy-dark:#0E1D3D;--navy-light:#E8ECF4;--navy-transparent:rgba(22,43,91,0.92);--white:#FFFFFF;--black:#0F1419;--gray-50:#F8F9FA;--gray-100:#F1F3F5;--gray-200:#E9ECEF;--gray-300:#DEE2E6;--gray-400:#ADB5BD;--gray-500:#6C757D;--gray-600:#495057;--gray-700:#343A40;--gray-800:#212529;--gray:#6C757D;--gray-light:#F8F9FA;--gray-dark:#343A40;--gold:#E8A820;--gold-light:#FFF7E6;--green:#198754;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--section-gap:80px;--container-max:1120px;--container-narrow:760px;--shadow-xs:0 1px 2px rgba(0,0,0,0.05);--shadow-sm:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.08),0 2px 4px -1px rgba(0,0,0,0.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.08),0 10px 10px -5px rgba(0,0,0,0.03);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--red-glow:rgba(212,27,44,0.25);--green-field:#2D5A27;--green-dark:#1a3520;--ease:cubic-bezier(0.4,0,0.2,1);--ease-out:cubic-bezier(0,0,0.2,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--gray-800);line-height:1.6;overflow-x:hidden;background:var(--white)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}:focus-visible{outline:2px solid var(--navy);outline-offset:2px}::selection{background:var(--navy-light);color:var(--navy-dark)}