/* Lowes VanLines unified UI system. Content, consent wording, form contracts, and legal semantics remain unchanged. */
:root{
  --ui-ink:#0b1f3a;--ui-ink-2:#173252;--ui-muted:#5e6f82;--ui-orange:#f4511e;--ui-orange-dark:#c93d12;
  --ui-orange-soft:#fff2ec;--ui-surface:#ffffff;--ui-canvas:#f5f7fa;--ui-soft:#eef3f7;--ui-line:#d7e0e8;
  --ui-success:#18794e;--ui-danger:#b42318;--ui-radius-sm:10px;--ui-radius:16px;--ui-radius-lg:24px;
  --ui-shadow-sm:0 1px 2px rgba(11,31,58,.05),0 8px 24px rgba(11,31,58,.06);
  --ui-shadow:0 16px 40px rgba(11,31,58,.10);--ui-max:1180px;--ui-focus:0 0 0 4px rgba(244,81,30,.20);
}
html{background:var(--ui-canvas);scroll-padding-top:96px}
body[data-ui-system]{margin:0;background:var(--ui-canvas);color:var(--ui-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body[data-ui-system] *{box-sizing:border-box}
body[data-ui-system] img{max-width:100%;height:auto}
body[data-ui-system] a{color:inherit;text-underline-offset:.2em}
body[data-ui-system] p{color:var(--ui-muted)}
body[data-ui-system] h1,body[data-ui-system] h2,body[data-ui-system] h3,body[data-ui-system] h4{color:var(--ui-ink);letter-spacing:-.025em;line-height:1.12;text-wrap:balance}
body[data-ui-system] h2{font-size:clamp(1.75rem,3vw,2.7rem)}
body[data-ui-system] h3{font-size:clamp(1.08rem,1.7vw,1.35rem)}
body[data-ui-system] .container,body[data-ui-system] .shell{width:min(var(--ui-max),calc(100% - 40px));margin-inline:auto}
body[data-ui-system] .skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-150%);padding:10px 14px;background:var(--ui-ink);color:#fff;border-radius:10px;font-weight:800;text-decoration:none}
body[data-ui-system] .skip-link:focus{transform:none}

body[data-ui-system] .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(11,31,58,.10);backdrop-filter:blur(18px) saturate(150%);box-shadow:0 6px 24px rgba(11,31,58,.04)}
body[data-ui-system] .header-inner{min-height:78px;display:flex;align-items:center;gap:24px}
body[data-ui-system] .brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none}
body[data-ui-system] .brand img{display:block;width:min(188px,42vw);height:auto;object-fit:contain}
body[data-ui-system] .nav-links,body[data-ui-system] .site-header nav{align-items:center;gap:6px}
body[data-ui-system] .nav-links a,body[data-ui-system] .site-header nav>a{min-height:42px;display:inline-flex;align-items:center;padding:9px 12px;border-radius:10px;color:var(--ui-ink-2);font-size:.94rem;font-weight:750;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}
body[data-ui-system] .nav-links a:hover,body[data-ui-system] .site-header nav>a:hover{background:var(--ui-orange-soft);color:var(--ui-orange-dark)}
body[data-ui-system] .header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
body[data-ui-system] .menu-toggle{min-width:46px;min-height:46px;border:1px solid var(--ui-line);border-radius:12px;background:#fff;color:var(--ui-ink);font-weight:800;box-shadow:var(--ui-shadow-sm)}

body[data-ui-system] .page-hero,body[data-ui-system] .legal-hero{position:relative;overflow:hidden;padding:clamp(54px,7vw,92px) 0 clamp(42px,6vw,72px);background:radial-gradient(circle at 85% 8%,rgba(244,81,30,.13),transparent 30%),radial-gradient(circle at 10% 0,rgba(23,50,82,.10),transparent 26%),linear-gradient(180deg,#fff 0%,#f7f9fb 100%);border-bottom:1px solid var(--ui-line)}
body[data-ui-system] .page-hero::after,body[data-ui-system] .legal-hero::after{content:"";position:absolute;inset:auto -10% -80px auto;width:420px;height:180px;border-radius:999px;background:rgba(244,81,30,.06);transform:rotate(-10deg);pointer-events:none}
body[data-ui-system] .display,body[data-ui-system] .page-hero h1,body[data-ui-system] .legal-hero h1{max-width:900px;margin:.32em 0 .3em;font-size:clamp(2.45rem,6vw,5.25rem);line-height:.98;letter-spacing:-.055em;font-weight:850}
body[data-ui-system] .page-hero p,body[data-ui-system] .legal-lead{max-width:760px;font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.68}
body[data-ui-system] .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--ui-muted);font-size:.9rem;font-weight:700}
body[data-ui-system] .breadcrumbs a{color:var(--ui-ink-2)}
body[data-ui-system] .eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--ui-orange-dark);font-size:.78rem;line-height:1.2;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
body[data-ui-system] .eyebrow::before{content:"";width:30px;height:3px;border-radius:999px;background:var(--ui-orange);flex:none}

