@import url("./fonts.css?v=20260715-28");

:root {
  --v2-navy: #08263b;
  --v2-navy-2: #0d3550;
  --v2-blue: #0f5f9d;
  --v2-blue-2: #1679bb;
  --v2-green: #2e9b67;
  --v2-cyan: #1b8994;
  --v2-ink: #102a3c;
  --v2-text: #4f6473;
  --v2-muted: #718493;
  --v2-line: #dbe4e9;
  --v2-soft: #f2f7f9;
  --v2-white: #ffffff;
  --v2-shadow: 0 18px 50px rgba(8, 38, 59, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--v2-ink);
  background: var(--v2-white);
  font-family: var(--cfi-font-family);
  -webkit-font-smoothing: antialiased;
}

body.v2-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.v2-container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.v2-site-header {
  position: relative;
  z-index: 80;
  background: var(--v2-white);
}

.v2-utility {
  min-height: 116px;
  display: flex;
  align-items: center;
  border-top: 4px solid var(--v2-green);
  background: var(--v2-white);
}

.v2-utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.v2-brand-mark {
  width: 86px;
  height: 86px;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--v2-white);
  box-shadow: 0 10px 28px rgba(8, 38, 59, 0.11);
}

.v2-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.v2-brand:not(.footer) .v2-brand-mark-wide {
  width: 280px;
  height: 100px;
}

.v2-brand.footer .v2-brand-mark-wide {
  width: 290px;
  height: 112px;
}

.v2-brand-mark-wide img {
  object-fit: cover;
  object-position: center;
}

.v2-brand-mark-wide + .v2-brand-copy {
  display: none;
}

.v2-brand-copy {
  display: grid;
  gap: 6px;
  max-width: 620px;
}

.v2-brand-copy strong {
  color: var(--v2-navy);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.018em;
}

