
/* ============================================================
   eHELP GLOBAL V2 Homepage
   Bright, human, commercial and contact-center-first.
   Loaded after the existing shared stylesheet.
   ============================================================ */

.home-v2 {
  --v2-navy: #0b2f54;
  --v2-ink: #173652;
  --v2-blue: #176ed4;
  --v2-blue-dark: #0b5bb4;
  --v2-cyan: #09b6d7;
  --v2-green: #1eb980;
  --v2-purple: #7967e8;
  --v2-soft: #f4f9ff;
  --v2-soft-2: #edf6ff;
  --v2-line: #dce9f5;
  --v2-muted: #61788e;
  --v2-white: #ffffff;
  --v2-shadow: 0 24px 70px rgba(32, 83, 130, 0.12);
  --v2-shadow-soft: 0 14px 40px rgba(32, 83, 130, 0.09);

  background: #fff;
  color: var(--v2-ink);
  overflow-x: hidden;
}

.home-v2 .container {
  width: min(1200px, calc(100% - 40px));
}

.home-v2 svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-topbar {
  position: relative;
  z-index: 120;
  background: linear-gradient(90deg, #0b61bd 0%, #1181d5 55%, #09a8c7 100%);
  color: #fff;
  font-size: 12px;
}

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

.v2-topbar-inner > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.v2-topbar-inner > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7dffc4;
  box-shadow: 0 0 0 5px rgba(125,255,196,.16);
}

.v2-topbar-inner > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.v2-topbar a {
  color: #fff;
  font-weight: 650;
}

.home-v2 .site-header {
  top: 0;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(206,225,241,.86);
  box-shadow: 0 8px 26px rgba(35,78,116,.04);
}

.home-v2 .site-header .container {
  gap: 0;
}

.home-v2 .nav-wrap {
  height: 78px;
}

.home-v2 .brand {
  width: 220px;
  height: 58px;
  margin-right: auto;
}

.home-v2 .brand img {
  width: 208px;
}

.home-v2 .primary-nav {
  gap: 24px;
  margin-right: 16px !important;
  color: #294963;
  font-size: 13px;
  font-weight: 720;
}

.home-v2 .primary-nav > a:not(.nav-cta)::after {
  background: var(--v2-blue);
}

.home-v2 .nav-cta {
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--v2-blue), #238ee8);
  color: #fff;
  box-shadow: 0 12px 28px rgba(23,110,212,.23);
}

.home-v2 .nav-cta:hover {
  transform: translateY(-1px);
}

.home-v2 .site-search-toggle {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  margin-left: 0;
  border-color: #2c83d5;
  color: #176ed4;
  box-shadow: 0 7px 20px rgba(23,110,212,.11);
}

.home-v2 .site-search-toggle:hover,
.home-v2 .site-search-toggle:focus-visible {
  background: var(--v2-blue);
  border-color: var(--v2-blue);
  color: #fff;
}

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

.v2-nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  color: #294963;
}

.v2-nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.v2-nav-dropdown summary svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.v2-nav-dropdown[open] summary svg {
  transform: rotate(180deg);
}

.v2-mega-menu {
  position: absolute;
  right: -280px;
  top: calc(100% + 26px);
  width: min(820px, calc(100vw - 50px));
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1.15fr .8fr;
  gap: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 26px 70px rgba(22,62,98,.18);
}

.v2-mega-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 322px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: #fff;
  border-left: 1px solid var(--v2-line);
  border-top: 1px solid var(--v2-line);
}

.v2-mega-menu > div {
  padding: 8px;
}

.v2-menu-label {
  display: block;
  margin: 0 0 10px 10px;
  color: #7d91a5;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v2-mega-menu a {
  display: block;
  padding: 10px;
  border-radius: 12px;
}

.v2-mega-menu a:hover {
  background: var(--v2-soft);
}

.v2-mega-menu strong,
.v2-mega-menu small {
  display: block;
}

.v2-mega-menu strong {
  margin-bottom: 2px;
  color: var(--v2-navy);
  font-size: 12px;
}

.v2-mega-menu small {
  color: #72879a;
  font-size: 9.5px;
  line-height: 1.45;
}

.v2-mega-menu .v2-menu-all {
  margin-top: 6px;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 800;
}

/* Hero */
.v2-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 74px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7fbff 42%, #edf7ff 100%);
}

.v2-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .55;
  background-image:
    linear-gradient(rgba(25,109,184,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,109,184,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.15), #000 60%, rgba(0,0,0,.4));
}