body[data-ui-system] .section{padding:clamp(56px,7vw,92px) 0}
body[data-ui-system] .section--soft{background:var(--ui-soft);border-block:1px solid rgba(11,31,58,.06)}
body[data-ui-system] .section-head{max-width:780px;margin-bottom:30px}
body[data-ui-system] .section-head p{font-size:1.05rem}
body[data-ui-system] .muted{color:var(--ui-muted)!important}

body[data-ui-system] .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 19px;border-radius:12px;border:1px solid transparent;font-weight:850;line-height:1.15;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease}
body[data-ui-system] .btn:hover{transform:translateY(-1px)}
body[data-ui-system] .btn--primary{background:var(--ui-orange);border-color:var(--ui-orange);color:#fff;box-shadow:0 9px 24px rgba(244,81,30,.22)}
body[data-ui-system] .btn--primary:hover{background:var(--ui-orange-dark);border-color:var(--ui-orange-dark);box-shadow:0 12px 28px rgba(244,81,30,.26)}
body[data-ui-system] .btn--outline{background:#fff;border-color:#c9d4df;color:var(--ui-ink);box-shadow:0 2px 8px rgba(11,31,58,.04)}
body[data-ui-system] .btn--outline:hover{border-color:#9aaabc;background:#f9fbfc}
body[data-ui-system] button:disabled,body[data-ui-system] .btn[aria-disabled="true"]{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}
body[data-ui-system] :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--ui-orange);outline-offset:3px;box-shadow:var(--ui-focus)}

body[data-ui-system] :is(.support-card,.summary-card,.legal-note,.form-acknowledgment-card,.communication-consent,.sms-opt-in-path,.wizard,.side-nav,.faq details,.option-card){border:1px solid var(--ui-line);border-radius:var(--ui-radius);background:var(--ui-surface);box-shadow:var(--ui-shadow-sm)}
body[data-ui-system] :is(.support-card,.summary-card,.legal-note,.form-acknowledgment-card,.communication-consent,.sms-opt-in-path,.side-nav){padding:clamp(18px,2.5vw,28px)}
body[data-ui-system] .support-card,body[data-ui-system] .option-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
body[data-ui-system] .support-card:hover,body[data-ui-system] .option-card:hover{transform:translateY(-2px);border-color:#b6c4d1;box-shadow:var(--ui-shadow)}
body[data-ui-system] .support-grid,body[data-ui-system] .review-grid,body[data-ui-system] .option-grid,body[data-ui-system] .footer-grid,body[data-ui-system] .sitewide-disclosure__grid{gap:22px}

body[data-ui-system] .wizard-layout{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:30px;align-items:start}
body[data-ui-system] .wizard{padding:clamp(20px,3vw,34px);box-shadow:var(--ui-shadow)}
body[data-ui-system] .wizard-progress{position:sticky;top:106px;display:grid;gap:8px;padding:8px}
body[data-ui-system] .progress-step{min-height:46px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:var(--ui-muted);font-weight:800;transition:background .18s ease,color .18s ease}
body[data-ui-system] .progress-step.is-active{background:var(--ui-orange-soft);color:var(--ui-orange-dark)}
body[data-ui-system] .wizard-panel{animation:ui-panel-in .22s ease both}
body[data-ui-system] .wizard-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--ui-line)}
@keyframes ui-panel-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

