
/* ============================================================
   eHELP GLOBAL V2 - Phase 3
   Company, industries, case studies, trust, careers, contact,
   policy pages and 404.
   ============================================================ */

.v2-content-page {
  background: #fff;
  color: var(--v2-ink);
}

.v2-content-page .site-header {
  top: 0;
  background: rgba(255,255,255,.95);
}

.v2-content-page .v2-header .nav-wrap {
  height: 82px;
}

.v2-content-page .sub-hero,
.v2-content-page .service-hero,
.v2-content-page .policy-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 80px;
  background:
    radial-gradient(circle at 84% 12%, rgba(20,174,214,.17), transparent 34%),
    linear-gradient(135deg, #ffffff, #edf7ff);
}

.v2-content-page .sub-hero::before,
.v2-content-page .service-hero::before,
.v2-content-page .policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .47;
  background-image:
    linear-gradient(rgba(25,109,184,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,109,184,.045) 1px, transparent 1px);
  background-size: 42px 42px;
}

.v2-content-page .sub-hero-grid,
.v2-content-page .service-hero-grid,
.v2-content-page .policy-hero-inner {
  position: relative;
  z-index: 1;
}

.v2-content-page .sub-hero-grid,
.v2-content-page .service-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: 70px;
}

.v2-content-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: #768ca0;
  font-size: 9px;
  font-weight: 750;
}

.v2-content-page .breadcrumb a,
.v2-content-page .kicker,
.v2-content-page .text-link {
  color: #176ed4;
}

.v2-content-page .kicker {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.v2-content-page .sub-hero h1,
.v2-content-page .service-hero h1,
.v2-content-page .policy-hero h1 {
  max-width: 850px;
  margin: 12px 0 21px;
  color: var(--v2-navy);
  font-size: clamp(45px, 5.2vw, 68px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.v2-content-page .sub-hero p,
.v2-content-page .service-hero p,
.v2-content-page .policy-hero p {
  max-width: 760px;
  margin: 0;
  color: #5b7388;
  font-size: 15px;
  line-height: 1.78;
}

.v2-content-page .sub-hero-panel,
.v2-content-page .service-hero-card,
.v2-contact-channel-panel {
  position: relative;
  overflow: hidden;
  padding: 29px;
  border: 1px solid #d5e5f2;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 25px 64px rgba(31,83,128,.13);
  backdrop-filter: blur(14px);
}

.v2-content-page .sub-hero-panel::before,
.v2-content-page .service-hero-card::before,
.v2-contact-channel-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -95px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,160,211,.17), transparent 70%);
}

.v2-content-page .sub-hero-panel > span,
.v2-content-page .service-hero-card > span,
.v2-contact-channel-panel > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 16px;
  color: #176ed4;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-content-page .sub-hero-panel > strong,
.v2-content-page .service-hero-card .ai-card-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--v2-navy);
  font-size: 23px;
  line-height: 1.34;
}