.v2-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.v2-hero-orb-one {
  width: 460px;
  height: 460px;
  right: -120px;
  top: -190px;
  background: radial-gradient(circle, rgba(13,181,216,.20), rgba(13,181,216,0) 70%);
}

.v2-hero-orb-two {
  width: 390px;
  height: 390px;
  left: -180px;
  bottom: -190px;
  background: radial-gradient(circle, rgba(23,110,212,.13), rgba(23,110,212,0) 70%);
}

.v2-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
}

.v2-eyebrow,
.v2-kicker {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid #d7e8f7;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 24px rgba(41,101,154,.05);
}

.v2-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 5px rgba(30,185,128,.12);
}

.v2-hero h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--v2-navy);
  font-size: clamp(48px, 5.1vw, 74px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.052em;
}

.v2-hero h1 span {
  display: block;
  color: var(--v2-blue);
}

.v2-hero-lead {
  max-width: 690px;
  margin: 0 0 30px;
  color: #536d84;
  font-size: 17px;
  line-height: 1.78;
}

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

.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.v2-btn:hover {
  transform: translateY(-2px);
}

.v2-btn-primary {
  background: linear-gradient(135deg, var(--v2-blue), #248ee8);
  color: #fff;
  box-shadow: 0 15px 34px rgba(23,110,212,.24);
}

.v2-btn-secondary {
  border: 1px solid #d4e4f2;
  background: rgba(255,255,255,.88);
  color: var(--v2-navy);
  box-shadow: 0 10px 28px rgba(31,83,128,.06);
}

.v2-btn-light {
  background: #fff;
  color: var(--v2-navy);
  box-shadow: 0 14px 34px rgba(5,37,69,.16);
}

.v2-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.v2-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #dbe8f3;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #60788c;
  font-size: 10px;
  font-weight: 700;
}

.v2-hero-proof svg {
  width: 15px;
  height: 15px;
  color: var(--v2-blue);
}

/* Hero dashboard */
.v2-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-dashboard {
  position: relative;
  width: min(100%, 520px);
  padding: 22px;
  border: 1px solid rgba(197,220,239,.9);
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 34px 90px rgba(30,83,130,.16);
  backdrop-filter: blur(18px);
}

.v2-dashboard::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(29,139,229,.12));
}

.v2-dashboard-head,
.v2-dashboard-foot,
.v2-clock-head,
.v2-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v2-dashboard-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6eff7;
  color: var(--v2-navy);
  font-size: 11px;
}

.v2-dashboard-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.v2-dashboard-head > span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #eafaf4;
  color: #0f8e62;
  font-size: 9px;
  font-weight: 800;
}

.v2-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 6px rgba(30,185,128,.12);
}

.v2-agent-panel {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #edf7ff, #f7fcff);
}

.v2-agent-avatar {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #1b7bd5, #18b0cf);
  color: #fff;
  box-shadow: 0 16px 34px rgba(23,110,212,.19);
}

.v2-agent-avatar svg {
  width: 78px;
  height: 78px;
  stroke-width: 3.2;
}

.v2-agent-avatar svg > circle:first-child {
  fill: rgba(255,255,255,.10);
  stroke: rgba(255,255,255,.55);
}

.v2-agent-panel span,
.v2-agent-panel strong,
.v2-agent-panel small {
  display: block;
}

.v2-agent-panel span {
  margin-bottom: 5px;
  color: var(--v2-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.v2-agent-panel strong {
  margin-bottom: 7px;
  color: var(--v2-navy);
  font-size: 17px;
  line-height: 1.35;
}

.v2-agent-panel small {
  color: #70879a;
  font-size: 10px;
  font-weight: 650;
}

.v2-channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.v2-channel-card {
  min-height: 88px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid #e1edf6;
  border-radius: 16px;
  background: #fff;
}

.v2-channel-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.v2-channel-icon svg {
  width: 20px;
  height: 20px;
}

.v2-blue {
  color: #176ed4;
  background: #eaf4ff;
}

.v2-cyan {
  color: #009ebb;
  background: #e7fbff;
}

.v2-green {
  color: #14956a;
  background: #e8faf3;
}

.v2-purple {
  color: #6f5ddd;
  background: #f0edff;
}

.v2-channel-card strong,
.v2-channel-card small {
  display: block;
}

.v2-channel-card strong {
  margin-bottom: 3px;
  color: var(--v2-navy);
  font-size: 11px;
}

.v2-channel-card small {
  color: #7b8fa1;
  font-size: 8.5px;
}

.v2-channel-card b {
  color: var(--v2-green);
  font-size: 8px;
  text-transform: uppercase;
}

.v2-dashboard-foot {
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e7eff6;
}

.v2-dashboard-foot span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #71879a;
  font-size: 9px;
  font-weight: 700;
}

.v2-dashboard-foot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-blue);
}

