/*
Theme Name: Xenior Solutions
Theme URI: https://xeniorsolutions.com/
Author: Xenior Solutions
Author URI: https://xeniorsolutions.com/
Description: WooCommerce uyumlu Xenior Solutions kurumsal tema.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: xenior
*/

:root {
  --bg-dark: #111114;
  --bg-darker: #09090c;
  --bg-panel: #ffffff;
  --text-main: #1a1a1f;
  --text-soft: #62626f;
  --text-light: #f4f1f7;
  --line-soft: rgba(17, 17, 20, 0.08);
  --accent-blue: #265dff;
  --accent-violet: #6d2cff;
  --accent-red: #f93f64;
  --shadow-card: 0 18px 45px rgba(17, 17, 20, 0.08);
  --shadow-soft: 0 28px 90px rgba(5, 7, 19, 0.4);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text-main);
  background: #f6f4f7;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page-shell {
  overflow: clip;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 1.2rem 0 5.75rem;
  color: var(--text-light);
  background:
    radial-gradient(circle at 12% 12%, rgba(48, 87, 255, 0.18), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(243, 71, 103, 0.18), transparent 20%),
    linear-gradient(180deg, #17171b 0%, #131217 48%, #120d18 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero::after {
  display: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  pointer-events: none;
}

.hero-wave {
  display: none;
}

.hero-wave::before,
.hero-wave::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.hero-wave-one {
  left: -2%;
  top: 22%;
  width: 42rem;
  height: 16rem;
  transform: rotate(-16deg);
}

.hero-wave-one::before {
  border: 6px solid rgba(34, 97, 255, 0.82);
  clip-path: ellipse(50% 34% at 50% 50%);
}

.hero-wave-one::after {
  inset: 1.2rem;
  border: 4px solid rgba(124, 43, 255, 0.5);
  clip-path: ellipse(50% 34% at 50% 50%);
}

.hero-wave-two {
  right: 8%;
  top: 29%;
  width: 27rem;
  height: 10rem;
  transform: rotate(10deg);
}

.hero-wave-two::before {
  border: 5px solid rgba(237, 57, 99, 0.78);
  clip-path: ellipse(50% 34% at 50% 50%);
}

.hero-wave-two::after {
  inset: 1rem;
  border: 3px solid rgba(56, 98, 255, 0.45);
  clip-path: ellipse(50% 34% at 50% 50%);
}

.hero-wave-three {
  left: 22%;
  top: 28%;
  width: 34rem;
  height: 12rem;
  transform: rotate(-4deg);
  opacity: 0.35;
}

.hero-wave-three::before {
  border: 5px solid rgba(100, 43, 255, 0.54);
  clip-path: ellipse(50% 34% at 50% 50%);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.5rem 0 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: clamp(10.75rem, 14vw, 14rem);
  height: auto;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0.45rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  letter-spacing: 0;
  font-size: 0.9rem;
}

.brand-name {
  font-size: 0.95rem;
}

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links ul,
.footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.nav-links li,
.footer-links li {
  list-style: none;
}

.nav-link,
.footer-link,
.nav-links a,
.footer-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.nav-link:hover,
.footer-link:hover,
.nav-links a:hover,
.footer-links a:hover,
.nav-links .current-menu-item a,
.footer-links .current-menu-item a {
  color: #ffffff;
}

.social-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.social-link svg {
  width: 0.85rem;
  height: 0.85rem;
  fill: currentColor;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 490px);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  min-height: 24rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 33rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.hero h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.hero-summary {
  margin: 1.1rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
  max-width: 37rem;
}

.hero-note {
  display: inline-flex;
  margin: 1.35rem 0 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-clipart {
  position: relative;
  width: min(100%, 32rem);
  aspect-ratio: 11 / 10;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.8;
  animation: heroPulse 5.8s ease-in-out infinite;
}

.hero-orb-one {
  top: 4%;
  left: 6%;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(63, 92, 255, 0.55) 0%, rgba(63, 92, 255, 0) 72%);
}

.hero-orb-two {
  right: 1%;
  top: 16%;
  width: 8.4rem;
  height: 8.4rem;
  background: radial-gradient(circle, rgba(245, 67, 112, 0.48) 0%, rgba(245, 67, 112, 0) 72%);
  animation-delay: -1.7s;
}