.v2-content-page .sub-hero-panel > p {
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.v2-content-page .service-hero-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.v2-content-page .service-hero-list strong,
.v2-content-page .security-badge-stack strong {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #e0ebf4;
  border-radius: 12px;
  background: #f9fcff;
  color: #38566f;
  font-size: 9.5px;
  line-height: 1.35;
}

.v2-content-page .ai-flow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.v2-content-page .ai-flow b {
  padding: 8px 10px;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  background: #f8fbfe;
  color: #4a667e;
  font-size: 9px;
}

.v2-content-page .ai-flow i {
  color: #176ed4;
  font-style: normal;
}

.v2-content-page .btn {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 850;
}

.v2-content-page .btn-primary {
  background: linear-gradient(135deg, #176ed4, #238ee8);
  color: #fff;
  box-shadow: 0 15px 34px rgba(23,110,212,.23);
}

.v2-content-page .btn-secondary {
  border: 1px solid #d3e3ef;
  background: #fff;
  color: var(--v2-navy);
}

/* Shared content sections */
.v2-content-page .v2-content-section,
.v2-content-page .section {
  padding: 92px 0;
}

.v2-content-page .soft-section {
  background: #f4f9fe;
}

.v2-content-page .section-heading,
.v2-content-page .story-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: start;
  gap: 68px;
}

.v2-content-page .section-heading {
  align-items: end;
  margin-bottom: 40px;
}

.v2-content-page .section-heading h2,
.v2-content-page .story-grid h2 {
  margin: 9px 0 0;
  color: var(--v2-navy);
  font-size: clamp(34px, 4.2vw, 51px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.v2-content-page .section-heading > p,
.v2-content-page .story-copy p {
  margin: 0 0 16px;
  color: #637b90;
  font-size: 13px;
  line-height: 1.75;
}

/* About */
.v2-about-stats {
  border-top: 1px solid #e0ebf4;
  border-bottom: 1px solid #e0ebf4;
  background: #fff;
}

.v2-about-stats .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.v2-about-stats .container > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  border-right: 1px solid #e5eef6;
}

.v2-about-stats .container > div:last-child {
  border-right: 0;
}

.v2-about-stats strong {
  color: #176ed4;
  font-size: 28px;
  line-height: 1;
}

.v2-about-stats span {
  margin-top: 7px;
  color: #6f8497;
  font-size: 9px;
  line-height: 1.45;
}

.timeline-section {
  padding: 75px 0;
  background: linear-gradient(145deg, #082846, #0b4f81);
  color: #fff;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.milestone {
  min-height: 160px;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.13);
}

.milestone:last-child {
  border-right: 0;
}

.milestone strong,
.milestone span {
  display: block;
}

.milestone strong {
  color: #82e6f8;
  font-size: 27px;
}

.milestone span {
  margin-top: 12px;
  color: #bfd6e7;
  font-size: 10px;
  line-height: 1.6;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.leadership-grid article {
  min-height: 295px;
  padding: 25px;
  border: 1px solid #dce9f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(31,83,128,.05);
}

.person-monogram {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 16px;
  background: linear-gradient(145deg, #e7f3ff, #f4fbff);
  color: #176ed4;
  font-size: 14px;
  font-weight: 850;
}

.leadership-grid h3 {
  margin: 0 0 5px;
  color: var(--v2-navy);
  font-size: 18px;
}

.leadership-grid article > span {
  color: #176ed4;
  font-size: 9px;
  font-weight: 800;
}

.leadership-grid p {
  margin: 14px 0 0;
  color: #6a8094;
  font-size: 10.5px;
  line-height: 1.65;
}

.global-section {
  padding: 84px 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(19,182,216,.19), transparent 32%),
    linear-gradient(145deg, #082846, #0b4f81);
  color: #fff;
}

.global-layout {
  display: grid;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  gap: 65px;
}

.global-copy h2 {
  margin: 9px 0 16px;
  color: #fff;
  font-size: clamp(33px, 4vw, 48px);
  line-height: 1.12;
}

.global-copy p {
  color: #bdd5e6;
  font-size: 13px;
  line-height: 1.7;
}

.location-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.location-cards > div {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(255,255,255,.08);
}

.location-cards strong,
.location-cards span {
  display: block;
}

.location-cards strong {
  color: #fff;
  font-size: 19px;
}

.location-cards span {
  margin-top: 5px;
  color: #a8c5da;
  font-size: 9px;
}

/* Industries */
.industry-detail-grid,
.career-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.industry-detail-grid article,
.career-grid article,
.security-grid > div {
  min-height: 260px;
  padding: 23px;
  border: 1px solid #dce9f4;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31,83,128,.04);
}

.industry-detail-grid article > span,
.career-grid article > span {
  display: block;
  margin-bottom: 30px;
  color: #176ed4;
  font-size: 10px;
  font-weight: 850;
}

.industry-detail-grid h3,
.career-grid h3,
.security-grid h3 {
  margin: 0 0 10px;
  color: var(--v2-navy);
  font-size: 17px;
}

.industry-detail-grid p,
.career-grid p,
.security-grid p {
  margin: 0;
  color: #687f93;
  font-size: 10.5px;
  line-height: 1.65;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 17px;
}

.tags span {
  padding: 6px 8px;
  border: 1px solid #dce8f2;
  border-radius: 999px;
  background: #f8fbfe;
  color: #61798e;
  font-size: 7.5px;
  font-weight: 750;
}

.industry-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.industry-outcome-grid > div {
  min-height: 205px;
  padding: 24px;
  border: 1px solid #dce9f4;
  border-radius: 20px;
  background: linear-gradient(145deg, #f9fcff, #edf7ff);
}

.industry-outcome-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--v2-navy);
  font-size: 17px;
}

.industry-outcome-grid span {
  color: #697f93;
  font-size: 10.5px;
  line-height: 1.65;
}

/* Case studies */
.v2-case-summary {
  border-top: 1px solid #dfeaf3;
  border-bottom: 1px solid #dfeaf3;
  background: #fff;
}

.v2-case-summary .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.v2-case-summary .container > div {
  min-height: 105px;
  padding: 24px;
  border-right: 1px solid #e3edf5;
}

.v2-case-summary .container > div:last-child {
  border-right: 0;
}

.v2-case-summary strong,
.v2-case-summary span {
  display: block;
}

.v2-case-summary strong {
  color: #176ed4;
  font-size: 17px;
}

.v2-case-summary span {
  margin-top: 7px;
  color: #708699;
  font-size: 9px;
  line-height: 1.5;
}

.case-study-list {
  display: grid;
  gap: 17px;
}

.case-study-detail {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 29px;
  border: 1px solid #dce9f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31,83,128,.05);
}

.case-index {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #e9f4ff;
  color: #176ed4;
  font-size: 12px;
  font-weight: 850;
}

.case-main h2 {
  margin: 8px 0 10px;
  color: var(--v2-navy);
  font-size: 27px;
}

.case-main > p {
  color: #61798d;
  font-size: 11.5px;
  line-height: 1.65;
}

.case-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 21px;
}

.case-columns > div {
  padding: 17px;
  border: 1px solid #e0ebf4;
  border-radius: 15px;
  background: #f9fcff;
}

.case-columns strong {
  display: block;
  margin-bottom: 9px;
  color: var(--v2-navy);
  font-size: 10px;
}

.case-columns p,
.case-columns li {
  color: #697f92;
  font-size: 9.5px;
  line-height: 1.55;
}

.case-columns ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 16px;
}

/* Security */
.security-badge-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.security-grid > div > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 12px;
  background: #eaf4ff;
  color: #176ed4;
  font-size: 10px;
  font-weight: 850;
}

