/* Shared modern presentation for the About and Contact pages. */
.company-page .page-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 82px;
  color: #15222c;
  background:
    linear-gradient(rgba(64, 139, 190, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 139, 190, .035) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(67, 180, 245, .18), transparent 32%),
    radial-gradient(circle at 8% 76%, rgba(8, 120, 209, .08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f3f9fd 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border-bottom: 1px solid #e1ebf2;
}

.company-page .page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .76fr);
  gap: 72px;
  align-items: center;
}

.company-page .page-hero .breadcrumb {
  grid-column: 1 / -1;
  padding: 0 0 18px;
}

.company-page .page-hero .breadcrumb ol {
  color: #718596;
}

.company-page .page-hero .breadcrumb a {
  color: #587286;
}

.company-page .page-hero .breadcrumb li:not(:last-child)::after {
  color: #a4b5c1;
}

.company-page .page-hero .breadcrumb li:last-child {
  color: #243f53;
}

.company-page .page-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #10263a;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.052em;
}

.company-page .page-hero h1 span {
  color: #3279c4;
}

.company-page .page-hero p.lead {
  max-width: 670px;
  margin-bottom: 28px;
  color: #526a7c;
  font-size: 18px;
  line-height: 1.72;
}

.company-page .hero-badges {
  gap: 10px;
}

.company-page .hero-badge {
  padding: 8px 13px;
  border: 1px solid #d5e3ec;
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
  color: #3f5c70;
  font-size: 12.5px;
  box-shadow: 0 8px 20px rgba(32, 88, 124, .045);
}

.company-proof-card,
.contact-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(181, 204, 219, .78);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 30px 72px -32px rgba(20, 68, 99, .4);
  backdrop-filter: blur(14px);
}

.company-proof-card::after,
.contact-hero-panel::after {
  position: absolute;
  right: -62px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(50, 121, 196, .065);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.company-card-kicker {
  display: block;
  margin-bottom: 16px;
  color: #2e6f9b;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.company-proof-card > strong,
.contact-hero-panel > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  color: #10263a;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.company-proof-card > p,
.contact-hero-panel > p {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #617889;
  font-size: 14.5px;
  line-height: 1.65;
}

.company-proof-list,
.contact-signal-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.company-proof-list li,
.contact-signal-list li {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #334f63;
  font-size: 13.5px;
  font-weight: 650;
}

.company-proof-list li::before,
.contact-signal-list li::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border: 3px solid #cfe6f5;
  border-radius: 50%;
  background: #1f77b5;
  box-sizing: content-box;
  content: '';
}

.company-proof-card .btn,
.contact-hero-panel .btn {
  position: relative;
  z-index: 1;
  min-height: 51px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1b6bb5, #0056a0);
  box-shadow: 0 12px 24px rgba(0, 86, 160, .2);
}

.company-about main > section:first-child {
  padding: 92px 0 62px !important;
}

.company-about .intro-copy {
  max-width: 900px;
}

.company-about .intro-copy p {
  color: #516979;
  font-size: 17px;
  line-height: 1.82;
}

.company-about .feature-grid {
  gap: 20px;
}

.company-about .feature-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid #dfeaf1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px -34px rgba(17, 68, 101, .45);
}

.company-about .feature-card .icon-badge {
  border: 1px solid #d9e8f2;
  background: #f2f8fc;
  color: #246ea2;
}

.company-about .compare-section {
  margin: 24px 0 0;
  background: #10263a;
}

.company-about .compare-section .eyebrow,
.company-about .compare-section h2 {
  color: #fff;
}

.company-about .tier-card {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .065);
  box-shadow: none;
}

.company-about .tier-price {
  color: #7fc6ed;
}

.company-about .tier-unit {
  color: #d4e2ec;
}

.company-about .t-spotlight {
  background: #f4f9fc;
}

.company-about .t-spotlight .container {
  max-width: 920px;
  padding: 42px 48px;
  border: 1px solid #dbe8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px -42px rgba(18, 65, 96, .5);
}

.company-contact .page-hero {
  padding-bottom: 78px !important;
}

.contact-hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-hero-actions .btn-secondary {
  border-color: #cfdee8;
  background: #fff;
  color: #235d86;
  box-shadow: none;
}

.company-contact main > section:first-child {
  padding: 76px 0 28px !important;
}

.company-contact .contact-channels {
  gap: 14px;
  margin-bottom: 24px;
}

.company-contact .channel-card {
  align-items: flex-start;
  min-height: 235px;
  padding: 26px;
  border: 1px solid #dfe9ef;
  border-radius: 17px;
  background: #fff;
  text-align: left;
  box-shadow: 0 18px 42px -34px rgba(17, 68, 101, .48);
}

.company-contact .channel-card .ch-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #dce9f1;
  border-radius: 12px;
  background: #f2f7fb !important;
}

.company-contact .channel-card h3 {
  color: #142d40;
  font-size: 16px;
}

.company-contact .channel-card p {
  min-height: 42px;
  color: #657c8c;
}

