:root{--blue:#1663db;--blue-bright:#2e86f5;--blue-deep:#0a3a9c;--navy:#0b1830;--navy-2:#10233f;--ink:#10151c;--slate:#46536b;--silver:#c7cdd6;--line:#dde3ea;--bg:#f5f7fa;--white:#fff;--radius:10px;--shadow:0 10px 30px #0b18301a;--shadow-lift:0 16px 40px #0b183029;--ease-out:cubic-bezier(.22, 1, .36, 1);--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6}img,svg{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--blue-bright);outline-offset:2px;border-radius:4px}h1,h2,h3{text-wrap:balance}.content p{text-wrap:pretty}.wrap{max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.site-header{background:var(--white);border-bottom:1px solid var(--line);z-index:50;position:sticky;top:0}.site-header .wrap{flex-wrap:wrap;align-items:center;gap:clamp(12px,3vw,28px);min-height:72px;padding-top:8px;padding-bottom:8px;display:flex}.brand-strip{justify-content:flex-end;align-items:center;gap:18px;max-width:1120px;margin:0 auto;padding:8px clamp(16px,4vw,32px) 0;display:flex}.brand-strip img{width:auto;height:20px}@media (max-width:767px){.brand-strip{display:none}}.brand img{width:auto;height:46px}.nav{flex-wrap:wrap;align-items:center;gap:clamp(6px,1.5vw,14px);margin-left:auto;display:flex}.nav a{color:var(--ink);padding:10px 6px;font-size:15px;font-weight:600}.nav a:hover{color:var(--blue);text-decoration:none}.nav a.active{color:var(--blue);box-shadow:inset 0 -2px 0 var(--blue)}.nav .cta{background:var(--blue);color:var(--white);transition:background .2s var(--ease-out), transform .2s var(--ease-out);border-radius:8px;padding:11px 18px;font-weight:700}.nav .cta:hover{background:var(--blue-deep);color:var(--white)}.hero{color:var(--white);background:var(--navy);padding:clamp(72px,11vw,150px) 0;position:relative;overflow:hidden}.hero-photo{background-image:url(/hero-tipper-960.webp);background-position:72% 40%;background-size:cover;position:absolute;inset:0}@media (min-width:700px){.hero-photo{background-image:url(/hero-tipper.webp)}}.hero-photo:after{content:"";background:linear-gradient(100deg,#0b1830f0 0%,#0b1830d1 38%,#0a3a9c59 72%,#0b183040 100%);position:absolute;inset:0}.hero .wrap{z-index:1;position:relative}.hero-inner{animation:rise .7s var(--ease-out) both}@keyframes rise{0%{opacity:.01;transform:translateY(14px)}to{opacity:1;transform:none}}.hero h1{letter-spacing:-.5px;text-shadow:0 2px 24px #0b18308c;max-width:700px;font-size:clamp(30px,5vw,52px);font-weight:800;line-height:1.12}.hero h1 em{color:var(--blue-bright);font-style:italic}.hero p.lead{color:#dbe2ec;text-shadow:0 1px 16px #0b183099;max-width:580px;margin-top:18px;font-size:clamp(16px,2vw,20px)}.hero .actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.btn{transition:background .2s var(--ease-out), border-color .2s var(--ease-out), transform .2s var(--ease-out);border-radius:8px;padding:15px 28px;font-size:16px;font-weight:700;display:inline-block}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 6px 18px #0a3a9c66}.btn-primary:hover{background:var(--blue-bright);color:var(--white);text-decoration:none}.btn-ghost{color:var(--white);background:#0b183059;border:2px solid #ffffff8c}.btn-ghost:hover{border-color:var(--white);text-decoration:none}.hero .trust{color:#e6ebf3;flex-wrap:wrap;gap:10px 24px;margin-top:32px;font-size:14px;font-weight:600;display:flex}.hero .trust span:before{content:"✓ ";color:var(--blue-bright);font-weight:800}section{padding:clamp(48px,7vw,84px) 0}section.alt{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}h2{letter-spacing:-.3px;font-size:clamp(25px,3.4vw,37px);font-weight:800}.sub{color:var(--slate);max-width:640px;margin-top:12px;font-size:17px}.grid{gap:24px;margin-top:36px;display:grid}.grid.cols-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);transition:box-shadow .25s var(--ease-out), transform .25s var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.card-photo{aspect-ratio:4/3;background:var(--navy-2);overflow:hidden}.card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .45s var(--ease-out)}.card:hover .card-photo img{transform:scale(1.04)}.card-body{flex-direction:column;flex:1;padding:20px 22px 22px;display:flex}.card h3{margin-bottom:6px;font-size:19px;font-weight:750}.card h3 a{color:var(--ink)}.card h3 a:after{content:"";position:absolute;inset:0}.card{position:relative}.card h3 a:hover{color:var(--blue);text-decoration:none}.card p{color:var(--slate);flex:1;font-size:15px}.card .more{color:var(--blue);margin-top:14px;font-size:14px;font-weight:700}.feature-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px 30px;margin-top:32px;display:grid}.feature h3{align-items:center;gap:10px;margin-bottom:6px;font-size:17px;display:flex}.feature h3:before{content:"";background:var(--blue);border-radius:2px;flex:none;width:10px;height:10px}.feature p{color:var(--slate);font-size:15px}.band-navy{background:linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, var(--blue-deep) 100%);color:var(--white)}.band-navy h2{color:var(--white)}.band-navy .sub{color:#ccd6e6}.page-hero{background:linear-gradient(135deg, var(--navy), var(--blue-deep));color:var(--white);padding:clamp(40px,6vw,64px) 0}.page-hero .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(24px,4vw,48px);display:flex}.page-hero-text{flex:420px;max-width:660px}.page-hero h1{letter-spacing:-.4px;font-size:clamp(26px,4vw,42px);font-weight:800;line-height:1.15}.page-hero p{color:#ccd6e6;max-width:620px;margin-top:12px}.page-hero-photo{flex:0 300px}.page-hero-photo img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:0 14px 40px #0006}.breadcrumbs{color:#b6c1d4;margin-bottom:14px;font-size:13px}.breadcrumbs a{color:#b6c1d4;text-decoration:underline}.content{max-width:760px}.content h2{margin-top:40px;font-size:26px}.content p,.content li{color:#232d3e;margin-top:12px}.content ul{padding-left:22px}.content table{border-collapse:collapse;background:var(--white);width:100%;margin-top:18px}.content th,.content td{border:1px solid var(--line);text-align:left;padding:10px 14px;font-size:15px}.content th{background:var(--navy);color:var(--white);font-weight:700}.note{background:#e7f0fd;border:1px solid #c4d8f7;border-radius:8px;margin-top:22px;padding:16px 18px;font-size:15px}.photo-band{border-radius:var(--radius);box-shadow:var(--shadow);margin-top:36px;overflow:hidden}.photo-band img{width:100%;display:block}.photo-band figcaption{background:var(--navy);color:var(--silver);padding:10px 16px;font-size:13px}.cta-band{background:linear-gradient(135deg, var(--blue-deep), var(--blue));color:var(--white);text-align:center}.cta-band h2{color:var(--white)}.cta-band p{color:#e8effc;margin-top:10px}.cta-band .actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:26px;display:flex}.cta-band .btn-primary{background:var(--white);color:var(--blue-deep);box-shadow:none}.cta-band .btn-primary:hover{color:var(--blue-deep);background:#e4ebf7}.cta-band .btn-ghost{background:0 0}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;margin-top:30px;display:grid}.contact-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.contact-card h3{margin-bottom:10px;font-size:18px}.contact-card p{color:var(--slate);margin-top:6px;font-size:15px}.contact-card .big{margin-top:4px;font-size:24px;font-weight:800}.contact-card .med{margin-top:4px;font-size:19px;font-weight:800}.site-footer{background:var(--navy);color:#b6c1d4;padding:clamp(40px,6vw,60px) 0 28px}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;display:grid}.site-footer .fh{color:var(--white);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:15px;font-weight:700}.site-footer a{color:#c3cddd}.site-footer a:hover{color:var(--white)}.site-footer ul{list-style:none}.site-footer li,.site-footer p{margin-top:8px;font-size:14px}.footer-bottom{color:#9aa7bc;border-top:1px solid #c7cdd626;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:34px;padding-top:18px;font-size:13px;display:flex}@media (max-width:720px){.site-header{position:static}.site-header .wrap{justify-content:center;gap:4px 14px;min-height:0;padding-top:10px;padding-bottom:10px}.brand img{height:36px}.nav{justify-content:center;gap:0 8px;margin-left:0}.nav a{padding:8px 5px;font-size:14px}.nav .cta{padding:9px 14px}.hero-photo:after{background:linear-gradient(160deg,#0b1830ed 0%,#0b1830d1 55%,#0a3a9c8c 100%)}.page-hero-photo{flex-basis:100%;max-width:420px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-inner{animation:none}.card,.card-photo img,.btn,.nav .cta{transition:none}.card:hover,.card:hover .card-photo img{transform:none}}