.security-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.security-principles > div {
  min-height: 185px;
  padding: 22px;
  border: 1px solid #dce9f4;
  border-radius: 18px;
  background: #fff;
}

.security-principles strong {
  display: block;
  margin-bottom: 9px;
  color: var(--v2-navy);
  font-size: 15px;
}

.security-principles span {
  color: #687f93;
  font-size: 10px;
  line-height: 1.6;
}

.security-note,
.career-note,
.trademark-note {
  padding: 27px 0;
  background: #eaf5ff;
  border-top: 1px solid #d4e6f3;
  border-bottom: 1px solid #d4e6f3;
}

.security-note .container,
.career-note .container,
.trademark-note .container {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: start;
}

.security-note strong,
.career-note strong {
  color: var(--v2-navy);
  font-size: 13px;
}

.security-note p,
.career-note p,
.trademark-note p {
  margin: 0;
  color: #60788d;
  font-size: 10.5px;
  line-height: 1.65;
}

/* Careers */
.career-grid {
  grid-template-columns: repeat(4, 1fr);
}

.career-note {
  background: #fff4e8;
  border-color: #f1dbc2;
}

.career-note strong {
  color: #8b5420;
}

/* Contact */
.v2-contact-channel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.v2-contact-channel-grid a,
.v2-contact-channel-grid button {
  min-height: 83px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 13px;
  border: 1px solid #dce9f4;
  border-radius: 13px;
  background: #f9fcff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.v2-contact-channel-grid b,
.v2-contact-channel-grid small {
  display: block;
}

.v2-contact-channel-grid b {
  color: var(--v2-navy);
  font-size: 10px;
}

.v2-contact-channel-grid small {
  margin-top: 4px;
  color: #71879a;
  font-size: 8px;
  line-height: 1.4;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  gap: 24px;
}

.contact-form-card,
.contact-info-card {
  border: 1px solid #dce9f4;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(31,83,128,.06);
}

.contact-form-card {
  padding: 31px;
}

.contact-form-card h2 {
  margin: 9px 0 20px;
  color: var(--v2-navy);
  font-size: 31px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.v2-preferred-channel-row {
  grid-template-columns: 1fr;
}

#contact-form > label,
.form-grid label {
  display: block;
  margin-bottom: 14px;
  color: #294963;
  font-size: 10px;
  font-weight: 800;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d5e4f0;
  border-radius: 12px;
  background: #fbfdff;
  color: #173652;
  font: inherit;
  font-size: 12px;
  outline: 0;
}

#contact-form input,
#contact-form select {
  height: 47px;
  padding: 0 13px;
}

#contact-form textarea {
  min-height: 132px;
  padding: 13px;
  resize: vertical;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  border-color: #64a8df;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(23,110,212,.09);
}