.v2-float-card {
  position: absolute;
  min-width: 124px;
  padding: 13px 15px;
  border: 1px solid rgba(205,224,239,.92);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(34,83,127,.13);
  animation: v2Float 5s ease-in-out infinite;
}

.v2-float-card span,
.v2-float-card small {
  display: block;
}

.v2-float-card span {
  color: var(--v2-blue);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.v2-float-card small {
  margin-top: 5px;
  color: #71869a;
  font-size: 8.5px;
  font-weight: 700;
}

.v2-float-one {
  left: -24px;
  top: 88px;
}

.v2-float-two {
  right: -18px;
  bottom: 74px;
  animation-delay: 1.4s;
}

@keyframes v2Float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Proof strip */
.v2-proof-strip {
  background: #fff;
  border-top: 1px solid #e2edf6;
  border-bottom: 1px solid #e2edf6;
}

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

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

.v2-proof-grid > div:first-child {
  padding-left: 0;
}

.v2-proof-grid > div:last-child {
  border-right: 0;
}

.v2-proof-grid strong {
  color: var(--v2-blue);
  font-size: 29px;
  line-height: 1;
}

.v2-proof-grid span {
  margin-top: 7px;
  color: #6e8497;
  font-size: 9.5px;
  line-height: 1.45;
}

/* Shared sections */
.v2-section {
  padding: 102px 0;
}

.v2-section-heading {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 44px;
}

.v2-section-heading h2,
.v2-process-copy h2,
.v2-global-copy h2,
.v2-payment-copy h2,
.v2-trust h2,
.v2-final-card h2 {
  margin: 9px 0 0;
  color: var(--v2-navy);
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.v2-section-heading > p,
.v2-centered > p {
  max-width: 600px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.75;
}

.v2-centered {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.v2-centered > p {
  max-width: 720px;
}

/* Services */
.v2-services {
  background: #fff;
}

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

.v2-service-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31,83,128,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.v2-service-card:hover {
  transform: translateY(-5px);
  border-color: #b9d6ed;
  box-shadow: var(--v2-shadow-soft);
}

.v2-service-main {
  grid-column: span 2;
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(19,184,217,.26), transparent 42%),
    linear-gradient(145deg, #0b3159, #0c5794);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 25px 60px rgba(11,49,89,.22);
}

.v2-service-main:hover {
  border-color: transparent;
  box-shadow: 0 32px 72px rgba(11,49,89,.26);
}

.v2-service-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v2-service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #eaf4ff;
  color: var(--v2-blue);
}

.v2-service-main .v2-service-icon {
  margin-bottom: 0;
  background: rgba(255,255,255,.12);
  color: #8be8ff;
}

.v2-service-icon svg {
  width: 25px;
  height: 25px;
}

.v2-featured-label {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #d6f6ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v2-service-card h3 {
  margin: 0 0 12px;
  color: var(--v2-navy);
  font-size: 22px;
  line-height: 1.25;
}

.v2-service-main h3 {
  max-width: 620px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(29px, 3.3vw, 42px);
}

.v2-service-card p {
  margin: 0 0 23px;
  color: #687f93;
  font-size: 13px;
  line-height: 1.72;
}

.v2-service-main p {
  max-width: 690px;
  color: #c9dff0;
  font-size: 14px;
}

.v2-service-card > a {
  margin-top: auto;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 850;
}

.v2-service-main > a {
  color: #fff;
}

.v2-channel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 3px 0 28px;
}

.v2-channel-pills span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #e7f6ff;
  font-size: 9px;
  font-weight: 700;
}

/* Why */
.v2-why {
  background: var(--v2-soft);
}

.v2-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.v2-benefit-grid article {
  min-height: 255px;
  padding: 26px;
  border: 1px solid #dfeaf4;
  border-radius: 21px;
  background: rgba(255,255,255,.87);
}

.v2-benefit-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  border-radius: 11px;
  background: #e8f3ff;
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 850;
}

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

.v2-benefit-grid p {
  margin: 0;
  color: #6d8396;
  font-size: 12px;
  line-height: 1.72;
}

/* Process */
.v2-process {
  background: #fff;
}

.v2-process-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 80px;
}

.v2-process-copy {
  position: sticky;
  top: 130px;
}

.v2-process-copy p {
  margin: 18px 0 23px;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.75;
}

.v2-text-link {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 850;
}

.v2-process-steps {
  display: grid;
  gap: 14px;
}

