/* Try Now redesign — 2026-08-15
   Page-specific styles only. Header, navigation and footer are intentionally untouched. */

.try26-page {
  background: #fff;
  color: #183153;
}

.try26-page section {
  padding: 0;
}

.try26-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 63% 40%, rgba(72, 156, 255, .09) 0 2px, transparent 2.4px) 0 0 / 19px 19px,
    linear-gradient(118deg, #fbfdff 0%, #f7fbff 49%, #eaf4ff 100%);
  border-bottom: 1px solid #dce8f4;
}

.try26-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -105px;
  width: 66%;
  height: 230px;
  border-radius: 50% 0 0 0;
  background: rgba(58, 139, 237, .08);
  transform: rotate(-7deg);
  pointer-events: none;
}

.try26-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 48px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 52px;
}

.try26-hero-copy {
  max-width: 620px;
}

.try26-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #102f5e;
  font-size: 4rem;
  font-size: clamp(2.7rem, 5vw, 4.35rem);
  line-height: .99;
  letter-spacing: -.045em;
  font-weight: 850;
}

.try26-lead {
  max-width: 590px;
  margin: 0;
  color: #445d7a;
  font-size: 1.12rem;
  line-height: 1.62;
}

.try26-no-card {
  margin: 8px 0 0;
  color: #17345f;
  font-size: 1.03rem;
  line-height: 1.45;
}

.try26-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.try26-trust-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #cbdced;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  color: #1f416f;
  box-shadow: 0 4px 12px rgba(20, 72, 126, .035);
  font-size: .9rem;
  line-height: 1.22;
  font-weight: 750;
}

.try26-trust-pills b {
  margin-right: 8px;
  color: #087ca7;
  font-size: 1.05rem;
}

.try26-hero-media {
  justify-self: end;
  width: min(100%, 610px);
  padding: 0;
}

.try26-hero-media img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(28, 72, 120, .14);
}

.try26-downloads {
  padding: 30px 0 26px !important;
  background: #fff;
}

.try26-group {
  overflow: visible;
  margin-bottom: 18px;
  border: 1px solid #d4e2f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(30, 71, 115, .035);
}

.try26-group-head {
  padding: 15px 20px 12px;
  border-bottom: 1px solid #dde8f2;
}

.try26-group-head h2 {
  margin: 0;
  color: #153965;
  font-size: 1.24rem;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.try26-list {
  padding: 0 14px 4px;
}

.try26-row {
  display: grid;
  grid-template-columns: minmax(205px, 1.05fr) minmax(270px, 1.35fr) minmax(146px, .62fr) minmax(90px, .4fr);
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 9px 10px;
  border-bottom: 1px solid #e3ebf3;
}

.try26-row:last-child {
  border-bottom: 0;
}

.try26-product {
  color: #1b3d69;
  font-size: .96rem;
  line-height: 1.3;
  font-weight: 800;
}

.try26-description {
  color: #5a7190;
  font-size: .88rem;
  line-height: 1.38;
}

.try26-action {
  position: relative;
  justify-self: stretch;
}

.try26-download-btn,
.try26-download-menu > summary {
  width: 100%;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid #0968dc;
  border-radius: 6px;
  background: #0b6de7;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: .9rem;
  line-height: 1.15;
  font-weight: 800;
  box-shadow: 0 3px 8px rgba(11, 109, 231, .12);
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.try26-download-btn:hover,
.try26-download-btn:focus-visible,
.try26-download-menu > summary:hover,
.try26-download-menu > summary:focus-visible {
  background: #075bc3;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(11, 109, 231, .18);
}

.try26-download-btn.is-free {
  background: #087ca7;
  border-color: #087ca7;
}

.try26-download-btn.is-free:hover,
.try26-download-btn.is-free:focus-visible {
  background: #066685;
}

.try26-download-btn.is-disabled {
  border-color: #ccd7e2;
  background: #eef3f7;
  color: #6b7e91 !important;
  box-shadow: none;
  cursor: default;
}

.try26-learn {
  justify-self: end;
  color: #0b6de7;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.try26-learn:hover,
.try26-learn:focus-visible {
  color: #075bc3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* One compact button for the combined CMS-1500 + UB-04 row. */
.try26-download-menu {
  position: relative;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.try26-download-menu > summary {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  list-style: none;
}

.try26-download-menu > summary::-webkit-details-marker {
  display: none;
}

.try26-download-menu > summary::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-53%);
  color: #fff;
  font-size: .875rem;
  line-height: 1;
}

.try26-download-menu[open] > summary::after {
  content: "▴";
}

.try26-download-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  width: 190px;
  overflow: hidden;
  border: 1px solid #cbd9e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(19, 54, 91, .16);
}

.try26-download-options a {
  display: block;
  padding: 10px 12px;
  color: #173e6b;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 750;
}

.try26-download-options a + a {
  border-top: 1px solid #e4ebf3;
}

.try26-download-options a:hover,
.try26-download-options a:focus-visible {
  background: #eef6ff;
  color: #075bc3;
}

.try26-note-wrap {
  padding: 0 0 38px;
  background: #fff;
}

.try26-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid #c9dff4;
  border-radius: 10px;
  background: #f4f9ff;
  color: #355577;
}

.try26-note p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.42;
}

.try26-note-support {
  text-align: right;
  white-space: nowrap;
}

.try26-note-support a {
  color: #0b6de7;
  font-weight: 800;
  text-decoration: none;
}

.try26-note-support a:hover,
.try26-note-support a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .try26-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .try26-row {
    grid-template-columns: minmax(190px, 1fr) minmax(220px, 1.3fr) 145px;
    gap: 14px;
  }

  .try26-learn {
    grid-column: 2 / 3;
    justify-self: start;
    margin-top: -8px;
    padding-bottom: 2px;
  }
}

@media (max-width: 760px) {
  .try26-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .try26-hero-copy {
    max-width: none;
  }

  .try26-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .try26-lead {
    font-size: 1.03rem;
  }

  .try26-hero-media {
    justify-self: center;
    width: min(100%, 560px);
  }

  .try26-hero-media img {
    max-height: 300px;
  }

  .try26-downloads {
    padding-top: 20px !important;
  }

  .try26-group-head {
    padding: 14px 16px 11px;
  }

  .try26-list {
    padding: 0 10px 3px;
  }

  .try26-row {
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    min-height: 0;
    padding: 14px 6px;
  }

  .try26-product {
    grid-column: 1 / 2;
  }

  .try26-description {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-right: 4px;
  }

  .try26-action {
    grid-column: 2;
    grid-row: 1;
    width: 150px;
  }

  .try26-learn {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
    margin-top: 2px;
    padding-bottom: 0;
  }

  .try26-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .try26-note-support {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .try26-trust-pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .try26-trust-pills span {
    min-height: 42px;
    padding: 9px 12px;
  }

  .try26-hero-media img {
    border-radius: 14px;
  }

  .try26-group {
    border-radius: 11px;
  }

  .try26-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 4px;
  }

  .try26-product,
  .try26-description,
  .try26-action,
  .try26-learn {
    grid-column: 1;
  }

  .try26-product { grid-row: 1; }
  .try26-description { grid-row: 2; }
  .try26-action {
    grid-row: 3;
    width: min(100%, 210px);
    margin-top: 3px;
  }
  .try26-learn {
    grid-row: 4;
    margin-top: 2px;
  }

  .try26-download-options {
    left: 0;
    right: auto;
  }
}