.v2-brand-rule {
  width: min(100%, 360px);
  height: 1px;
  background: linear-gradient(90deg, var(--v2-gold, #c9952e), rgba(201, 149, 46, 0.12));
}

.v2-brand-copy small {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.65;
  white-space: pre-line;
}

.v2-utility-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.v2-utility-contact > a,
.v2-utility-contact > button {
  display: grid;
  gap: 2px;
}

.v2-utility-contact > button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  text-align: left;
}

.v2-utility-contact small {
  color: var(--v2-muted);
  font-size: 12px;
}

.v2-utility-contact strong {
  color: var(--v2-navy);
  font-size: 15px;
  font-weight: 700;
}

.v2-copy-email-line {
  display: flex;
  align-items: center;
  gap: 9px;
}

.v2-copy-email-line strong {
  white-space: nowrap;
}

.v2-copy-email-line em,
.v2-footer-copy-email em {
  padding: 2px 6px;
  border: 1px solid rgba(46, 155, 103, 0.32);
  border-radius: 999px;
  color: var(--v2-green);
  background: rgba(46, 155, 103, 0.06);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.v2-copy-email:hover .v2-copy-email-line em,
.v2-copy-email.copied .v2-copy-email-line em {
  border-color: var(--v2-green);
  color: var(--v2-white);
  background: var(--v2-green);
}

.v2-wechat-top {
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  color: var(--v2-white);
  background: var(--v2-green);
  font-weight: 700;
}

.v2-wechat-top:hover {
  background: #238657;
}

.v2-nav-wrap {
  min-height: 56px;
  background: linear-gradient(90deg, var(--v2-navy), #0d456a 70%, var(--v2-blue));
  box-shadow: 0 4px 16px rgba(8, 38, 59, 0.16);
}

.v2-nav-inner {
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.v2-nav {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.v2-nav > a,
.v2-nav-dropdown > button {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  border: 0;
  color: rgba(255, 255, 255, 0.86);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.v2-nav > a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.v2-nav > a:hover,
.v2-nav > a.active,
.v2-nav-dropdown:hover > button,
.v2-nav-dropdown:focus-within > button,
.v2-nav-dropdown.active > button,
.v2-nav-dropdown.open > button {
  color: var(--v2-white);
  background: rgba(255, 255, 255, 0.1);
}

.v2-nav > a.active::after,
.v2-nav-dropdown.active > button::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  background: #57c686;
}

.v2-nav-dropdown {
  position: relative;
  display: flex;
}

.v2-nav-dropdown > button span {
  margin-left: 7px;
  font-size: 14px;
  transition: transform 0.22s ease;
}

.v2-nav-dropdown:hover > button span,
.v2-nav-dropdown:focus-within > button span,
.v2-nav-dropdown.open > button span {
  transform: rotate(180deg);
}

.v2-nav-mega {
  position: absolute;
  z-index: 120;
  right: -250px;
  top: calc(100% + 10px);
  width: min(720px, 84vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 26px;
  border-top: 4px solid var(--v2-green);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 62px rgba(4, 27, 43, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.v2-nav-mega::before {
  content: "";
  position: absolute;
  inset: -14px 0 auto;
  height: 14px;
}

.v2-nav-dropdown:hover .v2-nav-mega,
.v2-nav-dropdown:focus-within .v2-nav-mega,
.v2-nav-dropdown.open .v2-nav-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.v2-nav-mega section {
  min-width: 0;
}

.v2-nav-mega section > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--v2-blue);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-nav-mega a {
  min-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px -8px;
  padding: 9px 8px;
  border: 0;
  color: var(--v2-navy);
  background: transparent;
  font-size: 14px;
  line-height: 1.35;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.v2-nav-mega a i {
  color: var(--v2-green);
  font-style: normal;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.v2-nav-mega a:hover,
.v2-nav-mega a:focus {
  color: var(--v2-blue);
  background: #edf6f7;
  transform: translateX(6px);
}

.v2-nav-mega a:hover i,
.v2-nav-mega a:focus i {
  opacity: 1;
}

.v2-lang {
  align-self: center;
  flex: 0 0 auto;
  min-width: 88px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: var(--v2-white);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

html[lang="en"] .v2-nav > a,
html[lang="en"] .v2-nav-dropdown > button {
  padding-inline: 11px;
  font-size: 14px;
}

html[lang="en"] .v2-brand-copy small {
  font-size: 11px;
  line-height: 1.55;
}

html[lang="en"] .v2-utility-contact strong {
  font-size: 14px;
}

.v2-menu-button {
  display: none;
  align-self: center;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
}

.v2-menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--v2-white);
}

.v2-home-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: var(--v2-white);
  background:
    linear-gradient(90deg, rgba(7, 34, 53, 0.96) 0%, rgba(7, 34, 53, 0.84) 43%, rgba(7, 34, 53, 0.28) 78%, rgba(7, 34, 53, 0.18) 100%),
    var(--v2-hero-image) center / cover no-repeat;
}

.v2-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 68%, rgba(8, 38, 59, 0.3));
  pointer-events: none;
}

.v2-hero-content {
  padding: 76px 0 88px;
}

.v2-eyebrow,
.v2-section-kicker,
.v2-section-heading p,
.v2-quick-contact p,
.v2-contact-band p {
  margin: 0 0 14px;
  color: #6fd19a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-bottom: 18px;
  color: #7cdda5;
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.11em;
}

.v2-eyebrow::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px rgba(124, 221, 165, 0.22);
}

.v2-home-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

html[lang="en"] .v2-home-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 4.6vw, 62px);
  line-height: 1.08;
}

.v2-hero-lede {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  line-height: 1.65;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v2-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 750;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.v2-button:hover {
  transform: translateY(-1px);
}

.v2-button-primary {
  color: var(--v2-white);
  background: var(--v2-green);
  box-shadow: 0 10px 26px rgba(46, 155, 103, 0.24);
}

.v2-button-primary:hover {
  background: #248758;
}

.v2-button-ghost {
  color: var(--v2-white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.v2-button-light {
  color: var(--v2-navy);
  background: var(--v2-white);
}

.v2-hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.v2-hero-note span {
  width: 28px;
  height: 2px;
  background: #6fd19a;
}

.v2-wechat-float {
  position: fixed;
  z-index: 70;
  right: 22px;
  top: 52%;
  width: 164px;
  padding: 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 14px;
  color: var(--v2-navy);
  background: rgba(238, 246, 249, 0.58);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  box-shadow: 0 18px 48px rgba(8, 38, 59, 0.14);
  text-align: center;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.v2-wechat-float:hover {
  transform: translate(-4px, -50%);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(238, 246, 249, 0.3);
  box-shadow: 0 22px 54px rgba(8, 38, 59, 0.18);
}

.v2-footer-visible .v2-wechat-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(12px, -50%);
}

.v2-wechat-float-qr {
  padding: 5px;
  border: 1px solid rgba(219, 228, 233, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(8, 38, 59, 0.07);
}

.v2-wechat-float-qr img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.v2-wechat-float strong,
.v2-wechat-float span {
  display: block;
}

.v2-wechat-float strong {
  margin-top: 11px;
  font-size: 16px;
  line-height: 1.3;
}

.v2-wechat-float span {
  margin-top: 4px;
  color: var(--v2-muted);
  font-size: 12px;
}

.v2-products {
  position: relative;
  z-index: 3;
  padding: 82px 0 94px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), transparent 190px),
    #f1f6f7;
}

.v2-products > .v2-container {
  position: relative;
  width: min(1100px, calc(100% - 48px));
}

.v2-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 28px;
}

.v2-section-heading p {
  color: var(--v2-blue);
}

.v2-section-heading h2,
.v2-two-column h2,
.v2-checklist-layout h2,
.v2-faq-layout h2,
.v2-about-note h2,
.v2-preparation h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.v2-section-heading > span {
  color: var(--v2-text);
  font-size: 16px;
  line-height: 1.7;
}

.v2-product-grid {
  display: grid;
  gap: 12px;
}

.v2-product-card {
  --card-accent: var(--v2-blue);
  position: relative;
  min-height: 184px;
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(128, 154, 169, 0.28);
  border-left: 4px solid var(--card-accent);
  background: var(--v2-white);
  box-shadow: 0 8px 26px rgba(8, 38, 59, 0.045);
  transition:
    transform 0.42s cubic-bezier(0.2, 0.75, 0.2, 1),
    box-shadow 0.36s ease,
    border-color 0.36s ease,
    background 0.36s ease;
}

.v2-product-card::before {
  display: none;
}

.v2-product-card.tone-blue { --card-accent: #0f66a6; }
.v2-product-card.tone-violet { --card-accent: #755f9c; }
.v2-product-card.tone-green { --card-accent: #2e9b67; }
.v2-product-card.tone-cyan { --card-accent: #1b8994; }
.v2-product-card.tone-navy { --card-accent: #173d5a; }

.v2-product-card:hover {
  z-index: 1;
  transform: translateX(10px);
  border-color: color-mix(in srgb, var(--card-accent) 38%, var(--v2-line));
  background: color-mix(in srgb, var(--card-accent) 5%, white);
  box-shadow: 0 18px 42px rgba(8, 38, 59, 0.13);
}

.v2-product-media {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  background: var(--v2-navy);
}

.v2-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 38, 59, 0.2), rgba(8, 38, 59, 0.03) 62%);
  transition: opacity 0.36s ease;
}

.v2-product-media img {
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.94) contrast(1.03);
  transform: scale(1.01);
  transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.45s ease;
}

.v2-product-media span {
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.v2-product-card:hover .v2-product-media::after {
  opacity: 0.34;
}

.v2-product-card:hover .v2-product-media img {
  filter: saturate(1) brightness(1.04) contrast(1.01);
  transform: scale(1.055);
}

.v2-product-copy {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(250px, 1.35fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 26px;
}

.v2-product-title small {
  display: block;
  color: var(--card-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.v2-product-title h3 {
  margin: 9px 0 12px;
  color: var(--v2-navy);
  font-size: 25px;
  line-height: 1.2;
}

.v2-product-copy p {
  margin: 0;
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.65;
}

.v2-product-copy > strong {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  color: var(--v2-navy);
  font-size: 14px;
}

.v2-product-copy > strong i {
  color: var(--card-accent);
  font-size: 20px;
  font-style: normal;
  transition: transform 0.36s ease;
}

.v2-product-card:hover .v2-product-copy > strong i {
  transform: translateX(6px);
}

.v2-quick-contact {
  padding: 66px 0;
  color: var(--v2-white);
  background:
    linear-gradient(100deg, rgba(8, 38, 59, 0.98), rgba(15, 95, 157, 0.9)),
    url("hero-risk-advisory.png") center / cover no-repeat;
}

.v2-quick-contact-inner,
.v2-contact-band > .v2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}

.v2-quick-contact h2,
.v2-contact-band h2 {
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.2;
}

.v2-quick-contact span,
.v2-contact-band span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.v2-quick-actions,
.v2-contact-band > .v2-container > .v2-contact-action {
  display: grid;
  gap: 12px;
  justify-items: end;
  flex: 0 0 auto;
}

.v2-quick-actions > a,
.v2-contact-band > .v2-container > .v2-contact-action > a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.v2-page-hero {
  min-height: 420px;
  display: grid;
  align-items: center;
  color: var(--v2-white);
  background:
    linear-gradient(90deg, rgba(8, 38, 59, 0.98), rgba(8, 38, 59, 0.82) 54%, rgba(8, 38, 59, 0.34)),
    var(--v2-page-image) center / cover no-repeat;
}

.v2-page-hero > .v2-container {
  padding: 70px 0 80px;
}

.v2-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.v2-page-hero > .v2-container > p:not(.v2-eyebrow) {
  max-width: 760px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

.v2-section {
  padding: 86px 0;
}

.v2-section-soft {
  background: var(--v2-soft);
}

.v2-section-dark {
  color: var(--v2-white);
  background: linear-gradient(110deg, var(--v2-navy), var(--v2-navy-2));
}

.v2-section-kicker {
  color: var(--v2-blue);
}

.v2-two-column {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.v2-pill-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v2-pill-list span,
.v2-industry-grid span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-left: 4px solid var(--v2-green);
  background: var(--v2-soft);
  color: var(--v2-ink);
  font-size: 15px;
  font-weight: 700;
}

.v2-requirement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--v2-line);
}

.v2-requirement-grid > div {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 20px 24px 20px 42px;
  background: var(--v2-white);
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.6;
}

.v2-requirement-grid > div::before {
  content: "";
  position: absolute;
  left: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-green);
}

.v2-clause-section {
  padding-top: 78px;
}

.v2-clause-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 20px;
  align-items: start;
}

.v2-clause-card,
.v2-amazon-card {
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
  box-shadow: 0 12px 34px rgba(8, 38, 59, 0.06);
}

.v2-clause-card-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 26px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-clause-card-head > span {
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.v2-clause-card-head h3 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 21px;
  line-height: 1.3;
}

.v2-clause-card-head p {
  margin: 5px 0 0;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.6;
}

.v2-clause-list details + details {
  border-top: 1px solid var(--v2-line);
}

.v2-clause-list summary {
  min-height: 62px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
  padding: 15px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--v2-navy);
  font-size: 15px;
  font-weight: 800;
}

.v2-clause-list summary::-webkit-details-marker {
  display: none;
}

.v2-clause-list summary b {
  color: var(--v2-green);
  font-size: 12px;
}

.v2-clause-list summary i {
  font-size: 20px;
  font-style: normal;
  transition: transform 0.25s ease;
}

.v2-clause-list details[open] summary i {
  transform: rotate(45deg);
}

.v2-clause-body {
  display: grid;
  gap: 12px;
  padding: 0 24px 22px 66px;
}

.v2-clause-body > div {
  padding: 16px 18px;
  border-left: 3px solid var(--v2-blue);
  background: var(--v2-soft);
}

.v2-clause-body > div:last-child {
  border-left-color: var(--v2-green);
  background: #f3f8f5;
}

.v2-clause-body small {
  display: block;
  margin-bottom: 7px;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-clause-body p {
  margin: 0;
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.72;
}

.v2-amazon-card {
  padding-bottom: 22px;
}

.v2-amazon-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 22px 28px 22px 48px;
}

.v2-amazon-card li {
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.65;
}

.v2-amazon-card li::marker {
  color: var(--v2-green);
}

.v2-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 26px;
}

.v2-source-links a {
  padding: 8px 11px;
  border: 1px solid var(--v2-line);
  color: var(--v2-blue);
  background: var(--v2-soft);
  font-size: 12px;
  font-weight: 800;
}

.v2-source-note {
  margin: 16px 26px 0;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.6;
}

.v2-certificate-template {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  min-height: 300px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
  box-shadow: 0 12px 34px rgba(8, 38, 59, 0.06);
}

.v2-certificate-copy {
  padding: 30px 34px;
}

.v2-certificate-copy > span {
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.v2-certificate-copy > p {
  margin: 28px 0 7px;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v2-certificate-copy h3 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 27px;
  line-height: 1.32;
}

.v2-certificate-copy div {
  max-width: 760px;
  margin-top: 16px;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.72;
}

.v2-certificate-copy small {
  display: block;
  margin-top: 18px;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.6;
}

.v2-certificate-thumb {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  border: 0;
  border-left: 1px solid var(--v2-line);
  color: var(--v2-blue);
  background: #edf4f7;
  cursor: zoom-in;
  transition: background 0.22s ease, transform 0.22s ease;
}

.v2-certificate-thumb:hover {
  background: #e4eff3;
}

.v2-certificate-thumb:focus-visible {
  outline: 3px solid rgba(23, 116, 162, 0.34);
  outline-offset: -3px;
}

.v2-certificate-thumb img {
  display: block;
  width: auto;
  height: 220px;
  max-width: 100%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 9px 24px rgba(8, 38, 59, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.v2-certificate-thumb:hover img {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 14px 30px rgba(8, 38, 59, 0.2);
}

.v2-certificate-thumb span {
  font-size: 12px;
  font-weight: 800;
}

.v2-certificate-thumb b {
  margin-left: 4px;
  font-size: 15px;
}

.v2-certificate-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(4, 20, 31, 0.62);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.v2-certificate-modal.show {
  display: grid;
}

body.v2-certificate-open {
  overflow: hidden;
}

.v2-certificate-modal-card {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 94vw;
  max-height: 96vh;
}

.v2-certificate-modal-card > img {
  display: block;
  width: auto;
  max-width: min(92vw, 1180px);
  max-height: calc(100vh - 82px);
  object-fit: contain;
  background: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  cursor: zoom-out;
}

.v2-certificate-modal-card > p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.v2-certificate-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 20, 31, 0.75);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 720px) {
  .v2-certificate-template {
    grid-template-columns: 1fr;
  }

  .v2-certificate-copy {
    padding: 25px 22px;
  }

  .v2-certificate-copy h3 {
    font-size: 23px;
  }

  .v2-certificate-thumb {
    border-left: 0;
    border-top: 1px solid var(--v2-line);
  }

  .v2-certificate-thumb img {
    height: 250px;
  }

  .v2-certificate-modal {
    padding: 10px;
  }

  .v2-certificate-modal-card > img {
    max-width: 96vw;
    max-height: calc(100vh - 66px);
  }
}

.v2-info-grid,
.v2-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-info-grid article,
.v2-process-grid article {
  min-height: 228px;
  padding: 28px;
  border: 1px solid var(--v2-line);
  border-top: 4px solid var(--v2-blue);
  background: var(--v2-white);
}

.v2-info-grid article > span,
.v2-process-grid article > span {
  color: var(--v2-green);
  font-size: 14px;
  font-weight: 800;
}

.v2-info-grid h3,
.v2-process-grid h3 {
  margin: 38px 0 10px;
  color: var(--v2-navy);
  font-size: 23px;
  line-height: 1.3;
}

.v2-info-grid p,
.v2-process-grid p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.7;
}

.v2-notice {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--v2-green);
  color: var(--v2-text);
  background: var(--v2-soft);
  font-size: 14px;
  line-height: 1.7;
}

.v2-checklist-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.v2-checklist-layout .v2-section-kicker,
.v2-section-dark .v2-section-kicker {
  color: #6fd19a;
}

.v2-checklist-layout h2 {
  color: var(--v2-white);
}

.v2-checklist-layout > div > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.v2-checklist-layout ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(255, 255, 255, 0.15);
  list-style: none;
}