.v2-process-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px;
  border: 1px solid var(--v2-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 11px 28px rgba(31,83,128,.045);
}

.v2-process-steps article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #eaf4ff, #f5fbff);
  color: var(--v2-blue);
  font-size: 15px;
  font-weight: 850;
}

.v2-process-steps h3 {
  margin: 1px 0 6px;
  color: var(--v2-navy);
  font-size: 18px;
}

.v2-process-steps p {
  margin: 0;
  color: #6b8194;
  font-size: 12px;
  line-height: 1.65;
}

/* Platforms */
.v2-platforms {
  overflow: hidden;
  padding: 42px 0;
  border-top: 1px solid #e3edf5;
  border-bottom: 1px solid #e3edf5;
  background: #fbfdff;
}

.v2-platform-label {
  margin: 0 0 24px;
  text-align: center;
  color: #7d90a2;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-platform-marquee {
  overflow: hidden;
}

.v2-platform-track {
  width: max-content;
  display: flex;
  animation: v2Marquee 35s linear infinite;
}

.v2-platform-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}

.v2-platform-group span {
  white-space: nowrap;
  padding: 10px 14px;
  border: 1px solid #dfeaf4;
  border-radius: 11px;
  background: #fff;
  color: #486279;
  font-size: 10px;
  font-weight: 760;
  box-shadow: 0 7px 20px rgba(31,83,128,.04);
}

@keyframes v2Marquee {
  to { transform: translateX(-50%); }
}

/* Cases */
.v2-cases {
  background: #fff;
}

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

.v2-case-grid article {
  min-height: 350px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f9fcff);
}

.v2-case-top {
  margin-bottom: 34px;
}

.v2-case-top span {
  color: var(--v2-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v2-case-top b {
  padding: 6px 9px;
  border-radius: 999px;
  background: #edf7ff;
  color: #317fbe;
  font-size: 8px;
}

.v2-case-grid h3 {
  margin: 0 0 12px;
  color: var(--v2-navy);
  font-size: 22px;
  line-height: 1.3;
}

.v2-case-grid p {
  margin: 0 0 24px;
  color: #6d8396;
  font-size: 12px;
  line-height: 1.7;
}

.v2-case-grid article > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.v2-case-grid article > div:last-child span {
  padding: 6px 8px;
  border: 1px solid #dfebf4;
  border-radius: 999px;
  background: #fff;
  color: #62798e;
  font-size: 8px;
  font-weight: 700;
}

.v2-section-link {
  margin-top: 28px;
  text-align: center;
}

/* Industries */
.v2-industries {
  background: var(--v2-soft);
}

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

.v2-industry-grid a {
  min-height: 210px;
  padding: 24px;
  border: 1px solid #dce9f4;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  transition: transform .2s ease, box-shadow .2s ease;
}

.v2-industry-grid a:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-soft);
}

.v2-industry-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 850;
}

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

.v2-industry-grid p {
  margin: 0;
  color: #6c8296;
  font-size: 11px;
  line-height: 1.65;
}

/* Global delivery */
.v2-global {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(16,183,216,.12), transparent 34%),
    linear-gradient(135deg, #f9fcff, #edf7ff);
}

.v2-global-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.v2-global-copy p {
  margin: 18px 0 25px;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.75;
}

.v2-location-row {
  display: flex;
  gap: 12px;
}

.v2-location-row > div {
  min-width: 150px;
  display: grid;
  grid-template-columns: 20px 1fr;
  padding: 14px;
  border: 1px solid #d9e8f4;
  border-radius: 15px;
  background: rgba(255,255,255,.85);
}

.v2-location-pin {
  grid-row: span 2;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--v2-blue);
}

.v2-location-row strong,
.v2-location-row small {
  display: block;
}

.v2-location-row strong {
  color: var(--v2-navy);
  font-size: 12px;
}

.v2-location-row small {
  color: #778ca0;
  font-size: 9px;
}

.v2-clock-card {
  padding: 28px;
  border: 1px solid #d8e7f3;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--v2-shadow-soft);
}

.v2-clock-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #e4edf5;
}

.v2-clock-head > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--v2-navy);
  font-size: 11px;
  font-weight: 800;
}

.v2-clock-head i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 6px rgba(30,185,128,.12);
}

.v2-clock-head b {
  color: var(--v2-blue);
  font-size: 24px;
}

.v2-clock-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 28px;
}

.v2-clock-line::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, #67b5eb, #0bb4d5);
}

.v2-clock-line > div {
  position: relative;
  z-index: 1;
  text-align: center;
}

