:root { --legacy-blue:#1d5d91; --legacy-blue-dark:#123e62; --legacy-orange:#f29b22; --legacy-text:#555; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:1rem; }
body { margin:0; color:var(--legacy-text); background:#e8e8e8; font:13px/1.6 Arial,Helvetica,sans-serif; }
a { color:#1a5b8f; }
a:hover { color:#0f3655; }
.site-width { width:min(980px,calc(100% - 24px)); margin-right:auto; margin-left:auto; }
.utility-bar { color:#d9e7f2; background:#143e60; border-bottom:1px solid #08283f; font-size:11px; }
.utility-inner { display:flex; justify-content:space-between; padding:5px 0; }
.utility-bar a { color:#fff; text-decoration:none; }
.brand-header { display:flex; min-height:92px; align-items:center; justify-content:space-between; background:#fff; padding:14px 18px; border-right:1px solid #d2d2d2; border-left:1px solid #d2d2d2; }
.legacy-logo { display:flex; align-items:center; gap:10px; color:#525252; font-size:30px; text-decoration:none; letter-spacing:-1px; }
.legacy-logo:hover { color:#525252; }
.legacy-logo strong { color:var(--legacy-blue); }
.legacy-logo small { display:block; color:#888; font-size:9px; font-weight:bold; letter-spacing:2px; line-height:1; }
.legacy-logo-mark { display:grid; width:55px; height:55px; place-items:center; color:#fff; border:1px solid #0b3b60; border-radius:4px; background:linear-gradient(#3a82b9,#154f7b); box-shadow:inset 0 1px rgba(255,255,255,.5),0 1px 2px #999; font:bold 18px Arial,sans-serif; }
.header-contact { text-align:right; }
.header-contact span { display:block; color:#888; font-size:11px; }
.header-contact a { font-size:16px; font-weight:bold; text-decoration:none; }
.old-nav { z-index:4; min-height:43px; padding:0 12px; border:1px solid #0d3b5d; border-radius:4px 4px 0 0; background:linear-gradient(#2c78ad,#14527e); box-shadow:inset 0 1px rgba(255,255,255,.3); }
.old-nav .nav-link,.old-nav .navbar-brand { padding:12px 21px!important; color:#fff!important; border-right:1px solid rgba(0,0,0,.2); font-size:12px; font-weight:bold; text-shadow:0 -1px #0a3553; }
.old-nav .nav-link:hover,.old-nav .nav-link.active { background:rgba(0,0,0,.2); }
.old-nav .navbar-toggler { margin:5px; border-color:rgba(255,255,255,.5); background:#fff; }
.legacy-banner { position:relative; min-height:310px; overflow:hidden; border:1px solid #16496f; border-top:0; background:linear-gradient(90deg,rgba(15,54,83,.96) 0%,rgba(20,72,109,.93) 50%,rgba(24,77,114,.45) 100%),url("../assets/img/bg-masthead.jpg") 75% center/cover no-repeat; box-shadow:0 3px 8px rgba(0,0,0,.35); }
.banner-copy { width:60%; padding:43px 0 35px 48px; color:#fff; }
.banner-label { margin:0 0 5px; color:#a9d5f2; font-size:11px; font-weight:bold; letter-spacing:2px; }
.legacy-banner h1 { margin:0 0 12px; color:#fff; font:normal 36px/1.12 Georgia,"Times New Roman",serif; text-shadow:0 2px 1px #0d334e; }
.legacy-banner p { max-width:530px; margin-bottom:24px; color:#e7eff4; font-size:14px; }
.banner-buttons { display:flex; gap:8px; }
.old-button { display:inline-block; padding:8px 15px; border:1px solid; border-radius:3px; font-size:11px; font-weight:bold; text-decoration:none; text-transform:uppercase; box-shadow:inset 0 1px rgba(255,255,255,.55),0 1px 2px rgba(0,0,0,.5); }
.old-button-light { color:#333; border-color:#d38514; background:linear-gradient(#ffc85e,#ed9414); }
.old-button-light:hover { color:#222; }
.old-button-dark { color:#fff; border-color:#0a2d47; background:linear-gradient(#326f9c,#143f60); }
.old-button-dark:hover { color:#fff; }
.banner-stamp { position:absolute; right:45px; bottom:35px; width:190px; padding:18px; color:#dceaf4; border:1px solid rgba(255,255,255,.35); background:rgba(8,38,59,.78); text-align:center; transform:rotate(-2deg); }
.banner-stamp span,.banner-stamp small { display:block; font-size:10px; letter-spacing:3px; }
.banner-stamp strong { display:block; color:#fff; font:bold 27px Georgia,serif; }
.main-panel { padding:34px 34px 45px; border:1px solid #ccc; border-top:0; background:#fff; box-shadow:0 2px 5px rgba(0,0,0,.12); }
h2,h3 { color:#444; font-family:Georgia,"Times New Roman",serif; }
.welcome-grid { display:grid; grid-template-columns:2fr 1fr; gap:38px; }
.welcome-grid h2,.quick-contact h2,.section-heading { margin:0 0 11px; color:#444; font-size:21px; font-weight:normal; }
.quick-contact { padding:15px 18px; border:1px solid #c8c8c8; background:linear-gradient(#fafafa,#ececec); box-shadow:inset 0 1px #fff; }
.quick-contact h2 { font-size:18px; }
.quick-contact a { font-weight:bold; }
.cut { margin:28px 0; border:0; border-top:1px solid #d5d5d5; border-bottom:1px solid #fff; }
.legacy-services { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }
.legacy-services article { display:flex; gap:13px; padding-right:18px; border-right:1px dotted #aaa; }
.legacy-services article:last-child { border-right:0; }
.legacy-services h3 { margin:0 0 6px; color:#2c5e83; font:bold 14px Arial,sans-serif; }
.legacy-services p { margin:0; }
.service-icon { flex:0 0 42px; height:42px; padding-top:8px; color:#fff; border:1px solid #17496f; border-radius:50%; background:linear-gradient(#4d91c0,#1a5b89); text-align:center; font-size:16px; font-weight:bold; }
.plans-section { margin-top:3px; }
.product-tabs { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #184d74; border-bottom:0; }
.product-tabs span { padding:9px 5px; color:#fff; border-right:1px solid #113c5c; background:linear-gradient(#367eae,#15547f); text-align:center; font-weight:bold; }
.product-tabs span:last-child { border-right:0; }
.plan-columns { display:grid; grid-template-columns:repeat(4,1fr); border-left:1px solid #b9b9b9; }
.plan-box { position:relative; border-right:1px solid #b9b9b9; border-bottom:1px solid #b9b9b9; background:#f7f7f7; text-align:center; }
.plan-box h3 { margin:0; padding:12px 5px; color:#555; border-bottom:1px solid #c8c8c8; background:linear-gradient(#fff,#e2e2e2); font:bold 14px Arial,sans-serif; }
.plan-type { min-height:55px; margin:0; padding:10px; color:#777; border-bottom:1px solid #d2d2d2; font-size:11px; }
.plan-box ul { margin:0; padding:0; list-style:none; }
.plan-box li { padding:8px 4px; border-bottom:1px dotted #bbb; }
.order-button { display:inline-block; margin:15px 5px 17px; padding:7px 11px; color:#fff; border:1px solid #0d405f; border-radius:3px; background:linear-gradient(#3b86b7,#15527c); font-size:10px; font-weight:bold; text-decoration:none; text-transform:uppercase; }
.order-button:hover { color:#fff; }
.plan-box.featured { background:#fffbea; box-shadow:inset 0 0 0 2px #e7a12f; }
.popular-label { position:absolute; top:-20px; right:-1px; padding:3px 8px; color:#fff; background:#e28a0e; font-size:9px; font-weight:bold; }
.process-strip { margin-top:35px; padding:18px 20px; border:1px solid #bcbcbc; background:#efefef; }
.process-strip h2 { margin:0 0 14px; font-size:19px; }
.process-strip ol { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:0; padding:0; list-style:none; }
.process-strip li { display:grid; grid-template-columns:33px 1fr; }
.process-strip li>span { grid-row:span 2; display:grid; width:25px; height:25px; place-items:center; color:#fff; border-radius:50%; background:var(--legacy-blue); font-weight:bold; }
.process-strip strong { color:#444; }
.process-strip small { color:#777; }
.big-footer { margin-top:25px; color:#bfcbd3; border-top:5px solid #174e78; background:#24343f; }
.footer-columns { display:grid; grid-template-columns:repeat(3,1fr); gap:45px; padding:30px 20px; }
.big-footer h2 { margin:0 0 12px; color:#fff; font-size:18px; font-weight:normal; }
.big-footer a { color:#e8f1f6; }
.big-footer ul { margin:0; padding-left:16px; }
.footer-button { display:inline-block; padding:7px 10px; border:1px solid #0f3b5b; background:#1d628f; text-decoration:none; font-size:11px; font-weight:bold; }
.copyright { padding:8px 0; color:#8797a2; border-top:1px solid #111e27; background:#18242c; font-size:10px; }
@media (max-width:767.98px) {
  .utility-inner { display:block; text-align:center; }
  .utility-inner span { display:none; }
  .brand-header { min-height:76px; padding:10px; }
  .legacy-logo { font-size:22px; }
  .legacy-logo-mark { width:43px; height:43px; font-size:14px; }
  .header-contact { display:none; }
  .old-nav .nav-link { border-right:0; border-top:1px solid rgba(255,255,255,.15); }
  .legacy-banner { min-height:330px; }
  .banner-copy { width:100%; padding:35px 24px; }
  .legacy-banner h1 { font-size:30px; }
  .banner-stamp { display:none; }
  .main-panel { padding:26px 20px 35px; }
  .welcome-grid,.legacy-services,.footer-columns { grid-template-columns:1fr; }
  .legacy-services article { padding:0 0 16px; border-right:0; border-bottom:1px dotted #aaa; }
  .product-tabs { display:none; }
  .plan-columns { grid-template-columns:1fr; border-top:1px solid #b9b9b9; }
  .popular-label { top:0; }
  .process-strip ol { grid-template-columns:1fr; }
  .footer-columns { gap:25px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms!important; } }
