/*
 * Agua Topone interior-page system
 * FAQ / Support / Technology / ODM
 * Reviewed EC-family baseline: Roboto, 17px body, 1400px shell,
 * 70px sections, #3062A9 blue, #F97316 CTA and restrained card styling.
 */

.ip {
  --ip-blue: #3062a9;
  --ip-blue-dark: #204e91;
  --ip-navy: #123b70;
  --ip-orange: #f97316;
  --ip-orange-dark: #dc5c0a;
  --ip-ink: #1f2937;
  --ip-body: #333;
  --ip-muted: #5d6673;
  --ip-soft: #f3f7fb;
  --ip-soft-blue: #eaf2fa;
  --ip-line: #dce7f3;
  --ip-white: #fff;
  --ip-shell: min(1400px, calc(100% - 40px));
  --ip-radius-control: 7px;
  --ip-radius-small: 12px;
  --ip-radius-card: 20px;
  --ip-shadow: 0 8px 26px rgb(48 98 169 / 8%);
  --ip-shadow-hover: 0 15px 34px rgb(48 98 169 / 13%);
  overflow: clip;
  color: var(--ip-body);
  background: var(--ip-white);
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.ip,
.ip *,
.ip *::before,
.ip *::after {
  box-sizing: border-box;
}

.ip img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ip a {
  color: var(--ip-blue);
  text-decoration: none;
}

.ip a:hover {
  text-decoration: none;
}

.ip :where(ul, ol, figure, dl) {
  margin-top: 0;
  margin-bottom: 0;
}

.ip__shell {
  width: var(--ip-shell);
  margin-inline: auto;
}

.ip__section {
  padding-block: 70px;
  scroll-margin-top: 96px;
}

.ip__section--soft,
.ip__section--directory,
.ip__section--downloads,
.ip__section--water,
.ip__section--videos {
  background: var(--ip-soft);
}

.ip__section--blue,
.ip__section--safety {
  color: rgb(255 255 255 / 86%);
  background: var(--ip-blue);
}

body.site-body .ip :where(h1, h2, h3, h4) {
  margin-top: 0;
  color: var(--ip-ink);
  font-family: Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

body.site-body .ip h1 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4.2vw, 45px);
  font-weight: 700;
  line-height: 1.22;
}

body.site-body .ip h2 {
  margin-bottom: 0;
  font-size: clamp(27px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.24;
}

body.site-body .ip h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

body.site-body .ip h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.ip__eyebrow,
.ip__kicker,
.ip__card-meta,
.ip__evidence-label,
.ip__safety-alert-label {
  margin: 0 0 10px;
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ip__section-head,
.ip__section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.ip__section-head > p:last-child,
.ip__section-heading > p:last-child,
.ip__section-heading--split > p {
  margin: 14px 0 0;
  color: var(--ip-muted);
}

.ip__section-head--center,
.ip__section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ip__section-head--split,
.ip__section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 64px;
  align-items: end;
}

.ip__section-heading--split .ip__section-title {
  min-width: 0;
}

.ip__section-head--split > p,
.ip__section-heading--split > p {
  margin: 0;
}

.ip__section-head--light h2,
.ip__section-heading--light h2,
body.site-body .ip__section-head--light h2,
body.site-body .ip__section-heading--light h2 {
  color: var(--ip-white);
}

.ip__section-head--light :is(.ip__eyebrow, .ip__kicker),
.ip__section-heading--light :is(.ip__eyebrow, .ip__kicker),
.ip__section--blue .ip__eyebrow,
.ip__section--safety .ip__kicker {
  color: #d8f3ff;
}

.ip__section-head--light > p,
.ip__section-heading--light > p {
  color: rgb(255 255 255 / 82%);
}

.ip__section--blue :is(.ip__section-head, .ip__section-heading) > p:last-child,
.ip__section--safety :is(.ip__section-head, .ip__section-heading) > p:last-child {
  color: rgb(255 255 255 / 82%);
}

/* Hero */

.ip__hero {
  position: relative;
  padding-block: 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--ip-line);
  background:
    radial-gradient(circle at 88% 20%, rgb(55 169 224 / 16%), transparent 34%),
    var(--ip-soft);
}

.ip__hero--technology {
  padding: 0;
  background: var(--ip-white);
}

.ip__hero--odm {
  padding-bottom: 0;
}

.ip__hero--technology .ip__hero-stage {
  position: relative;
  min-height: clamp(540px, 40vw, 650px);
  display: flex;
  align-items: center;
  padding-block: 70px;
  overflow: hidden;
  background-color: #f6faff;
}

.ip__technology-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ip__hero--technology .ip__hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 680px);
}

.ip__hero--technology .ip__hero-copy {
  width: min(680px, 62vw);
  max-width: none;
}