.v2-clock-line > div::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  margin: 2px auto 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--v2-blue);
  box-shadow: 0 0 0 2px #8cc5ee;
}

.v2-clock-line span,
.v2-clock-line strong {
  display: block;
}

.v2-clock-line span {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 850;
}

.v2-clock-line strong {
  margin-top: 4px;
  color: #60778b;
  font-size: 8px;
  line-height: 1.35;
}

/* Payments */
.v2-payments {
  background: #fff;
}

.v2-payment-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 48px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(63,210,229,.22), transparent 36%),
    linear-gradient(145deg, #0b3158, #0b5f9d);
  color: #fff;
  box-shadow: 0 30px 70px rgba(11,49,88,.21);
}

.v2-payment-copy h2 {
  color: #fff;
}

.v2-payment-copy p {
  max-width: 570px;
  margin: 18px 0 25px;
  color: #cbe2f4;
  font-size: 13px;
  line-height: 1.75;
}

.v2-payment-methods {
  display: grid;
  gap: 10px;
}

.v2-payment-methods > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 17px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}

.v2-payment-icon {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.13);
  color: #8ceaff;
}

.v2-payment-icon svg {
  width: 21px;
  height: 21px;
}

.v2-payment-methods strong,
.v2-payment-methods small {
  display: block;
}

.v2-payment-methods strong {
  color: #fff;
  font-size: 12px;
}

.v2-payment-methods small {
  margin-top: 2px;
  color: #bcd7e9;
  font-size: 9px;
}

/* Trust */
.v2-trust {
  padding: 84px 0;
  background: #f5f9fd;
}

.v2-trust-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.v2-trust p {
  margin: 18px 0 0;
  color: #60778c;
  font-size: 13px;
  line-height: 1.75;
}

.v2-kicker-light {
  color: #1c8dd4;
}

.v2-trust-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.v2-trust-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #dbe8f3;
  border-radius: 14px;
  background: #fff;
  color: #4c657b;
  font-size: 10px;
  font-weight: 760;
}

.v2-trust-points i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f8f2;
  color: #159267;
  font-style: normal;
  font-size: 11px;
}

/* Final CTA */
.v2-final-cta {
  padding: 78px 0 90px;
  background: #fff;
}

.v2-final-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 50px;
  padding: 44px 48px;
  border: 1px solid #dce8f3;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(22,180,214,.17), transparent 34%),
    linear-gradient(135deg, #f6fbff, #edf7ff);
}

.v2-final-card p {
  margin: 14px 0 0;
  color: #62798d;
  font-size: 13px;
}

.v2-final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.v2-mail-link {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
}

/* Footer */
.home-v2 .v2-footer {
  padding: 68px 0 0;
  background: #082846;
  color: #fff;
}

.v2-footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 34px;
  padding-bottom: 50px;
}

.v2-footer-brand img {
  width: 205px;
  margin-bottom: 18px;
}

.v2-footer-brand p {
  max-width: 330px;
  margin: 0 0 20px;
  color: #adc5d8;
  font-size: 11px;
  line-height: 1.7;
}

.v2-social-row {
  display: flex;
  gap: 8px;
}

.v2-social-row a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  color: #d8e9f6;
  font-size: 9px;
  font-weight: 800;
}

.v2-footer-column h4 {
  margin: 4px 0 17px;
  color: #fff;
  font-size: 11px;
}

.v2-footer-column a {
  display: block;
  margin: 0 0 9px;
  color: #a9c2d6;
  font-size: 9.5px;
}

.v2-footer-column a:hover {
  color: #fff;
}

.v2-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #94afc4;
  font-size: 9px;
}

.v2-footer-bottom > div {
  display: flex;
  gap: 18px;
}

/* Responsive */
@media (max-width: 1100px) {
  .home-v2 .primary-nav {
    gap: 17px;
  }

  .v2-float-one {
    left: -5px;
  }

  .v2-float-two {
    right: -4px;
  }

  .v2-mega-menu {
    right: -310px;
  }
}

