:root{--ink:#151515;--muted:#676767;--line:#e7e2dc;--white:#ffffff;--soft:0 22px 70px rgba(8,43,76,0.16)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:linear-gradient(135deg,#fffaf3,#ffffff 48%,#fff1ee);font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{min-height:100vh}.shell{max-width:1120px;margin:0 auto}.header{display:flex;justify-content:space-between;gap:18px;margin-bottom:28px}.brand{display:flex;align-items:center;gap:14px}.logoBox{width:58px;height:58px;border-radius:18px;background:var(--navy);display:grid;place-items:center;box-shadow:var(--soft);overflow:hidden}.logoBox img{width:100%;height:100%;object-fit:cover}.logoFallback{color:var(--rouge);font-size:38px;font-weight:900;line-height:1}.eyebrow{color:var(--rouge);font-size:12px;letter-spacing:.26em;text-transform:uppercase;font-weight:800;margin:0 0 4px;font-family:Arial,Helvetica,sans-serif}h1,h2,h3,p{margin-top:0}.brand h1{margin:0;font-size:clamp(28px,4vw,44px);line-height:1;color:var(--navy)}.navActions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;padding:13px 20px;background:var(--rouge);color:white;cursor:pointer;font-weight:800;font-family:Arial,Helvetica,sans-serif;box-shadow:0 12px 24px rgba(236,58,44,.2)}.btn.secondary{background:white;color:var(--navy);border:1px solid var(--line);box-shadow:none}.btn:disabled{opacity:.45;cursor:not-allowed}.hero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:28px;gap:28px}.card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:30px;padding:clamp(22px,4vw,42px)}.hero h2{color:var(--navy);font-size:clamp(34px,6vw,64px);line-height:.98;margin-bottom:18px}.lead{font-size:19px;line-height:1.7;color:#353535;max-width:760px}.smallText{font-size:14px;line-height:1.6;color:var(--muted)}.featureList{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-gap:12px;gap:12px}.featureList li{display:flex;gap:10px;align-items:flex-start;line-height:1.5}.check{width:22px;height:22px;flex:0 0 22px;border-radius:999px;background:var(--rouge);color:white;display:grid;place-items:center;font-size:13px;font-family:Arial,Helvetica,sans-serif;font-weight:900}.notice{border-left:5px solid var(--rouge);background:#fff4f2;padding:14px 16px;border-radius:14px;line-height:1.6;margin-top:18px}.flowShell{max-width:920px;margin:0 auto}.progressWrap{margin:18px 0 22px;background:#f1ebe3;height:12px;border-radius:999px;overflow:hidden}.progressBar{height:100%;background:var(--rouge);transition:width .25s ease}.stepTop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.stepPill{background:var(--navy);color:white;border-radius:999px;padding:8px 12px;font-size:13px;font-family:Arial,Helvetica,sans-serif;font-weight:800}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.field{margin-bottom:18px}.field label{display:block;font-family:Arial,Helvetica,sans-serif;font-weight:800;margin-bottom:8px;color:var(--navy)}.helper{font-size:14px;color:var(--muted);margin:-2px 0 10px;line-height:1.5}.input,.textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 15px;background:white;color:var(--ink);outline:none}.input:focus,.textarea:focus{box-shadow:0 0 0 4px rgba(236,58,44,.11)}.textarea{min-height:120px;resize:vertical}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.choice{border:1px solid var(--line);background:white;color:var(--ink);padding:13px 14px;cursor:pointer;text-align:left;font-family:Arial,Helvetica,sans-serif;font-weight:700}.choice.active{background:var(--rouge);color:white;border-color:var(--rouge)}.infoBox{background:#f7f4ef;border:1px solid var(--line);border-radius:18px;padding:16px;line-height:1.6;margin-bottom:18px}.infoBox strong{color:var(--navy)}.infoBox.warning{background:#fff8e9;border-color:#efd9a8}.infoBox.danger{background:#fff0f0;border-color:#edb4b4}.infoBox.success{background:#eefaf1;border-color:#bfe6c8}.footerNav{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.summaryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0}.summaryBox{border:1px solid var(--line);border-radius:18px;padding:16px;background:white}.summaryBox span{display:block;color:var(--muted);font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-weight:900;margin-bottom:8px}.summaryBox strong{color:var(--navy);font-size:20px}.flag{padding:12px 14px;border-radius:14px;margin-bottom:9px;line-height:1.45}.flag.red{background:#fff0f0;border:1px solid #edb4b4}.flag.yellow{background:#fff8e9;border:1px solid #efd9a8}.flag.green{background:#eefaf1;border:1px solid #bfe6c8}.riskGreen{color:#147a37}.riskYellow{color:#9b6500}.riskRed{color:#b51f1f}.adminList{display:grid;grid-gap:12px;gap:12px}.adminItem{border:1px solid var(--line);border-radius:18px;padding:16px;background:white}@media (max-width:820px){.page{padding:18px}.header{align-items:flex-start;flex-direction:column}.choices,.formGrid,.hero,.summaryGrid{grid-template-columns:1fr}.footerNav{flex-direction:column}.btn{width:100%}}.heroCard h2{max-width:820px}.heroActions{margin-top:24px}.smallLogo{width:54px;height:54px;border-radius:16px}.checkboxLine{display:flex;gap:12px;align-items:flex-start;line-height:1.6}.checkboxLine input{margin-top:5px}.adminShell{max-width:1280px}.adminGrid{display:grid;grid-template-columns:360px 1fr;grid-gap:24px;gap:24px;align-items:start}.adminTitle{font-size:32px!important;line-height:1.1}.adminItem{text-align:left;cursor:pointer}.activeAdminItem{border-color:var(--rouge);box-shadow:0 0 0 4px rgba(236,58,44,.1)}.packetCard{padding:clamp(22px,3vw,34px)}.packetHeader{align-items:center;margin-bottom:20px}.packetTitle{color:var(--navy);font-size:clamp(30px,4vw,46px);margin:0 0 4px}.packetSection{padding-top:18px;margin-top:20px}.packetSection h3{font-size:23px;margin-bottom:12px}.packetSection p{line-height:1.55;white-space:pre-wrap}.packetSection strong{color:var(--navy)}@media (max-width:960px){.adminGrid{grid-template-columns:1fr}}@media print{body,html{background:white!important}.page{padding:0}.noPrint{display:none!important}.adminShell,.shell{max-width:none;margin:0}.card{box-shadow:none;border:none;border-radius:0;padding:.25in}.packetSection{page-break-inside:avoid;break-inside:avoid}.summaryGrid{grid-template-columns:repeat(3,1fr)!important}}.inlineActions{margin:-2px 0 18px}.compactCheck{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font-family:Arial,Helvetica,sans-serif;font-weight:700}.hero h2{font-size:clamp(28px,4.5vw,50px);line-height:1.06}.redUnderline{background-size:100% .075em;background-position:0 91%}.stepBody{display:grid;grid-gap:20px;gap:20px}.field{margin-bottom:26px}.formGrid{gap:26px}.choices{gap:14px}.choice{padding:15px 16px}.infoBox{margin-bottom:24px}.conditionalBlock{margin-top:18px;padding-top:8px;display:grid;grid-gap:18px;gap:18px}.preflightCard h2{color:var(--navy);font-size:clamp(34px,5vw,54px);line-height:1;margin-bottom:18px}.acknowledgeBox{margin:12px 0 24px}.singleNav{justify-content:space-between}.petBox{background:#fff7f3}.personCard{border:1px solid var(--line);background:rgba(255,255,255,.88);border-radius:20px;padding:18px;display:grid;grid-gap:14px;gap:14px}.listHeader{gap:12px;margin-bottom:6px;color:var(--navy);font-family:Arial,Helvetica,sans-serif}.smallBtn{padding:9px 13px;font-size:13px;width:auto!important}.textBtn{border:0;background:transparent;color:var(--rouge);cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-weight:800}.nestedBlock{margin-top:4px}.explainGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.explainCard{border:1px solid var(--line);border-radius:18px;background:#fffdf8;padding:15px;line-height:1.5;display:grid;grid-gap:7px;gap:7px}.explainCard strong{color:var(--navy);font-family:Arial,Helvetica,sans-serif}.explainCard span{color:var(--muted);font-size:14px}.miniBtn{margin-top:10px;padding:9px 12px;font-size:13px;font-family:Arial,Helvetica,sans-serif;font-weight:800}.stepBody>.conditionalBlock,.stepBody>.field,.stepBody>.formGrid,.stepBody>.infoBox{margin-bottom:8px}.conditionalBlock .field{margin-bottom:18px}.field .miniBtn{display:inline-flex}@media (max-width:820px){.explainGrid{grid-template-columns:1fr}.listHeader{align-items:flex-start;flex-direction:column}.smallBtn{width:100%!important}}.formGrid{align-items:start}.formGrid>.conditionalBlock,.formGrid>.field,.formGrid>.infoBox{min-width:0}.field label{line-height:1.28}.choice,.choices{width:100%}.choice{min-height:56px;display:flex;align-items:center}.gridNotice{margin:0;grid-column:1/-1}.petBox{position:relative;background:linear-gradient(135deg,#fff7f3,#ffffff);border-color:#f4c5bd}.petBox strong{display:block;margin-bottom:4px}@media (min-width:821px){.field>.choices:has(.choice:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.field>.choices:has(.choice:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}}.brandName{display:inline;font-weight:inherit}.brandTm{font-size:.48em;margin-left:.03em;line-height:0}.siteFooter{max-width:1120px;margin:-10px auto 24px;padding:0 28px;color:var(--muted);font-family:Arial,Helvetica,sans-serif}.formGrid.intakeGrid{align-items:start}.formGrid .fullWidth{grid-column:1/-1}.formGrid.intakeGrid>.field{margin-bottom:10px}.formGrid.intakeGrid>.field label{min-height:1.65em;display:flex;align-items:flex-end}.formGrid.intakeGrid>.field .helper{min-height:2.2em;margin-bottom:10px}.adminSearchWrap{margin:14px 0 16px}.adminSearchMeta{display:block;margin-top:7px;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:12px}@media (max-width:820px){.siteFooter{padding:0 18px}.formGrid .fullWidth{grid-column:auto}.formGrid.intakeGrid>.field .helper,.formGrid.intakeGrid>.field label{min-height:0}}@media print{.siteFooter{display:none}}.stepBody{gap:12px}.field{margin-bottom:14px}.formGrid{column-gap:24px;row-gap:14px}.formGrid.intakeGrid{column-gap:24px;row-gap:12px}.formGrid.intakeGrid>.field{margin-bottom:0}.formGrid.intakeGrid>.field label{min-height:0;margin-bottom:4px;align-items:flex-start}.formGrid.intakeGrid>.field .helper{min-height:1.25em;margin:0 0 7px;line-height:1.3;font-size:13px}.helperEmpty{visibility:hidden}.input,.textarea{border-radius:14px;padding:12px 14px}.choice{min-height:50px;padding:12px 14px}.footerNav{margin-top:18px;padding-top:16px}@media (max-width:820px){.formGrid,.formGrid.intakeGrid{row-gap:10px}.formGrid.intakeGrid>.field .helper,.formGrid.intakeGrid>.field label{min-height:0}.helperEmpty{display:none}}.ticketGateCard h2{color:var(--navy);font-size:clamp(34px,5vw,54px);line-height:1;margin-bottom:18px}.ticketForm{display:grid;grid-gap:12px;gap:12px}.ticketLabel{color:var(--navy)}.ticketCodeInput,.ticketLabel{font-family:Arial,Helvetica,sans-serif;font-weight:900}.ticketCodeInput{max-width:260px;font-size:28px;letter-spacing:.18em;text-align:center}.compactNotice{margin:8px 0 0}.ticketAdminPanel{border-bottom:1px solid var(--line);margin-bottom:22px;padding-bottom:22px;display:grid;grid-gap:12px;gap:12px}.ticketCodeDisplay{display:inline-block;color:var(--rouge);font-family:Arial,Helvetica,sans-serif;font-size:26px;font-weight:900;letter-spacing:.16em;margin-top:4px}.ticketList{display:grid;grid-gap:8px;gap:8px;margin-top:6px}.ticketList>strong{color:var(--navy)}.ticketList>strong,.ticketRow{font-family:Arial,Helvetica,sans-serif}.ticketRow{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:14px;padding:10px 12px;background:#fff;font-size:13px}.ticketRow span{color:var(--navy);font-weight:800}.ticketRow em{color:var(--muted);font-style:normal;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:900}@media (max-width:820px){.ticketCodeInput{max-width:100%}}.footerLinks{display:inline-flex;gap:12px;margin-left:12px}.footerLinks a{color:var(--navy);font-weight:800;text-decoration:none}.footerLinks a:hover{color:var(--rouge);text-decoration:underline}.ticketRow{align-items:center}.ticketRow span{display:grid;grid-gap:2px;gap:2px}.ticketRow small{color:var(--muted);font-weight:700;font-size:11px}.dangerBtn,.miniDangerBtn{border:0;background:#8f1d16;color:#fff!important;cursor:pointer}.miniDangerBtn{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.dangerBtn{box-shadow:none;background:#8f1d16}.dangerBtn:hover,.miniDangerBtn:hover{background:#5f110d}.paginationRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.paginationRow .miniBtn:disabled{opacity:.45;cursor:not-allowed}.packetHeader{gap:14px}@media (max-width:820px){.header{gap:12px}.navActions{justify-content:flex-start}.ticketRow{align-items:flex-start;flex-direction:column}.paginationRow{align-items:stretch;flex-direction:column}.packetHeader .dangerBtn{width:100%}.footerLinks{display:flex;justify-content:center;margin:6px 0 0}}:root{--rouge:#ec3a2c;--rouge-dark:#b92720;--navy:#082b4c;--navy-2:#0d385f;--ink:#162033;--muted:#5f6b7a;--line:#e9dfd5;--paper:#fffaf3;--card:rgba(255,255,255,0.93);--gold:#c4974e;--soft:0 28px 90px rgba(8,43,76,0.15);--hard:0 16px 45px rgba(8,43,76,0.12)}body,html{background:radial-gradient(circle at 14% 8%,rgba(236,58,44,.09),transparent 28%),radial-gradient(circle at 86% 18%,rgba(8,43,76,.09),transparent 30%),linear-gradient(135deg,#fffaf3,#ffffff 46%,#fff1ee);color:var(--ink)}.page{padding:clamp(18px,3vw,36px)}.flowShell,.shell{position:relative}.flowShell:before,.shell:before{content:"";position:fixed;inset:auto auto 4% 3%;width:280px;height:280px;background:radial-gradient(circle,rgba(236,58,44,.1),transparent 68%);pointer-events:none;z-index:-1}.header{align-items:center;background:rgba(255,255,255,.72);border:1px solid rgba(233,223,213,.85);border-radius:26px;padding:14px 16px;box-shadow:0 18px 55px rgba(8,43,76,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{min-width:0}.logoBox{box-shadow:0 18px 42px rgba(8,43,76,.18)}.brand h1{letter-spacing:-.045em}.brandName{white-space:nowrap}.brandLegacy{color:var(--rouge)}.brandPath{color:var(--navy)}.brandTm{font-size:.35em;vertical-align:super;margin-left:1px;letter-spacing:0}.btn{border-radius:999px;min-height:48px;padding:12px 20px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px rgba(236,58,44,.2)}.btn.secondary:hover:not(:disabled){box-shadow:0 14px 28px rgba(8,43,76,.11)}.hero{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch}.card{background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.91));border:1px solid rgba(233,223,213,.95);box-shadow:var(--soft)}.heroCard{position:relative;overflow:hidden}.heroCard:after{content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(236,58,44,.12),transparent 68%)}.hero h2,.preflightCard h2,.stepTop h2{letter-spacing:-.045em}.redUnderline{text-decoration:none;background-image:linear-gradient(var(--rouge),var(--rouge));background-size:100% .11em;background-position:0 93%;padding:0 .02em}.notice{background:linear-gradient(135deg,#fff4f2,#fff9f7)}.featureList li{padding:10px 0;border-bottom:1px solid rgba(233,223,213,.65)}.featureList li:last-child{border-bottom:0}.flowShell{max-width:980px}.progressWrap{height:10px;background:#eee8df;margin:18px 0 24px!important;box-shadow:inset 0 1px 2px rgba(8,43,76,.08)}.progressBar{background:linear-gradient(90deg,var(--rouge),#ff665c);box-shadow:0 0 18px rgba(236,58,44,.35)}.stepPill{min-width:116px;text-align:center;background:linear-gradient(135deg,var(--navy),var(--navy-2));box-shadow:0 10px 24px rgba(8,43,76,.15)}.saveTopBtn{min-width:136px}.draftStatus{margin:-8px 0 18px;color:var(--navy);font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:800;text-align:right}.stepTop{padding-bottom:16px;border-bottom:1px solid rgba(233,223,213,.85);margin-bottom:20px}.stepBody{gap:16px!important}.formGrid,.formGrid.intakeGrid{gap:20px 24px!important;align-items:start!important}.field{display:flex;flex-direction:column;margin-bottom:14px!important}.field label{min-height:22px;margin-bottom:4px!important;line-height:1.25;letter-spacing:-.015em}.formGrid.intakeGrid>.field .helper,.helper{display:block!important;min-height:38px!important;margin:0 0 8px!important;color:#66717e;font-size:13px!important;line-height:1.38!important}.helperEmpty{display:block!important;visibility:visible!important}.input,.textarea{min-height:48px!important;border-radius:15px!important;border-color:#e6ded5;box-shadow:0 7px 18px rgba(8,43,76,.035)}.input:focus,.textarea:focus{border-color:var(--rouge);box-shadow:0 0 0 4px rgba(236,58,44,.11),0 10px 24px rgba(8,43,76,.07)}.choice{min-height:52px!important;border-radius:16px;box-shadow:0 8px 18px rgba(8,43,76,.035)}.choice.active{background:linear-gradient(135deg,var(--rouge),#ff564d);box-shadow:0 12px 26px rgba(236,58,44,.17)}.infoBox{box-shadow:0 8px 20px rgba(8,43,76,.035)}.footerNavWithSave{grid-template-columns:1fr auto 1fr;align-items:center}.footerNavWithSave .btn:last-child{justify-self:end}.adminShell{max-width:1320px!important}.adminGrid{grid-template-columns:minmax(360px,430px) minmax(0,1fr)!important;gap:28px!important}.ticketAdminPanel .input{margin-bottom:8px}.ticketRow{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center!important}.packetCard{min-height:520px}@media (max-width:980px){.hero{grid-template-columns:1fr}.header{align-items:stretch}.navActions{width:100%;display:grid;grid-template-columns:1fr}.navActions .btn,.saveTopBtn,.stepPill{width:100%}.draftStatus{text-align:left}.footerNavWithSave{display:grid;grid-template-columns:1fr}.footerNavWithSave .btn:last-child{justify-self:stretch}}body,html{background:radial-gradient(circle at 9% 7%,rgba(236,58,44,.22) 0,rgba(236,58,44,.1) 27%,transparent 50%),radial-gradient(circle at 89% 17%,rgba(6,43,79,.18) 0,rgba(6,43,79,.08) 30%,transparent 54%),linear-gradient(115deg,#fff8f4,#ffffff 42%,#eff6fa)!important}.page{padding:28px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.heroActions,.heroActions .btn,a.btn[href="/start"]{position:relative!important;z-index:20!important;pointer-events:auto!important;touch-action:manipulation!important}.redUnderline{background-image:linear-gradient(transparent 62%,rgba(236,58,44,.28) 0,rgba(236,58,44,.28) 85%,transparent 0);background-repeat:no-repeat;background-size:100% 100%}.premiumHeader{background:rgba(255,255,255,.88);border:1px solid rgba(231,226,220,.8);border-radius:24px;padding:18px;box-shadow:0 22px 70px rgba(8,43,76,.12);position:relative;overflow:visible;margin-bottom:48px}.premiumHeader .stepPill{position:absolute;left:50%;bottom:-46px;transform:translateX(-50%);min-width:132px;height:36px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(6,43,79,.2)}.progressWrap{margin-top:0!important}.stepDescription{color:var(--muted);font-size:15px;line-height:1.55;max-width:720px}.filingBadge{background:#fffaf3;border:1px solid var(--line);border-radius:18px;padding:12px 14px;min-width:170px;text-align:right}.filingBadge span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rouge);font-weight:900}.filingBadge span,.filingBadge strong{display:block;font-family:Arial,Helvetica,sans-serif}.filingBadge strong{color:var(--navy);font-size:14px}.packetStats,.reviewGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:16px 0}.packetStats>div,.reviewGrid p{background:#fffaf3;border:1px solid var(--line);border-radius:18px;padding:14px;margin:0}.packetStats span{display:block;font-family:Arial,Helvetica,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:900}.packetStats strong{display:block;color:var(--navy);font-size:17px;margin-top:4px;overflow-wrap:anywhere}.submitBtn{width:100%;justify-content:center;margin-top:14px}.successCard{max-width:760px;margin:70px auto;text-align:center}.adminShellPro{max-width:1380px!important}.adminHero{align-items:center}.adminGridPro{display:grid;grid-template-columns:430px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.adminSidebar{padding:28px!important;overflow:visible!important}.adminTitle{color:var(--navy);font-size:34px;line-height:1.05}.adminTools .input,.ticketAdminPanel .input{width:100%;margin-bottom:10px}.ticketCreateBtn{width:100%;justify-content:center}.ticketSuccess{display:grid;grid-gap:6px;gap:6px;margin-top:14px;background:#edf9f0;border:1px solid #bde8c9;border-radius:18px;padding:14px;color:var(--navy)}.bigCode{color:var(--rouge);letter-spacing:.18em;font-size:24px}.adminTools{border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.listHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:18px 0 8px}.listHeader span{background:var(--navy);color:#fff;border-radius:999px;padding:4px 10px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900}.packetList,.ticketList{margin-top:18px}.ticketCardMini{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:12px;margin-bottom:10px;background:rgba(255,255,255,.86)}.ticketCardMini small,.ticketCardMini strong{display:block;min-width:0;overflow-wrap:anywhere}.ticketCardMini small{color:var(--muted);font-size:12px;line-height:1.35}.statusBadge{justify-self:end;border-radius:999px;padding:6px 9px;background:#f4efe8;color:var(--navy);font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-weight:900;white-space:nowrap}.status-in_progress{background:#fff2cf}.status-submitted{background:#e8f6ef}.status-cancelled,.status-expired{background:#f7dfdf}.miniDanger{grid-column:1/-1;justify-self:start;border:0;background:#981b1b;color:#fff;border-radius:999px;padding:7px 12px;font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:11px;cursor:pointer}.packetListItem{width:100%;display:block;text-align:left;border:1px solid var(--line);background:rgba(255,255,255,.88);border-radius:18px;padding:13px;margin-bottom:10px;cursor:pointer;color:var(--navy)}.packetListItem.active{border-color:var(--rouge);box-shadow:0 0 0 3px rgba(236,58,44,.1)}.packetListItem small,.packetListItem span,.packetListItem strong{display:block;overflow-wrap:anywhere}.packetListItem small,.packetListItem span{color:var(--muted);font-size:12px;margin-top:3px}.pager{display:flex;align-items:center;justify-content:center;gap:10px;margin:14px 0 0;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:12px}.miniBtn{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:7px 12px;font-weight:900;cursor:pointer}.miniBtn:disabled{opacity:.45;cursor:not-allowed}.packetPanel{min-height:740px}.packetHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:14px}.packetHeader h2{font-size:clamp(34px,4vw,58px);line-height:.95;color:var(--navy);margin:0 0 10px}.dangerBtn{border:0;background:#981b1b;color:#fff;border-radius:999px;padding:13px 18px;font-family:Arial,Helvetica,sans-serif;font-weight:900;cursor:pointer;white-space:nowrap}.packetSection{border-top:1px solid var(--line);padding-top:16px;margin-top:16px}.packetSection h3{color:var(--navy);font-size:24px;margin-bottom:10px}.packetSection p{margin:0 0 8px;line-height:1.5;overflow-wrap:anywhere}.flagText{padding:10px 12px;border-radius:14px;background:#f7f2eb}.flagText.red{background:#fff0f0;color:#7f1d1d}.flagText.yellow{background:#fff8db;color:#6f5400}.emptyPacket{text-align:center;padding:80px 20px}.siteFooter{display:flex;flex-direction:column;align-items:center;gap:4px;padding:18px 12px 26px;text-align:center;color:rgba(6,43,79,.7);font-size:12px}.footerTrademark{max-width:760px;line-height:1.35;font-size:11px;font-weight:600}.footerLinks{display:flex;gap:16px;font-weight:900;color:var(--navy)}.footerCredit{font-size:12px;font-weight:800;letter-spacing:.02em}@media (max-width:900px){.page{padding:16px}.header,.premiumHeader{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.navActions{display:grid;grid-template-columns:1fr 1fr;width:100%}.navActions .btn{width:100%;padding-left:10px;padding-right:10px}.premiumHeader{margin-bottom:58px}.adminGridPro,.formGrid,.hero,.packetStats,.reviewGrid{grid-template-columns:1fr}.packetHeader,.stepTop{display:block}.filingBadge{text-align:left;margin-top:12px}}@media print{.noPrint,.siteFooter{display:none!important}.page{padding:0!important;background:#fff!important}.card{box-shadow:none!important;border:0!important}.adminGridPro{display:block!important}}.syncRecord{border:1px solid rgba(6,43,79,.12);border-left:4px solid #ec3a2c;border-radius:14px;padding:12px 14px;margin:10px 0;background:rgba(255,255,255,.72)}.syncRecord p{margin:0 0 6px}.status-completed,.status-signed{background:#dff3e7;color:#0c4b2c}.signatureGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px;margin-top:12px}.signatureGrid figure{border:1px solid var(--line);border-radius:14px;padding:10px;background:rgba(255,255,255,.9);margin:0}.signatureGrid figcaption{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.signatureGrid img{width:100%;max-height:140px;object-fit:contain;background:#fff;border-radius:8px;border:1px solid rgba(6,43,79,.08)}.syncRecord{border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:14px;background:rgba(255,255,255,.78)}.packetActions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.signatureFigure{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff;margin:12px 0}.signatureFigure figcaption{font-size:12px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.signatureFigure img{max-width:100%;max-height:180px;display:block;object-fit:contain}.infoBox.success{border-color:rgba(25,135,84,.25);background:rgba(25,135,84,.08);color:#0f5132}.confirmOverlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(4,24,45,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.confirmBox{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 90px rgba(4,24,45,.28);padding:28px}.confirmBox h2{margin:4px 0 10px;color:var(--navy)}.confirmBox p{color:var(--muted);line-height:1.55}.confirmActions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap;margin-top:22px}.signatureStepSafe .reviewGrid,.signatureStepSafe .stepDescription,.signatureStepSafe .summaryGrid{display:none!important}.signaturePadBox{border:1px solid var(--line);border-radius:22px;padding:16px;background:linear-gradient(180deg,#ffffff,#fffaf3);box-shadow:0 18px 42px rgba(8,43,76,.08)}.signaturePadHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.signaturePadHeader h3{margin:0 0 6px;color:var(--navy);font-size:24px}.signaturePadHeader p{margin:0;color:var(--muted);line-height:1.45}.signatureCanvas{width:100%;height:230px;display:block;border:2px dashed rgba(8,43,76,.2);border-radius:18px;background:#fff;touch-action:none;cursor:crosshair}.signatureStatus{margin:10px 0 0;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:800}.signatureStatus.good{color:#0c6b36}.clientSignatureFigure img{background:#fff;border:1px solid rgba(8,43,76,.12);border-radius:12px;padding:8px}.adminPage .adminHero{position:-webkit-sticky;position:sticky;top:12px;z-index:20}.adminGridPro{grid-template-columns:minmax(340px,390px) minmax(0,1fr)!important}.adminSidebar{position:-webkit-sticky;position:sticky;top:112px;max-height:calc(100vh - 132px);overflow-y:auto!important}.packetPanel{overflow:hidden}.packetListItem,.packetSection,.packetStats>div,.ticketCardMini{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.packetListItem:hover,.ticketCardMini:hover{border-color:rgba(236,58,44,.45);box-shadow:0 10px 28px rgba(8,43,76,.08)}@media (max-width:980px){.adminPage{padding:10px!important}.adminPage .adminHero{position:static;border-radius:20px;padding:12px}.adminPage .brand h1{font-size:26px}.adminGridPro{display:grid!important;grid-template-columns:1fr!important;grid-gap:14px!important;gap:14px!important}.adminSidebar{position:static;max-height:none}.adminSidebar,.packetPanel{padding:18px!important;border-radius:22px!important}.packetPanel{min-height:auto}.packetActions,.packetHeader{display:grid!important;grid-template-columns:1fr!important;grid-gap:10px!important;gap:10px!important}.packetActions .dangerBtn,.packetActions .miniBtn,.submitBtn,.ticketCreateBtn{width:100%!important}.ticketCardMini{grid-template-columns:1fr!important}.statusBadge{justify-self:start}.signaturePadHeader{display:grid;grid-template-columns:1fr}.signatureCanvas{height:190px}}.adminIntakeStart{padding:1rem;border:1px solid rgba(8,43,76,.12);border-radius:18px;background:rgba(255,255,255,.72)}.adminIntakeBox,.adminIntakeStart{display:grid;grid-gap:1rem;gap:1rem}.signatureLockPanel{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid rgba(8,43,76,.12);border-radius:18px;background:rgba(246,248,252,.95)}.clientSigningPage{min-height:100vh;display:grid;place-items:center}.clientSigningShell{width:min(760px,calc(100vw - 2rem))}.signatureOnlyCard{display:grid;grid-gap:1.2rem;gap:1.2rem}.centerMini{justify-self:center}@media (max-width:760px){.signatureLockPanel{align-items:stretch;flex-direction:column}}.legacyQuoteHero .heroCard h2{max-width:780px}.quoteHomeActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.quoteShell{gap:22px}.quoteIntro h2{max-width:760px}.quoteBranch{display:grid;grid-gap:18px;gap:18px;margin-top:16px}.quoteResultCard{text-align:left}.quoteNumberBig{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;margin:14px 0;border-radius:18px;background:#082b4c;color:#ffffff;font-family:Arial,sans-serif;font-size:clamp(1.8rem,6vw,3.4rem);font-weight:900;letter-spacing:.08em}.quoteBreakdown{margin-top:22px;display:grid;grid-gap:10px;gap:10px}.quoteBreakdown h3{margin:0 0 6px}.quoteBreakdownRow{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #eadfd4;border-radius:16px;background:rgba(255,253,249,.72)}.quoteBreakdownRow span{display:grid;grid-gap:4px;gap:4px}.quoteBreakdownRow small{color:#5c6f80;line-height:1.4}.quoteBreakdownRow b{white-space:nowrap;color:#ef332c}.quoteLookupResult{margin-top:24px;padding-top:22px;border-top:1px solid #eadfd4}.quoteList{margin-top:16px}.lockedDeleteNote{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#eef8f2;color:#14532d;font-weight:800;font-size:.86rem;border:1px solid #bbf7d0}.rougeErrorPage{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(239,51,44,.12),transparent 34rem),linear-gradient(135deg,#fffaf5,#edf4f7);color:#082b4c;font-family:Georgia,Times New Roman,serif}.rougeErrorCard{width:min(680px,100%);background:rgba(255,253,249,.96);border:1px solid #eadfd4;border-radius:28px;box-shadow:0 24px 80px rgba(8,43,76,.16);padding:44px;text-align:center}.rougeErrorMark{width:86px;height:86px;margin:0 auto 18px;border-radius:22px;background:#082b4c;display:grid;place-items:center;box-shadow:0 14px 32px rgba(8,43,76,.2)}.rougeErrorMark img{width:68px;height:68px;object-fit:contain}.rougeErrorEyebrow{margin:0 0 10px;color:#ef332c;font-family:Arial,sans-serif;font-size:.8rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.rougeErrorCard h1{margin:0;font-size:clamp(2.4rem,7vw,4.5rem);line-height:.95}.rougeErrorCard p{max-width:520px;margin:18px auto 0;font-size:1.12rem;line-height:1.6}.rougeErrorButton{display:inline-flex;margin-top:28px;padding:13px 22px;border-radius:999px;background:#ef332c;color:#ffffff;text-decoration:none;font-family:Arial,sans-serif;font-weight:900;box-shadow:0 12px 28px rgba(239,51,44,.22)}@media (max-width:760px){.quoteBreakdownRow{flex-direction:column}}.brandTitleLink,.logoLink{display:inline-flex;align-items:center;min-width:0}.legacyPathBrand{display:inline-flex!important;align-items:baseline!important;gap:0!important;white-space:nowrap!important;font-weight:inherit!important;letter-spacing:inherit!important}.legacyPathBrand .brandLegacy{color:var(--rouge)!important}.legacyPathBrand .brandPath,.legacyPathBrand .brandTm{color:var(--navy)!important}.legacyPathBrand .brandTm{font-size:.42em!important;line-height:0!important;margin-left:.04em!important;vertical-align:super!important;transform:translateY(-.42em)}body .legacyQuoteTopbar{overflow:visible!important}body .legacyQuoteTopbar .brand{min-width:0!important;max-width:100%!important}body .legacyQuoteTopbar .legacyQuoteTitle,body .legacyQuoteTopbar h1{color:var(--navy)!important;white-space:nowrap!important}body .legacyQuoteTopbar .navActions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}.quoteNotesField{grid-column:1/-1!important;margin-top:10px!important;margin-bottom:0!important}.quoteNotesField label{min-height:0!important;margin-bottom:4px!important;align-items:flex-start!important}.quoteNotesField .helper{min-height:0!important;margin:0 0 8px!important;line-height:1.35!important}.quoteNotesField .textarea{width:100%!important;min-height:74px!important;margin-top:0!important;display:block!important}@media (max-width:700px){.page{padding:18px!important;overflow-x:hidden!important}body .header.legacyQuoteTopbar,body .legacyQuoteTopbar,body .premiumHeader.legacyQuoteTopbar{width:100%!important;max-width:100%!important;margin:0 auto 18px!important;padding:18px!important;border-radius:24px!important;overflow:hidden!important;grid-template-columns:1fr!important;gap:16px!important}body .legacyQuoteTopbar .brand{width:100%!important;display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;grid-gap:14px!important;gap:14px!important;align-items:center!important;justify-content:start!important;overflow:hidden!important}body .legacyQuoteTopbar .logoBox,body .legacyQuoteTopbar .smallLogo{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important;border-radius:18px!important}body .legacyQuoteTopbar .legacyQuoteTitle,body .legacyQuoteTopbar h1{font-size:clamp(2.15rem,11vw,3.15rem)!important;line-height:.94!important;letter-spacing:-.045em!important;white-space:nowrap!important;max-width:100%!important}body .legacyQuoteTopbar .navActions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;width:100%!important}body .legacyQuoteTopbar .navActions .btn{width:100%!important;min-width:0!important;min-height:48px!important;padding:10px 12px!important;font-size:.98rem!important}.quoteNotesField{margin-top:12px!important}}@media (max-width:430px){body .legacyQuoteTopbar .brand{grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important}body .legacyQuoteTopbar .logoBox,body .legacyQuoteTopbar .smallLogo{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}body .legacyQuoteTopbar .legacyQuoteTitle,body .legacyQuoteTopbar h1{font-size:clamp(1.85rem,10vw,2.55rem)!important}}.quoteContactGrid>.field,.quoteLocationGrid>.field,.quotePage .field,.quoteSchedulingGrid>.field,.quoteServiceGrid>.field{gap:0!important}.quoteContactGrid>.field label,.quoteLocationGrid>.field label,.quotePage .field label,.quoteSchedulingGrid>.field label,.quoteServiceGrid>.field label{min-height:0!important;margin:0 0 3px!important;padding:0!important;display:block!important;line-height:1.15!important}.quoteContactGrid>.field .helper,.quoteLocationGrid>.field .helper,.quotePage .helper,.quoteSchedulingGrid>.field .helper,.quoteServiceGrid>.field .helper{min-height:0!important;margin:0 0 7px!important;padding:0!important;line-height:1.25!important}.quoteContactGrid .input,.quoteLocationGrid .input,.quotePage .input,.quotePage select.input,.quotePage textarea.input,.quoteSchedulingGrid .input,.quoteServiceGrid .input{margin-top:0!important}.quoteLocationGrid .choices,.quotePage .choices,.quoteSchedulingGrid .choices{margin-top:8px!important}.quoteNotesField,.quotePage .quoteNotesField{margin-top:18px!important}.quoteNotesField label,.quotePage .quoteNotesField label{margin-bottom:3px!important}.quoteNotesField .helper,.quotePage .quoteNotesField .helper{margin-bottom:7px!important}.quoteNotesField textarea,.quotePage .quoteNotesField textarea{margin-top:0!important;width:100%!important}.quotePage .quoteWitnessField,.quotePage .witnessField,.quotePage [id*=witness i],.quotePage [name*=witness i]{display:none!important}body.lpQuotePage .field,body.lpQuotePage label.field{display:flex!important;flex-direction:column!important;gap:0!important;row-gap:0!important}body.lpQuotePage .field>label,body.lpQuotePage .field>span:first-child,body.lpQuotePage .field>strong:first-child,body.lpQuotePage label.field>span:first-child,body.lpQuotePage label.field>strong:first-child{display:block!important;min-height:0!important;margin:0 0 2px!important;padding:0!important;line-height:1.15!important}body.lpQuotePage .field>.helper,body.lpQuotePage .field>p.helper,body.lpQuotePage .field>small,body.lpQuotePage label.field>.helper,body.lpQuotePage label.field>p,body.lpQuotePage label.field>small{display:block!important;min-height:0!important;margin:0 0 7px!important;padding:0!important;line-height:1.22!important}body.lpQuotePage .field>.input,body.lpQuotePage .field>input,body.lpQuotePage .field>select,body.lpQuotePage .field>textarea,body.lpQuotePage .input,body.lpQuotePage label.field>.input,body.lpQuotePage label.field>input,body.lpQuotePage label.field>select,body.lpQuotePage label.field>textarea,body.lpQuotePage select.input,body.lpQuotePage textarea.input{margin-top:0!important}body.lpQuotePage .formGrid,body.lpQuotePage .intakeGrid,body.lpQuotePage .quoteContactGrid{align-items:start!important}body.lpQuotePage .formGrid>*,body.lpQuotePage .quoteContactGrid>*{align-self:start!important}body.lpQuotePage .choiceGrid,body.lpQuotePage .choices,body.lpQuotePage .segmented,body.lpQuotePage .toggleGrid,body.lpQuotePage .yesNo{margin-top:7px!important}body.lpQuotePage .field:has(textarea),body.lpQuotePage .quoteNotesField,body.lpQuotePage label.field:has(textarea){margin-top:14px!important}body.lpQuotePage textarea{width:100%!important}body.lpQuotePage .field:has([id*=witness i]),body.lpQuotePage .field:has([name*=witness i]),body.lpQuotePage label.field:has([id*=witness i]),body.lpQuotePage label.field:has([name*=witness i]){display:none!important}body.lpQuoteSpacingPolished .field,body.lpQuoteSpacingPolished label.field{display:flex!important;flex-direction:column!important;gap:0!important;row-gap:0!important;align-items:stretch!important}body.lpQuoteSpacingPolished .field>label,body.lpQuoteSpacingPolished .field>span,body.lpQuoteSpacingPolished .field>strong,body.lpQuoteSpacingPolished label.field>span,body.lpQuoteSpacingPolished label.field>strong{min-height:0!important;margin-top:0!important;margin-bottom:2px!important;padding:0!important;line-height:1.15!important}body.lpQuoteSpacingPolished .field>.helper,body.lpQuoteSpacingPolished .field>p,body.lpQuoteSpacingPolished .field>small,body.lpQuoteSpacingPolished label.field>.helper,body.lpQuoteSpacingPolished label.field>p,body.lpQuoteSpacingPolished label.field>small{min-height:0!important;margin-top:0!important;margin-bottom:6px!important;padding:0!important;line-height:1.22!important}body.lpQuoteSpacingPolished .field .input,body.lpQuoteSpacingPolished .field input,body.lpQuoteSpacingPolished .field select,body.lpQuoteSpacingPolished .field textarea,body.lpQuoteSpacingPolished label.field .input,body.lpQuoteSpacingPolished label.field input,body.lpQuoteSpacingPolished label.field select,body.lpQuoteSpacingPolished label.field textarea{margin-top:0!important}body.lpQuoteSpacingPolished .quoteContactGrid{align-items:start!important}body.lpQuoteSpacingPolished .quoteContactGrid>*{align-self:start!important}body.quoteHardSpacingFixed input[placeholder="(555) 555-5555"],body.quoteHardSpacingFixed input[placeholder="you@example.com"],body.quoteHardSpacingFixed input[placeholder=John],body.quoteHardSpacingFixed input[placeholder=Smith],body.quoteHardSpacingFixed select.input,body.quoteHardSpacingFixed textarea,body.quoteHardSpacingFixed textarea.input{margin-top:6px!important}body.quoteHardSpacingFixed .formGrid,body.quoteHardSpacingFixed .intakeGrid,body.quoteHardSpacingFixed .quoteContactGrid{align-items:start!important;grid-auto-rows:auto!important}body .quoteContactGrid .field,body .quoteContactGrid label.field{margin-bottom:0!important}body .quoteContactGrid .field .helper,body .quoteContactGrid .field small,body .quoteContactGrid label.field .helper,body .quoteContactGrid label.field small{margin-bottom:8px!important}body .quoteContactGrid .input,body .quoteContactGrid input,body .quoteContactGrid select,body .quoteContactGrid textarea{margin-top:0!important}body .quoteContactGrid{row-gap:28px!important}body:has(.quoteContactGrid) .card{max-width:980px!important;margin:0 auto!important;border-radius:0!important;box-shadow:none!important;border-left:1px solid #eadfd4!important;border-right:1px solid #eadfd4!important;border-top:0!important;border-bottom:0!important;background:rgba(255,255,255,.96)!important}body:has(.quoteContactGrid) .card:first-of-type{border-top:1px solid #eadfd4!important;border-radius:28px 28px 0 0!important}body:has(.quoteContactGrid) .card+.card{border-top:1px solid #eadfd4!important}body:has(.quoteContactGrid) .card:last-of-type{border-bottom:1px solid #eadfd4!important;border-radius:0 0 28px 28px!important}body:has(.quoteContactGrid) .card:first-of-type:last-of-type{border-radius:28px!important;border:1px solid #eadfd4!important}body:has(.quoteContactGrid) .card{margin-top:0!important;margin-bottom:0!important}body:has(.quoteContactGrid) .header,body:has(.quoteContactGrid) .legacyQuoteTopbar{margin-bottom:28px!important}@media (max-width:700px){body:has(.quoteContactGrid) .card{max-width:calc(100% - 20px)!important}body:has(.quoteContactGrid) .card:first-of-type{border-radius:22px 22px 0 0!important}body:has(.quoteContactGrid) .card:last-of-type{border-radius:0 0 22px 22px!important}}body,html{background:radial-gradient(circle at 0 10%,rgba(239,51,44,.24) 0,rgba(239,51,44,.13) 24%,transparent 48%),radial-gradient(circle at 100% 18%,rgba(8,43,76,.2) 0,rgba(8,43,76,.12) 28%,transparent 52%),radial-gradient(circle at 18% 86%,rgba(239,51,44,.16) 0,rgba(239,51,44,.08) 26%,transparent 54%),radial-gradient(circle at 86% 92%,rgba(8,43,76,.18) 0,rgba(8,43,76,.1) 30%,transparent 56%),linear-gradient(115deg,#fff4f1,#f8fbfc 45%,#e8f1f6)!important;background-attachment:fixed!important}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:linear-gradient(90deg,rgba(239,51,44,.1),transparent 28%,transparent 72%,rgba(8,43,76,.1)),linear-gradient(180deg,rgba(255,255,255,.05),rgba(8,43,76,.05))}.card,.header,.legacyQuoteTopbar,.premiumHeader{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body:has(.quoteContactGrid) .field:has([id*=witness i]),body:has(.quoteContactGrid) .field:has([name*=witness i]),body:has(.quoteContactGrid) label:has([id*=witness i]),body:has(.quoteContactGrid) label:has([name*=witness i]){display:none!important}:root{--rouge-red:#a91518;--rouge-red-bright:#cf2027;--rouge-ink:#151515;--rouge-charcoal:#101317;--rouge-cream:#f7f0e8;--rouge-paper:#fffaf4;--rouge-gold:#b0833b;--rouge-line:rgba(176,131,59,.38);--rouge-shadow:0 24px 70px rgba(13,18,24,.18)}.legacyLuxePage{min-height:calc(100vh - 80px);color:var(--rouge-ink);background:radial-gradient(circle at 9% 12%,rgba(169,21,24,.18) 0,transparent 30%),radial-gradient(circle at 88% 20%,rgba(176,131,59,.18) 0,transparent 34%),linear-gradient(120deg,#f8f1e9,#fffaf5 42%,#e8e2da)!important;padding:0!important}.legacyLuxeShell{width:min(1220px,calc(100% - 32px));margin:0 auto;padding:34px 0 46px}.legacyTopBar{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(176,131,59,.32);background:rgba(255,250,244,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 34px rgba(19,16,13,.08)}.legacyTopInner{width:min(1240px,calc(100% - 28px));min-height:86px;margin:0 auto;display:grid;grid-template-columns:300px minmax(360px,1fr) auto;grid-gap:22px;gap:22px;align-items:center}.luxeBrand{display:inline-flex;align-items:center;gap:13px;text-decoration:none;color:var(--rouge-ink)}.luxeLogoMark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:28px;line-height:1;background:linear-gradient(145deg,var(--rouge-red),#7d1012);border:1px solid rgba(255,255,255,.5);box-shadow:0 12px 24px rgba(169,21,24,.22)}.luxeBrandName{display:block;font-family:Georgia,Times New Roman,serif;letter-spacing:.18em;text-transform:uppercase;font-size:26px;line-height:1;color:var(--rouge-red);white-space:nowrap}.luxeBrandName b{color:#202020;font-weight:500}.luxeBrandName sup{color:#202020;font-size:10px;letter-spacing:0;margin-left:2px;top:-.6em;position:relative}.luxeBrandTag{display:block;margin-top:6px;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#6d6258;white-space:nowrap}.luxeBrandCompact .luxeLogoMark{width:38px;height:38px;border-radius:13px;font-size:23px}.luxeBrandCompact .luxeBrandName{font-size:20px}.luxeBrandCompact .luxeBrandTag{font-size:8px}.legacyStepRail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;align-items:center;padding:0 8px}.legacyStep{position:relative;display:grid;grid-gap:8px;gap:8px;justify-items:center;color:#81766d;text-align:center;min-width:0}.legacyStep:before{content:"";position:absolute;top:18px;left:calc(-50% + 19px);width:calc(100% - 38px);height:2px;background:rgba(42,42,42,.18)}.legacyStep:first-child:before{display:none}.legacyStep.active:before,.legacyStep.complete:before{background:linear-gradient(90deg,var(--rouge-red),var(--rouge-gold))}.legacyStepCircle{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;background:linear-gradient(145deg,#6f6f6f,#424242);border:2px solid rgba(255,255,255,.9);box-shadow:0 10px 20px rgba(0,0,0,.15)}.legacyStep.active .legacyStepCircle,.legacyStep.complete .legacyStepCircle{background:linear-gradient(145deg,var(--rouge-red-bright),#8f1114)}.legacyStep.active .legacyStepCircle{box-shadow:0 0 0 5px rgba(169,21,24,.12),0 12px 24px rgba(169,21,24,.25)}.legacyStepLabel{display:block;max-width:132px;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;line-height:1.25}.legacyStep.active .legacyStepLabel,.legacyStep.complete .legacyStepLabel{color:#201915}.legacyTopActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.luxeHero{position:relative;overflow:hidden;border-radius:34px;min-height:610px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);align-items:center;grid-gap:28px;gap:28px;padding:58px 56px;box-shadow:var(--rouge-shadow);background:radial-gradient(circle at 84% 18%,rgba(255,255,255,.45),transparent 28%),linear-gradient(90deg,rgba(255,250,244,.96),rgba(255,250,244,.83) 44%,rgba(24,24,24,.16) 45%,rgba(10,11,13,.36)),linear-gradient(135deg,#fff9f1,#d7d0c7 55%,#1a1c20)}.luxeHero:after{content:"⚜";position:absolute;right:44px;bottom:20px;color:rgba(176,131,59,.12);font-size:190px;line-height:1}.luxeHeroCopy{position:relative;z-index:2;max-width:560px}.luxeKicker{margin:0 0 14px;color:var(--rouge-red);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.luxeHero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,7vw,92px);line-height:.9;letter-spacing:.16em;text-transform:uppercase;font-weight:400}.luxeHero h1 span{color:var(--rouge-red)}.luxeHero h1 b{color:#181818;font-weight:400}.luxeHero h1 sup{font-size:15px;letter-spacing:0;vertical-align:super}.luxeSubhead{margin:14px 0 0;color:#27211d;font-size:13px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.fleurDivider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;width:min(460px,100%);margin:20px 0 18px;color:var(--rouge-gold)}.fleurDivider span{display:block;height:1px;background:var(--rouge-line)}.fleurDivider b{font-size:22px;line-height:1}.luxeLead{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2.1vw,29px);line-height:1.38;color:#181818}.luxeHeroActions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.laptopPreview{position:relative;z-index:2;min-height:440px;display:grid;align-items:center;perspective:1400px}.laptopLid{position:relative;transform:rotateY(-10deg) rotateX(2deg);transform-origin:center;border-radius:22px;padding:18px;background:linear-gradient(145deg,#2f3033,#0f1114);box-shadow:0 32px 80px rgba(0,0,0,.4)}.laptopScreen{position:relative;overflow:hidden;min-height:360px;border-radius:13px;padding:34px 38px;background:linear-gradient(135deg,rgba(255,250,244,.96),rgba(242,236,229,.92)),#fffaf4;border:1px solid rgba(255,255,255,.75)}.screenHeader{display:flex;align-items:center;gap:16px;margin-bottom:24px}.screenLogo{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,var(--rouge-red),#7d1012);color:#fff;font-size:32px}.laptopScreen .legacyStepRail{margin:10px 0 28px;padding:0}.screenContent{position:relative;z-index:2;max-width:430px}.screenContent h3{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.screenContent p:not(.eyebrow){color:#3e3935;line-height:1.55}.screenWatermark{position:absolute;right:-110px;bottom:-90px;font-size:220px;color:rgba(20,20,20,.055);line-height:1;z-index:-1}.laptopBase{width:76%;height:20px;margin:-2px auto 0;border-radius:0 0 30px 30px;background:linear-gradient(180deg,#45464a,#1b1c20);box-shadow:0 22px 40px rgba(0,0,0,.3)}.laptopBtn{margin-top:6px}.luxeProcessBand{margin-top:-88px;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border-radius:0 0 30px 30px;background:linear-gradient(90deg,#121518,#1b1e22 54%,#111416);box-shadow:0 24px 60px rgba(0,0,0,.22)}.luxeFeature{display:flex;gap:15px;padding:30px 24px;color:#fff;border-right:1px solid rgba(176,131,59,.28)}.luxeFeature:last-child{border-right:0}.luxeFeatureIcon{flex:0 0 auto;width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,var(--rouge-red-bright),#8c1114);border:2px solid rgba(255,255,255,.88);font-weight:900;letter-spacing:.07em}.luxeFeature strong{display:block;margin-bottom:6px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.luxeFeature p{margin:0;color:rgba(255,255,255,.78);line-height:1.45;font-family:Georgia,Times New Roman,serif;font-size:16px}.luxeFooterBand{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;grid-gap:28px;gap:28px;align-items:center;margin-top:22px;padding:24px 30px;border-radius:24px;color:#fff;background:linear-gradient(90deg,var(--rouge-red),#16191d 48%,#101317);box-shadow:0 18px 44px rgba(0,0,0,.16)}.fleurStamp{font-size:52px;line-height:1}.luxeFooterBand p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px;font-style:italic;line-height:1.25}.luxeServiceMarks{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.luxeServiceMarks span{border-left:1px solid rgba(176,131,59,.6);padding-left:18px;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.luxeFormShell{width:min(1060px,calc(100% - 30px))!important;margin:0 auto!important;padding:34px 0 46px!important}.legacyLuxePage .card,.luxeFormShell .card{border:1px solid rgba(176,131,59,.28)!important;box-shadow:0 18px 48px rgba(26,22,18,.12)!important;background:rgba(255,250,244,.88)!important}.luxeGateCard{position:relative;overflow:hidden}.legacyLuxePage .preflightCard:after,.luxeGateCard:after{content:"⚜";position:absolute;right:24px;bottom:-34px;color:rgba(176,131,59,.12);font-size:150px;line-height:1;pointer-events:none}.legacyLuxePage .btn{background:linear-gradient(145deg,var(--rouge-red-bright),#8f1114)!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important;box-shadow:0 12px 22px rgba(169,21,24,.22)!important}.legacyLuxePage .btn.secondary{background:rgba(255,250,244,.84)!important;color:#2a211d!important;border:1px solid rgba(176,131,59,.38)!important;box-shadow:none!important}.legacyLuxePage .input,.legacyLuxePage .textarea,.legacyLuxePage select.input{border-color:rgba(176,131,59,.38)!important;background:rgba(255,255,255,.8)!important}.legacyLuxePage .choice{border-color:rgba(176,131,59,.35)!important}.legacyLuxePage .choice.active{background:rgba(169,21,24,.09)!important;border-color:rgba(169,21,24,.52)!important;color:#6e0f12!important}@media(max-width:980px){.legacyTopInner{grid-template-columns:1fr;gap:14px;padding:14px 0 16px}.legacyTopActions{justify-content:flex-start}.legacyStepRail.compact .legacyStepLabel{font-size:10px;letter-spacing:.08em}.luxeHero{grid-template-columns:1fr;padding:44px 30px 112px}.laptopPreview{min-height:auto}.luxeProcessBand{grid-template-columns:repeat(2,minmax(0,1fr))}.luxeFooterBand{grid-template-columns:1fr}.luxeServiceMarks{justify-content:flex-start}}@media(max-width:640px){.legacyTopInner{width:min(100% - 20px,1240px)}.luxeBrandTag{white-space:normal;max-width:240px}.legacyStepRail{padding:0}.legacyStepCircle{width:32px;height:32px;font-size:9px}.legacyStep:before{top:15px;left:calc(-50% + 16px);width:calc(100% - 32px)}.legacyStepLabel{font-size:9px;letter-spacing:.04em}.luxeHero{width:calc(100% + 0px);min-height:0;border-radius:24px;padding:36px 22px 102px}.luxeHero h1{font-size:44px;letter-spacing:.1em}.luxeSubhead{font-size:10px}.luxeLead{font-size:20px}.laptopLid{padding:10px;transform:none}.laptopScreen{min-height:300px;padding:22px 18px}.laptopScreen .legacyStepLabel,.screenHeader .luxeBrandTag{display:none}.luxeProcessBand{grid-template-columns:1fr;margin-top:-72px}.luxeFeature{border-right:0;border-bottom:1px solid rgba(176,131,59,.28)}.luxeFooterBand p{font-size:20px}}.legacyHomeClean .legacyLuxeShell{width:min(1240px,calc(100% - 32px));padding-top:30px}.legacyHomeClean .legacyTopBar{background:rgba(255,250,244,.96)}.legacyTopInner{grid-template-columns:minmax(250px,320px) minmax(430px,1fr) auto!important}.legacyStepLabel{max-width:155px}.southernHero{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(480px,1.18fr);grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(176,131,59,.34);border-radius:34px;background:linear-gradient(90deg,#fffaf4,#fff7ef 42%,#111418 0,#111418);box-shadow:0 28px 80px rgba(14,18,24,.18)}.southernHeroText{position:relative;z-index:2;padding:clamp(34px,4vw,64px) clamp(28px,4vw,56px);background:radial-gradient(circle at 12% 0,rgba(169,21,24,.1),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,250,244,.98))}.southernEyebrow{margin:0 0 14px;color:#a91518;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.southernHero h1{margin:0;color:#171717;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5.3vw,82px);font-weight:400;letter-spacing:.1em;line-height:.92;text-transform:uppercase;overflow-wrap:normal}.southernHero h1:first-letter{color:#a91518}.southernHero h1 sup{font-size:.18em;letter-spacing:0;vertical-align:super}.southernTagline{margin:14px 0 0;max-width:520px;color:#312823;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:.2em;line-height:1.45;text-transform:uppercase}.southernLead{margin:0;max-width:560px;color:#1f1d1a;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2vw,27px);line-height:1.42}.southernHeroActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.southernHeroVisual{position:relative;min-height:520px;background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.26),transparent 34%),linear-gradient(135deg,rgba(169,21,24,.18),rgba(14,17,20,.96))}.southernHeroVisual img{width:100%;height:100%;min-height:520px;display:block;object-fit:cover;object-position:center center}.southernStepDeck{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-top:-1px;border-radius:0 0 30px 30px;background:linear-gradient(90deg,#111418,#1b1f24 55%,#101317);box-shadow:0 24px 60px rgba(0,0,0,.18)}.southernStepCard{display:flex;gap:15px;min-height:172px;padding:30px 24px;color:#fff;border-right:1px solid rgba(176,131,59,.3)}.southernStepCard:last-child{border-right:0}.southernStepNumber{flex:0 0 auto;width:48px;height:48px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.88);border-radius:999px;background:linear-gradient(145deg,#cf2027,#8f1114);font-size:14px;letter-spacing:.06em}.southernStepCard strong,.southernStepNumber{font-family:Arial,Helvetica,sans-serif;font-weight:900}.southernStepCard strong{display:block;margin:0 0 8px;font-size:13px;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.southernStepCard p{margin:0;color:rgba(255,255,255,.78);font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.45}.southernBottomBand{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;grid-gap:28px;gap:28px;align-items:center;margin-top:22px;padding:24px 30px;border-radius:24px;color:#fff;background:linear-gradient(90deg,#a91518,#16191d 48%,#101317);box-shadow:0 18px 44px rgba(0,0,0,.16)}.southernFleur{font-size:52px;line-height:1}.southernBottomBand p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2.2vw,27px);font-style:italic;line-height:1.25}.southernMarks{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end}.southernMarks span{padding-left:18px;border-left:1px solid rgba(176,131,59,.65);font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}@media (max-width:1080px){.legacyTopInner{grid-template-columns:1fr!important;gap:14px;padding:14px 0 16px}.legacyTopActions{justify-content:flex-start}.southernHero{grid-template-columns:1fr}.southernHeroVisual,.southernHeroVisual img{min-height:420px}.southernStepDeck{grid-template-columns:repeat(2,minmax(0,1fr))}.southernBottomBand{grid-template-columns:1fr}.southernMarks{justify-content:flex-start}}@media (max-width:640px){.legacyHomeClean .legacyLuxeShell{width:min(100% - 20px,1240px);padding-top:18px}.southernHero{border-radius:24px}.southernHeroText{padding:34px 22px}.southernHero h1{font-size:42px;letter-spacing:.06em}.southernTagline{font-size:10px}.southernLead{font-size:20px}.southernHeroVisual,.southernHeroVisual img{min-height:270px}.southernStepDeck{grid-template-columns:1fr}.southernStepCard{min-height:0;border-right:0;border-bottom:1px solid rgba(176,131,59,.3)}}.legacyHome167 .legacyLuxeShell{width:min(1260px,calc(100% - 32px))!important;padding-top:28px!important}.legacyHome167 .legacyTopInner,.legacyTopInner{width:min(1320px,calc(100% - 28px))!important;grid-template-columns:minmax(260px,320px) minmax(600px,1fr) minmax(260px,330px)!important;gap:18px!important}.legacyStepRail.compact{min-width:600px}.legacyStepLabel{max-width:none!important;white-space:nowrap;font-size:10px!important;letter-spacing:.1em!important}.legacyStepCircle{width:36px!important;height:36px!important}.legacyStep:before{top:17px!important}.southernHero167{display:grid;grid-template-columns:minmax(390px,.88fr) minmax(520px,1.12fr);grid-gap:22px;gap:22px;align-items:stretch;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.southernHeroCard167{position:relative;overflow:hidden;min-height:560px;padding:clamp(38px,4vw,64px) clamp(30px,4vw,56px);border:1px solid rgba(176,131,59,.32);border-radius:32px;background:radial-gradient(circle at 10% 0,rgba(169,21,24,.1),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,244,.98));box-shadow:0 24px 70px rgba(14,18,24,.13)}.southernHeroCard167:after{content:"⚜";position:absolute;right:-28px;bottom:-54px;color:rgba(176,131,59,.12);font-size:210px;line-height:1;pointer-events:none}.southernHeroCard167 h1{margin:0;max-width:100%;color:#171717;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,5.8vw,78px);font-weight:400;letter-spacing:.09em;line-height:.92;text-transform:uppercase;white-space:nowrap}.southernHeroCard167 h1 span{color:#a91518}.southernHeroCard167 h1 sup{font-size:.18em;letter-spacing:0;vertical-align:super}.southernImageCard167{position:relative;overflow:hidden;min-height:560px;border:1px solid rgba(176,131,59,.28);border-radius:32px;background:#101317;box-shadow:0 24px 70px rgba(14,18,24,.17)}.southernImageCard167 img{display:block;width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center center}.southernStepDeck167{margin-top:22px!important;border-radius:28px!important}.southernStepDeck167 .southernStepCard{min-height:162px;padding:28px 22px}.southernStepDeck167 .southernStepCard strong{font-size:12px;letter-spacing:.1em}.southernStepDeck167 .southernStepCard p{font-size:15px}.southernBottomBand167{margin-top:22px}@media (max-width:1180px){.legacyHome167 .legacyTopInner,.legacyTopInner{grid-template-columns:1fr!important;gap:14px!important;padding:14px 0 16px}.legacyStepRail.compact{min-width:0}.legacyTopActions{justify-content:flex-start!important}.southernHero167{grid-template-columns:1fr}.southernHeroCard167,.southernImageCard167,.southernImageCard167 img{min-height:420px}}@media (max-width:720px){.legacyStepLabel{white-space:normal;font-size:9px!important;letter-spacing:.04em!important}.southernHeroCard167{min-height:auto;padding:34px 22px;border-radius:24px}.southernHeroCard167 h1{font-size:42px;letter-spacing:.055em;white-space:normal}.southernImageCard167,.southernImageCard167 img{min-height:280px;border-radius:24px}}.lpCleanPage{min-height:100vh!important;color:#171514!important;background:radial-gradient(circle at 12% 14%,rgba(169,21,24,.13),transparent 32%),radial-gradient(circle at 88% 10%,rgba(176,131,59,.16),transparent 34%),linear-gradient(120deg,#fbf6ee,#fffaf4 48%,#eee4d5)!important}.lpCleanTopBar{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:50!important;border-bottom:1px solid rgba(176,131,59,.32)!important;background:rgba(255,250,244,.96)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:0 10px 28px rgba(32,24,18,.08)!important}.lpCleanTopInner{width:min(1220px,calc(100% - 56px))!important;min-height:154px!important;margin:0 auto!important;display:grid!important;grid-template-columns:170px minmax(560px,1fr) 170px!important;align-items:center!important;grid-gap:22px!important;gap:22px!important;padding:18px 0 16px!important}.lpHeaderLogo{display:flex!important;justify-content:flex-start!important}.lpHeaderLogo,.lpRougeBrand{align-items:center!important}.lpRougeBrand{display:inline-flex!important;justify-content:center!important;text-decoration:none!important}.lpRougeBrandLogo{display:block!important;width:76px!important;height:76px!important;object-fit:contain!important;filter:drop-shadow(0 12px 18px rgba(169,21,24,.18))!important}.lpRougeBrandCompact .lpRougeBrandLogo{width:70px!important;height:70px!important}.lpHeaderCenter{display:grid!important;grid-gap:16px!important;gap:16px!important;justify-items:center!important;min-width:0!important}.lpCenterMark{width:min(680px,100%)!important;text-align:center!important}.lpLegacyWordmark{margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(34px,3.25vw,55px)!important;font-weight:400!important;line-height:.92!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#171514!important;white-space:nowrap!important}.lpLegacyWordmark span{color:#a91518!important}.lpLegacyWordmark sup{position:relative!important;top:-.75em!important;margin-left:2px!important;font-size:.22em!important;letter-spacing:0!important}.lpLegacyTagline{margin-top:10px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.25em!important;line-height:1.3!important;text-transform:uppercase!important;color:#4c4640!important}.lpGoldFleurRule,.lpInlineFleurRule{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;grid-gap:14px!important;gap:14px!important;width:min(470px,100%)!important;margin:13px auto 0!important;color:#b0833b!important}.lpGoldFleurRule span,.lpInlineFleurRule span{display:block!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(176,131,59,.72),transparent)!important}.lpGoldFleurRule b,.lpInlineFleurRule b{font-size:19px!important;line-height:1!important;color:#b0833b!important}.legacyTopActions.lpHeaderActions,.lpHeaderActions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important}.lpHeaderActions:empty{min-height:1px!important}.lpHeaderActions .btn{white-space:nowrap!important;padding:12px 17px!important;font-size:13px!important}.lpCleanTopBar .legacyStepRail,.lpCleanTopBar .legacyStepRail.compact{width:min(670px,100%)!important;margin:0 auto!important;padding:0 8px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;align-items:start!important}.lpCleanTopBar .legacyStep{position:relative!important;display:grid!important;grid-gap:7px!important;gap:7px!important;justify-items:center!important;text-align:center!important;color:#746b62!important;min-width:0!important}.lpCleanTopBar .legacyStep:before{content:""!important;position:absolute!important;top:20px!important;left:calc(-50% + 21px)!important;width:calc(100% - 42px)!important;height:2px!important;background:rgba(42,42,42,.18)!important;display:block!important}.lpCleanTopBar .legacyStep:first-child:before{display:none!important}.lpCleanTopBar .legacyStep.active:before,.lpCleanTopBar .legacyStep.complete:before{background:linear-gradient(90deg,#a91518,#b0833b)!important}.lpCleanTopBar .legacyStepCircle{width:42px!important;height:42px!important;border-radius:999px!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;background:linear-gradient(145deg,#6e7072,#3f4143)!important;border:2px solid rgba(255,255,255,.95)!important;box-shadow:0 9px 18px rgba(0,0,0,.16)!important}.lpCleanTopBar .legacyStep.active .legacyStepCircle,.lpCleanTopBar .legacyStep.complete .legacyStepCircle{background:linear-gradient(145deg,#cf2027,#8f1114)!important}.lpCleanTopBar .legacyStep.active .legacyStepCircle{box-shadow:0 0 0 5px rgba(169,21,24,.12),0 12px 22px rgba(169,21,24,.24)!important}.lpCleanTopBar .legacyStepLabel{display:block!important;max-width:150px!important;min-height:24px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.07em!important;line-height:1.15!important;text-transform:uppercase!important;color:#746b62!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.lpCleanTopBar .legacyStep.active .legacyStepLabel,.lpCleanTopBar .legacyStep.complete .legacyStepLabel{color:#1d1714!important}.lpCleanShell{width:min(1120px,calc(100% - 48px))!important;margin:0 auto!important;padding:42px 0 50px!important}.lpWelcomeCard{position:relative!important;overflow:hidden!important;max-width:860px!important;margin:0 auto!important;padding:52px 56px!important;text-align:center!important;border:1px solid rgba(176,131,59,.34)!important;border-radius:34px!important;background:radial-gradient(circle at 93% 92%,rgba(176,131,59,.14),transparent 26%),linear-gradient(135deg,rgba(255,252,246,.96),rgba(255,247,237,.9))!important;box-shadow:0 28px 70px rgba(34,26,18,.15)!important}.lpWelcomeCard:after{content:"⚜"!important;position:absolute!important;right:24px!important;bottom:-42px!important;z-index:0!important;color:rgba(176,131,59,.11)!important;font-size:170px!important;line-height:1!important}.lpWelcomeCard>*{position:relative!important;z-index:1!important}.lpKicker{margin:0 0 9px!important;color:#a91518!important;font-size:12px!important;font-weight:900!important;letter-spacing:.24em!important;text-transform:uppercase!important}.lpWelcomeCard h1{margin:0!important;font-size:clamp(40px,5vw,70px)!important;font-weight:400!important;line-height:1!important;color:#171514!important}.lpLead,.lpWelcomeCard h1{font-family:Georgia,Times New Roman,serif!important}.lpLead{max-width:720px!important;margin:24px auto 0!important;color:#2a2521!important;font-size:clamp(20px,2.2vw,28px)!important;line-height:1.45!important}.lpPrimaryActions{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:14px!important;margin-top:32px!important}.lpPrimaryActions .btn{min-width:230px!important;justify-content:center!important;padding:15px 24px!important;border-radius:999px!important;font-size:15px!important}.lpStepDeck{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;overflow:hidden!important;margin:28px auto 0!important;border:1px solid rgba(176,131,59,.24)!important;border-radius:28px!important;background:linear-gradient(90deg,#111519,#1a1e22 52%,#101317)!important;box-shadow:0 22px 54px rgba(0,0,0,.2)!important}.lpStepCard{display:grid!important;grid-template-columns:auto 1fr!important;grid-gap:14px!important;gap:14px!important;align-items:start!important;min-height:160px!important;padding:28px 24px!important;color:#fff!important;border-right:1px solid rgba(176,131,59,.27)!important}.lpStepCard:last-child{border-right:0!important}.lpStepNumber{width:42px!important;height:42px!important;border-radius:999px!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;background:linear-gradient(145deg,#cf2027,#8f1114)!important;border:2px solid rgba(255,255,255,.88)!important;letter-spacing:.05em!important}.lpStepCard strong,.lpStepNumber{font-size:12px!important;font-weight:900!important}.lpStepCard strong{display:block!important;margin:1px 0 7px!important;color:#fff!important;letter-spacing:.12em!important;line-height:1.2!important;text-transform:uppercase!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.lpStepCard p{margin:0!important;color:rgba(255,255,255,.78)!important;font-family:Georgia,Times New Roman,serif!important;font-size:15px!important;line-height:1.42!important}.lpServiceBand{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:14px 0!important;margin:22px auto 0!important;padding:21px 24px!important;border-radius:22px!important;color:#fff!important;background:linear-gradient(90deg,#a91518,#171a1d 52%,#101317)!important;box-shadow:0 18px 42px rgba(0,0,0,.14)!important}.lpServiceBand span{padding:0 20px!important;border-right:1px solid rgba(176,131,59,.62)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important}.lpServiceBand span:last-child{border-right:0!important}.lpCleanPage .card,.lpCleanPage .preflightCard{border-color:rgba(176,131,59,.28)!important;background:rgba(255,250,244,.9)!important;box-shadow:0 18px 48px rgba(26,22,18,.11)!important}.lpCleanPage .btn{background:linear-gradient(145deg,#cf2027,#8f1114)!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important;box-shadow:0 12px 22px rgba(169,21,24,.2)!important}.lpCleanPage .btn.secondary{background:rgba(255,250,244,.86)!important;color:#231e1b!important;border:1px solid rgba(176,131,59,.38)!important;box-shadow:none!important}@media (max-width:1040px){.lpCleanTopInner{width:min(100% - 30px,1220px)!important;min-height:0!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px 0 18px!important}.lpHeaderLogo{justify-content:center!important}.lpRougeBrandCompact .lpRougeBrandLogo{width:58px!important;height:58px!important}.legacyTopActions.lpHeaderActions,.lpHeaderActions{justify-content:center!important;flex-wrap:wrap!important}.lpStepDeck{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lpStepCard:nth-child(2){border-right:0!important}.lpStepCard:first-child,.lpStepCard:nth-child(2){border-bottom:1px solid rgba(176,131,59,.27)!important}}@media (max-width:640px){.lpCleanTopBar{position:-webkit-sticky!important;position:sticky!important}.lpCleanTopInner{width:min(100% - 20px,1220px)!important;padding:12px 0 14px!important;gap:11px!important}.lpRougeBrandCompact .lpRougeBrandLogo{width:46px!important;height:46px!important}.lpLegacyWordmark{font-size:clamp(25px,8.2vw,34px)!important;letter-spacing:.11em!important}.lpLegacyTagline{max-width:320px!important;margin:7px auto 0!important;font-size:8px!important;letter-spacing:.16em!important}.lpGoldFleurRule{width:min(260px,100%)!important;gap:10px!important;margin-top:8px!important}.lpCleanTopBar .legacyStepRail,.lpCleanTopBar .legacyStepRail.compact{width:100%!important;padding:0!important}.lpCleanTopBar .legacyStep:before{top:15px!important;left:calc(-50% + 16px)!important;width:calc(100% - 32px)!important}.lpCleanTopBar .legacyStepCircle{width:32px!important;height:32px!important;font-size:9px!important}.lpCleanTopBar .legacyStepLabel{max-width:76px!important;font-size:8px!important;letter-spacing:.035em!important;line-height:1.1!important}.lpHeaderActions .btn{padding:10px 14px!important;font-size:12px!important}.lpCleanShell{width:min(100% - 22px,1120px)!important;padding:24px 0 38px!important}.lpWelcomeCard{padding:34px 20px 36px!important;border-radius:25px!important}.lpWelcomeCard:after{right:-24px!important;bottom:-32px!important;font-size:128px!important}.lpKicker{font-size:10px!important;letter-spacing:.18em!important}.lpWelcomeCard h1{font-size:42px!important}.lpLead{margin-top:18px!important;font-size:19px!important;line-height:1.42!important}.lpPrimaryActions{margin-top:24px!important;gap:10px!important}.lpPrimaryActions .btn{width:100%!important;min-width:0!important;padding:14px 18px!important;font-size:14px!important}.lpStepDeck{grid-template-columns:1fr!important;border-radius:24px!important}.lpStepCard,.lpStepCard:nth-child(2){min-height:0!important;padding:23px 20px!important;border-right:0!important;border-bottom:1px solid rgba(176,131,59,.27)!important}.lpStepCard:last-child{border-bottom:0!important}.lpStepCard strong{font-size:12px!important;letter-spacing:.1em!important}.lpStepCard p{font-size:15px!important}.lpServiceBand{display:grid!important;grid-gap:10px!important;gap:10px!important;text-align:center!important;padding:18px!important}.lpServiceBand span{padding:0!important;border-right:0!important;font-size:10px!important;letter-spacing:.13em!important}}a.lpCenterMark{cursor:pointer}a.lpCenterMark,a.lpCenterMark:focus,a.lpCenterMark:hover,a.lpCenterMark:visited{color:inherit;text-decoration:none}.accessCodeResult{margin:18px 0 22px;padding:18px 22px;border:1px solid rgba(169,126,45,.45);border-radius:16px;background:linear-gradient(135deg,rgba(127,19,32,.06),rgba(169,126,45,.1));text-align:center}.accessCodeResult span{display:block;margin-bottom:8px;color:#6f6255;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.accessCodeResult strong{display:block;color:#7f1320;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,6vw,52px);letter-spacing:.18em;line-height:1}.clientStatusPage .lpCleanShell{width:min(980px,calc(100% - 32px))}.clientStatusCard{padding:clamp(28px,5vw,54px)}.clientStatusCard>h1{margin:4px 0 12px;color:#7f1320;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,6vw,58px);line-height:1.04}.clientStatusSummary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:28px 0}.clientStatusSummary>div{min-width:0;padding:18px 20px;border:1px solid rgba(74,57,42,.14);border-radius:14px;background:rgba(255,252,246,.72)}.clientStatusSummary span{display:block;margin-bottom:7px;color:#786c60;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.clientStatusSummary strong{display:block;overflow-wrap:anywhere;color:#251f1a;font-size:16px;line-height:1.35}.appointmentStatusPanel{margin:24px 0;padding:clamp(24px,4vw,38px);border:1px solid rgba(169,126,45,.48);border-radius:18px;background:radial-gradient(circle at 92% 10%,rgba(169,126,45,.18),transparent 34%),linear-gradient(135deg,#251f1a,#0f0d0b);color:#f8f0e5;box-shadow:0 18px 44px rgba(25,19,14,.16)}.appointmentStatusPanel .eyebrow{color:#d7b56b}.appointmentStatusPanel h2{margin:4px 0 18px;color:#fff8ee;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,4vw,38px);line-height:1.15}.appointmentStatusPanel p{margin:10px 0 0;color:#eee2d2}.ticketForm .ticketLabel+.input:not(.ticketCodeInput){margin-bottom:8px}@media (max-width:700px){.clientStatusSummary{grid-template-columns:1fr}.accessCodeResult strong{font-size:38px;letter-spacing:.14em}.clientStatusCard .footerNav.singleNav{align-items:stretch}.clientStatusCard .footerNav.singleNav .btn{width:100%;justify-content:center}}