body[data-ui-system] .form-grid{gap:18px 20px}
body[data-ui-system] .field{display:grid;gap:7px;min-width:0}
body[data-ui-system] .field>label,body[data-ui-system] .field>span:first-child{color:var(--ui-ink);font-size:.91rem;font-weight:800}
body[data-ui-system] :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea){width:100%;min-height:50px;border:1px solid #c4d0dc;border-radius:11px;background:#fff;color:var(--ui-ink);padding:12px 14px;font:inherit;box-shadow:inset 0 1px 2px rgba(11,31,58,.025);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
body[data-ui-system] textarea{min-height:128px;resize:vertical}
body[data-ui-system] :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea):hover{border-color:#9fb0c0}
body[data-ui-system] :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus{outline:none;border-color:var(--ui-orange);box-shadow:var(--ui-focus)}
body[data-ui-system] .field-note{display:block;color:var(--ui-muted);font-size:.86rem;line-height:1.5}
body[data-ui-system] input[type="checkbox"],body[data-ui-system] input[type="radio"]{width:20px;height:20px;min-width:20px;accent-color:var(--ui-orange)}

body[data-ui-system] .option-card{position:relative;min-height:88px;padding:16px 18px;cursor:pointer}
body[data-ui-system] .option-card:has(input:checked){border-color:var(--ui-orange);background:var(--ui-orange-soft);box-shadow:0 0 0 3px rgba(244,81,30,.10)}
body[data-ui-system] .communication-consent{padding:clamp(20px,3vw,30px);border-color:#b9c8d6;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
body[data-ui-system] .communication-consent__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
body[data-ui-system] .consent-badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#e7f1f1;color:var(--ui-ink);font-size:.78rem;font-weight:900;white-space:nowrap}
body[data-ui-system] .consent{display:grid;grid-template-columns:22px minmax(0,1fr);gap:14px;align-items:start;padding:17px;border:1px solid var(--ui-line);border-radius:13px;background:#fff;color:var(--ui-muted)}
body[data-ui-system] .consent+ .consent{margin-top:12px}
body[data-ui-system] .consent strong{color:var(--ui-ink)}
body[data-ui-system] .consent--optional{border-style:dashed;background:#fcfdfe}
body[data-ui-system] .consent--optional:has(input:checked){border-style:solid;border-color:var(--ui-orange);background:var(--ui-orange-soft)}
body[data-ui-system] .consent-help,body[data-ui-system] .form-acknowledgment-card__links{margin:14px 0 0;font-size:.92rem;line-height:1.6}
body[data-ui-system] .sms-opt-in-path{margin:18px 0 24px;border-left:4px solid var(--ui-orange);background:linear-gradient(135deg,#fff8f4,#fff);box-shadow:none}
body[data-ui-system] .sms-opt-in-path h2{font-size:1.25rem;margin:0 0 10px}
body[data-ui-system] .sms-mobile-notice{margin-top:8px;padding:12px 14px;border-radius:10px;background:var(--ui-soft);font-size:.84rem;line-height:1.55}
body[data-ui-system] .form-acknowledgment-card{margin-top:18px;background:#f8fafc;box-shadow:none}
body[data-ui-system] .form-acknowledgment-card .consent{padding:0;border:0;background:transparent}
body[data-ui-system] .status{min-height:1.5em;font-weight:700}
body[data-ui-system] .wizard-success{text-align:center;padding:clamp(32px,5vw,60px) 20px}
body[data-ui-system] .success-mark{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#e9f7f0;color:var(--ui-success);font-size:1.8rem;font-weight:900}

body[data-ui-system] .content-grid{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);gap:34px;align-items:start}
body[data-ui-system] .side-nav{position:sticky;top:104px;box-shadow:none}
body[data-ui-system] .prose,body[data-ui-system] .legal-prose{max-width:820px}
body[data-ui-system] .prose p,body[data-ui-system] .legal-prose p{line-height:1.76}
body[data-ui-system] .prose h2,body[data-ui-system] .legal-prose h2{margin-top:1.7em;font-size:clamp(1.45rem,2.5vw,2.05rem)}
body[data-ui-system] .prose h3,body[data-ui-system] .legal-prose h3{margin-top:1.55em}
body[data-ui-system] .legal-page .container{width:min(1000px,calc(100% - 40px))}
body[data-ui-system] .legal-effective{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf2f6;color:var(--ui-ink-2);font-size:.86rem}
body[data-ui-system] .legal-prose address{border:1px solid var(--ui-line);border-radius:12px;background:#f8fafc}

body[data-ui-system] .sitewide-disclosure{padding:38px 0;background:#fff8f4;border-block:1px solid #f5d6c8}
body[data-ui-system] .sitewide-disclosure__inner{width:min(var(--ui-max),calc(100% - 40px));margin-inline:auto}
body[data-ui-system] .sitewide-disclosure__heading{margin-bottom:16px}
body[data-ui-system] .sitewide-disclosure__context{max-width:850px;margin-bottom:20px}
body[data-ui-system] .sitewide-disclosure__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
body[data-ui-system] .sitewide-disclosure__item{padding:15px 16px;border:1px solid #f0d8cd;border-radius:12px;background:rgba(255,255,255,.78);font-size:.9rem;line-height:1.55;color:var(--ui-muted)}
body[data-ui-system] .sitewide-disclosure__item strong{color:var(--ui-ink)}
body[data-ui-system] .sitewide-disclosure__item--wide{grid-column:span 2}
body[data-ui-system] .sitewide-disclosure__links{margin-top:16px;font-size:.9rem}

body[data-ui-system] .site-footer{padding:54px 0 24px;background:var(--ui-ink);color:#e9eef4}
body[data-ui-system] .site-footer h2,body[data-ui-system] .site-footer h3,body[data-ui-system] .site-footer strong{color:#fff}
body[data-ui-system] .site-footer p{color:#b9c5d2}
body[data-ui-system] .site-footer a{color:#dbe4ed;text-decoration:none}
body[data-ui-system] .site-footer a:hover{color:#fff;text-decoration:underline}
body[data-ui-system] .site-footer img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}
body[data-ui-system] .footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));padding-bottom:30px}
body[data-ui-system] .footer-bottom,body[data-ui-system] .legal-links,body[data-ui-system] .legal-business-identity,body[data-ui-system] .legal-fine-print{border-top:1px solid rgba(255,255,255,.12);margin-top:18px;padding-top:18px;color:#b9c5d2}
body[data-ui-system] .legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;font-size:.88rem}
body[data-ui-system] .legal-business-identity{font-size:.83rem}

@media (max-width:980px){
  body[data-ui-system] .wizard-layout,body[data-ui-system] .content-grid{grid-template-columns:1fr}
  body[data-ui-system] .wizard-progress,body[data-ui-system] .side-nav{position:static}
  body[data-ui-system] .wizard-progress{display:flex;overflow-x:auto;scrollbar-width:thin;padding:0 0 8px;gap:8px}
  body[data-ui-system] .progress-step{min-width:max-content}
  body[data-ui-system] .sitewide-disclosure__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-ui-system] .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  body[data-ui-system]{font-size:15.5px}
  body[data-ui-system] .container,body[data-ui-system] .shell,body[data-ui-system] .sitewide-disclosure__inner,body[data-ui-system] .legal-page .container{width:min(100% - 28px,var(--ui-max))}
  body[data-ui-system] .header-inner{min-height:68px;gap:10px}
  body[data-ui-system] .brand img{width:min(154px,48vw)}
  body[data-ui-system] .header-actions{gap:6px}
  body[data-ui-system] .header-actions .btn{display:none}
  body[data-ui-system] .menu-toggle{min-width:44px;min-height:44px;margin-left:auto}
  body[data-ui-system] .page-hero,body[data-ui-system] .legal-hero{padding:42px 0 38px}
  body[data-ui-system] .display,body[data-ui-system] .page-hero h1,body[data-ui-system] .legal-hero h1{font-size:clamp(2.25rem,13vw,3.7rem);letter-spacing:-.05em}
  body[data-ui-system] .section{padding:52px 0}
  body[data-ui-system] .wizard{padding:18px 16px}
  body[data-ui-system] .wizard-actions{position:sticky;bottom:0;z-index:5;margin:22px -16px -18px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 -8px 24px rgba(11,31,58,.07)}
  body[data-ui-system] .wizard-actions .btn{flex:1;min-width:0}
  body[data-ui-system] .communication-consent__heading{display:grid}
  body[data-ui-system] .consent-badge{width:max-content;max-width:100%;white-space:normal}
  body[data-ui-system] .consent{padding:15px 14px;gap:12px}
  body[data-ui-system] .form-grid,body[data-ui-system] .review-grid,body[data-ui-system] .option-grid{grid-template-columns:1fr!important}
  body[data-ui-system] .sitewide-disclosure{padding:30px 0}
  body[data-ui-system] .sitewide-disclosure__grid{grid-template-columns:1fr}
  body[data-ui-system] .sitewide-disclosure__item--wide{grid-column:auto}
  body[data-ui-system] .footer-grid{grid-template-columns:1fr}
  body[data-ui-system] .legal-links{justify-content:flex-start}
}
@media (prefers-reduced-motion:reduce){
  body[data-ui-system] *,body[data-ui-system] *::before,body[data-ui-system] *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
@media (forced-colors:active){
  body[data-ui-system] .btn,body[data-ui-system] .consent,body[data-ui-system] .option-card,body[data-ui-system] .support-card{border:1px solid ButtonText}
}
