*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0A1E34;--green:#267A5E;--slate:#3F5463;--cream:#F7F6F2;--white:#ffffff;--green-light:rgba(50,165,126,0.08)}body,html{overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:"DM Sans",sans-serif;background:var(--cream);color:var(--navy)}.nav-logo,nav{display:flex;align-items:center}nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1.25rem 2.5rem;background:rgba(247,246,242,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,30,52,.08)}.nav-logo{gap:.75rem;text-decoration:none}.page-hero{background:var(--navy);padding:9rem 5rem 5rem;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(50,165,126,.12)0,transparent 70%);top:50%;right:-100px;transform:translateY(-50%);pointer-events:none}.page-hero-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--green);font-weight:600;margin-bottom:.75rem}.page-hero h1{font-family:"DM Serif Display",serif;font-size:clamp(2.2rem,4vw,3.5rem);color:var(--white);line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.page-hero p{font-size:1rem;color:rgba(255,255,255,.55);font-weight:300;line-height:1.6}.policy-body{max-width:800px;margin:0 auto;padding:5rem 2rem 6rem}.policy-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(10,30,52,.08)}.policy-section:last-child{border-bottom:none;margin-bottom:0}.policy-section h2{font-family:"DM Serif Display",serif;font-size:1.5rem;color:var(--navy);margin-bottom:1rem;line-height:1.2}.policy-section p{font-size:.95rem;color:var(--slate);line-height:1.8;font-weight:300;margin-bottom:1rem}.policy-section p:last-child{margin-bottom:0}.policy-section ul{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:1rem 0}.policy-section ul li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--slate);line-height:1.65;font-weight:300}.policy-section ul li>span{flex:1;min-width:0}.policy-section ul li::before{content:"";width:6px;height:6px;min-width:6px;background:var(--green);border-radius:50%;margin-top:.55rem}.policy-section a{color:var(--green);text-decoration:none;font-weight:500}.policy-section a:hover{text-decoration:underline}.policy-highlight{background:var(--green-light);border-left:3px solid var(--green);border-radius:0 10px 10px 0;padding:1.25rem 1.5rem;margin:1.5rem 0}.policy-highlight p{font-size:.9rem;color:var(--navy);font-weight:400;margin:0}.effective-date{display:inline-block;background:var(--white);border:1px solid rgba(10,30,52,.1);border-radius:100px;padding:.4rem 1rem;font-size:.8rem;color:var(--slate);margin-bottom:3rem}footer{background:var(--navy);padding:2rem 5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy,.footer-links a{font-size:.78rem;color:rgba(255,255,255,.55)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{text-decoration:none;color:rgba(255,255,255,.6);transition:color .2s}.skip-nav{position:absolute;top:-100%;left:1rem;background:var(--navy);color:#fff;padding:.5rem 1rem;border-radius:0 0 8px 8px;font-size:.875rem;font-weight:600;text-decoration:none;z-index:9999;transition:top .15s}.skip-nav:focus{top:0}.footer-links a:hover{color:var(--green)}@media (max-width:700px){nav{padding:1rem 1.5rem}.page-hero{padding:7rem 1.5rem 3.5rem}.policy-body{padding:3rem 1.5rem 4rem}footer{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start}}.nav-logo-img{height:44px;width:auto}.back-link{text-decoration:none;font-size:.9rem;color:var(--slate);font-weight:400;display:flex;align-items:center;gap:.4rem}