:root {
  --wr-primary: #0d6efd;
  --wr-dark: #0f172a;
  --wr-muted: #6b7280;
  --wr-bg: #f5f6f8;
  --wr-card: #ffffff;
  --wr-border: #e4e7ee;
}

body {
  background: var(--wr-bg);
  color: #20232a;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.section-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wr-announcement {
  background: #111827;
  color: #dbeafe;
  font-size: 0.85rem;
  letter-spacing: 0.2px;
}

.wr-navbar {
  border-bottom: 1px solid rgba(13, 110, 253, 0.12) !important;
  backdrop-filter: saturate(140%) blur(6px);
}

.wr-brand {
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #0f172a;
}

.wr-brand-name {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0b2f77;
}

.wr-brand-mark {
  font-weight: 800;
  color: #0b2f77;
  background: linear-gradient(180deg, rgba(13, 110, 253, 0) 52%, rgba(13, 110, 253, 0.18) 52%);
  padding: 0 0.15em;
  border-radius: 0.2rem;
}

.wr-nav-link {
  font-weight: 500;
}

.wr-nav-link:hover {
  color: var(--wr-primary) !important;
}

.wr-btn-primary {
  border-radius: 0.7rem;
  box-shadow: 0 10px 24px -12px rgba(13, 110, 253, 0.8);
}

.wr-btn-outline {
  border-radius: 0.7rem;
}

.wr-home-hero-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.wr-subtle-badge {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 0.35rem 0.55rem;
}

.wr-whychooseus {
  background: #eef2fb;
}

.wr-choose-subtitle {
  color: #1d4ed8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  margin-bottom: 0.55rem;
}

.wr-choose-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 400;
  color: #202733;
  line-height: 1.1;
}

.wr-choose-item {
  background: #ffffff;
  border-radius: 0.7rem;
  border: 1px solid #cdd8ef;
  padding: 1rem;
  position: relative;
  min-height: 185px;
  overflow: hidden;
}

.wr-choose-item::after {
  display: none;
}

.wr-choose-copy {
  position: relative;
  z-index: 2;
}

.wr-choose-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e3ebfb;
  color: #1d4ed8;
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.wr-choose-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.wr-choose-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #242a35;
  max-width: 86%;
}

.wr-choose-item p {
  margin-bottom: 0;
  color: #4f5968;
  font-size: 1rem;
  max-width: 90%;
}

.wr-impl-item {
  min-height: 205px;
}

.wr-impl-item::after {
  display: none;
}

.wr-box-bgicon {
  position: absolute;
  top: -22px;
  right: -20px;
  font-size: 10rem;
  line-height: 1;
  color: #1d4ed8;
  opacity: 0.13;
  z-index: 1;
  pointer-events: none;
}

.wr-card-bgicon {
  position: absolute;
  top: -18px;
  right: -16px;
  font-size: 8rem;
  line-height: 1;
  color: #1d4ed8;
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}

.wr-card-bgicon-xl {
  font-size: 14rem;
  top: -36px;
  right: -28px;
  opacity: 0.11;
}

.wr-box-with-bgicon,
.wr-product-card,
.wr-product-role,
.wr-feature-card,
.wr-panel {
  position: relative;
  overflow: hidden;
}

.wr-impl-item h3 {
  font-size: 1.05rem;
}

.wr-impl-item p {
  font-size: 0.95rem;
  max-width: 86%;
}

.wr-impl-step {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.wr-choose-visual {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dfe8f8;
  padding: 0.75rem;
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.45);
  min-height: 420px;
}

.wr-choose-visual img {
  border-radius: 0.85rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  filter: none;
  opacity: 1;
  display: block;
}

.wr-hero {
  position: relative;
}

.wr-home-banner {
  min-height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.wr-home-overlay {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: linear-gradient(100deg, rgba(10, 18, 36, 0.78) 0%, rgba(14, 28, 60, 0.74) 45%, rgba(17, 37, 80, 0.4) 100%);
}

.wr-home-content {
  max-width: 820px;
  color: #fff;
  padding: 4rem 0;
}

.wr-banner-kicker {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #bfdbfe;
  font-weight: 700;
}

.wr-home-content h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #ffffff;
}

.wr-home-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #e2e8f0;
  max-width: 760px;
}

.wr-hero-card {
  background: #ffffff;
  color: #20232a;
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wr-border);
  box-shadow: 0 14px 32px -24px rgba(16, 24, 40, 0.35);
}

.wr-hero-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  top: -180px;
  right: -130px;
  background: rgba(13, 110, 253, 0.08);
}

.wr-badge {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--wr-primary);
  margin-bottom: 1rem;
}