.ip__hero--technology .ip__hero-points {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.ip__hero-inner {
  max-width: none;
}

.ip__hero-copy {
  min-width: 0;
}

.ip__hero-copy .ip__eyebrow,
.ip__hero-inner .ip__eyebrow {
  margin-bottom: 12px;
}

.ip__hero-copy > h1,
.ip__hero-inner > h1 {
  max-width: 850px;
}

.ip__hero-lead,
.ip__hero-copy {
  max-width: 760px;
  margin: 0;
  color: var(--ip-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ip__hero-inner .ip__hero-copy {
  margin-bottom: 28px;
}

.ip__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.ip__hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__hero-media > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ip__hero-media figcaption {
  padding: 17px 20px 19px;
  color: var(--ip-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ip__hero-media figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
}

.ip__actions,
.ip__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.ip__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: var(--ip-radius-control);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ip__button:hover,
.ip__button:focus-visible {
  transform: translateY(-1px);
}

.ip__button--primary {
  border-color: var(--ip-orange);
  color: var(--ip-white) !important;
  background: var(--ip-orange);
}

.ip__button--primary:hover,
.ip__button--primary:focus-visible {
  border-color: var(--ip-orange-dark);
  color: var(--ip-white) !important;
  background: var(--ip-orange-dark);
}

.ip__button--secondary {
  border-color: var(--ip-blue);
  color: var(--ip-blue) !important;
  background: transparent;
}

.ip__button--secondary:hover,
.ip__button--secondary:focus-visible {
  color: var(--ip-white) !important;
  background: var(--ip-blue);
}

.ip__button--light {
  border-color: var(--ip-white);
  color: var(--ip-blue) !important;
  background: var(--ip-white);
}

.ip__button--light:hover,
.ip__button--light:focus-visible {
  color: var(--ip-white) !important;
  background: transparent;
}

.ip__text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ip-blue) !important;
  font-size: 15px;
  font-weight: 700;
}

.ip__text-link:hover,
.ip__text-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ip__hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-bottom: 0;
  border-radius: var(--ip-radius-small) var(--ip-radius-small) 0 0;
  list-style: none;
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__hero-points li {
  min-width: 0;
  padding: 20px 24px;
}

.ip__hero-points li + li {
  border-left: 1px solid var(--ip-line);
}

.ip__hero-points strong,
.ip__hero-points span {
  display: block;
}

.ip__hero-points strong {
  margin-bottom: 4px;
  color: var(--ip-ink);
  font-size: 17px;
}

.ip__hero-points span {
  color: var(--ip-muted);
  font-size: 15px;
  line-height: 1.5;
}

/* FAQ */

.ip__intro-grid,
.ip__water-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 70px;
  align-items: start;
}

.ip__intro-grid .ip__section-heading {
  margin-bottom: 0;
}

.ip__prose p,
.ip__water-copy > p {
  margin: 0;
}

.ip__prose a,
.ip__water-copy a {
  font-weight: 700;
}

.ip__search {
  max-width: 900px;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__search-label {
  display: block;
  margin-bottom: 8px;
  color: var(--ip-ink);
  font-size: 15px;
  font-weight: 700;
}

.ip__search-field {
  position: relative;
}

.ip__search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: var(--ip-blue);
  font-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

.ip__search-input {
  width: 100%;
  min-height: 50px;
  padding: 11px 15px 11px 50px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-control);
  outline: 0;
  color: var(--ip-ink);
  background: var(--ip-soft);
  font: inherit;
}

.ip__search-input:focus {
  border-color: var(--ip-blue);
  box-shadow: 0 0 0 3px rgb(48 98 169 / 16%);
}

.ip__search-status {
  margin: 10px 0 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__category-nav {
  position: sticky;
  top: 76px;
  z-index: 28;
  max-width: none;
  display: flex;
  gap: 8px;
  margin: 0 0 42px;
  padding: 10px 12px;
  overflow-x: auto;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 6px 18px rgb(48 98 169 / 8%);
  backdrop-filter: blur(10px);
  scrollbar-width: none;
}

.ip__category-nav::-webkit-scrollbar {
  display: none;
}

.ip__category-link {
  flex: 0 0 auto;
  min-width: max-content;
  min-height: 48px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  color: var(--ip-ink) !important;
  background: var(--ip-white);
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

.ip__category-link:hover,
.ip__category-link:focus-visible {
  border-color: var(--ip-blue);
  box-shadow: var(--ip-shadow);
}

.ip__category-link[aria-current="location"] {
  border-color: var(--ip-blue);
  color: var(--ip-white) !important;
  background: var(--ip-blue);
  box-shadow: 0 5px 14px rgb(48 98 169 / 20%);
}

.ip__category-link[aria-current="location"] :is(.ip__category-number, .ip__category-count) {
  color: var(--ip-white);
}

.ip__category-link[aria-current="location"] .ip__category-count {
  background: rgb(255 255 255 / 18%);
}

.ip__category-number,
.ip__category-count {
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
}

.ip__category-name {
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
}

.ip__category-count {
  min-width: 28px;
  padding: 4px 7px;
  border-radius: 999px;
  text-align: center;
  background: var(--ip-soft-blue);
}

.ip__faq-group {
  scroll-margin-top: 154px;
}

.ip__faq-group + .ip__faq-group {
  margin-top: 52px;
}

.ip__faq-group-heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.ip__faq-group-number {
  margin: 0;
  color: var(--ip-blue);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

.ip__faq-group-title h2 {
  font-size: 28px !important;
}

.ip__faq-group-title p,
.ip__faq-group-count {
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__faq-group-title p {
  margin: 6px 0 0;
}

.ip__faq-group-count {
  margin: 5px 0 0;
}

.ip__faq-list,
.ip__details-list {
  border-top: 1px solid var(--ip-line);
}

.ip__faq-item,
.ip__details-list details {
  border-bottom: 1px solid var(--ip-line);
  background: var(--ip-white);
}

.ip__faq-question,
.ip__details-list summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: center;
  padding: 15px 16px;
  color: var(--ip-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.ip__details-list summary {
  grid-template-columns: 42px minmax(0, 1fr);
}

.ip__faq-question::-webkit-details-marker,
.ip__details-list summary::-webkit-details-marker {
  display: none;
}

.ip__faq-question-number,
.ip__details-list summary > span:first-child {
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
}

.ip__faq-toggle {
  display: grid;
  place-items: center;
  color: var(--ip-blue);
  font-size: 25px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.ip__faq-item[open] .ip__faq-toggle {
  transform: rotate(45deg);
}

.ip__faq-item[open] .ip__faq-question,
.ip__details-list details[open] summary {
  color: var(--ip-blue);
  background: var(--ip-soft);
}

.ip__faq-answer,
.ip__details-list details > p {
  padding: 0 58px 20px;
  color: var(--ip-muted);
}

.ip__faq-answer p,
.ip__details-list details > p {
  margin: 0;
}

.ip__faq-empty {
  padding: 30px;
  border: 1px dashed var(--ip-line);
  border-radius: var(--ip-radius-small);
  text-align: center;
  background: var(--ip-white);
}

/* Support */

.ip__anchor-nav {
  position: sticky;
  top: 76px;
  z-index: 30;
  border-bottom: 1px solid var(--ip-line);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 6px 18px rgb(48 98 169 / 6%);
  backdrop-filter: blur(10px);
}

.ip__anchor-list {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.ip__anchor-list::-webkit-scrollbar {
  display: none;
}

.ip__anchor-link {
  flex: 0 0 auto;
  padding: 16px 19px;
  color: var(--ip-muted) !important;
  font-size: 15px;
  font-weight: 700;
}

.ip__anchor-link:hover,
.ip__anchor-link:focus-visible {
  color: var(--ip-blue) !important;
}

@media (min-width: 1025px) {
  .ip--faq .ip__category-link {
    grid-template-columns: 24px minmax(0, 1fr) auto;
  }

  .ip--support .ip__anchor-link {
    flex: 1 1 0;
    padding-inline: 12px;
    text-align: center;
  }
}

.ip__card-grid {
  display: grid;
  gap: 18px;
}

.ip__card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ip__card,
.ip__fault-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__card-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ip__card-meta span:first-child {
  color: var(--ip-blue);
}

.ip__card-tag {
  color: var(--ip-muted);
}

.ip__product-card h3 {
  margin-bottom: 11px !important;
}

.ip__product-card h3 a {
  color: var(--ip-ink);
}

.ip__product-card p {
  margin: 0 0 18px;
  color: var(--ip-muted);
}

.ip__section-note {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-left: 4px solid var(--ip-blue);
  color: var(--ip-muted);
  background: var(--ip-soft);
}

.ip__section--downloads .ip__section-note {
  background: var(--ip-white);
}

.ip__section-note a {
  color: var(--ip-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ip__section-note--light {
  border-left-color: #d8f3ff;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.1);
}

.ip__section-note--light a {
  color: var(--ip-white);
}

.ip__document-section + .ip__document-section {
  margin-top: 36px;
}

.ip__support-diagram {
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__support-diagram img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--ip-white);
}

.ip__support-diagram figcaption {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 28px;
  border-left: 1px solid var(--ip-line);
}

.ip__support-diagram figcaption strong {
  color: var(--ip-blue);
  font-size: 17px;
}

.ip__support-diagram figcaption span {
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__support-diagram figcaption a {
  color: var(--ip-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ip__document-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.ip__document-heading p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

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

.ip__document-link {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 17px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  color: var(--ip-ink) !important;
  background: var(--ip-white);
  transition: border-color 160ms ease, transform 160ms ease;
}

.ip__document-link:hover,
.ip__document-link:focus-visible {
  border-color: var(--ip-blue);
  transform: translateY(-1px);
}

.ip__document-index,
.ip__document-action {
  color: var(--ip-blue);
  font-size: 14px;
  font-weight: 800;
}

.ip__document-copy,
.ip__document-copy :is(strong, span) {
  min-width: 0;
  display: block;
}

.ip__document-copy strong {
  font-size: 16px;
}

.ip__document-copy span {
  margin-top: 3px;
  color: var(--ip-muted);
  font-size: 13px;
  letter-spacing: .05em;
}

.ip__evidence-note {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
}

.ip__evidence-note p {
  margin: 0;
}

.ip__evidence-note .ip__evidence-label {
  margin-bottom: 7px;
}

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

.ip__check-panel {
  padding: 28px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__check-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.ip__check-number,
.ip__fault-number {
  margin: 0;
  color: var(--ip-blue);
  font-size: 15px;
  font-weight: 800;
}

.ip__numbered-list,
.ip__safety-list,
.ip__diagnostic-list {
  padding: 0;
  list-style: none;
  counter-reset: ip-check;
}

.ip__numbered-item,
.ip__safety-item {
  position: relative;
  padding: 12px 0 12px 34px;
  counter-increment: ip-check;
}

.ip__numbered-item + .ip__numbered-item,
.ip__safety-item + .ip__safety-item {
  border-top: 1px solid var(--ip-line);
}

.ip__numbered-item::before,
.ip__safety-item::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 3px;
  color: var(--ip-blue);
  font-weight: 800;
}

.ip__safety-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 36px;
  align-items: start;
}

body.site-body .ip__section--safety h3,
body.site-body .ip__section--safety h4 {
  color: var(--ip-white);
}

.ip__safety-copy > h3 {
  margin-bottom: 14px !important;
}

.ip__safety-item + .ip__safety-item {
  border-color: rgb(255 255 255 / 20%);
}

.ip__safety-item::before {
  color: #d8f3ff;
}

.ip__safety-alert {
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: var(--ip-radius-small);
  background: rgb(255 255 255 / 10%);
}

.ip__safety-alert p {
  margin: 0;
}

.ip__safety-alert .ip__safety-alert-label {
  margin-bottom: 8px;
  color: #d8f3ff;
}

.ip__troubleshooting {
  margin-top: 48px;
  padding-top: 38px;
  border-top: 1px solid rgb(255 255 255 / 24%);
}

.ip__subsection-heading {
  margin-bottom: 22px;
}

.ip__subsection-heading h3 {
  color: var(--ip-white) !important;
}

.ip__fault-card {
  color: var(--ip-body);
  box-shadow: none;
}

.ip__fault-card h4 {
  margin: 8px 0 10px;
}

.ip__fault-card > p:last-of-type {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__fault-card .ip__text-link {
  margin-top: 15px;
}

.ip__boundary-card {
  margin-top: 24px;
  padding: 23px 25px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
}

.ip__boundary-card h3 {
  margin-bottom: 9px !important;
}

.ip__boundary-card p {
  margin: 0;
  color: var(--ip-muted);
}

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

.ip__directory-link {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  color: var(--ip-ink) !important;
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__directory-code {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--ip-radius-small);
  color: var(--ip-white);
  background: var(--ip-blue);
  font-size: 15px;
  font-weight: 800;
}

.ip__directory-copy,
.ip__directory-copy :is(strong, span) {
  min-width: 0;
  display: block;
}

.ip__directory-copy span {
  margin-top: 4px;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__directory-arrow {
  color: var(--ip-blue);
}

.ip__service-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: start;
}

.ip__service-summary > p:not(.ip__kicker) {
  color: var(--ip-muted);
}

.ip__service-summary .ip__button {
  margin-top: 12px;
}

.ip__service-summary--wide {
  max-width: 900px;
}

.ip__diagnostic-card {
  padding: 30px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-soft);
}

.ip__troubleshooting > .ip__diagnostic-card {
  margin-top: 24px;
  color: var(--ip-body);
  background: var(--ip-white);
}

body.site-body .ip__section--safety .ip__diagnostic-card h3 {
  color: var(--ip-ink);
}

.ip__diagnostic-card h3 {
  margin-bottom: 17px !important;
}

.ip__diagnostic-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 0;
}

.ip__diagnostic-item + .ip__diagnostic-item {
  border-top: 1px solid var(--ip-line);
}

.ip__diagnostic-number {
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
}

.ip__diagnostic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
}

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

.ip__video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__video-frame {
  aspect-ratio: 16 / 9;
  background: var(--ip-navy);
}

.ip__video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ip__video-copy {
  padding: 22px;
}

.ip__video-copy h3 {
  margin-bottom: 10px !important;
}

.ip__video-copy p {
  margin: 0 0 16px;
  color: var(--ip-muted);
  font-size: 15px;
}

/* Technology */

.ip__number-card-grid {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.ip__number-card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ip__number-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__number-card > span {
  display: block;
  margin-bottom: 22px;
  color: var(--ip-blue);
  font-size: 14px;
  font-weight: 800;
}

.ip__number-card h3 {
  min-height: 54px;
  margin-bottom: 10px !important;
}

.ip__number-card p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__mechanism-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 60px;
  align-items: center;
}

.ip__mechanism-copy > p:not(.ip__eyebrow) {
  color: var(--ip-muted);
}

.ip__formula-card {
  padding: 34px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__formula-card > p {
  margin: 0 0 20px;
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
}

.ip__principle-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.ip__principle-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 14px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-control);
  background: var(--ip-soft);
}

.ip__principle-steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ip-white);
  background: var(--ip-blue);
  font-size: 12px;
  font-weight: 800;
}

.ip__principle-steps li > div {
  display: grid;
  gap: 2px;
}

.ip__principle-steps strong {
  color: var(--ip-ink);
  font-size: 16px;
}

.ip__principle-steps small {
  margin: 0 !important;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ip__formula-card > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 22px 0;
  border-block: 1px solid var(--ip-line);
  color: var(--ip-ink);
  text-align: center;
}

.ip__formula-card > div strong {
  font-size: 20px;
}

.ip__formula-card > div span {
  color: var(--ip-orange);
  font-size: 28px;
  font-weight: 700;
}

.ip__formula-card small {
  display: block;
  margin-top: 18px;
  color: var(--ip-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ip__formula-card .ip__principle-steps small {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

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

.ip__tech-check {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__tech-check figure {
  overflow: hidden;
  background: var(--ip-soft);
}

.ip__tech-check figure img {
  width: 100%;
  aspect-ratio: 641 / 281;
  object-fit: cover;
}

.ip__tech-check > div:not(.ip__tech-check-visual) {
  padding: 21px 22px 24px;
}

.ip__tech-check-visual {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  border-bottom: 1px solid var(--ip-line);
  background:
    radial-gradient(circle at 22% 18%, rgba(48, 98, 169, 0.14), transparent 38%),
    linear-gradient(145deg, #f8fbff 0%, #edf4fc 100%);
}

.ip__tech-check-visual::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(48, 98, 169, 0.13);
  border-radius: 50%;
  transform: translate(-42px, -34px);
}

.ip__tech-check-visual svg {
  position: relative;
  width: 68px;
  height: 68px;
  stroke: var(--ip-blue);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ip__tech-check-visual > span {
  position: relative;
  align-self: center;
  padding: 7px 10px 6px;
  border: 1px solid rgba(48, 98, 169, 0.2);
  border-radius: 999px;
  color: var(--ip-blue);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.ip__tech-check h3 {
  margin-bottom: 9px !important;
}

.ip__tech-check > div > p:last-child {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

@media (min-width: 1181px) {
  .ip__tech-check:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }
}

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

.ip__evidence-stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: var(--ip-radius-card);
  background: rgb(255 255 255 / 10%);
}

.ip__evidence-stage img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ip__evidence-stage > div {
  padding: 22px;
}

.ip__evidence-stage > div > p {
  margin: 0 0 8px;
  color: #d8f3ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

body.site-body .ip__evidence-stage h3 {
  margin-bottom: 9px;
  color: var(--ip-white);
}

.ip__evidence-stage > div > span {
  display: block;
  color: rgb(255 255 255 / 82%);
  font-size: 15px;
}

.ip__process-grid {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.ip__process-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.ip__process-grid li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
}

.ip__process-grid li > span {
  display: block;
  margin-bottom: 20px;
  color: var(--ip-blue);
  font-size: 14px;
  font-weight: 800;
}

.ip__process-grid h3 {
  min-height: 54px;
  margin-bottom: 9px !important;
}

.ip__process-grid p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__process-grid small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 700;
}

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

.ip__route-card {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  color: var(--ip-ink) !important;
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__route-card > span {
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
}

.ip__route-card h3 {
  margin: 16px 0 9px !important;
}

.ip__route-card p {
  margin: 0 0 18px;
  color: var(--ip-muted);
}

.ip__route-card b {
  color: var(--ip-blue);
  font-size: 15px;
}

.ip__faq-compact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 62px;
  align-items: start;
}

.ip__faq-compact-grid .ip__section-head {
  position: sticky;
  top: 102px;
  margin-bottom: 0;
}

.ip__final-cta,
.ip__section--cta {
  padding-block: 52px;
  color: rgb(255 255 255 / 86%);
  background: var(--ip-blue);
}

.ip__final-cta-inner,
.ip__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ip__final-cta h2,
.ip__cta h2,
body.site-body .ip__final-cta h2,
body.site-body .ip__cta h2 {
  color: var(--ip-white);
}

.ip__final-cta .ip__eyebrow,
.ip__cta .ip__kicker {
  color: #d8f3ff;
}

.ip__final-cta p:not(.ip__eyebrow),
.ip__cta p:not(.ip__kicker) {
  margin: 10px 0 0;
}

/* ODM */

.ip__odm-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ip__odm-route-grid > article {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__odm-route-grid h3 {
  max-width: 520px;
  margin-bottom: 12px !important;
  font-size: 23px !important;
}

.ip__odm-route-grid > article > p:not(.ip__card-meta) {
  color: var(--ip-muted);
}

.ip__odm-route-grid > article > div {
  margin-top: 23px;
  padding: 17px 19px;
  border-left: 4px solid var(--ip-blue);
  background: var(--ip-soft);
}

.ip__odm-route-grid > article > div :is(strong, span) {
  display: block;
}

.ip__odm-route-grid > article > div strong {
  margin-bottom: 5px;
  color: var(--ip-blue);
  font-size: 13px;
  letter-spacing: .08em;
}

.ip__odm-route-grid > article > div span {
  color: var(--ip-muted);
  font-size: 15px;
}

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

.ip__partner-grid > article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__partner-grid h3 {
  min-height: 81px;
  margin-bottom: 10px !important;
}

.ip__partner-grid > article > p:not(.ip__card-meta) {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__partner-grid ul {
  padding: 18px 0 0;
  list-style: none;
}

.ip__partner-grid li {
  position: relative;
  padding: 7px 0 7px 24px;
  font-size: 15px;
}

.ip__partner-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ip-blue);
  font-weight: 800;
}

.ip__partner-grid > article > div {
  margin-top: auto;
  padding-top: 20px;
}

.ip__partner-grid > article > div :is(strong, span) {
  display: block;
}

.ip__partner-grid > article > div strong {
  margin-bottom: 5px;
  color: var(--ip-blue);
  font-size: 13px;
  letter-spacing: .08em;
}

.ip__partner-grid > article > div span {
  color: var(--ip-ink);
  font-weight: 600;
}

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

.ip__scope-grid article {
  position: relative;
  min-width: 0;
  padding: 23px 22px 22px;
  border: 1px solid var(--ip-line);
  border-top: 4px solid var(--ip-blue);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__scope-grid article > span {
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
}

.ip__scope-grid h3 {
  margin: 13px 0 8px !important;
}

.ip__scope-grid p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__manufacturing-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.ip__manufacturing-gallery figure {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--ip-radius-card);
  background: var(--ip-navy);
}

.ip__manufacturing-gallery-main {
  grid-row: 1 / 3;
}

.ip__manufacturing-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ip__manufacturing-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 19px 16px;
  color: rgb(255 255 255 / 88%);
  background: linear-gradient(transparent, rgb(7 26 54 / 88%));
  font-size: 15px;
}

.ip__manufacturing-gallery figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #d8f3ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ip__capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.ip__capability-grid li {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: var(--ip-radius-small);
  background: rgb(255 255 255 / 9%);
}

.ip__capability-grid li > span {
  color: #d8f3ff;
  font-size: 14px;
  font-weight: 800;
}

body.site-body .ip__capability-grid h3 {
  margin-bottom: 7px;
  color: var(--ip-white);
}

.ip__capability-grid p {
  margin: 0;
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
}

.ip__capability-grid small,
.ip__capability-grid strong {
  display: block;
}

.ip__capability-grid small {
  margin-top: 14px;
  color: #d8f3ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ip__capability-grid strong {
  margin-top: 4px;
  color: var(--ip-white);
  font-size: 15px;
}

.ip__safeguard-list {
  padding: 0;
  border-top: 1px solid var(--ip-line);
  list-style: none;
}

.ip__safeguard-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(320px, .78fr);
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--ip-line);
}

.ip__safeguard-list li > span {
  color: var(--ip-blue);
  font-size: 14px;
  font-weight: 800;
}

.ip__safeguard-list small {
  display: block;
  margin-bottom: 4px;
  color: var(--ip-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ip__safeguard-list h3 {
  margin-bottom: 4px !important;
}

.ip__safeguard-list p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__safeguard-list li > div:last-child {
  padding: 15px 17px;
  border-radius: var(--ip-radius-small);
  background: var(--ip-soft);
}

.ip__safeguard-list li > div:last-child strong {
  color: var(--ip-ink);
  font-size: 15px;
}

.ip__scope-note {
  margin: 22px 0 0;
  padding: 15px 18px;
  border-left: 4px solid var(--ip-blue);
  color: var(--ip-muted);
  background: var(--ip-soft);
}

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

.ip__product-platform-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-card);
  background: var(--ip-white);
  box-shadow: var(--ip-shadow);
}

.ip__product-platform-grid article > a:first-child {
  display: block;
  overflow: hidden;
  background: var(--ip-soft);
}

.ip__product-platform-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.ip__product-platform-grid article > div {
  padding: 22px;
}

.ip__product-platform-grid article > div > p {
  margin: 0 0 8px;
  color: var(--ip-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ip__product-platform-grid h3 {
  margin-bottom: 7px !important;
}

.ip__product-platform-grid article > div > :is(strong, span) {
  display: block;
}

.ip__product-platform-grid article > div > strong {
  margin-bottom: 9px;
  color: var(--ip-ink);
  font-size: 15px;
}

.ip__product-platform-grid article > div > span {
  color: var(--ip-muted);
  font-size: 15px;
}

.ip__product-platform-grid .ip__text-link {
  margin-top: 18px;
}

.ip__inputs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 54px;
  align-items: start;
}

.ip__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.ip__checklist li {
  position: relative;
  padding: 15px 17px 15px 44px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-small);
  background: var(--ip-white);
}

.ip__checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: var(--ip-blue);
  font-weight: 800;
}

.ip__document-scope {
  padding: 28px;
  border-radius: var(--ip-radius-card);
  color: rgb(255 255 255 / 84%);
  background: var(--ip-blue);
}

body.site-body .ip__document-scope h3 {
  margin-bottom: 10px;
  color: var(--ip-white);
}

.ip__document-scope .ip__eyebrow {
  color: #d8f3ff;
}

.ip__document-scope > p:not(.ip__eyebrow) {
  color: rgb(255 255 255 / 82%);
}

.ip__document-scope ul {
  padding: 18px 0 0;
  border-top: 1px solid rgb(255 255 255 / 24%);
  list-style: none;
}

.ip__document-scope li + li {
  margin-top: 8px;
}

.ip__document-scope a {
  color: var(--ip-white);
  font-weight: 700;
}

.ip__odm-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
}

body.site-body .ip__odm-inquiry h2 {
  color: var(--ip-white);
}

.ip__odm-inquiry-grid > div:first-child > p:not(.ip__eyebrow) {
  color: rgb(255 255 255 / 82%);
}

.ip__odm-inquiry-grid > div:first-child > ul {
  padding: 18px 0 0;
  list-style: none;
}

.ip__odm-inquiry-grid > div:first-child > ul li {
  position: relative;
  padding: 7px 0 7px 24px;
}

.ip__odm-inquiry-grid > div:first-child > ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d8f3ff;
  font-weight: 800;
}

.ip__form-card {
  padding: 30px;
  border-radius: var(--ip-radius-card);
  color: var(--ip-body);
  background: var(--ip-white);
  box-shadow: 0 16px 40px rgb(7 26 54 / 18%);
}

.ip__form-card .inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ip__form-card .inquiry-form__field--wide {
  grid-column: 1 / -1;
}

.ip__form-card .inquiry-form__field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ip-ink);
  font-size: 15px;
  font-weight: 700;
}

.ip__form-card :is(input:not([type="hidden"]), select, textarea) {
  width: 100%;
  min-height: 48px;
  display: block;
  padding: 10px 13px;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-control);
  outline: 0;
  color: var(--ip-ink);
  background: var(--ip-white);
  font: inherit;
}

.ip__form-card textarea {
  min-height: 140px;
  resize: vertical;
}

.ip__form-card :is(input, select, textarea):focus {
  border-color: var(--ip-blue);
  box-shadow: 0 0 0 3px rgb(48 98 169 / 16%);
}

.ip__form-card .inquiry-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.ip__form-card .inquiry-form__submit {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  border: 2px solid var(--ip-orange);
  border-radius: var(--ip-radius-control);
  color: var(--ip-white);
  background: var(--ip-orange);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.ip__form-card .inquiry-form__privacy {
  margin: 12px 0 0;
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Responsive */

@media (max-width: 1180px) {
  .ip__number-card-grid--five,
  .ip__process-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .ip__partner-grid,
  .ip__product-platform-grid,
  .ip__video-grid,
  .ip__tech-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ip__partner-grid > article:last-child,
  .ip__product-platform-grid article:last-child,
  .ip__video-card:last-child,
  .ip__tech-check:last-child {
    grid-column: 1 / -1;
  }

  .ip__partner-grid > article:last-child h3 {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .ip__section-head--split,
  .ip__section-heading--split,
  .ip__hero-grid,
  .ip__mechanism-grid,
  .ip__inputs-layout,
  .ip__odm-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ip__hero-copy {
    max-width: 820px;
  }

  .ip__hero-media {
    max-width: 820px;
  }

  .ip__card-grid--three,
  .ip__directory-grid,
  .ip__route-card-grid,
  .ip__evidence-stage-grid,
  .ip__scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ip__service-grid,
  .ip__faq-compact-grid,
  .ip__intro-grid,
  .ip__water-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ip__faq-compact-grid .ip__section-head {
    position: static;
  }

  .ip__safeguard-list li {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .ip__safeguard-list li > div:last-child {
    grid-column: 2;
  }

  .ip__process-grid--seven {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ip {
    font-size: 16px;
  }

  .ip__shell {
    width: min(100% - 28px, 1400px);
  }

  .ip__section {
    padding-block: 52px;
  }

  body.site-body .ip h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  body.site-body .ip h2 {
    font-size: 28px;
  }

  body.site-body .ip h3 {
    font-size: 20px;
  }

  .ip__hero {
    padding-block: 52px;
  }

  .ip__hero--technology {
    padding: 0;
  }

  .ip__hero--odm {
    padding-bottom: 0;
  }

  .ip__hero--technology .ip__hero-stage {
    min-height: 0;
    align-items: flex-start;
    padding: 52px 0 300px;
  }

  .ip__technology-hero-media {
    inset: auto 0 0;
    height: 320px;
    object-position: 75% 100%;
  }

  .ip__hero--technology .ip__hero-copy {
    width: 100%;
  }

  .ip__hero--technology .ip__hero-points {
    margin-top: 0;
  }

  .ip__hero-lead,
  .ip__hero-copy {
    font-size: 16px;
  }

  .ip__hero-grid {
    gap: 26px;
  }

  .ip__hero-media {
    border-radius: var(--ip-radius-small);
  }

  .ip__actions,
  .ip__hero-actions {
    align-items: stretch;
  }

  .ip__button {
    width: 100%;
    font-size: 16px;
  }

  .ip__hero-points {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .ip__hero-points li + li {
    border-top: 1px solid var(--ip-line);
    border-left: 0;
  }

  .ip__section-head,
  .ip__section-heading {
    margin-bottom: 28px;
  }

  .ip__section-head--split,
  .ip__section-heading--split {
    gap: 18px;
  }

  .ip__card-grid--three,
  .ip__card-grid--four,
  .ip__document-list,
  .ip__check-grid,
  .ip__directory-grid,
  .ip__video-grid,
  .ip__number-card-grid--five,
  .ip__tech-check-grid,
  .ip__evidence-stage-grid,
  .ip__process-grid--five,
  .ip__process-grid--seven,
  .ip__route-card-grid,
  .ip__odm-route-grid,
  .ip__partner-grid,
  .ip__scope-grid,
  .ip__capability-grid,
  .ip__product-platform-grid,
  .ip__checklist {
    grid-template-columns: 1fr;
  }

  .ip__partner-grid > article:last-child,
  .ip__product-platform-grid article:last-child,
  .ip__video-card:last-child,
  .ip__tech-check:last-child {
    grid-column: auto;
  }

  .ip__partner-grid h3,
  .ip__number-card h3,
  .ip__process-grid h3 {
    min-height: 0;
  }

  .ip__category-link {
    min-height: 46px;
  }

  .ip__faq-group-heading {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .ip__faq-group-count {
    grid-column: 2;
    margin-top: 0;
  }

  .ip__faq-question,
  .ip__details-list summary {
    grid-template-columns: 32px minmax(0, 1fr) 26px;
    padding-inline: 8px;
  }

  .ip__details-list summary {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .ip__faq-answer,
  .ip__details-list details > p {
    padding: 0 8px 18px 40px;
  }

  .ip__support-diagram {
    display: block;
  }

  .ip__support-diagram img {
    height: auto;
  }

  .ip__support-diagram figcaption {
    padding: 18px 20px 20px;
    border-top: 1px solid var(--ip-line);
    border-left: 0;
  }

  .ip__anchor-nav {
    top: 68px;
  }

  .ip__category-nav {
    top: 68px;
    margin-inline: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ip__anchor-link {
    padding: 14px 15px;
  }

  .ip__document-link {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }

  .ip__safety-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ip__manufacturing-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ip__manufacturing-gallery-main {
    grid-row: auto;
  }

  .ip__manufacturing-gallery figure {
    aspect-ratio: 4 / 3;
  }

  .ip__safeguard-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .ip__safeguard-list li > div:last-child {
    grid-column: 1 / -1;
  }

  .ip__final-cta-inner,
  .ip__cta {
    display: block;
  }

  .ip__final-cta .ip__button,
  .ip__cta .ip__button {
    margin-top: 24px;
  }

  .ip__formula-card {
    padding: 24px 20px;
  }

  .ip__formula-card > div {
    grid-template-columns: 1fr;
  }

  .ip__formula-card > div span {
    transform: rotate(90deg);
  }

  .ip__form-card {
    padding: 22px 18px;
  }

  .ip__form-card .inquiry-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip *,
  .ip *::before,
  .ip *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