.v2-checklist-layout li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.v2-checklist-layout li > .v2-checklist-number {
  color: #6fd19a;
  font-weight: 800;
  line-height: 1.55;
}

.v2-checklist-copy strong {
  display: block;
  color: var(--v2-white);
  font-size: 16px;
  line-height: 1.5;
}

.v2-checklist-copy p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.v2-checklist-copy small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.v2-checklist-regions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.v2-checklist-regions span {
  padding: 8px 10px;
  border: 1px solid rgba(111, 209, 154, 0.2);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(111, 209, 154, 0.08);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.v2-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.25fr);
  gap: 70px;
}

.v2-faq-list {
  display: grid;
  gap: 10px;
}

.v2-faq-list details {
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
}

.v2-faq-list summary {
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  color: var(--v2-navy);
  font-size: 17px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.v2-faq-list summary b {
  color: var(--v2-green);
  font-size: 22px;
}

.v2-faq-list details[open] summary b {
  transform: rotate(45deg);
}

.v2-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-project-example {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.v2-project-example-intro h2 {
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.18;
}

.v2-project-example-intro > h2 + p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.8;
}

.v2-project-source-preview {
  margin-top: 30px;
}

.v2-project-source-preview > p {
  margin: 0 0 9px;
  color: #6fd19a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-project-source-thumb {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  cursor: zoom-in;
  text-align: left;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.v2-project-source-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 209, 154, 0.7);
  background: rgba(255, 255, 255, 0.11);
}

