.vsa-widget {
  --navy: #03232b;
  --navy-deep: #01171d;
  --green: #69df42;
  --green-dark: #2f7f25;
  --cream: #f2f4eb;
  --paper: #fbfcf8;
  --ink: #0b2c33;
  --muted: #53686d;
  --line: rgba(229, 240, 238, .14);
  --white: #f8fbf8;
  --soft: #b9c8cd;
}
.vsa-widget, .vsa-widget * { box-sizing: border-box; }
.vsa-widget { scroll-behavior: smooth; }
.vsa-widget {
  margin: 0;
  background: var(--navy-deep);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.vsa-widget a { color: inherit; }
.vsa-widget a:focus-visible, .vsa-widget summary:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; border-radius: 4px; }
.vsa-widget .shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.vsa-widget .hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 30px 0 74px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 34%, rgba(105, 223, 66, .11), transparent 27%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
}
.vsa-widget .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.vsa-widget .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.vsa-widget .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #9fb1b6; font-size: 13px; margin-bottom: 84px; }
.vsa-widget .breadcrumb a { text-decoration: none; }
.vsa-widget .breadcrumb a:hover { color: var(--green); }
.vsa-widget .eyebrow, .vsa-widget .kicker { margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.vsa-widget .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); }
.vsa-widget .eyebrow span { width: 28px; height: 1px; background: var(--green); }
.vsa-widget h1, .vsa-widget h2, .vsa-widget h3, .vsa-widget p { text-wrap: pretty; }
.vsa-widget h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.vsa-widget .hero-lead { max-width: 680px; margin: 28px 0 0; color: #c5d3d6; font-size: 19px; line-height: 1.7; }
.vsa-widget .hero-lead strong { color: var(--white); font-weight: 600; }
.vsa-widget .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.vsa-widget .button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.vsa-widget .button:hover { transform: translateY(-2px); }
.vsa-widget .button-primary { background: var(--green); color: #082018; }
.vsa-widget .button-primary:hover { background: #83eb61; }
.vsa-widget .button-ghost { border: 1px solid rgba(255,255,255,.2); color: var(--white); }
.vsa-widget .button-ghost:hover { border-color: var(--green); color: var(--green); }
.vsa-widget .trust-list { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 34px 0 0; color: #9fb2b7; font-size: 13px; }
.vsa-widget .trust-list span { color: var(--green); margin-right: 5px; }
.vsa-widget .hero-visual { position: relative; width: min(100%, 490px); aspect-ratio: 1; margin: 80px auto 0; border-radius: 50%; }
.vsa-widget .orbit { position: absolute; inset: 5%; border: 1px solid rgba(105,223,66,.24); border-radius: 50%; }
.vsa-widget .orbit-two { inset: 20%; border-color: rgba(255,255,255,.12); }
.vsa-widget .orbit::before, .vsa-widget .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.vsa-widget .orbit::before { left: 8%; top: 27%; }
.vsa-widget .orbit::after { right: 6%; bottom: 31%; }
.vsa-widget .core-mark { position: absolute; inset: 34%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--green); color: var(--navy-deep); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.vsa-widget .core-mark span { font-size: 58px; line-height: .8; font-weight: 800; letter-spacing: -.08em; }
.vsa-widget .core-mark small { margin-top: 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.vsa-widget .orbit-chip { position: absolute; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(3,35,43,.86); color: #dce7e8; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.vsa-widget .chip-build { left: 2%; top: 46%; }
.vsa-widget .chip-find { right: 2%; top: 32%; }
.vsa-widget .chip-grow { right: 19%; bottom: 7%; }
.vsa-widget .signal { position: absolute; width: 30px; height: 30px; border: 1px solid rgba(105,223,66,.4); border-radius: 50%; }
.vsa-widget .signal-one { top: 3%; left: 45%; }
.vsa-widget .signal-two { bottom: 13%; left: 12%; }
.vsa-widget .metric-card { position: absolute; right: -2%; bottom: 20%; display: flex; gap: 11px; align-items: center; min-width: 194px; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(1,23,29,.84); box-shadow: 0 18px 50px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.vsa-widget .metric-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(105,223,66,.14); color: var(--green); }
.vsa-widget .metric-card div { display: grid; gap: 4px; }
.vsa-widget .metric-card strong { font-size: 12px; }
.vsa-widget .metric-card small { color: #92a8ad; font-size: 10px; }
.vsa-widget .market-strip { background: var(--green); color: var(--navy-deep); }
.vsa-widget .market-grid { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; min-height: 116px; }
.vsa-widget .market-grid > * { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid rgba(1,23,29,.16); }
.vsa-widget .market-grid > *:first-child { padding-left: 0; border-left: 0; }
.vsa-widget .market-grid strong { font-size: 20px; letter-spacing: -.025em; }
.vsa-widget .market-grid span { margin-top: 7px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.vsa-widget .market-grid a { min-height: 46px; flex-direction: row; align-items: center; gap: 9px; border: 1px solid rgba(1,23,29,.26); border-radius: 999px; padding: 0 18px; font-size: 12px; font-weight: 700; text-decoration: none; }
.vsa-widget .section { padding: 112px 0; }
.vsa-widget .section-light { background: #062a32; color: var(--white); }
.vsa-widget .section-cream { background: #031d24; color: var(--white); }
.vsa-widget .split-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 72px; align-items: start; }
.vsa-widget .kicker { color: var(--green); }
.vsa-widget .split-heading h2, .vsa-widget .section-heading h2, .vsa-widget .inline-cta h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.vsa-widget .split-heading h2, .vsa-widget .section-heading h2 { color: var(--white); }
.vsa-widget .inline-cta h2 { color: var(--navy); }
.vsa-widget .split-heading p:not(.kicker) { max-width: 770px; margin: 28px 0 0; color: var(--soft); font-size: 18px; line-height: 1.8; }
.vsa-widget .section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.vsa-widget .section-heading > p { margin: 0 0 5px; color: var(--soft); line-height: 1.75; }
.vsa-widget .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vsa-widget .service-card { min-height: 310px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); transition: background .2s ease, transform .2s ease; }
.vsa-widget .service-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #0a343e; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.vsa-widget .service-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(105,223,66,.16); color: var(--green-dark); font-size: 11px; font-weight: 700; }
.vsa-widget .service-card h3 { margin: 54px 0 14px; color: var(--white); font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
.vsa-widget .service-card p { margin: 0; color: var(--soft); font-size: 14px; line-height: 1.75; }
.vsa-widget .inline-cta { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 64px; padding: 42px; border-radius: 24px; background: var(--green); }
.vsa-widget .inline-cta h2 { max-width: 730px; font-size: clamp(28px, 4vw, 44px); }
.vsa-widget .inline-cta .kicker { color: #1f6519; }
.vsa-widget .button-dark { background: var(--navy); color: var(--white); white-space: nowrap; }
.vsa-widget .button-dark:hover { background: var(--navy-deep); color: var(--green); }
.vsa-widget .section-dark { background: var(--navy); color: var(--white); }
.vsa-widget .kicker-bright { color: var(--green); }
.vsa-widget .local-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: start; }
.vsa-widget .local-copy h2, .vsa-widget .faq-intro h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
.vsa-widget .local-copy > p:not(.kicker) { max-width: 720px; margin: 28px 0 0; color: #b9c9cd; font-size: 17px; line-height: 1.8; }
.vsa-widget .text-link { display: inline-flex; gap: 9px; margin-top: 28px; color: var(--green); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.vsa-widget .sector-panel { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: var(--navy-deep); }
.vsa-widget .sector-panel > p { margin: 0 0 22px; color: #849aa0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vsa-widget .sector-panel ul { list-style: none; margin: 0; padding: 0; }
.vsa-widget .sector-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 16px; }
.vsa-widget .sector-panel li span { color: var(--green); font-size: 10px; }
.vsa-widget .section-heading-wide { grid-template-columns: 1.35fr .65fr; }
.vsa-widget .process-list { list-style: none; margin: 64px 0 0; padding: 0; border-top: 1px solid var(--line); }
.vsa-widget .process-list li { display: grid; grid-template-columns: 70px 220px 1fr; gap: 26px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.vsa-widget .process-list li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: var(--navy); font-size: 11px; font-weight: 700; }
.vsa-widget .process-list h3 { margin: 6px 0 0; font-size: 23px; color: var(--white); }
.vsa-widget .process-list p { max-width: 640px; margin: 4px 0 0; color: var(--soft); font-size: 15px; line-height: 1.7; }
.vsa-widget .standards-section { background: var(--green); color: var(--navy-deep); }
.vsa-widget .standards-heading { display: grid; grid-template-columns: .55fr 1fr .65fr; gap: 46px; align-items: start; }
.vsa-widget .standards-heading .kicker { color: #236e1b; }
.vsa-widget .standards-heading h2 { margin: 0; font-size: clamp(36px, 4.7vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
.vsa-widget .standards-heading > p:last-child { margin: 3px 0 0; line-height: 1.75; }
.vsa-widget .standards-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 58px; border-top: 1px solid rgba(1,23,29,.2); border-left: 1px solid rgba(1,23,29,.2); }
.vsa-widget .standards-grid article { min-height: 280px; padding: 32px; border-right: 1px solid rgba(1,23,29,.2); border-bottom: 1px solid rgba(1,23,29,.2); }
.vsa-widget .standards-grid article > span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; color: #245b25; }
.vsa-widget .standards-grid h3 { margin: 72px 0 14px; font-size: 25px; letter-spacing: -.025em; }
.vsa-widget .standards-grid p { margin: 0; max-width: 490px; font-size: 14px; line-height: 1.75; }
.vsa-widget .proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 58px; }
.vsa-widget .case-card { position: relative; overflow: hidden; min-height: 460px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: 28px; }
.vsa-widget .case-card::after { content: ""; position: absolute; width: 280px; height: 280px; right: -80px; top: -80px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.vsa-widget .case-card-dark { background: var(--navy); color: var(--white); }
.vsa-widget .case-card-green { background: var(--green); color: var(--navy-deep); }
.vsa-widget .case-type { position: relative; z-index: 1; margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; opacity: .68; }
.vsa-widget .case-card > div { position: relative; z-index: 1; max-width: 470px; }
.vsa-widget .case-card h3 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 45px); line-height: 1.05; letter-spacing: -.035em; }
.vsa-widget .case-card div p { margin: 0 0 24px; line-height: 1.7; opacity: .78; }
.vsa-widget .case-card a, .vsa-widget .proof-note a { font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.vsa-widget .proof-note { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 28px 4px 0; color: var(--soft); font-size: 14px; }
.vsa-widget .proof-note p { margin: 0; }
.vsa-widget .proof-note a { color: var(--green); white-space: nowrap; }
.vsa-widget .compare-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.vsa-widget .compare-intro h2 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
.vsa-widget .compare-intro > p:not(.kicker) { margin: 26px 0 0; color: var(--soft); font-size: 16px; line-height: 1.8; }
.vsa-widget .comparison-table { border-top: 1px solid var(--line); }
.vsa-widget .comparison-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.vsa-widget .comparison-row strong { color: var(--white); }
.vsa-widget .comparison-row span { color: var(--soft); line-height: 1.5; }
.vsa-widget .comparison-head { padding-top: 0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.vsa-widget .section-green { background: var(--green); color: var(--navy-deep); }
.vsa-widget .section-green .kicker { color: #236e1b; }
.vsa-widget .launch-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.vsa-widget .launch-grid h2 { margin: 0; font-size: clamp(39px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.vsa-widget .launch-grid > div:last-child > p { margin: 0 0 28px; font-size: 17px; line-height: 1.8; }
.vsa-widget .faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.vsa-widget .faq-intro { position: sticky; top: 32px; }
.vsa-widget .faq-intro > p:not(.kicker) { margin: 24px 0 30px; color: var(--soft); }
.vsa-widget .faq-intro .button { width: max-content; }
.vsa-widget .faq-list { border-top: 1px solid rgba(255,255,255,.15); }
.vsa-widget .faq-list details { border-bottom: 1px solid rgba(255,255,255,.15); }
.vsa-widget .faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 26px 0; font-size: 18px; font-weight: 700; line-height: 1.4; }
.vsa-widget .faq-list summary::-webkit-details-marker { display: none; }
.vsa-widget .faq-list summary::after { content: "+"; grid-column: 3; color: var(--green); font-size: 24px; font-weight: 400; }
.vsa-widget .faq-list details[open] summary::after { content: "−"; }
.vsa-widget .faq-list summary span { color: var(--green); font-size: 10px; padding-top: 7px; }
.vsa-widget .faq-list details > p { max-width: 690px; margin: -5px 42px 28px 62px; color: var(--soft); font-size: 15px; line-height: 1.75; }
.vsa-widget .related-section { padding: 72px 0; background: var(--navy-deep); }
.vsa-widget .related-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; align-items: start; }
.vsa-widget .related-grid h2 { margin: 0; color: var(--white); font-size: 15px; text-transform: uppercase; letter-spacing: .1em; }
.vsa-widget .related-grid nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vsa-widget .related-grid a { display: flex; justify-content: space-between; gap: 15px; padding: 0 0 18px; border-bottom: 1px solid var(--line); color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }
.vsa-widget .related-grid a:hover { color: var(--green); border-color: var(--green); }
@media (max-width: 960px) {.vsa-widget .hero { min-height: auto; }
.vsa-widget .hero-grid { grid-template-columns: 1fr; gap: 10px; }
.vsa-widget .breadcrumb { margin-bottom: 60px; }
.vsa-widget .hero-visual { width: min(82vw, 480px); margin-top: 28px; }
.vsa-widget .market-grid { grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
.vsa-widget .market-grid a { grid-column: 1 / -1; margin-top: 18px; }
.vsa-widget .split-heading, .vsa-widget .section-heading { grid-template-columns: 1fr; gap: 28px; }
.vsa-widget .service-grid { grid-template-columns: repeat(2, 1fr); }
.vsa-widget .inline-cta { grid-template-columns: 1fr; }
.vsa-widget .inline-cta .button { justify-self: start; }
.vsa-widget .local-grid, .vsa-widget .compare-grid, .vsa-widget .launch-grid, .vsa-widget .faq-grid { grid-template-columns: 1fr; gap: 52px; }
.vsa-widget .section-heading-wide { grid-template-columns: 1fr; }
.vsa-widget .standards-heading { grid-template-columns: 1fr; gap: 24px; }
.vsa-widget .faq-intro { position: static; }
.vsa-widget .related-grid { grid-template-columns: 1fr; gap: 32px; }}
@media (max-width: 640px) {.vsa-widget .shell { width: min(100% - 32px, 1180px); }
.vsa-widget .hero { padding-top: 22px; padding-bottom: 54px; }
.vsa-widget .breadcrumb { margin-bottom: 48px; font-size: 11px; }
.vsa-widget h1 { font-size: clamp(43px, 14vw, 62px); }
.vsa-widget .hero-lead { font-size: 17px; line-height: 1.65; }
.vsa-widget .hero-actions { display: grid; }
.vsa-widget .button { width: 100%; }
.vsa-widget .trust-list { display: grid; gap: 10px; }
.vsa-widget .hero-visual { width: 96%; }
.vsa-widget .metric-card { right: -2%; bottom: 10%; min-width: 170px; }
.vsa-widget .market-grid { grid-template-columns: 1fr 1fr; }
.vsa-widget .market-grid > * { padding: 12px 14px; border-left: 0; }
.vsa-widget .market-grid > div:nth-child(3) { grid-column: 1 / -1; }
.vsa-widget .section { padding: 78px 0; }
.vsa-widget .service-grid { grid-template-columns: 1fr; }
.vsa-widget .service-card { min-height: 260px; padding: 26px; }
.vsa-widget .service-card h3 { margin-top: 40px; }
.vsa-widget .inline-cta { padding: 28px 22px; border-radius: 18px; }
.vsa-widget .local-grid { gap: 40px; }
.vsa-widget .sector-panel { padding: 24px; border-radius: 18px; }
.vsa-widget .process-list li { grid-template-columns: 52px 1fr; gap: 14px; }
.vsa-widget .process-list h3 { margin-top: 7px; }
.vsa-widget .process-list p { grid-column: 2; }
.vsa-widget .standards-grid { grid-template-columns: 1fr; }
.vsa-widget .standards-grid article { min-height: 240px; padding: 26px; }
.vsa-widget .standards-grid h3 { margin-top: 52px; }
.vsa-widget .proof-grid { grid-template-columns: 1fr; }
.vsa-widget .case-card { min-height: 390px; padding: 28px; border-radius: 20px; }
.vsa-widget .proof-note { align-items: flex-start; flex-direction: column; }
.vsa-widget .comparison-row { grid-template-columns: .8fr 1.2fr; gap: 14px; font-size: 13px; }
.vsa-widget .faq-list summary { grid-template-columns: 35px 1fr; gap: 8px; font-size: 16px; }
.vsa-widget .faq-list details > p { margin: -3px 24px 24px 43px; }
.vsa-widget .related-grid nav { grid-template-columns: 1fr; }}
@media (prefers-reduced-motion: reduce) {.vsa-widget { scroll-behavior: auto; }
.vsa-widget, .vsa-widget *, .vsa-widget *::before, .vsa-widget *::after { transition: none !important; }}
.vsa-widget { width:100%; min-width:0; overflow:clip; }
.vsa-widget section { width:100%; }
.vsa-widget .button { cursor:pointer; }
.elementor-editor-active .vsa-widget .faq-intro { top: 90px; }

.vsa-widget .faq-list details > .vsa-faq-answer { max-width:690px; margin:-5px 42px 28px 62px; color:var(--soft); font-size:15px; line-height:1.75; }
.vsa-widget .faq-list details > .vsa-faq-answer p { margin:0; }
@media (max-width:640px){ .vsa-widget .faq-list details > .vsa-faq-answer { margin:-3px 24px 24px 43px; } }

.vsa-widget .shell { width:min(var(--vsa-shell,1180px), calc(100% - (var(--vsa-gutter,24px) * 2))); max-width:none; }
@media (max-width:640px){.vsa-widget .shell{--vsa-gutter:16px;}}