.hero-orb-three {
  left: 24%;
  bottom: 7%;
  width: 9rem;
  height: 9rem;
  background: radial-gradient(circle, rgba(114, 61, 255, 0.42) 0%, rgba(114, 61, 255, 0) 72%);
  animation-delay: -3.2s;
}

.hero-dashboard-shell {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.25rem 1rem 1rem 1rem;
}

.hero-dashboard-ring {
  position: absolute;
  inset: 0.3rem 1.3rem 2.3rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(106, 114, 255, 0.2);
  opacity: 0.7;
  transform: rotate(-8deg);
  animation: heroOrbit 8s ease-in-out infinite;
}

.hero-dashboard-ring-small {
  inset: 1.6rem 0.8rem 4rem 8.8rem;
  border-color: rgba(255, 255, 255, 0.08);
  transform: rotate(8deg);
  animation-name: heroOrbitReverse;
  animation-delay: -2.8s;
}

.hero-dashboard {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top left, rgba(72, 101, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(26, 28, 38, 0.97) 0%, rgba(15, 16, 24, 0.96) 100%);
  box-shadow:
    0 24px 52px rgba(5, 7, 19, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: -25% auto auto -10%;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 107, 255, 0.22), rgba(91, 107, 255, 0));
}

.hero-dashboard::after {
  content: "";
  position: absolute;
  inset: auto -6% 8% auto;
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(241, 67, 115, 0.16), rgba(241, 67, 115, 0));
}

.hero-dashboard-top,
.hero-dashboard-summary,
.hero-flow-board,
.hero-metrics-chart {
  position: relative;
  z-index: 1;
}

.hero-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.hero-dashboard-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-dashboard-dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-dashboard-dots span:first-child {
  background: rgba(255, 105, 114, 0.88);
}

.hero-dashboard-dots span:nth-child(2) {
  background: rgba(255, 196, 82, 0.88);
}

.hero-dashboard-dots span:last-child {
  background: rgba(97, 219, 140, 0.88);
}

.hero-dashboard-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.hero-stat-card {
  padding: 0.85rem 0.8rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-stat-card strong {
  display: block;
  margin-bottom: 0.28rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #ffffff;
}

.hero-stat-card span {
  display: block;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.64);
}

.hero-flow-board {
  display: grid;
  gap: 0.65rem;
}

.hero-flow-node {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.78rem 0.8rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transform: translateZ(0);
  animation: heroFloat 6.4s ease-in-out infinite;
}

.hero-flow-node:nth-child(2) {
  animation-delay: -1.9s;
}

.hero-flow-node:nth-child(3) {
  animation-delay: -3.6s;
}

.hero-flow-node-accent {
  background: linear-gradient(135deg, rgba(80, 96, 255, 0.14), rgba(255, 255, 255, 0.03));
  border-color: rgba(91, 108, 255, 0.2);
}

.hero-flow-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(91, 108, 255, 0.28), rgba(126, 53, 255, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero-flow-icon svg,
.hero-floating-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow-copy {
  display: grid;
  gap: 0.18rem;
}

.hero-flow-copy strong {
  font-size: 0.84rem;
  color: #ffffff;
}

.hero-flow-copy span {
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.hero-metrics-chart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 9rem);
  gap: 0.9rem;
  align-items: end;
  margin-top: 0.95rem;
}

.hero-metrics-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  min-height: 5.2rem;
  padding: 0.85rem 0.75rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-metrics-bars span {
  flex: 1;
  border-radius: 999px 999px 0.55rem 0.55rem;
  background: linear-gradient(180deg, rgba(114, 129, 255, 0.95), rgba(109, 44, 255, 0.58));
  transform-origin: bottom center;
  animation: heroBars 3.6s ease-in-out infinite;
}

.hero-metrics-bars span:nth-child(1) {
  height: 44%;
}

.hero-metrics-bars span:nth-child(2) {
  height: 72%;
  animation-delay: -1.2s;
}

.hero-metrics-bars span:nth-child(3) {
  height: 52%;
  animation-delay: -2.2s;
}

.hero-metrics-bars span:nth-child(4) {
  height: 86%;
  animation-delay: -0.7s;
}

.hero-metrics-bars span:nth-child(5) {
  height: 62%;
  animation-delay: -1.8s;
}