.v2-project-source-thumb:focus-visible {
  outline: 3px solid rgba(111, 209, 154, 0.42);
  outline-offset: 3px;
}

.v2-project-source-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.v2-project-source-thumb span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 4px 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.v2-project-source-thumb b {
  color: #6fd19a;
  font-size: 16px;
}

.v2-project-terms {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.v2-project-terms article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.v2-project-terms article > span {
  color: #6fd19a;
  font-weight: 800;
  line-height: 1.5;
}

.v2-project-terms strong {
  display: block;
  color: var(--v2-white);
  font-size: 17px;
  line-height: 1.5;
}

.v2-project-terms p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}

.v2-project-example-note {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border-left: 4px solid #6fd19a;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  line-height: 1.7;
}

.v2-recall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.v2-recall-grid article {
  padding: 30px 30px 32px;
  border: 1px solid var(--v2-line);
  border-top: 5px solid var(--v2-blue);
  background: var(--v2-white);
  box-shadow: 0 18px 48px rgba(8, 38, 59, 0.08);
}

.v2-recall-grid article.third-party {
  border-top-color: var(--v2-green);
}

.v2-recall-grid header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.v2-recall-grid header > span {
  color: var(--v2-green);
  font-weight: 800;
  line-height: 1.5;
}

.v2-recall-grid small {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v2-recall-grid .third-party small {
  color: var(--v2-green);
}

.v2-recall-grid h3 {
  margin: 5px 0 0;
  color: var(--v2-navy);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.2;
}

.v2-recall-grid article > p {
  margin: 22px 0 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-recall-grid ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  list-style: none;
}

.v2-recall-grid li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.7;
}

.v2-recall-grid li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--v2-green);
  content: "";
}

.v2-recall-note {
  margin-top: 24px;
}

.v2-cargo-annual-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: start;
}

.v2-cargo-annual-intro {
  position: sticky;
  top: 160px;
}

.v2-cargo-annual-intro h2,
.v2-cargo-special-layout h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.v2-cargo-annual-intro > p:last-child,
.v2-cargo-special-layout > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: var(--v2-text);
  font-size: 16px;
  line-height: 1.82;
}

.v2-cargo-steps {
  border-top: 1px solid var(--v2-line);
}

.v2-cargo-steps article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 20px 25px 0;
  border-bottom: 1px solid var(--v2-line);
  transition: transform 0.28s ease, background-color 0.28s ease, padding 0.28s ease;
}

.v2-cargo-steps article:hover {
  padding-left: 18px;
  background: var(--v2-soft);
  transform: translateX(7px);
}

.v2-cargo-steps article > span {
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.v2-cargo-steps h3 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 21px;
  line-height: 1.35;
}

.v2-cargo-steps p {
  margin: 7px 0 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-cargo-special-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 76px;
  align-items: start;
}

.v2-cargo-special-layout h2 {
  color: var(--v2-white);
}

.v2-cargo-special-layout > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.v2-cargo-risk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(255, 255, 255, 0.16);
  list-style: none;
}

.v2-cargo-risk-list li {
  position: relative;
  min-height: 122px;
  display: flex;
  align-items: center;
  padding: 24px 24px 24px 48px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  font-size: 15px;
  line-height: 1.7;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.v2-cargo-risk-list li:hover {
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.v2-cargo-risk-list li::before {
  position: absolute;
  left: 24px;
  width: 8px;
  height: 8px;
  background: #6fd19a;
  content: "";
}

.v2-cargo-special-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid #6fd19a;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.72;
}

.v2-trade-term-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.v2-trade-term-grid article {
  min-height: 330px;
  padding: 34px 34px 36px;
  border: 1px solid var(--v2-line);
  border-top: 5px solid var(--v2-blue);
  background: var(--v2-white);
  box-shadow: 0 18px 46px rgba(8, 38, 59, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.v2-trade-term-grid article.fob {
  border-top-color: var(--v2-green);
}

.v2-trade-term-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(8, 38, 59, 0.12);
}

.v2-trade-term-grid header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-trade-term-grid header strong {
  color: var(--v2-blue);
  font-size: 35px;
  letter-spacing: -0.03em;
}

.v2-trade-term-grid .fob header strong {
  color: var(--v2-green);
}

.v2-trade-term-grid header span {
  padding: 7px 10px;
  color: var(--v2-muted);
  background: var(--v2-soft);
  font-size: 12px;
  font-weight: 800;
}

.v2-trade-term-grid h3 {
  margin: 28px 0 12px;
  color: var(--v2-navy);
  font-size: 27px;
  line-height: 1.28;
}

.v2-trade-term-grid p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.82;
}

.v2-trade-note {
  margin-top: 24px;
  background: var(--v2-white);
}

.v2-cyber-why-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: start;
}

.v2-cyber-why-intro {
  position: sticky;
  top: 160px;
}

.v2-cyber-why-intro h2,
.v2-cyber-buyer-intro h2,
.v2-cyber-quote-layout h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.v2-cyber-why-intro > p:last-child,
.v2-cyber-buyer-intro > p:last-child,
.v2-cyber-quote-layout > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: var(--v2-text);
  font-size: 16px;
  line-height: 1.82;
}

.v2-cyber-why-list {
  border-top: 1px solid var(--v2-line);
}

.v2-cyber-why-list article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 20px 25px 0;
  border-bottom: 1px solid var(--v2-line);
  transition: transform 0.28s ease, background-color 0.28s ease, padding 0.28s ease;
}

.v2-cyber-why-list article:hover {
  padding-left: 18px;
  background: var(--v2-soft);
  transform: translateX(7px);
}

.v2-cyber-why-list article > span {
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.v2-cyber-why-list h3 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 21px;
  line-height: 1.35;
}

.v2-cyber-why-list p {
  margin: 7px 0 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-cyber-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.v2-cyber-coverage-grid > article {
  padding: 32px 32px 34px;
  border: 1px solid var(--v2-line);
  border-top: 5px solid var(--v2-blue);
  background: var(--v2-white);
  box-shadow: 0 18px 48px rgba(8, 38, 59, 0.08);
}

.v2-cyber-coverage-grid > article.third-party {
  border-top-color: var(--v2-green);
}

.v2-cyber-coverage-grid header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.v2-cyber-coverage-grid header > span {
  color: var(--v2-green);
  font-weight: 800;
  line-height: 1.5;
}

.v2-cyber-coverage-grid small {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v2-cyber-coverage-grid .third-party small {
  color: var(--v2-green);
}

.v2-cyber-coverage-grid h3 {
  margin: 6px 0 0;
  color: var(--v2-navy);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.22;
}

.v2-cyber-coverage-grid article > p {
  margin: 22px 0 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-cyber-coverage-grid ul {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  list-style: none;
}

.v2-cyber-coverage-grid li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.7;
}

.v2-cyber-coverage-grid li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--v2-green);
  content: "";
}