@media (max-width: 980px) {
  .v2-topbar-inner > div {
    display: none;
  }

  .home-v2 .nav-wrap {
    height: 72px;
  }

  .home-v2 .brand {
    width: 190px;
    height: 54px;
  }

  .home-v2 .brand img {
    width: 184px;
  }

  .home-v2 .nav-toggle {
    order: 2;
    display: block;
    margin-left: auto;
  }

  .home-v2 .site-search-toggle {
    order: 3;
    margin-left: 8px;
  }

  .home-v2 .primary-nav {
    top: 71px;
    left: 14px;
    right: 14px;
    margin-right: 0 !important;
    gap: 4px;
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(18,61,99,.18);
  }

  .home-v2 .primary-nav > a,
  .v2-nav-dropdown summary {
    padding: 10px 11px;
  }

  .home-v2 .primary-nav .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .v2-nav-dropdown {
    width: 100%;
  }

  .v2-nav-dropdown summary {
    justify-content: space-between;
  }

  .v2-mega-menu {
    position: static;
    width: 100%;
    margin-top: 4px;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px;
    border-radius: 14px;
    box-shadow: none;
    background: #f6faff;
  }

  .v2-mega-menu::before {
    display: none;
  }

  .v2-mega-menu > div {
    padding: 5px;
  }

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

  .v2-hero-layout,
  .v2-section-heading,
  .v2-process-layout,
  .v2-global-layout,
  .v2-payment-card,
  .v2-trust-layout,
  .v2-final-card {
    grid-template-columns: 1fr;
  }

  .v2-hero-layout {
    gap: 45px;
  }

  .v2-hero-copy {
    text-align: center;
  }

  .v2-eyebrow {
    justify-content: center;
  }

  .v2-hero-lead {
    margin-inline: auto;
  }

  .v2-hero-actions,
  .v2-hero-proof {
    justify-content: center;
  }

  .v2-hero-visual {
    min-height: 520px;
  }

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

  .v2-proof-grid > div {
    border-bottom: 1px solid #e4edf5;
  }

  .v2-proof-grid > div:first-child {
    padding-left: 24px;
  }

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

  .v2-process-copy {
    position: static;
  }

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

  .v2-payment-card {
    gap: 35px;
    padding: 38px;
  }

  .v2-footer-top {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .home-v2 .container {
    width: min(100% - 26px, 1200px);
  }

  .v2-topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .v2-hero {
    padding-top: 48px;
  }

  .v2-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .v2-hero-lead {
    font-size: 15px;
  }

  .v2-hero-actions {
    flex-direction: column;
  }

  .v2-btn {
    width: 100%;
  }

  .v2-hero-proof {
    align-items: center;
    flex-direction: column;
  }

  .v2-hero-visual {
    min-height: auto;
    padding: 10px 0 28px;
  }

  .v2-dashboard {
    padding: 15px;
    border-radius: 22px;
  }

  .v2-agent-panel {
    grid-template-columns: 72px 1fr;
    padding: 14px;
  }

  .v2-agent-avatar {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  .v2-agent-avatar svg {
    width: 58px;
    height: 58px;
  }

  .v2-agent-panel strong {
    font-size: 14px;
  }

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

  .v2-channel-card {
    min-height: 74px;
  }

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

  .v2-dashboard-foot {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .v2-proof-grid > div {
    min-height: 100px;
    padding: 18px;
  }

  .v2-proof-grid > div:first-child {
    padding-left: 18px;
  }

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

  .v2-section-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

  .v2-section-heading h2,
  .v2-process-copy h2,
  .v2-global-copy h2,
  .v2-payment-copy h2,
  .v2-trust h2,
  .v2-final-card h2 {
    font-size: clamp(32px, 9vw, 43px);
  }

  .v2-service-grid,
  .v2-benefit-grid,
  .v2-case-grid,
  .v2-industry-grid,
  .v2-trust-points {
    grid-template-columns: 1fr;
  }

  .v2-service-main {
    grid-column: auto;
  }

  .v2-service-card {
    min-height: auto;
  }

  .v2-process-steps article {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }

  .v2-process-steps article > span {
    width: 40px;
    height: 40px;
  }

  .v2-location-row {
    flex-direction: column;
  }

  .v2-clock-line {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 10px;
  }

  .v2-clock-line::before {
    top: 22px;
    bottom: 25px;
    left: 6px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .v2-clock-line > div {
    min-height: 62px;
    display: grid;
    grid-template-columns: 28px 64px 1fr;
    align-items: start;
    text-align: left;
  }

  .v2-clock-line > div::before {
    grid-column: 1;
    margin: 4px 0 0;
  }

  .v2-clock-line span {
    grid-column: 2;
    padding-top: 2px;
  }

  .v2-clock-line strong {
    grid-column: 3;
    margin: 2px 0 0;
  }

  .v2-payment-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .v2-final-card {
    padding: 30px 22px;
  }

  .v2-final-actions {
    width: 100%;
  }

  .v2-footer-top {
    grid-template-columns: 1fr 1fr;
  }

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

  .v2-footer-bottom {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .home-v2 .brand {
    width: 164px;
  }

  .home-v2 .brand img {
    width: 158px;
  }

  .home-v2 .site-search-toggle {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

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

  .v2-proof-grid > div {
    border-right: 0;
  }

  .v2-channel-pills {
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-footer-top {
    grid-template-columns: 1fr;
  }

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


/* ============================================================
   Original V2 refinement:
   - two-row service grid
   - channel widgets in top header
   ============================================================ */

.v2-topbar-inner {
  min-height: 42px;
}

.v2-topbar-inner > .v2-channel-widgets {
  display: flex;
}

.v2-channel-widgets {
  display: flex;
  align-items: center;
  gap: 7px;
}

.v2-channel-caption {
  margin-right: 3px;
  color: rgba(255,255,255,.77);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-channel-widget {
  position: relative;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 9px;
  background: rgba(255,255,255,.10);
  color: #fff;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.v2-channel-widget:hover,
.v2-channel-widget:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.20);
}

.v2-channel-widget svg {
  width: 15px;
  height: 15px;
}

.v2-channel-widget > span {
  position: absolute;
  z-index: 10;
  top: calc(100% + 9px);
  left: 50%;
  transform: translate(-50%, -3px);
  padding: 6px 8px;
  border-radius: 8px;
  background: #092b4c;
  color: #fff;
  font-size: 8px;
  font-weight: 750;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 28px rgba(5,31,55,.22);
  transition: opacity .16s ease, transform .16s ease;
}

.v2-channel-widget:hover > span,
.v2-channel-widget:focus-visible > span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.v2-channel-whatsapp {
  background: rgba(37,211,102,.20);
}

.v2-channel-telegram {
  background: rgba(45,164,222,.20);
}

.v2-channel-teams {
  background: rgba(98,100,167,.24);
}

.v2-channel-slack {
  background: rgba(224,30,90,.16);
}

.v2-channel-chat {
  background: rgba(126,232,255,.16);
}

/* Four-column grid allows the original featured card and SEO card
   to balance each other across exactly two rows. */
.v2-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-service-main {
  grid-column: span 2;
}

.v2-service-growth {
  grid-column: span 2;
}

.v2-service-growth {
  background:
    radial-gradient(circle at top right, rgba(21,184,215,.13), transparent 40%),
    linear-gradient(145deg, #ffffff, #f4faff);
}

@media (max-width: 980px) {
  .v2-topbar-inner > .v2-channel-widgets {
    display: flex;
  }

  .v2-channel-caption {
    display: none;
  }

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

  .v2-service-main,
  .v2-service-growth {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .v2-topbar-inner {
    justify-content: space-between;
  }

  .v2-topbar-inner > span {
    max-width: 48%;
    text-align: left;
    line-height: 1.35;
  }

  .v2-channel-widgets {
    gap: 5px;
  }

  .v2-channel-widget {
    width: 27px;
    height: 27px;
    border-radius: 8px;
  }

  .v2-channel-widget svg {
    width: 14px;
    height: 14px;
  }

  .v2-channel-teams,
  .v2-channel-slack {
    display: none;
  }

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

  .v2-service-main,
  .v2-service-growth {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .v2-topbar-inner > span {
    display: none;
  }

  .v2-topbar-inner {
    justify-content: center;
  }

  .v2-channel-teams,
  .v2-channel-slack {
    display: grid;
  }
}


/* ============================================================
   V2 site-wide readability adjustment: homepage and shared chrome
   ============================================================ */

.home-v2 .v2-menu-label {
  font-size: 10.5px;
}

.home-v2 .v2-mega-menu strong {
  font-size: 13px;
}

.home-v2 .v2-mega-menu small {
  font-size: 11px;
  line-height: 1.5;
}

.home-v2 .v2-eyebrow,
.home-v2 .v2-kicker {
  font-size: 11px;
}

.home-v2 .v2-hero-proof span {
  font-size: 11px;
}

.home-v2 .v2-dashboard-head {
  font-size: 12px;
}

.home-v2 .v2-dashboard-head > span {
  font-size: 10px;
}

.home-v2 .v2-agent-panel span {
  font-size: 10.5px;
}

.home-v2 .v2-agent-panel small {
  font-size: 11.5px;
}

.home-v2 .v2-channel-card strong {
  font-size: 12.5px;
}

.home-v2 .v2-channel-card small {
  font-size: 10.5px;
}

.home-v2 .v2-channel-card b {
  font-size: 9.5px;
}

.home-v2 .v2-dashboard-foot span {
  font-size: 10.5px;
}

.home-v2 .v2-float-card small {
  font-size: 10px;
}

.home-v2 .v2-proof-grid span {
  font-size: 11px;
  line-height: 1.5;
}

.home-v2 .v2-featured-label {
  font-size: 9.5px;
}

.home-v2 .v2-channel-pills span {
  font-size: 10.5px;
}

.home-v2 .v2-service-card p {
  font-size: 14px;
  line-height: 1.72;
}

.home-v2 .v2-service-card > a {
  font-size: 12.5px;
}

.home-v2 .v2-benefit-grid article > span {
  font-size: 11px;
}

.home-v2 .v2-benefit-grid p {
  font-size: 13px;
  line-height: 1.7;
}

.home-v2 .v2-process-copy p {
  font-size: 14px;
}

.home-v2 .v2-text-link {
  font-size: 13px;
}

.home-v2 .v2-process-steps p {
  font-size: 12.5px;
}

.home-v2 .v2-platform-label {
  font-size: 10.5px;
}

.home-v2 .v2-platform-group span {
  font-size: 11px;
}

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

.home-v2 .v2-case-top b {
  font-size: 9.5px;
}

.home-v2 .v2-case-grid p {
  font-size: 13px;
}

.home-v2 .v2-case-grid article > div:last-child span {
  font-size: 9.5px;
}

.home-v2 .v2-industry-grid span {
  font-size: 11px;
}

.home-v2 .v2-industry-grid p {
  font-size: 12.5px;
}

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

.home-v2 .v2-location-row strong {
  font-size: 13px;
}

.home-v2 .v2-location-row small {
  font-size: 10.5px;
}

.home-v2 .v2-clock-line span {
  font-size: 11px;
}

.home-v2 .v2-clock-line strong {
  font-size: 9.5px;
}

.home-v2 .v2-payment-copy p {
  font-size: 14px;
}

.home-v2 .v2-payment-methods strong {
  font-size: 13px;
}

.home-v2 .v2-payment-methods small {
  font-size: 10.5px;
}

.home-v2 .v2-trust p {
  font-size: 14px;
}

.home-v2 .v2-trust-points span {
  font-size: 11.5px;
}

.home-v2 .v2-final-card p {
  font-size: 14px;
}

.home-v2 .v2-mail-link {
  font-size: 13px;
}

.home-v2 .v2-footer-brand p {
  font-size: 12px;
  line-height: 1.7;
}

.home-v2 .v2-footer-column h4 {
  font-size: 12px;
}

.home-v2 .v2-footer-column a {
  font-size: 11px;
  line-height: 1.45;
}

.home-v2 .v2-footer-bottom {
  font-size: 10.5px;
}

.home-v2 .v2-channel-caption {
  font-size: 9.5px;
}

.home-v2 .v2-channel-widget > span {
  font-size: 10px;
}

@media (max-width: 720px) {
  .home-v2 .v2-service-card p,
  .home-v2 .v2-global-copy p,
  .home-v2 .v2-payment-copy p,
  .home-v2 .v2-trust p,
  .home-v2 .v2-final-card p {
    font-size: 13.5px;
  }
}


/* ============================================================
   V2 readability pass 2: homepage
   ============================================================ */

.home-v2 .v2-service-card p {
  font-size: 15px;
}

.home-v2 .v2-benefit-grid p,
.home-v2 .v2-process-steps p,
.home-v2 .v2-case-grid p,
.home-v2 .v2-industry-grid p {
  font-size: 14px;
}

.home-v2 .v2-platform-group span,
.home-v2 .v2-payment-methods small,
.home-v2 .v2-location-row small {
  font-size: 12px;
}

.home-v2 .v2-footer-brand p {
  font-size: 13px;
}

.home-v2 .v2-footer-column a {
  font-size: 12px;
}

.home-v2 .v2-footer-bottom {
  font-size: 11.5px;
}


/* ============================================================
   Slack widget copy-to-clipboard interaction
   ============================================================ */

.home-v2 .v2-channel-widget .v2-slack-tooltip {
  min-width: 154px;
  padding: 8px 10px;
  text-align: left;
}

.home-v2 .v2-channel-widget .v2-slack-tooltip strong,
.home-v2 .v2-channel-widget .v2-slack-tooltip small {
  display: block;
}

.home-v2 .v2-channel-widget .v2-slack-tooltip strong {
  color: #ffffff;
  font-size: 10.5px;
  line-height: 1.25;
}

.home-v2 .v2-channel-widget .v2-slack-tooltip small {
  margin-top: 3px;
  color: #bcd5e8;
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.3;
}

.home-v2 .v2-channel-slack.is-copied {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(30, 185, 128, .34);
}
