:root {
  --web4-blue: #1263f5;
  --web4-blue-strong: #0a54dd;
  --web4-navy: #041c43;
  --web4-ink: #071a39;
  --web4-copy: #50627f;
  --web4-muted: #70819d;
  --web4-line: #dbe6f5;
  --web4-soft: #f4f8fe;
  --web4-white: #fff;
  --web4-success: #15965a;
  --web4-radius: 8px;
  --web4-shadow: 0 18px 45px rgba(4, 28, 67, .08);
  --web4-section-space: 96px;
}

.web4-secondary-redesign {
  color: var(--web4-ink);
  background: var(--web4-white);
  overflow-wrap: anywhere;
}

.web4-secondary-redesign main,
.web4-secondary-redesign .section {
  position: relative;
}

.web4-secondary-redesign .container {
  max-width: 1200px;
}

.web4-secondary-redesign .section {
  padding-top: var(--web4-section-space);
  padding-bottom: var(--web4-section-space);
}

.web4-secondary-redesign h1,
.web4-secondary-redesign h2,
.web4-secondary-redesign h3,
.web4-secondary-redesign h4 {
  color: var(--web4-ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.web4-secondary-redesign p,
.web4-secondary-redesign li,
.web4-secondary-redesign td {
  color: var(--web4-copy);
  line-height: 1.78;
}

.web4-secondary-redesign a,
.web4-secondary-redesign button,
.web4-secondary-redesign input,
.web4-secondary-redesign select,
.web4-secondary-redesign textarea {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease,
    box-shadow .2s ease, transform .2s ease;
}

.web4-secondary-redesign :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(18, 99, 245, .28);
  outline-offset: 3px;
}

.web4-secondary-redesign .btn {
  min-height: 46px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.web4-secondary-redesign .breadcrumbs {
  padding: 118px 0 30px;
  background: #f7faff !important;
  background-image: none !important;
  background-color: #f7faff !important;
  border-bottom: 1px solid var(--web4-line);
}

.web4-secondary-redesign .breadcrumbs::before {
  display: none;
}

.web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title {
  max-width: 880px;
  margin: 0 auto 10px;
  color: var(--web4-ink) !important;
  font-size: 34px;
  line-height: 1.18;
}

.web4-secondary-redesign .breadcrumbs .breadcrumb-nav {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

.web4-secondary-redesign .breadcrumbs .breadcrumb-nav li,
.web4-secondary-redesign .breadcrumbs .breadcrumb-nav li a {
  color: var(--web4-copy) !important;
}

.web4-secondary-redesign .breadcrumbs .breadcrumb-nav li::after {
  color: #91a0b8 !important;
}

.web4-secondary-redesign .section-title {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.web4-secondary-redesign .section-title h2 {
  font-size: 38px;
  line-height: 1.25;
}

.web4-secondary-redesign .section-title h3,
.web4-secondary-redesign :is(.feature-kicker, .solution-kicker, .compare-kicker, .solution-chip) {
  color: var(--web4-blue);
  background: #edf4ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.web4-secondary-redesign :is(.single-service, .feature-card, .solution-list-card,
  .solution-pain-card, .solution-cap-card, .solution-flow-card, .compare-story-card,
  .contact-channel-card, .contact-info-box, .pricing-plan) {
  border: 1px solid var(--web4-line);
  border-radius: var(--web4-radius);
  background: var(--web4-white);
  box-shadow: 0 12px 32px rgba(4, 28, 67, .055);
}

.web4-secondary-redesign :is(.single-service, .solution-list-card, .solution-pain-card,
  .solution-cap-card, .contact-channel-card):hover {
  border-color: #a9c6fb;
  box-shadow: var(--web4-shadow);
  transform: translateY(-3px);
}

/* Shared semantic motion. Content stays visible until JS adds motion-ready. */
.web4-secondary-redesign.motion-ready [data-motion] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--motion-duration, 440ms);
  transition-delay: var(--motion-delay, 0ms);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  will-change: transform, opacity;
}

.web4-secondary-redesign.motion-ready [data-motion="rise"] { transform: translate3d(0, 24px, 0); }
.web4-secondary-redesign.motion-ready [data-motion="left"] { transform: translate3d(-28px, 0, 0); }
.web4-secondary-redesign.motion-ready [data-motion="right"] { transform: translate3d(28px, 0, 0); }
.web4-secondary-redesign.motion-ready [data-motion="scale"] { transform: scale(.975); }
.web4-secondary-redesign.motion-ready [data-motion].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

/* Feature templates */
.web4-template-feature .feature-detail-section:first-of-type {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #fff;
}

.web4-template-feature .feature-title {
  max-width: 860px;
  margin: 16px auto;
  font-size: 48px;
  line-height: 1.18;
}

.web4-template-feature .feature-lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
}

.web4-template-feature .feature-hero-card {
  padding: 54px;
  border: 1px solid #cfe0fb;
  border-radius: var(--web4-radius);
  background: #f8fbff;
  box-shadow: 0 24px 58px rgba(4, 28, 67, .1);
}

.web4-template-feature .feature-hero-card h2 { font-size: 32px; line-height: 1.28; }
.web4-template-feature .feature-visual { min-height: 330px; padding: 24px; border: 1px solid #d5e3f8; background: #fff; border-radius: 8px; box-shadow: 0 16px 36px rgba(4,28,67,.07); }
.web4-template-feature .feature-visual img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; }
.web4-template-feature .feature-list li { padding-left: 2px; margin-bottom: 10px; }
.web4-template-feature .feature-grid { gap: 20px 0; }

.web4-template-feature .feature-detail-section.white + .feature-detail-section.soft,
.web4-template-feature .feature-detail-section.soft {
  background: #f5f8fd;
}

.web4-template-feature .feature-metric-grid,
.web4-template-feature .feature-use-grid,
.web4-template-feature .feature-step-grid {
  gap: 18px;
}

.web4-template-feature :is(.feature-mini-card, .feature-use-card, .feature-step) {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--web4-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(4,28,67,.055);
}

.web4-template-feature .feature-split-alt {
  gap: 28px;
}

.web4-template-feature :is(.feature-panel, .feature-comparison) {
  border: 1px solid var(--web4-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(4,28,67,.055);
}

/* Pricing */
.web4-template-pricing .pricing { background: #f7faff; }
.web4-template-pricing .pricing-billing-toggle-wrap { position: sticky; top: 82px; z-index: 12; width: max-content; max-width: 100%; margin: 0 auto 32px; padding: 6px; border: 1px solid var(--web4-line); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(4,28,67,.08); backdrop-filter: blur(12px); }
.web4-template-pricing .pricing-billing-toggle button { min-height: 42px; border-radius: 6px; }
.web4-template-pricing .pricing-board-scroll { overflow-x: auto; padding: 8px 4px 20px; scrollbar-width: thin; }
.web4-template-pricing .pricing-board { min-width: 1080px; gap: 12px; }
.web4-template-pricing .pricing-plan { overflow: hidden; }
.web4-template-pricing .pricing-plan.is-highlight { border: 2px solid var(--web4-blue); box-shadow: 0 18px 38px rgba(18,99,245,.14); }
.web4-template-pricing .pricing-plan-price.is-updating { animation: web4-price-pulse .32s ease; }
.web4-template-pricing .pricing-feature-table-wrap { border-radius: 8px; overflow-x: auto; border: 1px solid var(--web4-line); background: #fff; }
.web4-template-pricing .pricing-feature-table th:first-child,
.web4-template-pricing .pricing-feature-table td:first-child { position: sticky; left: 0; z-index: 2; background: #fff; min-width: 190px; }
@keyframes web4-price-pulse { 50% { color: var(--web4-blue); transform: translateY(-2px); } }

/* Contact */
.web4-template-contact .contact-polished { background: #f7faff; }
.web4-template-contact .contact-channel-card { height: 100%; padding: 30px; }
.web4-template-contact .contact-channel-card .f-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 8px; color: var(--web4-blue); background: #eaf2ff; }
.web4-template-contact .contact-info-panel { padding: 18px; border: 1px solid var(--web4-line); border-radius: 8px; background: #fff; box-shadow: var(--web4-shadow); }
.web4-template-contact .contact-info-box { height: 100%; padding: 32px; }
.web4-template-contact .contact-link-list a { min-height: 52px; border-radius: 6px; }
.web4-template-contact .contact-meta span { border-radius: 999px; }

/* Solutions index */
.web4-template-solutions-index .services { background: #f7faff; }
.web4-solution-filters { display: flex; justify-content: center; gap: 8px; margin: 0 auto 34px; padding: 4px; overflow-x: auto; scrollbar-width: none; }
.web4-solution-filters::-webkit-scrollbar { display: none; }
.web4-solution-filter { flex: 0 0 auto; min-height: 44px; padding: 8px 16px; border: 1px solid var(--web4-line); border-radius: 6px; color: var(--web4-ink); background: #fff; font-weight: 700; }
.web4-solution-filter[aria-pressed="true"] { color: #fff; border-color: var(--web4-blue); background: var(--web4-blue); }
.web4-template-solutions-index .solution-list-card { height: 100%; display: flex; flex-direction: column; padding: 20px; }
.web4-template-solutions-index .solution-card-image { aspect-ratio: 16 / 9; border-radius: 7px; overflow: hidden; background: #edf3ff; }
.web4-template-solutions-index .solution-card-image img { width: 100%; height: 100%; object-fit: contain; }
.web4-template-solutions-index .solution-platform-logos { margin-top: auto; }
.web4-solution-card-hidden { display: none !important; }

/* Solution details */
.web4-template-solution-detail .solution-hero-detail { background: #f7faff; }
.web4-template-solution-detail .solution-hero-panel h1,
.web4-template-solution-detail .solution-hero-panel h2 { font-size: 44px; line-height: 1.18; }
.web4-template-solution-detail .solution-visual-card { border: 1px solid var(--web4-line); border-radius: 8px; background: #fff; box-shadow: var(--web4-shadow); }
.web4-template-solution-detail .solution-feature-row { align-items: center; margin-bottom: 32px; padding: 42px; border: 1px solid var(--web4-line); border-radius: 8px; background: #fff; }
.web4-template-solution-detail .solution-feature-image { min-height: 280px; border-radius: 8px; background: #edf4ff; }
.web4-template-solution-detail .solution-flow-card { position: relative; height: 100%; padding: 28px 22px; }
.web4-template-solution-detail .solution-flow-card .f-icon { color: #fff; background: var(--web4-blue); }
.web4-template-solution-detail .solution-process .row:last-child { position: relative; }

/* About */
.web4-template-about .about-hero-card { border-radius: 8px; border: 1px solid var(--web4-line); box-shadow: var(--web4-shadow); }
.web4-template-about .single-service { height: 100%; }
.web4-template-about .solution-card-image { background: #edf4ff; border-radius: 8px; }

/* Compare */
.web4-template-compare .compare-section { padding: 88px 0; }
.web4-template-compare .compare-section.soft { background: #f6f9ff; }
.web4-template-compare .compare-hero-card,
.web4-template-compare .compare-duel-window,
.web4-template-compare .compare-table-wrap,
.web4-template-compare .compare-story-card { border-radius: 8px; }
.web4-template-compare .compare-hero-copy h2 { font-size: 44px; line-height: 1.18; }
.web4-template-compare .compare-table-wrap { overflow-x: auto; border: 1px solid var(--web4-line); background: #fff; }
.web4-template-compare .compare-table tr { transition: background-color .2s ease; }
.web4-template-compare .compare-table tbody tr:hover,
.web4-template-compare .compare-table tbody tr:focus-within { background: #edf4ff; }
.web4-template-compare .compare-table .web4 { background: #f0f6ff; }
.web4-template-compare .compare-decision-item { border-radius: 8px; }

/* Footer density and safe floating controls */
.web4-secondary-redesign .footer { margin-top: 0; }
.web4-secondary-redesign .footer .footer-top { padding-top: 70px; padding-bottom: 48px; }
.web4-secondary-redesign .web4-floating-actions { z-index: 999; }

@media (min-width: 1400px) {
  .web4-secondary-redesign .container { max-width: 1240px; }
}

@media (max-width: 1199px) {
  :root { --web4-section-space: 82px; }
  .web4-template-feature .feature-title,
  .web4-template-solution-detail .solution-hero-panel h1,
  .web4-template-solution-detail .solution-hero-panel h2,
  .web4-template-compare .compare-hero-copy h2 { font-size: 38px; }
}

@media (max-width: 991px) {
  :root { --web4-section-space: 72px; }
  .web4-secondary-redesign .breadcrumbs { padding-top: 116px; }
  .web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title { font-size: 36px; }
  .web4-secondary-redesign .section-title h2 { font-size: 34px; }
  .web4-template-feature .feature-hero-card { padding: 32px; }
  .web4-template-feature .feature-visual { min-height: 280px; margin-top: 12px; }
  .web4-template-solution-detail .solution-feature-row { padding: 32px; }
  .web4-template-solutions-index .solution-list-card { min-height: 100%; }
}

@media (max-width: 767px) {
  :root { --web4-section-space: 58px; }
  .web4-secondary-redesign { font-size: 16px; }
  .web4-secondary-redesign .container { padding-right: 20px; padding-left: 20px; }
  .web4-secondary-redesign .breadcrumbs { padding: 104px 0 38px; }
  .web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title { font-size: 31px; }
  .web4-secondary-redesign .section-title h2 { font-size: 29px; }
  .web4-template-feature .feature-title,
  .web4-template-solution-detail .solution-hero-panel h1,
  .web4-template-solution-detail .solution-hero-panel h2,
  .web4-template-compare .compare-hero-copy h2 { font-size: 32px; }
  .web4-template-feature .feature-lead { font-size: 16px; }
  .web4-template-feature .feature-hero-card { padding: 24px 20px; }
  .web4-template-feature .feature-visual { min-height: 220px; padding: 14px; }
  .web4-template-pricing .pricing-billing-toggle-wrap { top: 70px; width: 100%; overflow-x: auto; }
  .web4-template-pricing .pricing-board-scroll { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; scroll-snap-type: x mandatory; }
  .web4-template-pricing .pricing-board { min-width: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(275px, 86vw); width: max-content; }
  .web4-template-pricing .pricing-plan { scroll-snap-align: start; }
  .web4-solution-filters { justify-content: flex-start; width: 100%; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }
  .web4-template-solution-detail .solution-feature-row { padding: 24px 20px; }
  .web4-template-solution-detail .solution-feature-image { min-height: 220px; margin-top: 18px; }
  .web4-template-solution-detail .solution-process .row:last-child { padding-left: 18px; }
  .web4-template-solution-detail .solution-flow-card { margin-bottom: 16px; }
  .web4-template-solution-detail .solution-flow-card::before { content: ""; position: absolute; top: -17px; bottom: calc(100% - 1px); left: 25px; width: 2px; background: #b9d1fa; }
  .web4-template-contact .contact-channel-card,
  .web4-template-contact .contact-info-box { padding: 24px 20px; }
  .web4-template-compare .compare-section { padding: 60px 0; }
  .web4-template-compare .compare-table thead { display: none; }
  .web4-template-compare .compare-table,
  .web4-template-compare .compare-table tbody,
  .web4-template-compare .compare-table tr,
  .web4-template-compare .compare-table td { display: block; width: 100%; }
  .web4-template-compare .compare-table tr { padding: 18px; border-bottom: 1px solid var(--web4-line); }
  .web4-template-compare .compare-table td { padding: 8px 0; border: 0; background: transparent !important; }
  .web4-template-compare .compare-table td::before { content: attr(data-compare-label); display: block; margin-bottom: 3px; color: var(--web4-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
  .web4-template-compare .compare-table td:first-child { position: static; color: var(--web4-blue); font-weight: 800; }
  .web4-secondary-redesign .footer .footer-widget { margin-bottom: 26px; }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible { margin-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible > :is(h2,h3,h4) { position: relative; min-height: 48px; margin: 0; padding: 13px 34px 13px 0; cursor: pointer; }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible > :is(h2,h3,h4)::after { content: "+"; position: absolute; top: 50%; right: 4px; transform: translateY(-50%); color: #8db4ff; font-size: 22px; font-weight: 400; }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible.is-open > :is(h2,h3,h4)::after { content: "−"; }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible > :is(ul,.f-about,.f-link,.footer-links) { display: none; padding-bottom: 16px; }
  .web4-secondary-redesign.footer-accordion-ready .web4-footer-collapsible.is-open > :is(ul,.f-about,.f-link,.footer-links) { display: block; }
}

@media (max-width: 575px) {
  .web4-template-feature .feature-detail-section .row.g-5 { --bs-gutter-x: 1.5rem; }
  .web4-secondary-redesign .container { padding-right: 16px; padding-left: 16px; }
  .web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title { font-size: 28px; }
  .web4-secondary-redesign .section-title h2 { font-size: 27px; }
  .web4-template-feature .feature-title,
  .web4-template-solution-detail .solution-hero-panel h1,
  .web4-template-solution-detail .solution-hero-panel h2,
  .web4-template-compare .compare-hero-copy h2 { font-size: 29px; }
  .web4-secondary-redesign .btn { width: 100%; }
  .web4-template-pricing .pricing-board { grid-auto-columns: minmax(270px, calc(100vw - 44px)); }
  .web4-template-solutions-index .solution-list-card { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .web4-secondary-redesign *,
  .web4-secondary-redesign *::before,
  .web4-secondary-redesign *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .web4-secondary-redesign.motion-ready [data-motion] { opacity: 1 !important; transform: none !important; }
}

/* UI3 visual-alignment overrides for the approved seven secondary templates. */
.web4-secondary-redesign .header .dd-menu {
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.web4-secondary-redesign .breadcrumbs {
  padding: 92px 0 18px;
}

.web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title {
  font-size: 26px;
}

.web4-template-feature .feature-detail-section:first-of-type {
  padding-top: 48px;
  padding-bottom: 66px;
}

.web4-template-feature .feature-detail-section:first-of-type > .container {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.web4-template-feature .feature-detail-section:first-of-type .text-center {
  grid-column: 1;
  text-align: left !important;
}

.web4-template-feature .feature-title {
  margin-right: 0;
  margin-left: 0;
  font-size: 42px;
}

.web4-template-feature .feature-lead {
  margin-right: 0;
  margin-left: 0;
}

.web4-template-feature .feature-hero-card {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0 !important;
  padding: 24px;
}

.web4-template-feature .feature-hero-card .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 18px;
}

.web4-template-feature .feature-hero-card .col-lg-6 { width: 100%; }
.web4-template-feature .feature-hero-card .col-lg-6:first-child { order: 2; }
.web4-template-feature .feature-hero-card h2 { margin-top: 20px; font-size: 25px; }
.web4-template-feature .feature-visual { min-height: 250px; padding: 18px; }

/* The approved About layout intentionally omits unverified numeric counters. */
.web4-template-about .about-hero-card + .row { display: none; }
.web4-secondary-redesign .footer .footer-top { padding-top: 54px; padding-bottom: 36px; }

@media (max-width: 991px) {
  .web4-template-feature .feature-detail-section:first-of-type > .container { grid-template-columns: 1fr; }
  .web4-template-feature .feature-detail-section:first-of-type .text-center,
  .web4-template-feature .feature-hero-card { grid-column: 1; grid-row: auto; }
}

@media (max-width: 767px) {
  .web4-secondary-redesign .breadcrumbs { padding: 86px 0 20px; }
}

/* Approved secondary-page compositions. */
.web4-secondary-redesign .section { padding-top: 68px; padding-bottom: 68px; }
.web4-secondary-redesign .breadcrumbs { padding: 104px 0 18px; background: #fff !important; }
.web4-secondary-redesign .breadcrumbs .breadcrumbs-content .page-title { display: none; }
.web4-secondary-redesign .breadcrumbs .breadcrumb-nav { font-size: 13px; }

.web4-template-feature .feature-detail-section:first-of-type > .container {
  min-height: 520px;
}
.web4-template-feature .feature-metric-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.web4-template-feature :is(.feature-mini-card, .feature-use-card, .feature-step) {
  min-height: 170px;
  padding: 24px;
}
.web4-template-feature .feature-split-alt { align-items: stretch; }
.web4-template-feature :is(.feature-panel, .feature-comparison) { min-height: 100%; }

.web4-template-feature .web4-feature-workflow { background: #fff; }
.web4-template-feature .web4-feature-workflow .section-title { margin-bottom: 34px; }
.web4-template-feature .web4-feature-workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.web4-template-feature .web4-feature-workflow-grid::before {
  content: "";
  position: absolute;
  top: 31px;
  right: 8%;
  left: 8%;
  border-top: 2px solid #b9d1fa;
}
.web4-template-feature .web4-feature-workflow .feature-step {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: none;
}
.web4-template-feature .web4-feature-workflow .feature-step strong {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: -12px auto 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--web4-blue);
}
.web4-template-feature .web4-feature-workflow .feature-step h3 { font-size: 17px; }

.web4-template-solutions-index .solution-card-image { display: none; }
.web4-template-solutions-index .solution-list-card {
  min-height: 260px;
  padding: 28px;
}
.web4-template-solutions-index .solution-list-card h3 { font-size: 23px; }
.web4-template-solutions-index .solution-platform-logos { padding-top: 28px; }

.web4-template-solution-detail .solution-feature-band,
.web4-template-solution-detail .solution-related { display: none; }
.web4-template-solution-detail .solution-hero-detail { padding-top: 52px; padding-bottom: 52px; }
.web4-template-solution-detail .solution-visual-card { max-height: 360px; overflow: hidden; }
.web4-template-solution-detail .solution-process .section-title,
.web4-template-solution-detail .solution-capability .section-title { margin-bottom: 34px; }

.web4-template-about main > .services.gray-bg { display: none; }
.web4-template-about .about-hero-card { padding: 42px !important; }

.web4-template-compare main > .compare-section:first-of-type { display: none; }
.web4-template-compare main > .compare-section:nth-of-type(2) { padding-top: 54px; }
.web4-template-compare .compare-table-wrap { box-shadow: var(--web4-shadow); }

.web4-template-contact .contact-polished > .container > .row:nth-of-type(2) { display: none; }
.web4-template-contact .contact-polished > .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 24px;
}
.web4-template-contact .contact-polished > .container > .row:first-child { grid-column: 1 / -1; }
.web4-template-contact .web4-contact-form,
.web4-template-contact .contact-info-panel { margin-top: 0; }
.web4-template-contact .contact-info-panel > .row > .col-lg-6:first-child { display: none; }
.web4-template-contact .contact-info-panel > .row > .col-lg-6:last-child { width: 100%; }
.web4-template-contact .web4-contact-form {
  padding: 30px;
  border: 1px solid var(--web4-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--web4-shadow);
}
.web4-template-contact .web4-contact-form h2 { margin-bottom: 24px; font-size: 26px; }
.web4-template-contact .web4-contact-fields { display: grid; gap: 16px; }
.web4-template-contact .web4-contact-field { display: grid; gap: 7px; }
.web4-template-contact .web4-contact-field label { color: var(--web4-ink); font-size: 14px; font-weight: 700; }
.web4-template-contact .web4-contact-field :is(input, select, textarea) {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--web4-line);
  border-radius: 6px;
  color: var(--web4-ink);
  background: #fff;
}
.web4-template-contact .web4-contact-field textarea { min-height: 150px; resize: vertical; }
.web4-template-contact .web4-contact-submit { width: 100%; margin-top: 18px; }

.web4-secondary-redesign .call-action {
  padding: 42px 0;
  background: #f3f7ff;
}

.web4-secondary-redesign .footer .footer-top { padding-top: 46px; padding-bottom: 30px; }
.web4-secondary-redesign .footer .single-footer h3 { margin-bottom: 16px; font-size: 17px; }
.web4-secondary-redesign .footer .single-footer li { margin-bottom: 7px; font-size: 13px; }

@media (max-width: 991px) {
  .web4-template-feature .feature-detail-section:first-of-type > .container { min-height: 0; }
  .web4-template-contact .contact-polished > .container { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .web4-secondary-redesign .section { padding-top: 52px; padding-bottom: 52px; }
  .web4-secondary-redesign .breadcrumbs { padding: 82px 0 18px; }
  .web4-template-feature .feature-metric-grid { grid-template-columns: 1fr; }
  .web4-template-feature .web4-feature-workflow-grid { grid-template-columns: 1fr; }
  .web4-template-feature .web4-feature-workflow-grid::before { top: 24px; bottom: 24px; left: 38px; right: auto; border-top: 0; border-left: 2px solid #b9d1fa; }
  .web4-template-feature .web4-feature-workflow .feature-step { display: grid; grid-template-columns: 50px 1fr; align-items: center; min-height: 86px; text-align: left; }
  .web4-template-feature .web4-feature-workflow .feature-step strong { grid-row: 1 / span 2; margin: 0; }
  .web4-template-solutions-index .solution-list-card { min-height: 230px; }
}