.v2-cyber-coverage-note {
  margin-top: 24px;
  background: var(--v2-white);
}

.v2-cyber-buyer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 70px;
  align-items: start;
}

.v2-cyber-buyer-intro h2 {
  color: var(--v2-white);
}

.v2-cyber-buyer-intro > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.v2-cyber-buyer-examples {
  display: grid;
  gap: 16px;
}

.v2-cyber-buyer-examples article {
  padding: 26px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.055);
}

.v2-cyber-buyer-examples article > span {
  display: inline-flex;
  padding: 7px 10px;
  color: var(--v2-navy);
  background: #6fd19a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.v2-cyber-buyer-examples h3 {
  margin: 18px 0 0;
  color: var(--v2-white);
  font-size: 22px;
  line-height: 1.4;
}

.v2-cyber-buyer-examples blockquote {
  margin: 18px 0 0;
  padding: 17px 19px;
  border-left: 3px solid var(--v2-blue-light, #50aee5);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.13);
  font-size: 13px;
  line-height: 1.72;
}

.v2-cyber-buyer-examples article > p {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.v2-cyber-checks {
  grid-column: 1 / -1;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.v2-cyber-checks > h3 {
  margin: 0 0 18px;
  color: var(--v2-white);
  font-size: 23px;
}

.v2-cyber-checks > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.v2-cyber-checks article {
  min-height: 178px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.v2-cyber-checks article > span {
  color: #6fd19a;
  font-size: 12px;
  font-weight: 800;
}

.v2-cyber-checks strong {
  display: block;
  margin-top: 28px;
  color: var(--v2-white);
  font-size: 16px;
  line-height: 1.5;
}

.v2-cyber-checks p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.68;
}

.v2-cyber-checks .v2-cyber-buyer-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid #6fd19a;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.72;
}

.v2-cyber-quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 70px;
  align-items: start;
}

.v2-cyber-quote-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  list-style: none;
}

.v2-cyber-quote-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--v2-line);
}

.v2-cyber-quote-list li > span {
  color: var(--v2-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.v2-cyber-quote-list strong {
  color: var(--v2-navy);
  font-size: 16px;
  line-height: 1.45;
}

.v2-cyber-quote-list p {
  margin: 6px 0 0;
  color: var(--v2-text);
  font-size: 13px;
  line-height: 1.65;
}

.v2-solution-note,
.v2-about-note {
  max-width: 900px;
}

.v2-solution-note {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.v2-solution-note h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
}

.v2-solution-note > p,
.v2-about-note > p {
  color: var(--v2-text);
  font-size: 17px;
  line-height: 1.8;
}

.v2-about-note > p {
  white-space: pre-line;
}

.v2-about-note h2 {
  max-width: 600px;
}

.v2-about-story-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(46, 155, 103, 0.12), transparent 30%),
    linear-gradient(180deg, #eef4f6 0%, #f7fafb 100%);
}

.v2-about-history {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(8, 38, 59, 0.1);
  background: var(--v2-white);
  box-shadow: 0 30px 72px rgba(8, 38, 59, 0.13);
}

.v2-about-history-copy {
  position: relative;
  overflow: hidden;
  padding: 58px 54px;
  background:
    linear-gradient(145deg, rgba(46, 155, 103, 0.14), transparent 42%),
    linear-gradient(145deg, #08263b 0%, #0d3c59 100%);
}

.v2-about-history-copy::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(116, 215, 156, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(116, 215, 156, 0.035), 0 0 0 92px rgba(116, 215, 156, 0.025);
  content: "";
  pointer-events: none;
}

.v2-about-history-copy h2,
.v2-about-video-layout h2,
.v2-about-team-layout h2,
.v2-traditional-detail-grid h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.v2-about-history-copy h2 {
  position: relative;
  z-index: 1;
  color: var(--v2-white);
}

.v2-about-history-copy .v2-section-kicker {
  position: relative;
  z-index: 1;
  color: #74d79c;
}

.v2-about-era {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.v2-about-era strong {
  color: #74d79c;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.v2-about-era span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.v2-about-story-body {
  position: relative;
  z-index: 1;
}

.v2-about-history-copy > p:not(.v2-section-kicker),
.v2-about-video-layout > div:first-child > p:not(.v2-section-kicker),
.v2-about-team-layout > div > p:not(.v2-section-kicker) {
  margin: 22px 0 0;
  color: var(--v2-text);
  font-size: 16px;
  line-height: 1.85;
}

.v2-about-story-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.85;
}

.v2-about-story-body p + p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.v2-about-market {
  padding: 58px 54px 48px;
  background: var(--v2-white);
}

.v2-section-heading.compact {
  grid-template-columns: 1fr;
  gap: 14px;
}

.v2-about-market .v2-section-heading.compact {
  margin-bottom: 24px;
}

.v2-about-market .v2-section-heading h2 {
  font-size: clamp(32px, 3.3vw, 46px);
}

.v2-about-market .v2-section-heading > span {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.75;
}

.v2-about-milestones {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.v2-about-milestones::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 23px;
  width: 1px;
  background: linear-gradient(180deg, var(--v2-green), rgba(46, 155, 103, 0.18));
  content: "";
}

.v2-about-milestones article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 16px 22px 0;
  border-bottom: 1px solid var(--v2-line);
  background: transparent;
  transition: transform 180ms ease, background-color 180ms ease;
}

.v2-about-milestones article:last-child {
  border-bottom: 0;
}

.v2-about-milestones article:hover {
  transform: translateX(7px);
  background: linear-gradient(90deg, rgba(46, 155, 103, 0.055), transparent 78%);
}

.v2-about-milestones article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(46, 155, 103, 0.34);
  border-radius: 50%;
  color: var(--v2-green);
  background: var(--v2-white);
  font-size: 13px;
  font-weight: 800;
}

.v2-about-milestones h3 {
  margin: 0 0 6px;
  color: var(--v2-navy);
  font-size: 23px;
  line-height: 1.2;
}

.v2-about-milestones p {
  margin: 0;
  color: var(--v2-text);
  font-size: 14px;
  line-height: 1.7;
}

.v2-about-video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: 68px;
  align-items: center;
}

.v2-about-video {
  overflow: hidden;
  border: 1px solid rgba(8, 38, 59, 0.12);
  border-top: 5px solid var(--v2-green);
  background: #041b2a;
  box-shadow: 0 24px 56px rgba(8, 38, 59, 0.16);
}

.v2-about-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #041b2a;
}

.v2-about-team-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 58px;
  align-items: center;
}

.v2-about-team-layout figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  box-shadow: 0 22px 58px rgba(8, 38, 59, 0.13);
}

.v2-about-team-layout img {
  width: 100%;
  display: block;
}

.v2-traditional-coverage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-traditional-coverage article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--v2-line);
  border-top: 4px solid var(--v2-blue);
  background: var(--v2-white);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.v2-traditional-coverage article:hover {
  background: #f7fbfb;
  transform: translateX(6px);
  box-shadow: 0 18px 42px rgba(8, 38, 59, 0.1);
}