.hero-metrics-lines {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem 0.8rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-metrics-lines span {
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.hero-metrics-lines span::after {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(84, 100, 255, 0.92));
  animation: heroProgress 4.2s ease-in-out infinite;
}

.hero-metrics-lines span:nth-child(2)::after {
  animation-delay: -1.1s;
}

.hero-metrics-lines span:nth-child(3)::after {
  animation-delay: -2.3s;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  width: min(13rem, 44%);
  padding: 0.85rem;
  border-radius: 1.05rem;
  background: rgba(10, 11, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(5, 7, 19, 0.2);
  backdrop-filter: blur(16px);
  animation: heroFloat 6.8s ease-in-out infinite;
}

.hero-floating-card-sync {
  top: 4%;
  right: -2%;
}

.hero-floating-card-analytics {
  left: -1%;
  bottom: 7%;
  animation-delay: -2.8s;
}

.hero-floating-icon {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.95rem;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(92, 109, 255, 0.32), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-floating-copy {
  display: grid;
  gap: 0.15rem;
}

.hero-floating-copy strong {
  font-size: 0.8rem;
  color: #ffffff;
}

.hero-floating-copy span {
  font-size: 0.69rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.hero-clipart-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 30px rgba(6, 8, 20, 0.16);
  backdrop-filter: blur(14px);
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-clipart-chip-a {
  top: 11%;
  left: -1%;
}

.hero-clipart-chip-b {
  top: 23%;
  right: 9%;
  animation-delay: -1.5s;
}

.hero-clipart-chip-c {
  bottom: 20%;
  right: -1%;
  animation-delay: -3.1s;
}

.hero-clipart-chip-d {
  bottom: 12%;
  left: 9%;
  animation-delay: -4.4s;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.56;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes heroBars {
  0%,
  100% {
    transform: scaleY(0.78);
  }

  50% {
    transform: scaleY(1.04);
  }
}

@keyframes heroProgress {
  0%,
  100% {
    transform: scaleX(0.52);
    opacity: 0.68;
  }

  50% {
    transform: scaleX(0.98);
    opacity: 1;
  }
}

@keyframes heroOrbit {
  0%,
  100% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes heroOrbitReverse {
  0%,
  100% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

.products {
  position: relative;
  padding: 4rem 0 5rem;
  background: #fbfafc;
  border-bottom: 1px solid rgba(17, 17, 20, 0.05);
}

.section-heading {
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.light {
  color: var(--text-light);
}

.section-heading h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.section-text {
  margin: 0.95rem auto 0;
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.product-card {
  position: relative;
  min-height: 15.25rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-soft);
  box-shadow: 0 10px 28px rgba(17, 17, 20, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-main);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(17, 17, 20, 0.1);
}

.product-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f2eff;
  background: rgba(111, 46, 255, 0.08);
}

.product-icon {
  width: 100%;
  min-height: 5.7rem;
  display: grid;
  place-items: center;
  padding: 0.3rem 0;
  color: #25262c;
}

.product-icon svg {
  width: min(5.4rem, 100%);
  height: 5.4rem;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-icon img {
  width: 5.4rem;
  height: 5.4rem;
  object-fit: cover;
  border-radius: 1rem;
}

.product-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.product-copy p {
  margin: 0.55rem 0 0;
  font-size: 0.88rem;
  line-height: 1.62;
  color: var(--text-soft);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.product-index {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #15151b;
}

.product-price {
  font-size: 0.86rem;
  font-weight: 700;
  color: #4a31cc;
}

.product-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #17171b;
}

.solutions {
  position: relative;
  margin-top: 0;
  padding: 4.5rem 0 6rem;
  background: linear-gradient(180deg, #18181d 0%, #111116 100%);
  color: var(--text-light);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.solutions::before {
  display: none;
}

.solutions-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(111, 46, 255, 0.08), transparent 18%);
  opacity: 0.55;
  pointer-events: none;
}

.solutions-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 480px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 0.8rem 0 0;
}

.solutions-art {
  position: relative;
  min-height: 20rem;
  border-radius: 1.4rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.solutions-clipart {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
}

.solutions-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.78;
  animation: heroPulse 5.6s ease-in-out infinite;
}

.solutions-glow-a {
  top: 10%;
  left: 6%;
  width: 8.75rem;
  height: 8.75rem;
  background: radial-gradient(circle, rgba(91, 108, 255, 0.42) 0%, rgba(91, 108, 255, 0) 72%);
}

.solutions-glow-b {
  right: 4%;
  bottom: 10%;
  width: 7.25rem;
  height: 7.25rem;
  background: radial-gradient(circle, rgba(241, 66, 117, 0.34) 0%, rgba(241, 66, 117, 0) 72%);
  animation-delay: -2.2s;
}

.solutions-panel {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(80, 96, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(16, 17, 25, 0.96), rgba(10, 11, 18, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.solutions-panel-top,
.solutions-panel-grid,
.solutions-workflow {
  position: relative;
  z-index: 1;
}

.solutions-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.solutions-panel-dots {
  display: flex;
  gap: 0.35rem;
}

.solutions-panel-dots span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.solutions-panel-dots span:first-child {
  background: rgba(255, 105, 114, 0.9);
}

.solutions-panel-dots span:nth-child(2) {
  background: rgba(255, 196, 82, 0.9);
}

.solutions-panel-dots span:last-child {
  background: rgba(97, 219, 140, 0.9);
}

.solutions-panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solutions-panel-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 0.75rem;
}

.solutions-mini-card {
  display: grid;
  gap: 0.22rem;
  min-height: 4rem;
  padding: 0.82rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.solutions-mini-card-primary {
  background: linear-gradient(135deg, rgba(78, 96, 255, 0.14), rgba(255, 255, 255, 0.04));
  border-color: rgba(91, 108, 255, 0.22);
}

.solutions-mini-card strong,
.solutions-node strong {
  color: #ffffff;
  font-size: 0.84rem;
}

.solutions-mini-card span,
.solutions-node span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.69rem;
  line-height: 1.45;
}

.solutions-workflow {
  position: relative;
  min-height: 11.5rem;
  margin-top: 0.1rem;
  padding: 0.4rem 0;
}

.solutions-link {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86, 103, 255, 0.08), rgba(86, 103, 255, 0.72), rgba(86, 103, 255, 0.08));
  opacity: 0.85;
}

.solutions-link-left,
.solutions-link-right {
  top: 50%;
  width: 26%;
  height: 2px;
  transform: translateY(-50%);
}

.solutions-link-left {
  left: 18%;
}

.solutions-link-right {
  right: 18%;
}

.solutions-link-bottom {
  left: 50%;
  bottom: 24%;
  width: 2px;
  height: 18%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(86, 103, 255, 0.08), rgba(86, 103, 255, 0.72), rgba(86, 103, 255, 0.08));
}

.solutions-node {
  position: absolute;
  display: grid;
  gap: 0.16rem;
  min-width: 6.2rem;
  padding: 0.7rem 0.78rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 32px rgba(4, 6, 15, 0.18);
  animation: heroFloat 6.6s ease-in-out infinite;
}

.solutions-node-center {
  top: 20%;
  left: 50%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-width: 11rem;
  padding: 0.88rem 0.9rem;
  background: linear-gradient(135deg, rgba(82, 98, 255, 0.16), rgba(255, 255, 255, 0.05));
  border-color: rgba(91, 108, 255, 0.22);
  transform: translateX(-50%);
}

.solutions-node-left {
  top: 40%;
  left: 0;
}

.solutions-node-right {
  top: 40%;
  right: 0;
  animation-delay: -1.8s;
}

.solutions-node-bottom {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  animation-delay: -3.1s;
}

.solutions-node-icon {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.92rem;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(92, 109, 255, 0.32), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solutions-node-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solutions-node-copy {
  display: grid;
  gap: 0.16rem;
}

.solutions-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(4, 6, 15, 0.18);
  backdrop-filter: blur(14px);
  animation: heroFloat 6s ease-in-out infinite;
}

.solutions-badge-a {
  top: 4%;
  left: 5%;
}

.solutions-badge-b {
  top: 8%;
  right: 7%;
  animation-delay: -1.6s;
}

.solutions-badge-c {
  bottom: 5%;
  right: 10%;
  animation-delay: -3.2s;
}

.solutions-copy {
  max-width: 36rem;
}

.solutions-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.4rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
}

.ghost-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  padding: 3.5rem 0 4rem;
  text-align: center;
  background: linear-gradient(180deg, #151518 0%, #18181b 100%);
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.footer-brand {
  justify-content: center;
}

.footer-brand .brand-logo {
  width: clamp(10.5rem, 16vw, 13rem);
}

.footer-mail,
.footer-copy {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.56);
}

.detail-page {
  background: #f4f4f6;
}

.detail-hero {
  padding-bottom: 4.5rem;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 395px);
  gap: 2rem;
  align-items: start;
}

.detail-copy {
  max-width: 44rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
}

.back-link:hover {
  color: #ffffff;
}

.detail-badge {
  display: inline-flex;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.detail-page h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.detail-tagline {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.detail-description {
  margin: 0.95rem 0 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.highlight-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.price-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.price-amount {
  margin: 0.7rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.05;
  color: #ffffff;
}

.price-setup {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.pricing-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.pricing-meta-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
}

.pricing-meta-item span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.pricing-meta-item strong {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #ffffff;
}

.pricing-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.primary-button,
.secondary-button,
.cart-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 0.95rem;
  font-size: 0.92rem;
  font-weight: 800;
  border: 1px solid transparent;
}

.primary-button {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #4b5dff, #7344ff);
  cursor: pointer;
}

.secondary-button {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.cart-summary {
  min-height: 2.4rem;
  padding: 0.45rem 0.85rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
}

.cart-summary span {
  display: inline-grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
}

.cart-feedback {
  margin: 0.9rem 0 0;
  min-height: 1.5rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.detail-main {
  padding: 2rem 0 0;
}

.detail-notice-section {
  padding: 0 0 1rem;
}

.detail-notice-shell {
  max-width: 58rem;
}

.detail-notice-shell .woocommerce-notices-wrapper {
  margin-top: 0;
}

.detail-section {
  padding: 0 0 1.5rem;
}

.soft-section {
  padding-bottom: 3rem;
}

.detail-content-grid,
.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.detail-panel {
  padding: 1.6rem;
  border-radius: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 20, 0.06);
  box-shadow: 0 14px 36px rgba(17, 17, 20, 0.05);
}

.detail-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.detail-long-text {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-soft);
}

.visual-panel {
  display: grid;
  align-content: start;
  gap: 1.2rem;
  background:
    linear-gradient(180deg, rgba(75, 93, 255, 0.03), rgba(115, 68, 255, 0.06)),
    #ffffff;
}

.module-icon-stage {
  display: grid;
  place-items: center;
  min-height: 15rem;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(75, 93, 255, 0.06), rgba(115, 68, 255, 0.08));
  color: #22232a;
}

.module-icon-stage svg {
  width: 8rem;
  height: 8rem;
  stroke: currentColor;
  stroke-width: 1.45;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visual-caption {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-soft);
}

.module-stage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.15rem;
}

.detail-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #4b5dff, #7344ff);
}

.related-products {
  padding-top: 0.5rem;
}

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

.content-page {
  background: #f4f4f6;
}

.page-hero {
  padding-bottom: 4.25rem;
}

.page-hero h1 {
  max-width: 18ch;
}

.page-hero-copy {
  max-width: 54rem;
}

.page-hero .hero-summary {
  max-width: 44rem;
}

.content-main {
  padding: 1.8rem 0 0;
}

.content-section {
  padding: 0 0 1.5rem;
}

.content-card,
.stat-panel,
.process-card,
.value-card,
.contact-info-card,
.reference-card,
.quote-card,
.form-panel {
  border-radius: 1.35rem;
  border: 1px solid rgba(17, 17, 20, 0.06);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(17, 17, 20, 0.05);
}

.info-grid,
.contact-info-grid,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.content-card {
  padding: 1.7rem;
}

.content-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.content-text {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-soft);
}

.content-text > :first-child {
  margin-top: 0;
}

.stat-panel {
  display: grid;
  gap: 0.95rem;
  padding: 1.25rem;
}

.stat-panel-item {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f7f7fa;
}

.stat-panel-item span,
.contact-label,
.reference-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7a87;
}

.stat-panel-item strong,
.contact-info-card strong,
.reference-meta strong {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-main);
}

