body.v2 .cw-protection {
  color: #17252e;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  scroll-margin-top: 110px;
}

body.v2 #photo-trust {
  border-bottom: 1px solid #d9dfe3;
}

body.v2 .cw-protection .v2-section-head {
  max-width: 100%;
}

body.v2 .cw-protection h2,
body.v2 .cw-protection h3,
body.v2 .cw-protection .v2-eyebrow {
  letter-spacing: 0;
}

body.v2 .cw-protection p:not(.v2-eyebrow) {
  color: #415364;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.cw-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.cw-protection-grid > article {
  min-width: 0;
  padding: 24px 0 0;
  border-top: 3px solid #2563a8;
}

.cw-protection-grid > article:nth-child(2) { border-color: #167b69; }
.cw-protection-grid > article:nth-child(3) { border-color: #a36d2e; }
.cw-protection-number { color: #415364; font-size: 14px; font-weight: 600; }
body.v2 .cw-protection-grid h3 { margin: 12px 0 16px; color: #111; }
body.v2 #photo-protection .cw-protection-grid h3 { min-height: 2.8em; }
.cw-protection-grid p { margin: 0 0 16px; }
.cw-protection-insurance { color: #000; font-weight: 700; }

body.v2 .cw-protection p.cw-protection-note {
  margin: 18px 0 0;
  color: #52606c;
  font-size: 14px;
  line-height: 1.75;
}

body.v2 .cw-protection p.cw-protection-sources {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #d9dfe3;
}

body.v2 .cw-protection a.cw-protection-link,
.cw-protection-sources a,
.cw-bill-error a {
  color: #1f5595;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

.cw-protection-grid .cw-protection-link { display: inline-block; margin-top: 20px; }
.cw-protection a:focus-visible,
.cw-protection button:focus-visible,
.cw-protection select:focus-visible { outline: 3px solid #2563a8; outline-offset: 3px; }
body.v2 .cw-protection .v2-button { gap: 8px; border-radius: 8px; font-weight: 600; }
.cw-protection svg { width: 20px; height: 20px; flex: 0 0 20px; }

.cw-bill-heading { display: flex; flex-wrap: wrap; align-items: end; gap: 24px; justify-content: space-between; margin-bottom: 24px; }
.cw-bill-heading > * { min-width: 0; }
.cw-bill-heading .v2-actions { margin-top: 0; }
.cw-bill-viewer { border: 1px solid #cdd6df; border-radius: 8px; overflow: hidden; background: #f3f5f7; }
.cw-bill-viewer [hidden] { display: none !important; }
.cw-bill-tabs { display: flex; border-bottom: 1px solid #cdd6df; background: #fff; }
.cw-bill-tabs button { flex: 1; min-width: 0; padding: 14px 16px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; color: #415364; background: transparent; font: inherit; font-size: 16px; cursor: pointer; }
.cw-bill-tabs button[aria-selected="true"] { border-bottom-color: #2563a8; color: #1f5595; background: #edf3fb; font-weight: 600; }
.cw-bill-pdf { display: block; width: 100%; height: 740px; height: min(76vh, 850px); min-height: 460px; border: 0; background: #fff; }
.cw-bill-page-tools { display: flex; gap: 12px; align-items: center; justify-content: center; padding: 14px; border-bottom: 1px solid #d9dfe3; color: #17252e; background: #fff; }
.cw-bill-page-tools select { width: 88px; height: 42px; border: 1px solid #cdd6df; border-radius: 6px; background: #fff; color: #17252e; font: inherit; padding: 0 8px; }
.cw-bill-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid #cdd6df; border-radius: 6px; background: #fff; color: #17252e; cursor: pointer; }
.cw-bill-icon-button:disabled { opacity: .4; cursor: default; }
.cw-bill-page { margin: 0; padding: 20px; }
body.v2 .cw-bill-page img { width: 100%; max-width: 850px; height: auto; margin: 0 auto; background: #fff; border: 1px solid #d9dfe3; }
.cw-bill-page figcaption { margin-top: 12px; text-align: center; color: #52606c; font-size: 14px; }
.cw-bill-error { padding: 20px; }

.cw-field-network {
  color: #17252e;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  scroll-margin-top: 110px;
}

.cw-field-network-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.cw-field-network-copy { min-width: 0; }
.cw-field-network-kicker { margin: 0 0 10px; color: #176b5b; font-size: 14px; font-weight: 700; }
body.v2 .cw-field-network h2 { margin-bottom: 20px; letter-spacing: 0; }
body.v2 .cw-field-network-copy > p:not(.cw-field-network-kicker):not(.cw-field-network-note) { color: #415364; font-size: 17px; line-height: 1.8; }

.cw-field-network-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 30px;
  border-top: 1px solid #d8e2dc;
}

.cw-field-network-services article {
  min-width: 0;
  padding: 24px 0;
  border-bottom: 1px solid #d8e2dc;
}

.cw-field-network-services svg { width: 22px; height: 22px; color: #176b5b; }
body.v2 .cw-field-network-services h3 { margin: 10px 0 8px; color: #17252e; font-size: 19px; letter-spacing: 0; }
body.v2 .cw-field-network-services p { margin: 0; color: #526577; font-size: 15px; line-height: 1.75; }

.cw-field-network-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 30px 0 0;
  padding: 20px 0;
  border-top: 2px solid #176b5b;
  border-bottom: 1px solid #d8e2dc;
}

.cw-field-network-price dt { font-size: 16px; font-weight: 700; }
.cw-field-network-price dd { margin: 0; color: #12483f; font-size: 24px; font-weight: 800; white-space: nowrap; }
body.v2 .cw-field-network p.cw-field-network-note { margin: 14px 0 0; color: #52606c; font-size: 14px; line-height: 1.7; }
.cw-field-network .v2-actions { margin-top: 24px; }

.cw-security-monitoring {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #b9cbc5;
}

.cw-security-monitoring-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

body.v2 .cw-security-monitoring-heading h3 { margin: 0; color: #17252e; font-size: 26px; letter-spacing: 0; }
.cw-security-monitoring-heading > strong { flex: 0 0 auto; color: #12483f; font-size: 26px; line-height: 1.35; white-space: nowrap; }
body.v2 .cw-security-monitoring > p:not(.cw-security-monitoring-standard) { margin: 0; color: #415364; font-size: 16px; line-height: 1.8; }

.cw-security-monitoring ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid #d8e2dc;
  list-style: none;
}

.cw-security-monitoring li { min-width: 0; padding: 18px 0; border-bottom: 1px solid #d8e2dc; }
.cw-security-monitoring li strong { display: block; margin-bottom: 6px; color: #17252e; font-size: 16px; }
.cw-security-monitoring li span { display: block; color: #526577; font-size: 14px; line-height: 1.7; }
body.v2 .cw-security-monitoring p.cw-security-monitoring-standard { margin: 16px 0 0; color: #52606c; font-size: 14px; line-height: 1.75; }

.cw-field-network-badge { margin: 0; position: sticky; top: 110px; }
body.v2 .cw-field-network-badge img { display: block; width: 100%; height: auto; border: 1px solid #d9dfe3; border-radius: 8px; }

.cw-nas-models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 24px 0 36px;
  padding: 22px 0;
  border-top: 2px solid #167b69;
  border-bottom: 1px solid #d9dfe3;
}
.cw-nas-models > div { min-width: 0; }
.cw-nas-models dt { color: #176b5b; font-size: 20px; font-weight: 700; }
.cw-nas-models dd { margin: 8px 0 0; color: #415364; font-size: 16px; line-height: 1.8; }
body.v2 .cw-nas-architecture h3 { font-size: 22px; }
.cw-nas-flow { margin: 28px 0 36px; padding: 24px 0; border-top: 1px solid #d9dfe3; border-bottom: 1px solid #d9dfe3; }
.cw-nas-flow figcaption { margin-bottom: 22px; color: #17252e; font-size: 16px; font-weight: 700; }
.cw-nas-path { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.cw-nas-path li { min-width: 0; padding-left: 16px; border-left: 2px solid #c4d7de; }
.cw-nas-path svg { display: block; width: 24px; height: 24px; margin-bottom: 12px; color: #1f5595; }
.cw-nas-path strong { display: block; color: #17252e; font-size: 17px; line-height: 1.5; }
.cw-nas-path span { display: block; margin-top: 8px; color: #415364; font-size: 15px; line-height: 1.75; }
body.v2 .cw-nas-benefits h3 { margin-top: 0; font-size: 21px; }
body.v2 .cw-nas-architecture p.cw-nas-message { margin-top: 32px; color: #176b5b; font-size: 20px; }

@media (max-width: 850px) {
  .cw-protection-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .cw-protection-grid > article { padding-top: 18px; }
  body.v2 #photo-protection .cw-protection-grid h3 { min-height: 0; }
  .cw-field-network-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .cw-field-network-badge { position: static; max-width: 320px; }
  .cw-nas-path { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}

@media (max-width: 640px) {
  body.v2 .cw-protection p:not(.v2-eyebrow) { font-size: 16px; }
  body.v2 .cw-protection p.cw-protection-note { font-size: 14px; }
  .cw-bill-heading { gap: 20px; }
  .cw-bill-heading .v2-actions { width: 100%; }
  .cw-bill-page { padding: 8px; }
  .cw-bill-page-tools { gap: 8px; padding: 12px 8px; }
  .cw-field-network-services { grid-template-columns: minmax(0, 1fr); }
  .cw-field-network-price { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .cw-field-network-price dd { font-size: 22px; white-space: normal; }
  .cw-security-monitoring-heading { align-items: start; flex-direction: column; gap: 8px; }
  .cw-security-monitoring-heading > strong { font-size: 24px; white-space: normal; }
  .cw-security-monitoring ul { grid-template-columns: minmax(0, 1fr); }
  .cw-nas-models { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