.company-contact .channel-card .ch-btn {
  margin-top: auto;
  padding: 9px 0 0;
  border-radius: 0;
  background: transparent;
  color: #176a9f;
  font-size: 13.5px;
}

.company-contact .channel-card .ch-btn:hover {
  color: #0c4c74;
  opacity: 1;
}

.company-contact main > section:nth-child(2) {
  padding-top: 44px;
  background: #f6fafc;
}

.company-contact .contact-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 32px;
}

.contact-form-heading {
  margin-bottom: 25px;
}

.contact-form-heading .eyebrow {
  margin-bottom: 9px;
}

.contact-form-heading h2 {
  margin-bottom: 10px;
  color: #10263a;
  font-size: 30px;
  letter-spacing: -.03em;
}

.contact-form-heading p {
  max-width: 610px;
  color: #637a8b;
  line-height: 1.65;
}

.company-contact .contact-form {
  padding: 38px;
  border: 1px solid #dae7ef;
  border-radius: 20px;
  box-shadow: 0 24px 56px -40px rgba(17, 68, 101, .55);
}

.company-contact .form-row label {
  margin-bottom: 8px;
  color: #304b5e;
  font-size: 13px;
}

.company-contact .form-row input,
.company-contact .form-row textarea {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfdee7;
  border-radius: 9px;
  background: #fbfdfe;
}

.company-contact .form-row textarea {
  min-height: 145px;
}

.company-contact .form-row input:focus,
.company-contact .form-row textarea:focus {
  border-color: #2f7fba;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 127, 186, .1);
}

.company-contact .contact-form .btn {
  min-height: 52px;
  border-radius: 10px;
}

.contact-details-heading {
  margin-bottom: 18px;
  color: #10263a;
  font-size: 21px;
  letter-spacing: -.02em;
}

.company-contact .office-card {
  padding: 25px 26px;
  border: 1px solid #dce8ef;
  border-radius: 16px;
  box-shadow: 0 16px 40px -36px rgba(17, 68, 101, .5);
}

.company-contact .office-card h3 {
  color: #18364b;
  font-size: 15px;
}

.company-contact .office-card a {
  color: #176a9f;
}

.company-page .float-stack {
  display: none;
}

.company-products .directory-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 76px;
  color: #15222c;
  background:
    linear-gradient(rgba(64, 139, 190, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 139, 190, .035) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(67, 180, 245, .18), transparent 32%),
    radial-gradient(circle at 8% 76%, rgba(8, 120, 209, .08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f3f9fd 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border-bottom: 1px solid #e1ebf2;
}

.company-products .directory-breadcrumb {
  color: #718596;
}

.company-products .directory-breadcrumb a {
  color: #587286;
}

.company-products .directory-hero h1 {
  max-width: 850px;
  color: #10263a;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.052em;
}

.company-products .directory-hero h1 span {
  color: #3279c4;
}

.company-products .directory-hero > div > p {
  max-width: 780px;
  color: #526a7c;
  font-size: 17.5px;
  line-height: 1.72;
}

.company-products .directory-summary {
  gap: 12px;
  color: #466275;
}

.company-products .directory-summary span {
  padding: 8px 12px;
  border: 1px solid #d5e3ec;
  border-radius: 9px;
  background: rgba(255, 255, 255, .82);
}

.company-products .directory-summary span::before {
  background: #3279c4;
}

.company-products .finder-main {
  padding-top: 52px;
  background: #f6fafc;
}

.company-products .finder-panel {
  padding: 31px;
  border-color: #d9e7ef;
  border-radius: 19px;
  box-shadow: 0 22px 58px -42px rgba(17, 68, 101, .52);
}

.company-products .finder-card {
  border-color: #dfe9ef;
  border-radius: 16px;
  box-shadow: 0 16px 38px -34px rgba(17, 68, 101, .48);
}

.company-products .finder-card:hover {
  border-color: #7cb5da;
  box-shadow: 0 22px 48px -34px rgba(17, 68, 101, .55);
}

.company-products .finder-search input,
.company-products .finder-select select {
  border-color: #cfdee7;
  background: #fbfdfe;
}

.company-products .finder-type button {
  border-color: #d6e3ea;
  border-radius: 9px;
}

@media (max-width: 920px) {
  .company-page .page-hero .container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .company-proof-card,
  .contact-hero-panel {
    max-width: 620px;
  }

  .company-contact .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .company-page .page-hero {
    padding: 106px 0 62px;
  }

  .company-page .page-hero h1 {
    font-size: 43px;
  }

  .company-page .page-hero p.lead {
    font-size: 16.5px;
  }

  .company-proof-card,
  .contact-hero-panel,
  .company-contact .contact-form {
    padding: 27px 23px;
  }

  .contact-hero-actions {
    grid-template-columns: 1fr;
  }

  .company-contact .contact-channels {
    grid-template-columns: 1fr;
  }

  .company-contact .channel-card {
    min-height: 0;
  }

  .company-products .directory-hero {
    padding: 106px 0 58px;
  }

  .company-products .directory-hero h1 {
    font-size: 43px;
  }

  .company-about .t-spotlight .container {
    padding: 30px 24px;
    border-radius: 16px;
  }
}