#contact-form .field-invalid {
  border-color: #df6a6a;
  box-shadow: 0 0 0 4px rgba(223,106,106,.08);
}

.field-error {
  display: block;
  margin-top: 5px;
  color: #bd3d3d;
  font-size: 8.5px;
}

.form-status {
  margin: 0 0 17px;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 10px;
  line-height: 1.55;
}

.form-status.success {
  border: 1px solid #bde7d5;
  background: #ebfaf4;
  color: #15704f;
}

.form-status.error {
  border: 1px solid #efc6c6;
  background: #fff1f1;
  color: #a93939;
}

.consent-check {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #647c90 !important;
  font-size: 9px !important;
  line-height: 1.55;
}

.consent-check input {
  width: 17px !important;
  height: 17px !important;
  margin-top: 2px !important;
}

#contact-form .btn-primary {
  width: 100%;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 11px 0 0;
  color: #8193a3;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.contact-side {
  display: grid;
  gap: 12px;
}

.contact-info-card {
  padding: 21px;
}

.contact-info-card > span,
.contact-info-card > strong,
.contact-info-card > p {
  display: block;
}

.contact-info-card > span {
  color: #176ed4;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-info-card > strong {
  margin-top: 7px;
  color: var(--v2-navy);
  font-size: 16px;
}

.contact-info-card > p {
  margin: 7px 0 0;
  color: #6b8194;
  font-size: 9.5px;
  line-height: 1.55;
}