.process-grid,
.value-grid,
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.process-card,
.value-card {
  padding: 1.4rem;
}

.process-index {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a31cc;
  background: rgba(74, 49, 204, 0.08);
}

.process-card h3,
.value-card h3,
.reference-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.process-card p,
.value-card p,
.contact-info-card p,
.reference-summary,
.quote-card p {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.hero-inline-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.inline-stat {
  display: grid;
  gap: 0.2rem;
  min-width: 10rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.inline-stat strong {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
}

.inline-stat span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem;
  border-radius: 1.5rem;
  color: #ffffff;
  background: linear-gradient(135deg, #17171c, #252338);
  box-shadow: 0 20px 54px rgba(17, 17, 20, 0.15);
}

.cta-band h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.primary-light-button,
.outline-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 0.95rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.primary-light-button {
  color: var(--text-main);
  background: #ffffff;
}

.outline-light-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.contact-info-card {
  padding: 1.4rem;
}

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

.reference-card {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}

.reference-card-top {
  display: grid;
  gap: 0.55rem;
}

.reference-sector {
  display: inline-flex;
  align-self: start;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a31cc;
  background: rgba(74, 49, 204, 0.08);
}

.reference-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.reference-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.reference-modules span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2a2a33;
  background: #f5f5f8;
}

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

.quote-card {
  padding: 1.45rem;
}

.quote-card strong,
.quote-card span {
  display: block;
}

.quote-card strong {
  margin-top: 1rem;
  font-size: 0.98rem;
}

.quote-card span {
  margin-top: 0.3rem;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.form-panel {
  padding: 1.6rem;
}

.form-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.site-form {
  margin-top: 1.2rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field span {
  font-size: 0.84rem;
  font-weight: 700;
  color: #42424d;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 0.95rem;
  background: #fafafd;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text-main);
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(74, 49, 204, 0.45);
  box-shadow: 0 0 0 4px rgba(74, 49, 204, 0.08);
  background: #ffffff;
}

.solid-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border: 0;
  border-radius: 0.95rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4b5dff, #7344ff);
  cursor: pointer;
}

.form-feedback {
  min-height: 1.4rem;
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #4a31cc;
}

.pricing-actions .cart {
  display: grid;
}

.woocommerce-notices-wrapper {
  margin-top: 1rem;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 137, 255, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(5, 7, 19, 0.16);
  color: #ffffff;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  content: "";
  flex: 0 0 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(163, 214, 97, 0.92);
  box-shadow: 0 0 0 7px rgba(163, 214, 97, 0.16);
}

.woocommerce-error::before {
  background: rgba(255, 114, 132, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 114, 132, 0.12);
}

.woocommerce-info::before {
  background: rgba(111, 148, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(111, 148, 255, 0.12);
}

.woocommerce-message .xenior-notice-text,
.woocommerce-error .xenior-notice-text,
.woocommerce-info .xenior-notice-text {
  display: block;
  flex: 1 1 20rem;
  min-width: 0;
  padding-left: 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 2.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.products .woocommerce-message,
.products .woocommerce-error,
.products .woocommerce-info,
.detail-notice-shell .woocommerce-message,
.detail-notice-shell .woocommerce-error,
.detail-notice-shell .woocommerce-info,
.content-main .woocommerce-message,
.content-main .woocommerce-error,
.content-main .woocommerce-info {
  background: #ffffff;
  color: var(--text-main);
  border: 1px solid rgba(17, 17, 20, 0.08);
  box-shadow: 0 10px 28px rgba(17, 17, 20, 0.08);
}

.products .woocommerce-message .button,
.products .woocommerce-error .button,
.products .woocommerce-info .button,
.detail-notice-shell .woocommerce-message .button,
.detail-notice-shell .woocommerce-error .button,
.detail-notice-shell .woocommerce-info .button,
.content-main .woocommerce-message .button,
.content-main .woocommerce-error .button,
.content-main .woocommerce-info .button {
  color: var(--text-main);
  background: rgba(17, 17, 20, 0.06);
  border-color: rgba(17, 17, 20, 0.08);
}

.products .woocommerce-message .xenior-notice-text,
.products .woocommerce-error .xenior-notice-text,
.products .woocommerce-info .xenior-notice-text,
.detail-notice-shell .woocommerce-message .xenior-notice-text,
.detail-notice-shell .woocommerce-error .xenior-notice-text,
.detail-notice-shell .woocommerce-info .xenior-notice-text,
.content-main .woocommerce-message .xenior-notice-text,
.content-main .woocommerce-error .xenior-notice-text,
.content-main .woocommerce-info .xenior-notice-text {
  color: var(--text-main);
}

.detail-notice-shell .woocommerce-message,
.detail-notice-shell .woocommerce-error,
.detail-notice-shell .woocommerce-info {
  padding-inline: 1.2rem;
}

.detail-notice-shell .woocommerce-message .button,
.detail-notice-shell .woocommerce-error .button,
.detail-notice-shell .woocommerce-info .button {
  background: linear-gradient(135deg, rgba(75, 93, 255, 0.1), rgba(115, 68, 255, 0.12));
  border-color: rgba(75, 93, 255, 0.14);
}

@media (max-width: 1080px) {
  .hero-layout,
  .solutions-card,
  .detail-hero-grid,
  .detail-content-grid,
  .detail-columns,
  .info-grid,
  .contact-info-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    padding-top: 1rem;
  }

  .hero-copy,
  .solutions-copy {
    max-width: none;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-clipart {
    width: min(29rem, 100%);
  }

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

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

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 1.25rem, 38rem);
  }

  .hero {
    padding-bottom: 4.5rem;
  }

  .topbar {
    flex-direction: column;
    padding-bottom: 1.4rem;
  }

  .brand-logo,
  .footer-brand .brand-logo {
    width: min(12.5rem, 68vw);
  }

  .site-nav {
    width: 100%;
  }

  .nav-links,
  .footer-links {
    gap: 0;
  }

  .nav-links ul,
  .footer-links ul {
    gap: 0.75rem 1rem;
  }

  .nav-link,
  .footer-link,
  .nav-links a,
  .footer-links a {
    font-size: 0.76rem;
  }

  .social-links {
    display: none;
  }

  .topbar-actions {
    width: 100%;
    justify-content: center;
  }

  .page-hero {
    padding-bottom: 3.6rem;
  }

  .cta-band {
    align-items: flex-start;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .hero-summary {
    font-size: 0.95rem;
  }

  .hero-note {
    margin-bottom: 1.3rem;
  }

  .hero-clipart {
    width: min(100%, 28rem);
    aspect-ratio: 1 / 1;
  }

  .hero-dashboard-shell {
    padding: 1rem 0.7rem 0.85rem;
  }

  .hero-dashboard {
    padding: 0.85rem;
  }

  .hero-dashboard-summary,
  .hero-metrics-chart {
    grid-template-columns: 1fr;
  }

  .hero-floating-card {
    width: min(12rem, 46%);
  }

  .hero-clipart-chip {
    min-height: 1.95rem;
    padding-inline: 0.7rem;
    font-size: 0.66rem;
  }

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

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    align-items: flex-start;
  }

  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    width: 100%;
  }

  .detail-main {
    padding-top: 1.2rem;
  }

  .detail-panel {
    padding: 1.3rem;
  }

  .form-panel,
  .content-card {
    padding: 1.35rem;
  }

  .products {
    padding-top: 3.2rem;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .product-card {
    min-height: 15.8rem;
  }

  .solutions {
    padding-top: 3.8rem;
  }

  .solutions-art {
    min-height: 17rem;
  }

  .solutions-panel-grid {
    grid-template-columns: 1fr;
  }

  .reference-meta,
  .quote-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .value-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .solutions-card {
    gap: 1.4rem;
  }

  .solutions-art {
    min-height: 18.75rem;
  }

  .solutions-clipart {
    padding: 1rem;
  }

  .solutions-panel {
    padding: 0.88rem;
  }

  .solutions-node-center {
    min-width: 9.8rem;
  }

  .solutions-link-left,
  .solutions-link-right {
    width: 20%;
  }

  .solutions-badge-b {
    right: 4%;
  }

  .site-footer {
    padding-top: 3rem;
  }

  .hero-clipart {
    aspect-ratio: 10 / 11;
  }

  .hero-dashboard-ring-small,
  .hero-clipart-chip-b,
  .hero-clipart-chip-d {
    display: none;
  }

  .solutions-badge-b,
  .solutions-badge-c {
    display: none;
  }

  .hero-dashboard-summary {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stat-card:last-child {
    grid-column: 1 / -1;
  }

  .hero-flow-node,
  .hero-floating-card {
    padding: 0.72rem;
  }

  .hero-floating-card-sync {
    top: auto;
    right: 2%;
    bottom: 24%;
  }

  .hero-floating-card-analytics {
    left: 2%;
    bottom: 6%;
  }

  .solutions-art {
    min-height: 17rem;
  }

  .solutions-node-center {
    top: 18%;
    min-width: 8.8rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .solutions-node-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .solutions-link-left,
  .solutions-link-right {
    width: 15%;
  }

  .solutions-link-left {
    left: 22%;
  }

  .solutions-link-right {
    right: 22%;
  }

  .solutions-node {
    min-width: 5.3rem;
    padding: 0.62rem 0.65rem;
  }
}
