*{box-sizing:border-box}body{color:#15120e;background:#f7f4ee;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{min-height:100vh}.wrap{max-width:1120px;margin:0 auto;padding:24px}.nav{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.brand{letter-spacing:-.03em;font-weight:800}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:72px 0;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#6b6258;font-size:12px;font-weight:700}.title{letter-spacing:-.06em;margin:16px 0;font-size:64px;line-height:.94}.lead{color:#4f473e;max-width:640px;font-size:20px;line-height:1.5}.actions{align-items:center;gap:12px;margin-top:28px;display:flex}.btn{color:#fff;cursor:pointer;background:#15120e;border:1px solid #15120e;border-radius:999px;padding:13px 18px;font-weight:700}.btn.secondary{color:#15120e;background:0 0}.btn.danger{color:#7a1f1f;background:#fff;border-color:#7a1f1f}.card{background:#fff;border:1px solid #e2ddd5;border-radius:24px;padding:24px;box-shadow:0 20px 60px #0000000f}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.section{padding:48px 0}.section h2{letter-spacing:-.04em;margin:0 0 14px;font-size:38px}.muted{color:#6b6258}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea{background:#fff;border:1px solid #d4cec4;border-radius:12px;padding:12px}.report{white-space:pre-wrap;color:#f7f4ee;background:#15120e;border-radius:18px;padding:18px;font-size:14px;line-height:1.45}.checklistBox{background:#fbfaf7;border:1px solid #e2ddd5;border-radius:18px;margin:18px 0;padding:16px}.checklistBox .muted{margin:8px 0 14px;font-size:14px;line-height:1.4}.checklistGrid{grid-template-columns:1fr;gap:8px;display:grid}.checkItem{cursor:pointer;background:#fff;border:1px solid #e2ddd5;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;font-weight:600;line-height:1.3;display:flex}.checkItem input{accent-color:#15120e;flex:none;width:18px;height:18px;margin:0}.checkItem span{display:block}.reportPage{background:#d8d3ca}.reportWrap{max-width:920px}.paper{background:#fff;border:1px solid #d4cec4;border-radius:10px;margin-bottom:48px;padding:48px;box-shadow:0 30px 80px #0000001f}.paperHeader{border-bottom:2px solid #15120e;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:24px;display:flex}.paperHeader h1{letter-spacing:-.04em;margin:8px 0;font-size:36px}.statusBox{border:1px solid #15120e;border-radius:14px;align-self:flex-start;min-width:180px;padding:16px}.statusBox span,.reportGrid span{text-transform:uppercase;letter-spacing:.12em;color:#6b6258;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.statusBox strong,.reportGrid strong{display:block}.reportGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0;display:grid}.reportGrid div{background:#fbfaf7;border:1px solid #e2ddd5;border-radius:14px;padding:14px}.paperSection{border-top:1px solid #e2ddd5;margin-top:20px;padding-top:20px}.paperSection h2{margin:0 0 8px;font-size:18px}.paperSection p{white-space:pre-wrap;color:#332d27;line-height:1.6}.paperFooter{color:#332d27;border-top:2px solid #15120e;margin-top:28px;padding-top:18px;line-height:1.55}@media (max-width:800px){.hero,.grid,.reportGrid{grid-template-columns:1fr}.title{font-size:44px}.actions,.paperHeader{flex-direction:column}.paper{padding:24px}}@media print{body{background:#fff}.noPrint{display:none!important}.wrap,.reportWrap{max-width:none;padding:0}.paper{box-shadow:none;border:0;border-radius:0;margin:0;padding:24px}.page{min-height:auto}.btn{display:none}}
:root{--rp-bg:#0b0c0a;--rp-bg-soft:#10120f;--rp-surface:#151812;--rp-surface-elevated:#1a1e17;--rp-surface-pressed:#20251c;--rp-border:#2b3128;--rp-border-strong:#3a4236;--rp-text:#f2f0e8;--rp-text-secondary:#b7b8ae;--rp-text-muted:#7b8076;--rp-text-faint:#555b51;--rp-accent:#c7a76c;--rp-accent-muted:#8f7548;--rp-green:#8fae72;--rp-orange:#c9793e;--rp-red:#b85c4a;--rp-white:#fff;--rp-black:#050604}html{scroll-behavior:smooth}body{letter-spacing:-.01em;font-size:16px;line-height:1.45;background:var(--rp-bg)!important;color:var(--rp-text)!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.premiumPage{background:linear-gradient(#ffffff05 1px, transparent 1px), linear-gradient(90deg, #ffffff04 1px, transparent 1px), radial-gradient(circle at 18% -8%, #c7a76c14, transparent 30%), linear-gradient(180deg, var(--rp-bg) 0%, var(--rp-bg-soft) 58%, var(--rp-bg) 100%);background-size:48px 48px,48px 48px,auto,auto;position:relative;overflow:hidden}.premiumPage:before{content:"";pointer-events:none;background:linear-gradient(#0b0c0a24,#0b0c0ac7 64%,#0b0c0af0);position:absolute;inset:0}.roofGlow{display:none}.premiumWrap{max-width:1180px;position:relative}.premiumNav{z-index:20;border-bottom:1px solid var(--rp-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0c0ad1;min-height:68px;padding:14px 0;position:sticky;top:0}.navCenter,.navLinks{color:var(--rp-text-muted);align-items:center;gap:18px;font-size:13px;display:flex}.navCenter a,.navLinks a:not(.btn){transition:color .18s}.navCenter a:hover,.navLinks a:not(.btn):hover{color:var(--rp-text)}.goldText{color:var(--rp-accent)!important}.eyebrow{text-transform:uppercase;line-height:1;color:var(--rp-text-muted)!important;letter-spacing:.11em!important;font-size:11px!important;font-weight:650!important}.premiumHero{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:54px;min-height:720px;padding:92px 0 78px;display:grid}.premiumTitle{max-width:860px;color:var(--rp-text);letter-spacing:-.075em;text-wrap:balance;font-size:clamp(48px,6.6vw,84px);font-weight:520;line-height:.91}.premiumLead{max-width:720px;font-size:19px;line-height:1.48;color:var(--rp-text-secondary)!important}.premiumActions{margin-top:32px}.btn{letter-spacing:-.01em;cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:46px;font-size:14px;transition:background .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s;border-radius:4px!important;padding:0 18px!important;font-weight:650!important;display:inline-flex!important}.btn:hover{transform:translateY(-1px)}.primaryBtn{box-shadow:0 14px 34px #00000042;background:var(--rp-text)!important;color:var(--rp-black)!important;border:1px solid var(--rp-text)!important}.primaryBtn:hover{background:var(--rp-white)!important;border-color:var(--rp-white)!important}.ghostBtn,.btn.secondary{color:var(--rp-text)!important;border:1px solid var(--rp-border-strong)!important;background:0 0!important}.ghostBtn:hover,.btn.secondary:hover{border-color:var(--rp-text-muted)!important;background:#ffffff09!important}.trustStrip{flex-wrap:wrap;gap:8px;max-width:760px;margin-top:28px;display:flex}.trustStrip span,.statusPill{border:1px solid var(--rp-border);color:var(--rp-text-secondary);background:#ffffff06;border-radius:4px;padding:7px 9px;font-size:12px;font-weight:620}.heroAlertColumn{min-width:0}.premiumSection{border-top:1px solid #2b3128b8;padding:82px 0}.premiumSection h2{color:var(--rp-text);letter-spacing:-.064em;text-wrap:balance;font-size:clamp(34px,4.6vw,58px);font-weight:520;line-height:.98}.split{grid-template-columns:1fr 1fr;align-items:center;gap:42px;display:grid}.sectionHeader{grid-template-columns:1.3fr .7fr;align-items:end;gap:42px;margin-bottom:34px;display:grid}.sectionHeader p{max-width:420px}.muted{color:var(--rp-text-muted)!important}.largeMuted{font-size:18px;line-height:1.5}.workflowStack{gap:14px;display:grid}.workflowPanel,.servicePanel,.termsPanel,.proofBlock,.sourceTrail,.premiumForm{border:1px solid var(--rp-border);background:linear-gradient(#ffffff08,#ffffff04);border-radius:8px;padding:24px;box-shadow:0 22px 60px #0003}.workflowPanel span,.sourceRow span,.fitGrid span,.formSectionLabel{color:var(--rp-text-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.workflowPanel p{color:var(--rp-text-secondary);margin:0;line-height:1.55}.activeWorkflow{background:var(--rp-surface-elevated);border-color:var(--rp-border-strong)}.serviceSection{align-items:stretch}.servicePanel,.termsPanel{min-height:100%}.servicePrice{align-items:baseline;gap:8px;margin:16px 0 14px;display:flex}.servicePrice strong{letter-spacing:-.06em;color:var(--rp-text);font-size:48px;font-weight:520;line-height:.92}.servicePrice span{color:var(--rp-text-muted);font-size:15px}.termsPanel{gap:12px;display:grid}.termsPanel div{color:var(--rp-text-secondary);border-bottom:1px solid var(--rp-border);align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.termsPanel div:last-child{border-bottom:0;padding-bottom:0}.termsPanel span{color:var(--rp-green);font-weight:900}.proofGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.proofBlock h3{color:var(--rp-text);letter-spacing:-.044em;margin:0 0 10px;font-size:20px;font-weight:560;line-height:1.08}.proofBlock p{color:var(--rp-text-muted);margin:0;font-size:14px;line-height:1.46}.signalIndex{border-top:1px solid var(--rp-border)}.signalItem{border-bottom:1px solid var(--rp-border);grid-template-columns:64px minmax(190px,290px) 1fr;align-items:baseline;gap:24px;padding:24px 0;transition:background .18s,border-color .18s;display:grid}.signalItem:hover{border-color:var(--rp-border-strong);background:#ffffff05}.indexNumber{color:var(--rp-text-faint);font-variant-numeric:tabular-nums;font-size:12px}.signalItem h3{color:var(--rp-text);letter-spacing:-.045em;margin:0;font-size:22px;font-weight:560;line-height:1.08}.signalItem p{color:var(--rp-text-muted);margin:0;line-height:1.5}.exampleCopy h2{margin-top:14px}.fitGrid{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;display:grid}.fitGrid div{border:1px solid var(--rp-border);background:#ffffff05;border-radius:8px;padding:18px}.fitGrid ul{color:var(--rp-text-secondary);margin:0;padding-left:18px;line-height:1.55}.sourceTrail{gap:0;display:grid}.sourceRow{border-top:1px solid var(--rp-border);grid-template-columns:44px 140px 1fr;gap:18px;padding:18px 0;display:grid}.sourceRow:first-of-type{border-top:0}.sourceRow span{color:var(--rp-accent);font-variant-numeric:tabular-nums;margin:0}.sourceRow strong{color:var(--rp-text);font-weight:560}.sourceRow p{color:var(--rp-text-muted);margin:0;line-height:1.45}.premiumForm{background:var(--rp-surface);max-width:900px;margin:0 auto}.premiumForm h2{color:var(--rp-text);margin:14px 0 12px;font-size:clamp(34px,4.5vw,56px)!important}.premiumForm form{margin-top:28px}.formGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.formSectionLabel{color:var(--rp-accent);margin:26px 0 12px}.field{margin-bottom:14px}.field label{color:var(--rp-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:650}.field input,.field select,.field textarea{outline:none;min-height:48px;padding:0 14px;color:var(--rp-text)!important;border:1px solid var(--rp-border)!important;background:#0d0f0c!important;border-radius:4px!important}.field textarea{min-height:120px;padding-top:12px}.field input:focus,.field select:focus,.field textarea:focus{box-shadow:none;border-color:var(--rp-accent-muted)!important;background:#0f120e!important}.field input::placeholder,.field textarea::placeholder{color:var(--rp-text-faint)}.premiumChecklist{margin:20px 0;border:1px solid var(--rp-border)!important;background:#00000029!important;border-radius:8px!important;padding:20px!important}.checklistBox .muted{font-size:14px;line-height:1.44}.checklistGrid.twoCol{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.checkItem{min-height:46px;transition:border-color .18s,background .18s;border:1px solid var(--rp-border)!important;color:var(--rp-text-secondary)!important;background:#ffffff06!important;border-radius:4px!important;font-weight:520!important}.checkItem:hover{border-color:var(--rp-border-strong)!important;background:#ffffff0a!important}.checkItem input{accent-color:var(--rp-accent)!important}.formNote{color:var(--rp-text-muted);text-align:center;margin:14px 0 0;font-size:12px}.hiddenField{display:none!important}.fullBtn{width:100%;margin-top:4px}.thanksPage{place-items:center;min-height:100vh;padding:24px;display:grid}.thanksCard{text-align:center;max-width:720px}.thanksCard h1{letter-spacing:-.065em;color:var(--rp-text);margin:12px 0;font-size:58px}.thanksCard p{color:var(--rp-text-muted);font-size:18px;line-height:1.55}.thanksActions{justify-content:center;gap:12px;margin-top:28px;display:flex}[data-reveal]{opacity:0;filter:blur(5px);will-change:opacity, transform, filter;transition:opacity .62s,transform .62s cubic-bezier(.2,.72,.18,1),filter .62s;transform:translateY(28px)}[data-reveal=fade-left]{transform:translate(28px)}[data-reveal=fade-right]{transform:translate(-28px)}[data-reveal=fade-down]{transform:translateY(-16px)}[data-reveal].is-visible{opacity:1;filter:blur();transform:translate(0,0)}[data-delay="1"]{transition-delay:70ms}[data-delay="2"]{transition-delay:.14s}[data-delay="3"]{transition-delay:.21s}[data-delay="4"]{transition-delay:.28s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-reveal]{opacity:1!important;filter:none!important;transform:none!important}}@media (max-width:1000px){.premiumHero,.split,.sectionHeader{grid-template-columns:1fr}.premiumHero{gap:34px;min-height:auto}.navCenter{display:none}.proofGrid,.fitGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.premiumNav{position:relative}.navLinks a:first-child{display:none}.premiumHero{padding:58px 0 52px}.trustStrip{display:none}.premiumSection{padding:58px 0}.proofGrid,.formGrid,.checklistGrid.twoCol,.fitGrid{grid-template-columns:1fr!important}.signalItem{grid-template-columns:44px 1fr;gap:14px}.signalItem p{grid-column:2}.sourceRow{grid-template-columns:38px 1fr}.sourceRow p{grid-column:2}.btn{width:100%}.actions,.thanksActions{flex-direction:column}}@media (max-width:560px){.premiumTitle{font-size:43px}.premiumLead{font-size:17px}.premiumSection h2,.premiumForm h2{font-size:34px!important}[data-reveal],[data-reveal=fade-left],[data-reveal=fade-right]{transform:translateY(22px)}}
.districtMapSection{position:relative}.districtMapHeader{grid-template-columns:1.2fr .8fr;align-items:end;gap:42px;margin-bottom:30px;display:grid}.districtMapHeader h2{margin:12px 0 0}.districtMapHeader p{max-width:460px;line-height:1.55}.districtMapShell{border:1px solid var(--rp-border);background:linear-gradient(#ffffff08,#ffffff03);border-radius:10px;overflow:hidden;box-shadow:0 28px 80px #0000003d}.districtMapToolbar{border-bottom:1px solid var(--rp-border);background:#00000029;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:24px;padding:22px 24px;display:grid}.districtMapReadout span,.districtSelectLabel>span{color:var(--rp-text-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.districtMapReadout strong{color:var(--rp-text);letter-spacing:-.04em;font-size:24px;font-weight:560;line-height:1.05;display:block}.districtMapReadout p{color:var(--rp-text-muted);margin:7px 0 0;font-size:14px}.districtMapReadout.takenReadout strong,.districtMapReadout.takenReadout span{color:#efaa97}.districtMapReadout.takenReadout p{color:#c98c7d}.districtSelectLabel select{border:1px solid var(--rp-border-strong);width:100%;min-height:46px;color:var(--rp-text);background:#0d0f0c;border-radius:4px;outline:none;padding:0 12px}.districtSelectLabel select:focus{border-color:var(--rp-accent-muted)}.districtSelectLabel select:disabled{color:var(--rp-text-faint);cursor:wait}.districtMapViewport{background:radial-gradient(circle at 47% 40%,#c7a76c0d,#0000 33%),linear-gradient(#ffffff04,#00000014);min-height:510px;padding:18px;position:relative;overflow:hidden}.districtMapSvg{touch-action:none;-webkit-user-select:none;user-select:none;cursor:default;width:100%;min-height:480px;max-height:650px;display:block;overflow:hidden}.districtMapSvg.isZoomed{cursor:grab}.districtMapSvg.isDragging{cursor:grabbing}.districtZoomControls{z-index:5;border:1px solid var(--rp-border-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#090b08f0;border-radius:6px;grid-template-columns:42px 64px 42px auto;align-items:center;display:grid;position:absolute;top:30px;right:30px;overflow:hidden;box-shadow:0 12px 30px #00000052}.districtZoomControls button,.districtZoomControls span{border:0;border-right:1px solid var(--rp-border);min-height:40px;color:var(--rp-text);font:inherit;background:0 0;place-items:center;display:grid}.districtZoomControls button{cursor:pointer;font-size:21px;line-height:1;transition:background .12s,color .12s}.districtZoomControls button:hover:not(:disabled),.districtZoomControls button:focus-visible{color:var(--rp-accent);background:#c7a76c21;outline:none}.districtZoomControls button:disabled{color:var(--rp-text-faint);cursor:not-allowed}.districtZoomControls span{color:var(--rp-text-muted);letter-spacing:.03em;font-size:12px;font-weight:700}.districtZoomControls .districtResetButton{letter-spacing:.04em;text-transform:uppercase;border-right:0;min-width:62px;padding:0 12px;font-size:12px;font-weight:700}.districtPath{fill:#1c2119;stroke:#5f6759;stroke-width:.62px;cursor:pointer;outline:none;transition:fill .12s,stroke .12s,filter .12s}.districtPath:hover,.districtPath:focus{fill:var(--rp-accent);stroke:#f4ead6;stroke-width:1.25px;filter:drop-shadow(0 0 7px #c7a76c52)}.districtPath.selected{fill:var(--rp-green);stroke:#eef4e7;stroke-width:1.35px}.districtPath.taken,.districtPath.taken:hover,.districtPath.taken:focus{fill:#7b3d34;stroke:#ffc2b1;stroke-width:1.5px;cursor:not-allowed;filter:drop-shadow(0 0 8px #be4e386b)}.districtInsetBox{fill:#0000001f;stroke:var(--rp-border);stroke-width:1px}.districtInsetLabel{fill:var(--rp-text-faint);letter-spacing:.08em;pointer-events:none;font-size:13px;font-weight:700}.districtMapStatus{text-align:center;color:var(--rp-text-muted);border:1px dashed var(--rp-border);background:#0000001f;border-radius:8px;place-items:center;padding:24px;display:grid;position:absolute;inset:18px}.districtMapError{color:#d6a596}.districtMapFooter{border-top:1px solid var(--rp-border);color:var(--rp-text-faint);justify-content:space-between;gap:18px;padding:14px 24px;font-size:12px;display:flex}.districtMapFooter a{color:var(--rp-text-muted);text-underline-offset:3px;text-decoration:underline}.districtMapFooter a:hover{color:var(--rp-text-secondary)}@media (max-width:1000px){.districtMapHeader,.districtMapToolbar{grid-template-columns:1fr}.districtMapViewport{min-height:440px}}@media (max-width:768px){.districtMapToolbar{padding:18px}.districtMapViewport{min-height:370px;padding:8px}.districtMapSvg{min-height:350px;max-height:450px}.districtZoomControls{grid-template-columns:38px 56px 38px auto;top:16px;right:16px}.districtZoomControls button,.districtZoomControls span{min-height:38px}.districtZoomControls .districtResetButton{min-width:58px;padding:0 9px}.districtMapFooter{flex-direction:column;padding:13px 18px}}
.brandLogo{color:inherit;align-items:center;line-height:0;text-decoration:none;display:inline-flex}.siteLogo{width:190px;height:auto;display:block}.logoOnDark{color:#f5efe4}.logoOnLight{color:#07090d}.premiumNav .brandLogo{color:#f5efe4}.premiumNav .brandLogo:hover{color:#fff}@media (max-width:560px){.siteLogo{width:155px}}
*{font-kerning:normal;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}body{letter-spacing:-.012em}h1,h2,h3,.brandLogo,.btn,.eyebrow,.field label,.metricGrid span,.alertTimestamp,.alertBadge{letter-spacing:-.025em}.eyebrow,.field label,.metricGrid span,.alertTimestamp,.alertBadge{letter-spacing:.105em}button,input,select,textarea,.report,.premiumReport{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}
.exampleSection{align-items:center}.alertPreview{color:#11130f;background:#f2f0e8;border:1px solid #d0cabd;border-radius:8px;overflow:hidden;box-shadow:0 26px 82px #00000057}.heroAlertPreview{transform:rotate(.35deg)}.alertChrome{color:#4f5349;background:#e4e0d5;border-bottom:1px solid #c8c2b5;justify-content:space-between;gap:18px;padding:13px 16px;font-size:12px;font-weight:650;display:flex}.alertPreviewBody{padding:24px}.alertPreviewTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.alertBadge{color:#5f4b22;text-transform:uppercase;letter-spacing:.08em;background:#eee4cf;border:1px solid #b7a071;border-radius:4px;align-items:center;padding:7px 9px;font-size:11px;font-weight:800;display:inline-flex}.alertTimestamp{color:#686c62;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:760}.alertPreview h3{letter-spacing:-.058em;color:#11130f;margin:0 0 20px;font-size:30px;font-weight:560;line-height:1.02}.alertMetaGrid{border:1px solid #d4cec0;grid-template-columns:repeat(2,1fr);margin:0 0 18px;display:grid}.alertMetaGrid div{background:#f8f6ef;border-bottom:1px solid #d4cec0;padding:12px}.alertMetaGrid div:nth-child(odd){border-right:1px solid #d4cec0}.alertMetaGrid div:nth-last-child(-n+2){border-bottom:0}.alertMetaGrid span,.alertBodyBlock span,.alertActionBlock span{color:#6d7166;text-transform:uppercase;letter-spacing:.09em;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.alertMetaGrid strong{color:#151811;font-size:14px;font-weight:650;line-height:1.35;display:block}.alertBodyBlock,.alertActionBlock{border-top:1px solid #d4cec0;margin-top:16px;padding-top:16px}.alertBodyBlock p,.alertActionBlock p{color:#34382f;margin:0;font-size:15px;line-height:1.55}.alertActionBlock{background:#e9e1cf;border:1px solid #d1c09a;border-radius:4px;padding:16px}.alertActionBlock span{color:#6b5426}@media (max-width:700px){.heroAlertPreview{transform:none}.alertChrome,.alertPreviewTop{flex-direction:column;align-items:flex-start}.alertMetaGrid{grid-template-columns:1fr}.alertMetaGrid div,.alertMetaGrid div:nth-child(odd){border-bottom:1px solid #d4cec0;border-right:0}.alertMetaGrid div:last-child{border-bottom:0}.alertPreview h3{font-size:24px}}