.v2-traditional-coverage article > span {
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
}

.v2-traditional-coverage h3 {
  margin: 44px 0 12px;
  color: var(--v2-navy);
  font-size: 23px;
  line-height: 1.3;
}

.v2-traditional-coverage p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-traditional-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
}

.v2-traditional-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.v2-traditional-list span {
  padding: 15px 18px;
  border-left: 4px solid var(--v2-green);
  color: var(--v2-navy);
  background: var(--v2-white);
  font-size: 15px;
  font-weight: 650;
}

.v2-traditional-checks {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  background: var(--v2-white);
}

.v2-traditional-checks li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 64px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-traditional-checks b {
  color: var(--v2-green);
  font-size: 12px;
}

.v2-traditional-checks span {
  color: var(--v2-navy);
  font-size: 15px;
  line-height: 1.55;
}

.v2-traditional-notice {
  padding: 24px 28px;
  border-left: 5px solid var(--v2-green);
  background: var(--v2-soft);
}

.v2-traditional-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--v2-blue);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.v2-traditional-notice p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.75;
}

.v2-traditional-downloads article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding: 36px 40px;
  border: 1px solid var(--v2-line);
  border-left: 5px solid var(--v2-green);
  background: linear-gradient(135deg, #f3f8fa 0%, #ffffff 62%);
  box-shadow: 0 18px 44px rgba(8, 43, 69, 0.08);
}

.v2-traditional-downloads h2 {
  margin: 8px 0 10px;
  color: var(--v2-navy);
  font-size: clamp(28px, 3vw, 42px);
}

.v2-traditional-downloads p:not(.v2-section-kicker) {
  max-width: 900px;
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.8;
}

.v2-traditional-downloads a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  padding: 17px 22px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  background: var(--v2-navy);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.v2-traditional-downloads a:hover,
.v2-traditional-downloads a:focus {
  transform: translateX(6px);
  background: var(--v2-blue);
  box-shadow: 0 12px 24px rgba(10, 101, 158, 0.2);
}

.v2-traditional-downloads a span {
  color: #74d79c;
  font-size: 22px;
}

.v2-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 18px;
}

.v2-contact-card,
.v2-qr-card {
  min-height: 390px;
  padding: 38px;
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
  box-shadow: 0 10px 30px rgba(8, 38, 59, 0.07);
}

.v2-contact-card h2,
.v2-qr-card h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 36px;
}

.v2-contact-card > span,
.v2-qr-card > div:last-child > span {
  display: block;
  margin: 10px 0 30px;
  color: var(--v2-text);
  font-size: 16px;
  line-height: 1.7;
}

.v2-contact-card > a,
.v2-contact-card > button {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  padding: 16px 18px;
  border-left: 4px solid var(--v2-green);
  background: var(--v2-soft);
}

.v2-contact-card > button {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: left;
}

.v2-contact-card > a small,
.v2-contact-card > button small {
  color: var(--v2-muted);
  font-size: 12px;
}

.v2-contact-card > a strong,
.v2-contact-card > button strong {
  color: var(--v2-navy);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.v2-qr-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  border-top: 4px solid var(--v2-green);
}

.v2-qr,
.v2-modal-qr {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px dashed #a9bac4;
  background: var(--v2-soft);
  color: var(--v2-muted);
  text-align: center;
}

.v2-qr img,
.v2-modal-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v2-qr small,
.v2-modal-qr small {
  font-size: 12px;
}

.v2-preparation {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: 70px;
}

.v2-prep-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v2-prep-list > div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
  color: var(--v2-text);
  font-size: 14px;
}

.v2-prep-list span {
  color: var(--v2-green);
  font-weight: 800;
}

.v2-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v2-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.v2-insight-grid article {
  overflow: hidden;
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
}

.v2-insight-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.v2-insight-grid article > div {
  padding: 26px;
}

.v2-insight-grid small {
  color: var(--v2-green);
  font-weight: 800;
}

.v2-insight-grid h2 {
  margin: 10px 0;
  color: var(--v2-navy);
  font-size: 24px;
  line-height: 1.35;
}

.v2-insight-grid p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.7;
}

.v2-contact-band {
  padding: 66px 0;
  color: var(--v2-white);
  background: linear-gradient(100deg, var(--v2-navy), var(--v2-blue));
}

.v2-license-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
}

.v2-license-summary {
  position: sticky;
  top: 158px;
  padding: 36px;
  color: rgba(255, 255, 255, 0.76);
  border-top: 5px solid var(--v2-green);
  background: linear-gradient(145deg, var(--v2-navy), var(--v2-navy-2));
  box-shadow: var(--v2-shadow);
}

.v2-license-summary .v2-section-kicker {
  color: #67d69a;
}

.v2-license-summary h2 {
  margin: 12px 0 16px;
  color: var(--v2-white);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
}

.v2-license-summary > p:last-of-type {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.v2-license-summary dl {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
}

.v2-license-summary dl > div {
  display: grid;
  gap: 6px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-license-summary dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.v2-license-summary dd {
  margin: 0;
  color: var(--v2-white);
  font-size: 14px;
  font-weight: 600;
}

.v2-license-details {
  display: grid;
  gap: 18px;
}

.v2-license-details > article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--v2-line);
  border-top: 4px solid var(--v2-blue);
  background: var(--v2-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v2-license-details > article:hover {
  transform: translateX(6px);
  box-shadow: 0 18px 44px rgba(8, 38, 59, 0.09);
}

.v2-license-details > article > span {
  color: var(--v2-green);
  font-size: 14px;
  font-weight: 800;
}

.v2-license-details h2 {
  margin: 0 0 12px;
  color: var(--v2-navy);
  font-size: 25px;
  line-height: 1.25;
}

.v2-license-details p,
.v2-license-note p {
  margin: 0;
  color: var(--v2-text);
  font-size: 15px;
  line-height: 1.8;
}

.v2-license-links,
.v2-license-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.v2-license-links a {
  padding: 10px 14px;
  color: var(--v2-blue);
  border: 1px solid #bfd4e1;
  background: #f4f9fb;
  font-size: 13px;
  font-weight: 600;
}

.v2-license-links a:hover {
  color: var(--v2-white);
  border-color: var(--v2-blue);
  background: var(--v2-blue);
}

.v2-license-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-license-downloads a {
  display: grid;
  gap: 4px;
  min-height: 86px;
  align-content: center;
  padding: 15px;
  color: var(--v2-navy);
  border-left: 4px solid var(--v2-green);
  background: var(--v2-soft);
  font-size: 13px;
  font-weight: 700;
}

.v2-license-downloads a:hover {
  background: #e7f4ef;
}

.v2-license-downloads small {
  color: var(--v2-muted);
  font-size: 10px;
  font-weight: 500;
}

.v2-license-note {
  padding: 28px 30px;
  border-left: 5px solid var(--v2-green);
  background: var(--v2-white);
}

.v2-license-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--v2-navy);
}

.v2-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #061e2f;
}