.v2-contact-payment-card {
  background: linear-gradient(145deg, #0b3158, #0b5f9d);
  border-color: transparent;
}

.v2-contact-payment-card > span,
.v2-contact-payment-card > strong {
  color: #fff;
}

.v2-contact-payment-card > p {
  color: #c7deef;
}

.v2-contact-payment-card > a {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}

/* Policy pages */
.v2-policy-hero .policy-hero-inner {
  max-width: 900px;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.policy-meta span {
  padding: 7px 10px;
  border: 1px solid #dce8f2;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #60788c;
  font-size: 8px;
  font-weight: 750;
}

.policy-section {
  padding: 78px 0 100px !important;
  background: #f5f9fd;
}

.v2-policy-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.v2-policy-toc {
  position: sticky;
  top: 112px;
  padding: 21px;
  border: 1px solid #dce9f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(31,83,128,.05);
}

.v2-policy-toc strong {
  display: block;
  margin-bottom: 13px;
  color: var(--v2-navy);
  font-size: 12px;
}

.v2-policy-toc a {
  display: block;
  padding: 7px 0;
  color: #657d91;
  font-size: 9px;
  line-height: 1.4;
}

.v2-policy-toc a:hover {
  color: #176ed4;
}

.v2-policy-content {
  padding: 34px;
  border: 1px solid #dce9f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(31,83,128,.05);
}

.v2-policy-content > section {
  padding: 0 0 29px;
  margin: 0 0 29px;
  border-bottom: 1px solid #e5eef5;
}

.v2-policy-content > section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.v2-policy-content h2 {
  margin: 0 0 13px;
  color: var(--v2-navy);
  font-size: 21px;
  line-height: 1.3;
}

.v2-policy-content h3 {
  color: #315a79;
  font-size: 14px;
}

.v2-policy-content p,
.v2-policy-content li {
  color: #60788d;
  font-size: 10.5px;
  line-height: 1.75;
}

.v2-policy-content ul {
  display: grid;
  gap: 7px;
  padding-left: 18px;
}

.policy-contact {
  padding: 17px;
  border: 1px solid #dce9f4;
  border-radius: 14px;
  background: #f7fbff;
}

/* Industrial technology additions */
.v2-page-industrial .industrial-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.v2-page-industrial .industrial-process > div {
  min-height: 155px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.075);
}

.v2-page-industrial .industrial-process span,
.v2-page-industrial .industrial-process strong {
  display: block;
}

.v2-page-industrial .industrial-process span {
  color: #82e6f8;
  font-size: 9px;
  font-weight: 850;
}

.v2-page-industrial .industrial-process strong {
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
}

.v2-page-industrial .industrial-process p {
  color: #bcd4e6;
  font-size: 9.5px;
  line-height: 1.55;
}

/* CTA */
.v2-content-page .page-cta {
  padding: 74px 0;
  background:
    radial-gradient(circle at 84% 0%, rgba(22,182,214,.24), transparent 33%),
    linear-gradient(145deg, #082846, #0b4e7f);
}

.v2-content-page .page-cta .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}

.v2-content-page .page-cta h2 {
  max-width: 880px;
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.v2-content-page .page-cta .kicker {
  color: #83e6f7;
}

.v2-page-cta-actions {
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v2-content-page .btn-light {
  background: #fff;
  color: var(--v2-navy);
  box-shadow: 0 14px 34px rgba(4,30,53,.20);
}

.v2-content-page .v2-cta-pay {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.09);
  color: #fff;
}

/* 404 */
.v2-content-not-found .policy-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
}

.v2-content-not-found .policy-hero-inner {
  text-align: center;
  margin-inline: auto;
}

.v2-404-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

@media (max-width: 1050px) {
  .industry-detail-grid,
  .career-grid,
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .v2-content-page .sub-hero-grid,
  .v2-content-page .service-hero-grid,
  .v2-content-page .section-heading,
  .v2-content-page .story-grid,
  .global-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .v2-about-stats .container {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-policy-layout {
    grid-template-columns: 1fr;
  }

  .v2-policy-toc {
    position: static;
  }

  .security-principles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .v2-content-page .v2-header .nav-wrap {
    height: 72px;
  }

  .v2-content-page .sub-hero,
  .v2-content-page .service-hero,
  .v2-content-page .policy-hero {
    padding: 62px 0;
  }

  .v2-content-page .sub-hero h1,
  .v2-content-page .service-hero h1,
  .v2-content-page .policy-hero h1 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .v2-content-page .v2-content-section,
  .v2-content-page .section {
    padding: 72px 0;
  }

  .v2-about-stats .container,
  .industry-detail-grid,
  .career-grid,
  .security-grid,
  .security-principles,
  .industry-outcome-grid,
  .leadership-grid,
  .v2-case-summary .container,
  .case-columns,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .v2-about-stats .container > div,
  .v2-case-summary .container > div {
    border-right: 0;
    border-bottom: 1px solid #e5eef6;
  }

  .v2-about-stats .container > div:last-child,
  .v2-case-summary .container > div:last-child {
    border-bottom: 0;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .milestone {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .case-study-detail {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .v2-contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .security-note .container,
  .career-note .container,
  .trademark-note .container {
    grid-template-columns: 1fr;
  }

  .v2-policy-content {
    padding: 22px;
  }

  .v2-content-page .page-cta .container {
    grid-template-columns: 1fr;
  }

  .v2-page-cta-actions {
    width: 100%;
  }

  .v2-page-cta-actions .btn {
    width: 100%;
  }

  .v2-page-industrial .industrial-process {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   Phase 3 contrast correction: About timeline
   The original shared stylesheet supplies light timeline cards,
   so these colours are intentionally designed for a white surface.
   ============================================================ */

.v2-content-about .timeline-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(23, 143, 209, .20), transparent 34%),
    linear-gradient(145deg, #082846, #0b4f81);
}

.v2-content-about .timeline-grid {
  gap: 15px;
}

.v2-content-about .timeline-section .milestone {
  min-height: 178px;
  padding: 27px;
  border: 1px solid rgba(198, 222, 240, .95);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(23, 110, 212, .08), transparent 36%),
    linear-gradient(145deg, #ffffff, #f3f8fd);
  box-shadow: 0 16px 38px rgba(2, 29, 53, .18);
}

.v2-content-about .timeline-section .milestone:last-child {
  border-right: 1px solid rgba(198, 222, 240, .95);
}

.v2-content-about .timeline-section .milestone strong {
  margin-bottom: 14px;
  color: #1268c4;
  font-size: 29px;
  font-weight: 850;
  line-height: 1;
}

.v2-content-about .timeline-section .milestone span {
  margin-top: 0;
  color: #506b82;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.65;
}

@media (max-width: 720px) {
  .v2-content-about .timeline-section .milestone {
    min-height: 150px;
  }
}


/* ============================================================
   V2 site-wide readability adjustment: company and policy pages
   ============================================================ */

.v2-content-page .breadcrumb {
  font-size: 10.5px;
}

.v2-content-page .kicker {
  font-size: 11px;
}

.v2-content-page .sub-hero p,
.v2-content-page .service-hero p,
.v2-content-page .policy-hero p {
  font-size: 16px;
}

.v2-content-page .sub-hero-panel > span,
.v2-content-page .service-hero-card > span,
.v2-contact-channel-panel > span {
  font-size: 10.5px;
}

.v2-content-page .sub-hero-panel > p {
  font-size: 13.5px;
}

.v2-content-page .service-hero-list strong,
.v2-content-page .security-badge-stack strong {
  font-size: 11.5px;
}

.v2-content-page .ai-flow b {
  font-size: 10.5px;
}

.v2-content-page .section-heading > p,
.v2-content-page .story-copy p {
  font-size: 14px;
}

.v2-about-stats span {
  font-size: 11px;
}

.leadership-grid article > span {
  font-size: 10.5px;
}

.leadership-grid p {
  font-size: 12.5px;
}

.global-copy p {
  font-size: 14px;
}

.location-cards span {
  font-size: 10.5px;
}

.industry-detail-grid article > span,
.career-grid article > span {
  font-size: 11px;
}

.industry-detail-grid p,
.career-grid p,
.security-grid p {
  font-size: 12.5px;
}

.tags span {
  font-size: 9.5px;
}

.industry-outcome-grid span {
  font-size: 12px;
}

.v2-case-summary span {
  font-size: 10.5px;
}

.case-main > p {
  font-size: 13px;
}

.case-columns strong {
  font-size: 11.5px;
}

.case-columns p,
.case-columns li {
  font-size: 11.5px;
}

.security-grid > div > span {
  font-size: 11px;
}

.security-principles span {
  font-size: 12px;
}

.security-note p,
.career-note p,
.trademark-note p {
  font-size: 12px;
}

.v2-contact-channel-grid b {
  font-size: 12px;
}

.v2-contact-channel-grid small {
  font-size: 10.5px;
}

#contact-form > label,
.form-grid label {
  font-size: 12px;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  font-size: 13px;
}

.field-error {
  font-size: 10px;
}

.form-status {
  font-size: 11.5px;
}

.consent-check {
  font-size: 10.5px !important;
}

.form-note {
  font-size: 10px;
}

.contact-info-card > span {
  font-size: 9.5px;
}

.contact-info-card > p {
  font-size: 11px;
}

.v2-contact-payment-card > a {
  font-size: 10.5px;
}

.policy-meta span {
  font-size: 9.5px;
}

.v2-policy-toc a {
  font-size: 10.5px;
  line-height: 1.5;
}

.v2-policy-content p,
.v2-policy-content li {
  font-size: 13.5px;
  line-height: 1.75;
}

.v2-policy-content h3 {
  font-size: 16px;
}

.v2-page-industrial .industrial-process span {
  font-size: 10.5px;
}

.v2-page-industrial .industrial-process p {
  font-size: 11.5px;
}

@media (max-width: 720px) {
  .v2-content-page .sub-hero p,
  .v2-content-page .service-hero p,
  .v2-content-page .policy-hero p {
    font-size: 15px;
  }

  .v2-policy-content p,
  .v2-policy-content li {
    font-size: 13px;
  }
}


/* ============================================================
   V2 readability pass 2: company, case-study, contact and policy pages
   ============================================================ */

.leadership-grid p,
.industry-detail-grid p,
.career-grid p,
.security-grid p {
  font-size: 14px;
}

.industry-outcome-grid span,
.security-principles span {
  font-size: 13.5px;
}

.tags span {
  font-size: 11px;
}

.v2-case-summary span {
  font-size: 12px;
}

.case-main > p {
  font-size: 14.5px;
}

.case-columns strong {
  font-size: 13px;
}

.case-columns p,
.case-columns li {
  font-size: 14px;
  line-height: 1.7;
}

.security-note p,
.career-note p,
.trademark-note p {
  font-size: 13px;
}

.v2-contact-channel-grid small {
  font-size: 12.5px;
}

.contact-info-card > p {
  font-size: 12.5px;
}

.form-note {
  font-size: 11.5px;
}

.v2-policy-toc a {
  font-size: 12px;
}

.v2-policy-content p,
.v2-policy-content li {
  font-size: 14.5px;
}

.v2-page-industrial .industrial-process p {
  font-size: 13px;
}


/* ============================================================
   V2 detailed audit: visual enrichment and content balance
   ============================================================ */

.v2-card-icon,
.v2-timeline-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(25,75,116,.12);
}

.v2-card-icon svg,
.v2-timeline-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-card-icon small {
  position: absolute;
  right: -6px;
  bottom: -6px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #49667f;
  font-size: 8px;
  font-weight: 850;
  box-shadow: 0 6px 16px rgba(20,57,88,.12);
}

.v2-icon-blue {
  color: #166fd1;
  background: linear-gradient(145deg, #e5f2ff, #f6fbff);
}

.v2-icon-cyan {
  color: #0499b7;
  background: linear-gradient(145deg, #e1faff, #f6fdff);
}

.v2-icon-violet {
  color: #6c5fd6;
  background: linear-gradient(145deg, #eeebff, #faf9ff);
}

.v2-icon-green {
  color: #128d68;
  background: linear-gradient(145deg, #e3f8f0, #f7fdfb);
}

.v2-icon-amber {
  color: #b87812;
  background: linear-gradient(145deg, #fff2d9, #fffaf1);
}

.v2-icon-rose {
  color: #bd5273;
  background: linear-gradient(145deg, #ffe8ef, #fff8fa);
}

.v2-enhanced-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.v2-enhanced-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  right: -92px;
  top: -92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,135,213,.09), transparent 70%);
  pointer-events: none;
}

.v2-enhanced-card:hover .v2-card-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.v2-card-icon {
  transition: transform .22s ease;
}

/* Service capability cards */
.v2-inner-page .capability-cards article > .v2-card-icon {
  margin-bottom: 27px;
}

.v2-inner-page .capability-cards article {
  min-height: 315px;
}

.v2-inner-page .capability-cards article p {
  max-width: 36rem;
}

/* Solutions */
.v2-page-solutions .pillar > .v2-card-icon {
  margin: 0;
}

.v2-page-solutions .pillar {
  align-items: start;
}

/* About timeline */
.v2-content-about .timeline-section .milestone {
  min-height: 230px;
}

.v2-content-about .v2-timeline-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
}

.v2-content-about .v2-timeline-icon svg {
  width: 22px;
  height: 22px;
}

/* Industry, career and security cards */
.v2-content-industries .industry-detail-grid article,
.v2-content-careers .career-grid article,
.v2-content-security-compliance .security-grid article {
  min-height: 345px;
}

.v2-content-industries .industry-detail-grid article > .v2-card-icon,
.v2-content-careers .career-grid article > .v2-card-icon,
.v2-content-security-compliance .security-grid article > .v2-card-icon {
  margin-bottom: 26px;
}

.v2-content-industries .industry-detail-grid p,
.v2-content-careers .career-grid p,
.v2-content-security-compliance .security-grid p {
  line-height: 1.72;
}

.v2-content-security-compliance .security-principles > div {
  min-height: 245px;
}

.v2-content-security-compliance .v2-principle-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 23px;
}

/* Case studies */
.v2-content-case-studies .case-study-detail {
  position: relative;
  overflow: hidden;
  border-color: #d5e6f3;
  background:
    radial-gradient(circle at 100% 0%, rgba(33,139,219,.06), transparent 30%),
    #fff;
}

.v2-content-case-studies .case-index {
  width: 58px;
  height: 58px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 12px 28px rgba(25,75,116,.12);
}

.v2-content-case-studies .case-index svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-content-case-studies .case-index small {
  font-size: 8px;
  font-weight: 850;
}

.v2-case-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 17px 0 21px;
}

.v2-case-focus span {
  padding: 7px 10px;
  border: 1px solid #d6e7f3;
  border-radius: 999px;
  background: #f4f9fd;
  color: #496a83;
  font-size: 10.5px;
  font-weight: 760;
}

.v2-content-case-studies .case-columns {
  margin-top: 0;
}

.v2-content-case-studies .case-columns > div {
  min-height: 235px;
  background:
    linear-gradient(145deg, rgba(248,252,255,.96), rgba(239,247,253,.9));
}

.v2-content-case-studies .case-columns > div > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #153e61;
  font-size: 13px;
}

.v2-content-case-studies .case-columns > div > strong svg {
  width: 18px;
  height: 18px;
  color: #176ed4;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Contact cards */
.v2-content-contact .contact-info-card > .v2-contact-info-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 18px;
}

.v2-content-contact .contact-info-card {
  min-height: 185px;
}

/* Section polish */
.v2-content-page .section-heading,
.v2-inner-page .section-heading {
  position: relative;
}

.v2-content-page .section-heading::before,
.v2-inner-page .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #176ed4, #10b3d3);
}

.v2-content-page .soft-section,
.v2-inner-page .soft-section {
  background:
    radial-gradient(circle at 90% 5%, rgba(26,150,217,.08), transparent 28%),
    #f4f9fe;
}

@media (max-width: 980px) {
  .v2-content-industries .industry-detail-grid article,
  .v2-content-careers .career-grid article,
  .v2-content-security-compliance .security-grid article {
    min-height: 315px;
  }
}

@media (max-width: 720px) {
  .v2-card-icon,
  .v2-timeline-icon {
    width: 46px;
    height: 46px;
  }

  .v2-content-about .timeline-section .milestone,
  .v2-content-industries .industry-detail-grid article,
  .v2-content-careers .career-grid article,
  .v2-content-security-compliance .security-grid article,
  .v2-content-security-compliance .security-principles > div {
    min-height: auto;
  }

  .v2-content-case-studies .case-columns > div {
    min-height: auto;
  }
}