.wr-kpi {
  background: #f6f9ff;
  border: 1px solid #dbe6ff;
  border-radius: 0.8rem;
  padding: 0.9rem;
}

.wr-page-banner {
  background: #ffffff;
  color: #111827;
  padding: 2.2rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--wr-border);
}

.wr-page-banner h1 {
  margin-bottom: 0.5rem;
}

.wr-page-banner p {
  margin-bottom: 0;
  color: #6b7280;
}

.card,
.wr-panel {
  border: 1px solid var(--wr-border);
  border-radius: 0.95rem;
  box-shadow: 0 16px 34px -24px rgba(15, 23, 42, 0.35);
}

.wr-panel {
  background: var(--wr-card);
  padding: 1.5rem;
}

.wr-feature-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #eef2f8;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  border-radius: 0.55rem;
}

.wr-modules-page {
  background: #ffffff;
}

.wr-modules-page .wr-feature-card,
.wr-modules-page .wr-panel {
  background: #ffffff;
}

.wr-modules-page .wr-feature-card {
  border-radius: 0.55rem;
  border: 1px solid #dce8fb;
  background: #f1f6ff;
  box-shadow: 0 6px 22px -18px rgba(15, 23, 42, 0.35);
}

.wr-modules-page .row > div:nth-child(even) .wr-feature-card {
  background: #eef8f0;
  border-color: #d6eadb;
}

.wr-modules-page .wr-feature-card .card-body {
  padding: 1.65rem 1.25rem 1.35rem;
  text-align: center;
}

.wr-modules-page .wr-feature-card .h5 {
  font-size: 1.28rem;
  font-weight: 700;
  color: #1f2430;
  margin-bottom: 0.5rem;
}

.wr-modules-page .wr-feature-card p {
  font-size: 1rem;
  line-height: 1.55;
  color: #475467 !important;
}

.wr-modules-page .wr-card-bgicon {
  position: static;
  top: auto;
  right: auto;
  z-index: 1;
  opacity: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1.4rem auto 0;
  font-size: 2.35rem;
  color: var(--wr-primary);
  background: #e3edff;
}

.wr-modules-page .row > div:nth-child(even) .wr-card-bgicon {
  color: #15803d;
  background: #dff3e4;
}

.wr-title-accent {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wr-primary);
}

.wr-title-accent::before {
  content: "";
  width: 4.2rem;
  height: 4px;
  background: var(--wr-primary);
  border-radius: 999px;
  flex: 0 0 auto;
}

.wr-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px -18px rgba(15, 23, 42, 0.35);
}

.wr-feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8rem;
  background: transparent;
  color: var(--wr-primary);
  font-size: 2.1rem;
}

.wr-services-section {
  background: #f3f4f6;
  border-top: 1px solid #e3e7ef;
  border-bottom: 1px solid #e3e7ef;
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.wr-services-title {
  text-align: center;
  font-size: 3.1rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  color: #1c1f26;
}

.wr-service-wrap {
  background: #f1f6fc;
  border-radius: 5px;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 30px;
  min-height: 340px;
}

.wr-service-icon {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.wr-service-icon img {
  width: 70px;
  max-width: 70px;
  height: auto;
}

.wr-service-content h3 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2430;
  margin-bottom: 10px;
}

.wr-service-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #3b414c;
  margin-bottom: 0;
}

.list-group-item {
  border-color: var(--wr-border);
}

.checkbox-grid ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.5rem;
}

.checkbox-grid label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid var(--wr-border);
  border-radius: 0.6rem;
  padding: 0.45rem 0.55rem;
}

.hp-field {
  display: none !important;
}

.wr-footer {
  background: #0f172a;
  color: #cbd5e1;
}

.wr-footer a {
  color: #cbd5e1;
}

.wr-footer a:hover {
  color: #ffffff;
}

.wr-logo-section {
  background: #ffffff;
  border-top: 1px solid var(--wr-border);
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.wr-logo-marquee {
  overflow: hidden;
  position: relative;
}

.wr-logo-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: wrLogoScroll 35s linear infinite;
  padding: 0 1rem;
}

.wr-logo-item {
  width: 340px;
  height: 170px;
  border-radius: 0.85rem;
  border: 1px solid #dfe7f8;
  background: linear-gradient(145deg, #f7faff 0%, #eef8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.85rem 1rem;
}

.wr-logo-item img {
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.wr-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.wr-logo-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.45rem;
  background: rgba(13, 110, 253, 0.08);
  color: #1f2937;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wr-logo-section .wr-title-accent {
  font-size: 1.35rem;
}

@keyframes wrLogoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.app-sidebar .nav-link {
  border-radius: 0.5rem;
}

.app-sidebar .nav-link:hover,
.app-sidebar .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.12);
}