.v2-footer-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(105px, 0.38fr) minmax(400px, 1.55fr) minmax(190px, 0.65fr);
  gap: 24px;
  padding: 64px 0;
}

.v2-brand.footer .v2-brand-copy strong {
  color: var(--v2-white);
}

.v2-brand.footer {
  align-items: flex-start;
  gap: 16px;
}

.v2-brand.footer .v2-brand-mark {
  width: 76px;
  height: 76px;
}

.v2-brand.footer .v2-brand-copy {
  gap: 7px;
}

.v2-brand.footer .v2-footer-brand-name {
  display: grid;
  gap: 2px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.v2-footer-brand-name span {
  display: block;
  white-space: nowrap;
}

.v2-brand.footer .v2-brand-rule {
  background: linear-gradient(90deg, #c9952e, rgba(201, 149, 46, 0.08));
}

.v2-footer-grid > div:first-child > p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-line;
}

.v2-footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 12px;
}

.v2-footer-grid > div:not(:first-child) > strong {
  margin-bottom: 6px;
  color: var(--v2-white);
  font-size: 15px;
}

.v2-footer-grid > div:not(:first-child) a,
.v2-footer-grid > div:not(:first-child) button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  background: none;
  font-size: 14px;
  text-align: left;
}

.v2-footer-grid > div:not(:first-child) a:hover,
.v2-footer-grid > div:not(:first-child) button:hover {
  color: var(--v2-white);
}

.v2-footer-solutions > a,
.v2-footer-insurance-group > a {
  position: relative;
  z-index: 0;
  border-radius: 7px;
  transform: translateX(0);
  transition: color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), text-shadow 220ms ease;
}

.v2-footer-solutions > a::before,
.v2-footer-insurance-group > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -5px -10px -5px -14px;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(87, 198, 134, 0.16), rgba(42, 144, 191, 0.07) 58%, transparent);
  opacity: 0;
  transform: scaleX(0.84);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-footer-solutions > a::after,
.v2-footer-insurance-group > a::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #7cdda5;
  box-shadow: 0 0 0 4px rgba(124, 221, 165, 0.08), 0 0 14px rgba(124, 221, 165, 0.7);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 180ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .v2-footer-solutions > a:hover,
  .v2-footer-insurance-group > a:hover {
    color: var(--v2-white);
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
    transform: translateX(7px);
  }

  .v2-footer-solutions > a:hover::before,
  .v2-footer-insurance-group > a:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .v2-footer-solutions > a:hover::after,
  .v2-footer-insurance-group > a:hover::after {
    opacity: 1;
    transform: scale(1);
  }
}

.v2-footer-solutions > a:focus-visible,
.v2-footer-insurance-group > a:focus-visible {
  color: var(--v2-white);
  outline: 1px solid rgba(124, 221, 165, 0.78);
  outline-offset: 5px;
  transform: translateX(7px);
}

.v2-footer-insurance-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 0;
}

.v2-footer-insurance-group {
  display: grid;
  align-content: start;
  grid-template-rows: repeat(4, 44px);
  gap: 4px;
}

.v2-footer-grid .v2-footer-insurance-group > a {
  display: flex;
  align-items: flex-start;
  min-height: 44px;
  font-size: 13px;
  line-height: 1.55;
}

.v2-footer-copy-email {
  display: grid;
  justify-items: start;
  gap: 6px;
  max-width: 100%;
}

.v2-footer-copy-email span {
  font-size: 11px;
  white-space: nowrap;
}

.v2-footer-copy-email em {
  flex: 0 0 auto;
  color: #7cdda5;
  border-color: rgba(124, 221, 165, 0.28);
  background: rgba(124, 221, 165, 0.06);
}

.v2-footer-copy-email:hover em,
.v2-footer-copy-email.copied em {
  color: #061e2f;
  border-color: #7cdda5;
  background: #7cdda5;
}

.v2-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.v2-footer-bottom .v2-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.v2-footer-bottom a:hover {
  color: var(--v2-white);
}

.v2-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(5, 25, 39, 0.78);
  backdrop-filter: blur(8px);
}

.v2-modal.show {
  display: grid;
}

.v2-modal-card {
  position: relative;
  width: min(430px, 100%);
  padding: 34px;
  border-top: 5px solid var(--v2-green);
  background: var(--v2-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.v2-modal-card h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: 30px;
}

.v2-modal-card > p:not(.v2-section-kicker) {
  color: var(--v2-text);
  font-size: 15px;
}

.v2-modal-card > a {
  display: block;
  margin-top: 18px;
  color: var(--v2-blue);
  font-weight: 700;
}

.v2-modal-qr {
  width: 230px;
  margin: 22px auto 0;
}

.v2-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--v2-navy);
  background: var(--v2-soft);
  font-size: 23px;
}