.legal-content h2 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

.wr-architecture {
  display: grid;
  gap: 0.9rem;
}

.wr-arch-layer {
  background: #f0f4fb;
  border: 1px solid #dde6f5;
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
}

.wr-arch-layer h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #132a4f;
}

.wr-arch-layer p {
  margin-bottom: 0;
  color: #374151;
}

.wr-layer-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #eef3ff;
  border: 1px solid #d5e2ff;
  color: #1e3a8a;
  font-size: 0.85rem;
  font-weight: 600;
}

.wr-workflow-step {
  background: #f8faff;
  border: 1px solid #dbe7ff;
  border-radius: 0.7rem;
  padding: 1rem 1.15rem;
  font-weight: 500;
  color: #1f2f4a;
  height: 100%;
}

.wr-eyebrow {
  letter-spacing: 0.08em;
}

.wr-product-card {
  background: #ffffff;
  border: 1px solid #e3e8f2;
  border-radius: 0.85rem;
  padding: 1rem;
  box-shadow: 0 12px 24px -22px rgba(15, 23, 42, 0.5);
}

.wr-product-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.wr-product-card p {
  color: #4b5563;
  margin-bottom: 0.6rem;
}

.wr-product-card ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.wr-product-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.55rem;
  background: #eaf1ff;
  color: #1d4ed8;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.wr-product-card .wr-product-icon {
  display: none;
}

.wr-product-role {
  background: #ffffff;
  border: 1px solid #e3e8f2;
  border-radius: 0.85rem;
  padding: 1rem;
}

.wr-product-role h3 {
  font-size: 1.05rem;
}

.wr-image-placeholder {
  border: 1px dashed #9db2d9;
  background: linear-gradient(140deg, #eff4ff, #f8fbff);
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  color: #30497a;
}

.wr-image-placeholder i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.6rem;
}

.wr-cap-acc-btn {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
}

.wr-cap-acc-body {
  position: relative;
  overflow: hidden;
  padding-right: 5.6rem;
}

.wr-cap-body-bgicon {
  position: absolute;
  right: -0.4rem;
  top: -0.35rem;
  font-size: 7.2rem;
  line-height: 1;
  color: var(--wr-primary);
  opacity: 0.1;
  transform: scale(1.1);
  pointer-events: none;
}

.wr-cap-acc-body ul {
  position: relative;
  z-index: 1;
}

.wr-module-card-link {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  border: 1px solid var(--wr-border);
}

.wr-module-card-link:hover,
.wr-module-card-link:focus {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -20px rgba(15, 23, 42, 0.5);
  border-color: #9ec1ff;
  border-width: 1px;
}

.wr-module-card-link:hover i,
.wr-module-card-link:focus i {
  transform: scale(1.07);
  transition: transform 0.22s ease;
}

.wr-profile-card .ratio img {
  transition: transform 0.25s ease;
}

.wr-profile-card:hover .ratio img {
  transform: scale(1.03);
}

.wr-profile-card .badge {
  font-weight: 600;
  letter-spacing: 0.02em;
}

#website,
#operations,
#intelligence,
#advanced {
  scroll-margin-top: 140px;
}

@media (max-width: 991.98px) {
  .wr-home-banner,
  .wr-home-overlay {
    min-height: 480px;
  }

  .wr-home-content p {
    font-size: 1.05rem;
  }

  .wr-services-title {
    font-size: 2rem;
  }

  .wr-service-content h3 {
    font-size: 1.3rem;
  }

  .wr-service-content p {
    font-size: 1rem;
  }

  .wr-choose-item {
    padding: 0.95rem;
    min-height: 170px;
  }
  .wr-choose-item::after {
    top: -8px;
    right: -8px;
    width: 120px;
    height: 120px;
    transform: scale(1.5);
    opacity: 0.17;
  }
  .wr-choose-icon { width: 2.8rem; height: 2.8rem; font-size: 1.2rem; }
  .wr-choose-item h3 { font-size: 1.2rem; max-width: 85%; }
  .wr-choose-item p { font-size: 1.05rem; max-width: 90%; }
  .wr-choose-visual { min-height: 320px; }
  .wr-impl-item h3 { font-size: 1rem; }
  .wr-impl-item p { font-size: 0.92rem; }
  .wr-box-bgicon { font-size: 7.2rem; top: -14px; right: -12px; }
  .wr-card-bgicon { font-size: 5.8rem; top: -10px; right: -8px; }
  .wr-card-bgicon-xl { font-size: 9rem; top: -20px; right: -16px; }
  .wr-logo-item { width: 270px; height: 132px; }
  .wr-logo-item img { max-height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .wr-logo-track {
    animation: none;
  }
}