@media (max-width: 1160px) {
  .v2-nav > a,
  .v2-nav-dropdown > button {
    padding-inline: 12px;
    font-size: 14px;
  }

  .v2-product-copy {
    grid-template-columns: minmax(170px, 0.78fr) minmax(220px, 1.2fr) auto;
    gap: 18px;
    padding-inline: 24px;
  }

  .v2-process-grid,
  .v2-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .v2-footer-grid > div:first-child,
  .v2-footer-other {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1000px) {
  .v2-container {
    width: min(100% - 32px, 760px);
  }

  .v2-products > .v2-container {
    width: min(100% - 32px, 760px);
  }

  .v2-utility {
    min-height: 104px;
  }

  .v2-wechat-float {
    display: none;
  }

  .v2-brand-mark {
    width: 68px;
    height: 68px;
  }

  .v2-brand:not(.footer) .v2-brand-mark-wide {
    width: 240px;
    height: 86px;
  }

  .v2-brand-copy strong {
    font-size: 21px;
  }

  .v2-brand-copy small {
    max-width: 520px;
    font-size: 11px;
  }

  .v2-utility-contact > a,
  .v2-utility-contact > button {
    display: none;
  }

  .v2-wechat-top {
    min-height: 40px;
    padding-inline: 16px;
  }

  .v2-menu-button {
    display: block;
  }

  .v2-nav-inner {
    position: relative;
  }

  .v2-nav {
    position: fixed;
    inset: 164px 0 auto;
    z-index: 90;
    max-height: calc(100vh - 164px);
    display: none;
    overflow-y: auto;
    padding: 12px 16px 22px;
    background: var(--v2-navy);
    box-shadow: 0 18px 38px rgba(8, 38, 59, 0.3);
  }

  .v2-nav-open .v2-nav {
    display: grid;
  }

  .v2-nav > a,
  .v2-nav > a:first-child,
  .v2-nav-dropdown > button {
    min-height: 52px;
    width: 100%;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .v2-nav > a.active::after,
  .v2-nav-dropdown.active > button::after {
    inset: 13px auto 13px 0;
    width: 3px;
    height: auto;
  }

  .v2-nav-dropdown {
    display: block;
  }

  .v2-nav-dropdown:hover .v2-nav-mega,
  .v2-nav-dropdown:focus-within .v2-nav-mega {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .v2-nav-dropdown.open .v2-nav-mega {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .v2-nav-mega {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 18px 22px;
    border-top: 0;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    transform: none;
  }

  .v2-nav-mega section > strong {
    color: #74d79c;
  }

  .v2-nav-mega a {
    margin: 0;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.82);
  }

  .v2-nav-mega a:hover,
  .v2-nav-mega a:focus {
    color: var(--v2-white);
    background: rgba(255, 255, 255, 0.08);
  }

  .v2-home-hero {
    min-height: 520px;
    background-position: 62% center;
  }

  .v2-hero-content {
    padding: 68px 0 86px;
  }

  .v2-home-hero h1 {
    max-width: 650px;
    font-size: clamp(43px, 8vw, 58px);
  }

  .v2-section-heading,
  .v2-two-column,
  .v2-clause-layout,
  .v2-checklist-layout,
  .v2-faq-layout,
  .v2-project-example,
  .v2-cargo-annual-layout,
  .v2-cargo-special-layout,
  .v2-cyber-why-layout,
  .v2-cyber-buyer-layout,
  .v2-cyber-quote-layout,
  .v2-solution-note,
  .v2-contact-grid,
  .v2-preparation {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .v2-about-history,
  .v2-about-video-layout,
  .v2-about-team-layout,
  .v2-traditional-detail-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .v2-about-history {
    gap: 0;
  }

  .v2-about-history-copy,
  .v2-about-market {
    padding: 48px;
  }

  .v2-about-team-layout figure {
    order: 2;
  }

  .v2-traditional-coverage {
    grid-template-columns: 1fr;
  }

  .v2-traditional-downloads article {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .v2-traditional-downloads a {
    justify-self: start;
  }

  .v2-cargo-annual-intro {
    position: static;
  }

  .v2-cyber-why-intro {
    position: static;
  }

  .v2-cyber-checks > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-section-heading > span {
    max-width: 620px;
  }

  .v2-product-card {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .v2-product-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 22px;
  }

  .v2-product-title {
    grid-column: 1;
  }

  .v2-product-copy p {
    grid-column: 1;
  }

  .v2-product-copy > strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .v2-info-grid,
  .v2-insight-grid {
    grid-template-columns: 1fr;
  }

  .v2-quick-contact-inner,
  .v2-contact-band > .v2-container {
    display: grid;
  }

  .v2-quick-actions,
  .v2-contact-band > .v2-container > .v2-contact-action {
    justify-items: start;
  }

  .v2-contact-card,
  .v2-qr-card {
    min-height: 0;
  }

  .v2-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .v2-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .v2-footer-other {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .v2-container {
    width: calc(100% - 28px);
  }

  .v2-utility {
    min-height: 76px;
  }

  .v2-brand {
    gap: 10px;
  }

  .v2-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }

  .v2-brand:not(.footer) .v2-brand-mark-wide {
    width: 190px;
    height: 68px;
  }

  .v2-brand.footer .v2-brand-mark-wide {
    width: min(100%, 260px);
    height: 100px;
  }

  .v2-brand-copy small {
    display: none;
  }

  .v2-brand-rule {
    display: none;
  }

  .v2-brand-copy strong {
    font-size: 17px;
  }

  .v2-nav {
    inset: 136px 0 auto;
    max-height: calc(100vh - 136px);
  }

  .v2-wechat-float {
    display: none;
  }

  .v2-wechat-top {
    font-size: 13px;
  }

  .v2-home-hero {
    min-height: 500px;
  }

  .v2-eyebrow {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .v2-eyebrow::before {
    flex-basis: 24px;
    width: 24px;
  }

  .v2-hero-content {
    padding: 58px 0 88px;
  }

  .v2-home-hero h1,
  .v2-page-hero h1 {
    font-size: 40px;
  }

  .v2-hero-lede,
  .v2-page-hero > .v2-container > p:not(.v2-eyebrow) {
    font-size: 17px;
  }

  .v2-hero-actions {
    display: grid;
  }

  .v2-button {
    width: 100%;
  }

  .v2-hero-note {
    align-items: flex-start;
    line-height: 1.55;
  }

  .v2-products {
    padding: 62px 0 66px;
  }

  .v2-products > .v2-container {
    width: calc(100% - 36px);
  }

  .v2-section-heading h2,
  .v2-two-column h2,
  .v2-checklist-layout h2,
  .v2-faq-layout h2,
  .v2-about-note h2,
  .v2-preparation h2 {
    font-size: 32px;
  }

  .v2-about-video-layout h2,
  .v2-about-history-copy h2,
  .v2-about-team-layout h2,
  .v2-traditional-detail-grid h2 {
    font-size: 32px;
  }

  .v2-about-milestones article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding-right: 0;
  }

  .v2-about-milestones::before {
    left: 20px;
  }

  .v2-about-milestones article > span {
    width: 42px;
    height: 42px;
  }

  .v2-about-history-copy,
  .v2-about-market {
    padding: 34px 24px;
  }

  .v2-about-era {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-about-era span {
    max-width: none;
    text-align: left;
  }

  .v2-traditional-coverage article {
    min-height: 0;
  }

  .v2-pill-list,
  .v2-requirement-grid,
  .v2-process-grid,
  .v2-industry-grid,
  .v2-recall-grid,
  .v2-cargo-risk-list,
  .v2-trade-term-grid,
  .v2-cyber-coverage-grid,
  .v2-cyber-checks > div,
  .v2-cyber-quote-list,
  .v2-prep-list {
    grid-template-columns: 1fr;
  }

  .v2-product-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .v2-product-media,
  .v2-product-media img {
    min-height: 178px;
    height: 178px;
  }

  .v2-product-copy {
    grid-template-columns: 1fr auto;
    padding: 22px 20px 24px;
  }

  .v2-product-title h3 {
    font-size: 25px;
  }

  .v2-product-copy p {
    grid-column: 1 / -1;
  }

  .v2-product-copy > strong {
    grid-column: 2;
    grid-row: 1;
    font-size: 0;
  }

  .v2-product-card:hover {
    transform: translateX(5px);
  }

  .v2-clause-card-head,
  .v2-clause-list summary {
    padding-inline: 18px;
  }

  .v2-clause-body {
    padding: 0 18px 18px;
  }

  .v2-quick-contact,
  .v2-contact-band {
    padding: 52px 0;
  }

  .v2-page-hero {
    min-height: 380px;
  }

  .v2-section {
    padding: 64px 0;
  }

  .v2-info-grid article,
  .v2-process-grid article {
    min-height: 200px;
  }

  .v2-checklist-regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-qr-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .v2-qr {
    width: min(240px, 100%);
  }

  .v2-contact-card {
    padding: 26px;
  }

  .v2-contact-card h2,
  .v2-qr-card h2 {
    font-size: 30px;
  }

  .v2-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 0;
  }

  .v2-footer-grid > div:first-child {
    grid-column: auto;
  }

  .v2-footer-other {
    grid-column: auto;
  }

  .v2-footer-insurance-groups {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-license-details > article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .v2-license-downloads {
    grid-template-columns: 1fr;
  }

  .v2-footer-bottom .v2-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .v2-license-layout {
    grid-template-columns: 1fr;
  }

  .v2-license-summary {
    position: static;
  }
}
