/* .NET Development page styles: layout, cards, hero visuals, animation polish, and responsive rules. */
.technology-page {
  background: #f7f9ff;
  color: #09124a;
}

.technology-page .site-header .nav-shell {
  max-width: 1360px;
}

.technology-page main .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: var(--section-badge-height);
  margin: 0 0 18px;
  border: 1px solid var(--qode-logo-blue);
  border-radius: var(--qode-pill);
  background: var(--qode-logo-blue);
  color: #fff;
  padding: 8px 18px;
  box-shadow: 0 10px 24px rgba(22, 65, 125, .18);
  font-size: var(--section-badge-font);
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

/* Shared technology hero: reusable banner frame for all technology service pages. */
.tech-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 112px 0 56px;
  background:
    radial-gradient(circle at 78% 22%, rgba(134, 79, 254, .16), transparent 28%),
    radial-gradient(circle at 22% 72%, rgba(47, 128, 255, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(238, 245, 255, .96)),
    url("../images/banner/hero-light-wave-bg.png") center bottom / cover no-repeat;
}

.tech-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(47, 104, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 104, 255, .055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .78), transparent 82%);
  animation: techGridDrift 22s linear infinite;
}

.net-hero {
  box-sizing: border-box;
  height: 100vh;
  min-height: 100vh;
  padding: clamp(104px, 9vh, 122px) 0 clamp(22px, 3vh, 36px);
}

.net-hero__container {
  position: relative;
  z-index: 1;
  width: min(100% - (clamp(28px, 3.2vw, 72px) * 2), 1660px);
  height: 100%;
}

.net-hero__panel {
  isolation: isolate;
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(209, 219, 241, .76);
  border-radius: clamp(16px, 1.35vw, 26px);
  background:
    url("../images/ChatGPT Image Jun 1, 2026, 03_56_30 PM.png") center center / 100% 100% no-repeat,
    linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
  box-shadow: 0 22px 58px rgba(22, 65, 125, .12);
}

.net-hero__panel::before {
  content: none;
}

.net-hero__copy {
  position: relative;
  z-index: 3;
  width: min(56vw, 980px);
  padding: clamp(54px, 5.1vw, 88px) 0 0 clamp(28px, 3.4vw, 58px);
}

.net-hero .net-hero__copy h1 {
  max-width: 900px;
  margin: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(50px, 4.55vw, 82px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
  white-space: nowrap;
}

.net-hero .net-hero__copy h1 span {
  margin-right: .26em;
  background: linear-gradient(135deg, #1269ff 0%, #216fff 52%, #754dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.net-hero__accent {
  display: block;
  width: 82px;
  height: 3px;
  margin-top: clamp(16px, 1.7vw, 24px);
  border-radius: 999px;
  background: linear-gradient(90deg, #1269ff, #864ffe);
}

.net-hero__tagline {
  max-width: 600px;
  margin: clamp(20px, 2vw, 30px) 0 0;
  color: rgba(8, 13, 63, .68);
  font-size: clamp(23px, 1.85vw, 34px);
  font-weight: 500;
  line-height: 1.35;
}

.net-hero__visual {
  display: none;
  --node-size: clamp(76px, 6.6vw, 112px);
  --node-icon-size: clamp(48px, 4.9vw, 76px);
  --core-size: clamp(176px, 15.5vw, 260px);
  position: absolute;
  top: 8%;
  right: clamp(28px, 3.6vw, 64px);
  z-index: 1;
  width: min(51vw, 800px);
  height: 70%;
  min-height: 430px;
  pointer-events: none;
}

.net-hero__arc {
  position: absolute;
  top: 4%;
  left: 50%;
  width: 78%;
  height: 46%;
  border: 2px solid rgba(92, 69, 255, .46);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  filter: drop-shadow(0 10px 22px rgba(92, 69, 255, .12));
  transform: translateX(-50%);
}

.net-hero__arc::before,
.net-hero__arc::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-top: 1px solid rgba(255, 255, 255, .92);
  border-radius: inherit;
}

.net-hero__arc::after {
  inset: 24%;
  border-color: rgba(92, 69, 255, .15);
}

.net-hero__orbit-dot {
  position: absolute;
  top: 32%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #286fff, #864ffe);
  box-shadow: 0 0 0 8px rgba(92, 69, 255, .08);
}

.net-hero__orbit-dot--left {
  left: 18%;
}

.net-hero__orbit-dot--right {
  right: 15%;
}

.net-hero__node {
  position: absolute;
  display: grid;
  justify-items: center;
  width: var(--node-size);
  color: #07114b;
  text-align: center;
}

.net-hero__node .net-hero-icon,
.net-hero-ai-mark,
.net-hero-azure-mark {
  width: var(--node-icon-size);
  height: var(--node-icon-size);
  border: 1px solid rgba(218, 225, 245, .86);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 32px rgba(22, 65, 125, .12);
}

.net-hero__node strong,
.net-hero__node small {
  display: block;
  margin-top: 8px;
  font-size: clamp(.82rem, .9vw, 1rem);
  font-weight: 650;
  line-height: 1.08;
}

.net-hero__node small {
  margin-top: 2px;
  font-weight: 550;
}

.net-hero__node--cloud {
  top: 0;
  left: calc(50% - (var(--node-size) / 2));
}

.net-hero__node--ai {
  top: 31%;
  left: 7%;
}

.net-hero__node--azure {
  top: 32%;
  right: 4%;
}

.net-hero-ai-mark,
.net-hero-azure-mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .78)),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(236, 244, 255, .96));
  color: #1177dd;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.1vw, 3.35rem);
  font-weight: 800;
  line-height: 1;
}

.net-hero-ai-mark {
  background:
    radial-gradient(circle at 48% 32%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .78)),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 234, 255, .96));
  color: #6e45ff;
  font-size: clamp(1.2rem, 2vw, 2.15rem);
}

.net-hero__core-wrap {
  position: absolute;
  top: 56%;
  left: 50%;
  width: var(--core-size);
  height: var(--core-size);
  transform: translate(-50%, -50%);
}

.net-hero__halo,
.net-hero__core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.net-hero__halo--outer {
  inset: -14%;
  border: 3px solid rgba(92, 69, 255, .54);
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, .38),
    0 24px 72px rgba(92, 69, 255, .22);
}

.net-hero__halo--inner {
  inset: -5%;
  border: 2px solid rgba(255, 255, 255, .72);
}

.net-hero__core {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .62), transparent 24%),
    radial-gradient(circle at 70% 78%, rgba(25, 85, 255, .62), transparent 34%),
    linear-gradient(145deg, #a34cff 0%, #5d28ff 42%, #2415bd 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4.9vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 26px rgba(11, 18, 81, .22);
  box-shadow:
    inset 0 14px 28px rgba(255, 255, 255, .24),
    inset 0 -18px 34px rgba(11, 24, 170, .36),
    0 28px 64px rgba(92, 69, 255, .34);
}

.net-hero__base {
  position: absolute;
  right: 14%;
  bottom: 2%;
  left: 14%;
  height: clamp(86px, 7vw, 118px);
}

.net-hero__base span {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.net-hero__base span:nth-child(1) {
  bottom: 0;
  width: 82%;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(219, 228, 255, .88));
  box-shadow: 0 22px 42px rgba(36, 79, 190, .18);
}

.net-hero__base span:nth-child(2) {
  bottom: 11%;
  width: 68%;
  height: 32%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(185, 169, 255, .55));
  box-shadow: 0 12px 0 rgba(92, 69, 255, .72);
}

.net-hero__base span:nth-child(3) {
  bottom: 30%;
  width: 48%;
  height: 22%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(233, 229, 255, .86));
}

.net-hero__capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  max-width: 790px;
  min-height: clamp(66px, 5.1vw, 86px);
  margin-top: clamp(34px, 3.6vw, 54px);
  border: 1px solid rgba(209, 219, 241, .7);
  border-radius: 14px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 36px rgba(22, 65, 125, .08);
  backdrop-filter: blur(14px);
}

.net-hero__capabilities article,
.net-hero__areas article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.15vw, 16px);
  min-width: 0;
}

.net-hero__capabilities article {
  grid-template-columns: auto minmax(0, 1fr);
  justify-items: start;
  gap: 11px;
  text-align: left;
  height: 100%;
  padding: 10px clamp(10px, 1.2vw, 22px);
}

.net-hero__capabilities article + article::before,
.net-hero__areas article + article::before {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 22%;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(18, 105, 255, 0), rgba(18, 105, 255, .2), rgba(18, 105, 255, 0));
}

.net-hero__capabilities strong {
  color: #07114b;
  font-family: var(--font-body);
  font-size: clamp(.78rem, .82vw, .94rem);
  font-weight: 600;
  line-height: 1.25;
}

.net-hero__areas strong,
.net-hero__areas small {
  color: #07114b;
  font-family: var(--font-body);
  font-size: clamp(.8rem, .9vw, 1rem);
  font-weight: 600;
  line-height: 1.25;
}

.net-hero__areas-heading {
  position: absolute;
  right: clamp(120px, 18vw, 330px);
  bottom: clamp(132px, 9vw, 158px);
  left: clamp(120px, 18vw, 330px);
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: clamp(16px, 2vw, 36px);
  color: #5c45ff;
  text-align: center;
}

.net-hero__areas-heading span {
  height: 1px;
  background: linear-gradient(90deg, rgba(92, 69, 255, 0), rgba(92, 69, 255, .45), rgba(92, 69, 255, 0));
}

.net-hero__areas-heading strong {
  font-family: var(--font-heading);
  font-size: clamp(.9rem, 1vw, 1.12rem);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.net-hero__areas {
  position: absolute;
  right: clamp(22px, 2vw, 42px);
  bottom: clamp(22px, 2.8vw, 42px);
  left: clamp(22px, 2vw, 42px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  min-height: clamp(78px, 6vw, 104px);
}

.net-hero__areas article {
  grid-template-rows: auto auto;
  align-content: center;
  height: 100%;
  min-height: clamp(78px, 6vw, 104px);
  border: 1px solid rgba(209, 219, 241, .68);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow:
    0 16px 38px rgba(22, 65, 125, .08),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  padding: 12px clamp(10px, 1.3vw, 22px);
  backdrop-filter: blur(14px);
}

.net-hero__areas .net-hero-icon {
  grid-row: 1 / span 2;
}

.net-hero__areas small {
  display: block;
  grid-column: 2;
  color: rgba(7, 17, 75, .76);
  font-weight: 500;
}

.net-hero__areas article + article::before {
  display: none;
}

.net-hero-icon {
  --net-icon-color: #5c45ff;
  --net-icon-bg: rgba(92, 69, 255, .1);
  display: inline-grid;
  place-items: center;
  width: clamp(44px, 3.7vw, 66px);
  height: clamp(44px, 3.7vw, 66px);
  border-radius: 50%;
  background: var(--net-icon-bg);
  color: var(--net-icon-color);
}

.net-hero-icon::before {
  content: "";
  width: 52%;
  height: 52%;
  background: currentColor;
  -webkit-mask: var(--net-icon) center / contain no-repeat;
  mask: var(--net-icon) center / contain no-repeat;
}

.net-hero__capabilities .net-hero-icon {
  width: clamp(38px, 3.1vw, 56px);
  height: clamp(38px, 3.1vw, 56px);
}

.net-hero__capabilities .net-hero-icon--code::before {
  content: "</>";
  width: auto;
  height: auto;
  background: none;
  color: currentColor;
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 800;
  line-height: 1;
  -webkit-mask: none;
  mask: none;
}

.net-hero-icon--code { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M23 16 8 32l15 16 5-5-10-11 10-11-5-5Zm18 0-5 5 10 11-10 11 5 5 15-16-15-16ZM31 52h7l-5-40h-7l5 40Z'/%3E%3C/svg%3E"); }
.net-hero-icon--shield { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 6 54 15v15c0 15-9 25-22 32C19 55 10 45 10 30V15l22-9Zm-4 34 16-16-5-5-11 11-5-5-5 5 10 10Z'/%3E%3C/svg%3E"); }
.net-hero-icon--growth { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 52h44v6H10v-6Zm5-18h8v16h-8V34Zm13-10h8v26h-8V24Zm13 8h8v18h-8V32Zm-4-21h17v17h-6V21L32 37l-9-9-12 12-4-4 16-16 9 9 12-12h-7v-6Z'/%3E%3C/svg%3E"); }
.net-hero-icon--rocket { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M49 4c-11 1-21 7-29 19l-9 1-7 13 13-2c1 3 3 6 6 8l-2 13 13-7 1-9c12-8 18-18 19-29l-5-7ZM21 43l-8 8-6-6 8-8 6 6Zm25-27a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z'/%3E%3C/svg%3E"); }
.net-hero-icon--brain { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25 8c-7 0-12 5-12 12v1C8 23 5 28 5 34c0 8 6 14 14 14h2v6h6V8h-2Zm-6 34c-5 0-8-4-8-8 0-3 2-6 5-7l4-1-1-4v-2c0-3 2-6 6-6h2v36h-1v-8h-7Zm20-34h-2v42h1v-8h7c5 0 8-4 8-8 0-3-2-6-5-7l-4-1 1-4v-2c0-3-2-6-6-6h-2V8Zm0 48h-6V8h6c7 0 12 5 12 12v1c5 2 8 7 8 13 0 8-6 14-14 14h-6v8ZM19 27h5v6h-5v-6Zm20 0h5v6h-5v-6Z'/%3E%3C/svg%3E"); }
.net-hero-icon--web { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 4a28 28 0 1 0 0 56 28 28 0 0 0 0-56Zm0 6c4 5 6 10 7 18H25c1-8 3-13 7-18Zm-14 6c-2 4-3 8-4 12H8a22 22 0 0 1 10-12Zm-4 20c1 4 2 8 4 12A22 22 0 0 1 8 36h6Zm18 18c-4-5-6-10-7-18h14c-1 8-3 13-7 18Zm8-26c-1-7-2-13-5-18 6 2 11 8 13 18h-8Zm-5 26c3-5 4-11 5-18h8c-2 10-7 16-13 18Zm15-18h6a22 22 0 0 1-10 12c2-4 3-8 4-12Zm0-8c-1-4-2-8-4-12a22 22 0 0 1 10 12h-6Z'/%3E%3C/svg%3E"); }
.net-hero-icon--mobile { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M20 4h24a6 6 0 0 1 6 6v44a6 6 0 0 1-6 6H20a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6Zm0 8v40h24V12H20Zm9 43h6v3h-6v-3Z'/%3E%3C/svg%3E"); }
.net-hero-icon--cloud { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M48 52H18a14 14 0 0 1 2-28 18 18 0 0 1 34 8 10 10 0 0 1-6 20Z'/%3E%3C/svg%3E"); --net-icon-color: #20a7e8; --net-icon-bg: rgba(87, 184, 224, .14); }
.net-hero-icon--enterprise { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 4 8 14v24l20 10 20-10V14L28 4Zm0 8 10 5-10 5-10-5 10-5ZM14 25l11 6v11l-11-6V25Zm17 17V31l11-6v11l-11 6Zm6 5 11-6 10 5-20 10-20-10 10-5 9 6Z'/%3E%3C/svg%3E"); --net-icon-color: #864ffe; --net-icon-bg: rgba(134, 79, 254, .12); }
.net-hero-icon--api { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 4h8l2 8c2 1 4 2 6 4l8-2 4 7-6 6v6l6 6-4 7-8-2c-2 2-4 3-6 4l-2 8h-8l-2-8c-2-1-4-2-6-4l-8 2-4-7 6-6v-6l-6-6 4-7 8 2c2-2 4-3 6-4l2-8Zm4 18a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z'/%3E%3C/svg%3E"); --net-icon-color: #216fff; --net-icon-bg: rgba(33, 111, 255, .12); }
.net-hero-icon--data { --net-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 50h8V32h-8v18Zm14 0h8V20h-8v30Zm14 0h8V28h-8v22Zm14 0h8V10h-8v40ZM8 56h54v4H8v-4Z'/%3E%3C/svg%3E"); --net-icon-color: #20b982; --net-icon-bg: rgba(32, 185, 130, .12); }

@media (prefers-reduced-motion: no-preference) {
  .net-hero__panel {
    animation: netHeroBannerIn .72s var(--ease) both;
  }

  .net-hero .net-hero__copy h1,
  .net-hero__accent,
  .net-hero__tagline,
  .net-hero__capabilities,
  .net-hero__visual,
  .net-hero__areas-heading,
  .net-hero__areas {
    animation: netHeroFadeUp .68s var(--ease) both;
  }

  .net-hero .net-hero__copy h1 { animation-delay: .12s; }
  .net-hero__accent { animation-delay: .22s; }
  .net-hero__tagline { animation-delay: .3s; }
  .net-hero__capabilities { animation-delay: .46s; }
  .net-hero__visual { animation-delay: .36s; }
  .net-hero__areas-heading { animation-delay: .62s; }
  .net-hero__areas { animation-delay: .7s; }

  .net-hero-icon {
    animation: netHeroIconPulse 5.8s ease-in-out infinite;
  }

  .net-hero__arc {
    animation: netHeroArcGlow 6.6s ease-in-out infinite;
  }

  .net-hero__orbit-dot {
    animation: netHeroDotFloat 5.4s ease-in-out infinite;
  }

  .net-hero__orbit-dot--right {
    animation-delay: 1.1s;
  }

  .net-hero__node {
    animation: netHeroNodeFloat 6.4s ease-in-out infinite;
  }

  .net-hero__node--ai {
    animation-delay: .9s;
  }

  .net-hero__node--azure {
    animation-delay: 1.6s;
  }

  .net-hero__core {
    animation: netHeroCorePulse 5.2s ease-in-out infinite;
  }

  .net-hero__halo--outer {
    animation: netHeroHaloGlow 7s ease-in-out infinite;
  }

  .net-hero__base span {
    animation: netHeroBaseGlow 5.8s ease-in-out infinite;
  }

  .net-hero__base span:nth-child(2) {
    animation-delay: .7s;
  }
}

@keyframes netHeroBannerIn {
  from { transform: translateY(24px) scale(.985); }
  to { transform: translateY(0) scale(1); }
}

@keyframes netHeroFadeUp {
  from { opacity: .72; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes netHeroIconPulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: none; }
  45% { transform: translateY(-3px) scale(1.035); box-shadow: 0 12px 24px rgba(92, 69, 255, .12); }
}

@keyframes netHeroArcGlow {
  0%, 100% { opacity: .82; filter: drop-shadow(0 10px 22px rgba(92, 69, 255, .1)); }
  45% { opacity: 1; filter: drop-shadow(0 18px 32px rgba(92, 69, 255, .2)); }
}

@keyframes netHeroDotFloat {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 8px rgba(92, 69, 255, .08); }
  45% { transform: translateY(-6px); box-shadow: 0 0 0 12px rgba(92, 69, 255, .12); }
}

@keyframes netHeroNodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes netHeroCorePulse {
  0%, 100% { transform: scale(1); box-shadow: inset 0 14px 28px rgba(255, 255, 255, .24), inset 0 -18px 34px rgba(11, 24, 170, .36), 0 28px 64px rgba(92, 69, 255, .34); }
  50% { transform: scale(1.025); box-shadow: inset 0 14px 30px rgba(255, 255, 255, .28), inset 0 -18px 34px rgba(11, 24, 170, .36), 0 34px 80px rgba(92, 69, 255, .44); }
}

@keyframes netHeroHaloGlow {
  0%, 100% { opacity: .78; box-shadow: 0 0 0 18px rgba(255, 255, 255, .38), 0 24px 72px rgba(92, 69, 255, .22); }
  50% { opacity: 1; box-shadow: 0 0 0 22px rgba(255, 255, 255, .48), 0 28px 88px rgba(92, 69, 255, .3); }
}

@keyframes netHeroBaseGlow {
  0%, 100% { opacity: .86; filter: saturate(1); }
  50% { opacity: 1; filter: saturate(1.18); }
}

.tech-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 5vw, 82px);
  align-items: center;
}

.tech-hero h1,
.tech-section h2 {
  margin: 0;
  color: #07114b;
  font-size: var(--section-title-size);
  font-weight: var(--section-title-weight);
  line-height: var(--section-title-line);
  letter-spacing: 0;
}

.tech-hero h1 span,
.tech-section h2 span {
  background: var(--qode-deon-fill-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.tech-hero__copy > p:not(.eyebrow),
.tech-section__intro p,
.tech-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(18, 27, 72, .72);
  font-size: var(--section-copy-size);
  font-weight: 400;
  line-height: var(--section-copy-line);
}

.tech-hero__copy > p:not(.eyebrow)::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f80ff, #864ffe);
}

.tech-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tech-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 28px;
}

.tech-proof-row span {
  position: relative;
  overflow: hidden;
  min-height: 82px;
  border: 1px solid rgba(209, 219, 241, .76);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 42px rgba(22, 65, 125, .08);
  padding: 14px;
  backdrop-filter: blur(16px);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}

.tech-proof-row span:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 104, 255, .28);
  box-shadow: 0 22px 52px rgba(22, 65, 125, .13);
}

.tech-proof-row strong {
  display: block;
  color: #07114b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.tech-proof-row small {
  display: block;
  margin-top: 8px;
  color: rgba(18, 27, 72, .66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

/* Hero visual: temporary technology dashboard with page-specific background image support. */
.tech-hero__visual {
  position: relative;
  min-width: 0;
}

.tech-visual-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(209, 219, 241, .8);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .2)),
    var(--tech-hero-image) right center / cover no-repeat;
  box-shadow: 0 30px 90px rgba(22, 65, 125, .16);
  transform: translateZ(0);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}

.tech-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px dashed rgba(47, 104, 255, .34);
  border-radius: 24px;
  pointer-events: none;
}

.tech-visual-card::after {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .72), transparent 18%),
    linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .34) 48%, transparent 62%);
  mix-blend-mode: screen;
  opacity: .5;
  transform: translate3d(-6%, -4%, 0);
  animation: techVisualGlow 8s ease-in-out infinite;
}

.tech-visual-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 104, 255, .26);
  box-shadow: 0 36px 100px rgba(22, 65, 125, .2);
}

.tech-visual-card--banner {
  aspect-ratio: 1693 / 929;
  min-height: 0;
  background: var(--tech-hero-image) center / cover no-repeat;
}

.tech-visual-card--banner::before {
  inset: 14px;
  border-color: rgba(255, 255, 255, .58);
  opacity: .62;
}

.tech-visual-card--banner .tech-dashboard,
.tech-visual-card--banner .tech-floating-card {
  display: none;
}

.tech-dashboard,
.tech-floating-card {
  z-index: 3;
  border: 1px solid rgba(209, 219, 241, .86);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 58px rgba(22, 65, 125, .14);
  backdrop-filter: blur(18px);
}

.tech-dashboard {
  position: absolute;
  left: 28px;
  bottom: 26px;
  width: min(68%, 430px);
  border-radius: 18px;
  padding: 18px;
}

.tech-dashboard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tech-dashboard__head strong {
  color: #07114b;
  font-size: 15px;
  line-height: 1.1;
}

.tech-dashboard__head span {
  color: #0aa36e;
  font-size: 12px;
  font-weight: 800;
}

.tech-dashboard__bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 92px;
  margin-top: 18px;
}

.tech-dashboard__bars i {
  display: block;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #2f80ff, #864ffe);
}

.tech-dashboard__bars i:nth-child(1) { height: 38%; }
.tech-dashboard__bars i:nth-child(2) { height: 58%; }
.tech-dashboard__bars i:nth-child(3) { height: 48%; }
.tech-dashboard__bars i:nth-child(4) { height: 76%; }
.tech-dashboard__bars i:nth-child(5) { height: 92%; }

.tech-floating-card {
  position: absolute;
  right: 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  width: min(46%, 270px);
  border-radius: 18px;
  padding: 14px;
}

.tech-floating-card--top { top: 28px; }
.tech-floating-card--middle { top: 142px; right: 64px; }
.tech-floating-card--bottom { right: 38px; bottom: 30px; }

.tech-floating-card strong {
  display: block;
  color: #07114b;
  font-size: 13px;
  line-height: 1.18;
}

.tech-floating-card small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 27, 72, .6);
  font-size: 11px;
  font-weight: 700;
}

.tech-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background:
    var(--tech-icon-url) center / 25px 25px no-repeat,
    linear-gradient(135deg, rgba(47, 128, 255, .14), rgba(134, 79, 254, .12));
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}

.tech-icon--cloud { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H7a5 5 0 1 1 1.1-9.88A7 7 0 0 1 21 12a3.5 3.5 0 0 1-3.5 7Z'/%3E%3C/svg%3E"); }
.tech-icon--flow { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Ccircle cx='12' cy='18' r='3'/%3E%3Cpath d='M8.6 7.6 10.8 15'/%3E%3Cpath d='M15.4 7.6 13.2 15'/%3E%3C/svg%3E"); }
.tech-icon--agent { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='14' height='10' rx='3'/%3E%3Cpath d='M12 4v4'/%3E%3Ccircle cx='9' cy='13' r='1'/%3E%3Ccircle cx='15' cy='13' r='1'/%3E%3Cpath d='M9.5 17h5'/%3E%3C/svg%3E"); }
.tech-icon--shield { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E"); }
.tech-icon--chart { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 20h18'/%3E%3Cpath d='M6 16v-4'/%3E%3Cpath d='M11 16V8'/%3E%3Cpath d='M16 16v-6'/%3E%3Cpath d='m5 10 5-5 4 4 5-7'/%3E%3Cpath d='M19 2v5h-5'/%3E%3C/svg%3E"); }
.tech-icon--settings { --tech-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%232f68ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.5A3.5 3.5 0 1 0 12 8a3.5 3.5 0 0 0 0 7.5Z'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .34 1.88l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06A1.7 1.7 0 0 0 15 19.4a1.7 1.7 0 0 0-1 .6 1.7 1.7 0 0 0-.4 1.1V21a2 2 0 0 1-4 0v-.09A1.7 1.7 0 0 0 8.6 19.4a1.7 1.7 0 0 0-1.88.34l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06A1.7 1.7 0 0 0 4.6 15a1.7 1.7 0 0 0-.6-1 1.7 1.7 0 0 0-1.1-.4H3a2 2 0 0 1 0-4h.09A1.7 1.7 0 0 0 4.6 8.6a1.7 1.7 0 0 0-.34-1.88l-.06-.06A2 2 0 1 1 7.03 3.83l.06.06A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1-.6 1.7 1.7 0 0 0 .4-1.1V3a2 2 0 0 1 4 0v.09A1.7 1.7 0 0 0 15.4 4.6a1.7 1.7 0 0 0 1.88-.34l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06A1.7 1.7 0 0 0 19.4 9c.38.1.72.3 1 .6.3.3.5.65.6 1H21a2 2 0 0 1 0 4h-.09A1.7 1.7 0 0 0 19.4 15Z'/%3E%3C/svg%3E"); }

/* Content sections: compact cards and split layouts shared across technology pages. */
.tech-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 5vw, 78px) 0;
}

.tech-section > .container {
  position: relative;
  z-index: 1;
}

.tech-section--white { background: #fff; }

.tech-section--soft {
  background:
    radial-gradient(circle at 84% 16%, rgba(47, 128, 255, .1), transparent 26%),
    linear-gradient(180deg, #f5f8ff, #eef5ff);
}

.tech-section--soft::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .72), transparent 22%),
    radial-gradient(circle at 86% 76%, rgba(87, 184, 224, .12), transparent 28%);
  opacity: .7;
  animation: techSectionBreath 10s ease-in-out infinite;
}

.tech-section--dark {
  background:
    radial-gradient(circle at 84% 14%, rgba(47, 128, 255, .18), transparent 32%),
    linear-gradient(180deg, #071e45, #041634);
  color: #fff;
}

.tech-section--dark .eyebrow {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .12);
}

.tech-section--dark h2,
.tech-section--dark .tech-card h3,
.tech-section--dark .tech-step strong {
  color: #fff;
}

.tech-section--dark .tech-section__intro p,
.tech-section--dark .tech-card p,
.tech-section--dark .tech-step p {
  color: rgba(255, 255, 255, .76);
}

.tech-section__intro {
  max-width: 100%;
  margin-bottom: 28px;
}

.tech-section__intro p {
  max-width: 100%;
}

.tech-split {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.net-showcase-section {
  padding: clamp(56px, 5vw, 82px) 0 clamp(44px, 4.5vw, 72px);
  background:
    radial-gradient(circle at 92% 8%, rgba(139, 92, 255, .12), transparent 22%),
    radial-gradient(circle at 5% 92%, rgba(92, 50, 245, .1), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8f6ff 100%);
}

.net-showcase-section > .container {
  width: min(100% - (var(--gutter) * 2), var(--max-w));
}

.net-showcase-section__inner {
  display: grid;
  gap: 0;
}

.net-showcase-section__main {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(700px, 1.28fr);
  gap: clamp(28px, 3.6vw, 58px);
  align-items: start;
}

.net-showcase-section .eyebrow {
  border-color: rgba(92, 50, 245, .18);
  background: linear-gradient(135deg, #8b5cff 0%, #5c32f5 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(92, 50, 245, .18);
  padding-inline: 22px;
  text-transform: uppercase;
}

.net-showcase-section__intro h2,
.net-showcase-section__head h2 {
  margin: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.net-showcase-section__intro h2 {
  max-width: 580px;
  font-size: clamp(2.55rem, 3.75vw, 4.55rem);
}

.net-showcase-section__intro h2 span,
.net-showcase-section__head h2 span,
.net-showcase-why h3 span {
  background: linear-gradient(135deg, #5c32f5 0%, #8b5cff 68%, #6f58ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.net-showcase-section__intro h2 span {
  display: block;
}

.net-showcase-section__intro p:not(.eyebrow),
.net-showcase-section__head p {
  /* color: rgba(17, 25, 78, .78); */
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  font-weight: 500;
  line-height: 1.58;
}

.net-showcase-section__intro p:not(.eyebrow) {
  max-width: 600px;
  margin: 16px 0 0;
}

.net-showcase-section__media {
  width: min(100%, 560px);
  margin-top: clamp(22px, 2.4vw, 34px);
}

.net-showcase-section__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.net-showcase-section__head {
  margin-bottom: clamp(18px, 2vw, 26px);
}

.net-showcase-section__head h2 {
  font-size: clamp(2.2rem, 2.8vw, 3.45rem);
}

.net-showcase-section__head p {
  max-width: 980px;
  margin: 12px 0 0;
}

.net-expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 16px);
}

.net-expertise-card {
  min-height: 210px;
  border: 1px solid rgba(209, 219, 241, .76);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(92, 50, 245, .09);
  padding: clamp(14px, 1.1vw, 18px);
}

.net-expertise-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(32, 185, 130, .18), rgba(16, 155, 105, .12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .78);
}

.net-expertise-card__icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(62%) sepia(60%) saturate(450%) hue-rotate(118deg) brightness(95%) contrast(88%);
}

.net-expertise-card h3 {
  margin: 14px 0 0;
  padding-bottom: 13px;
  color: #07114b;
  background: linear-gradient(90deg, #6f42ff, #6f42ff) left bottom / 24px 3px no-repeat;
  font-family: var(--font-heading);
  font-size: clamp(.92rem, .9vw, 1.04rem);
  font-weight: 800;
  line-height: 1.28;
}

.net-expertise-card p {
  margin: 0;
  color: rgba(17, 25, 78, .74);
  font-size: clamp(.78rem, .74vw, .88rem);
  font-weight: 500;
  line-height: 1.45;
}

.net-showcase-why {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
  width: min(100%, 560px);
  margin-top: clamp(22px, 2.4vw, 34px);
  border-radius: 16px;
  background: linear-gradient(135deg, #101644 0%, #21135d 48%, #8b6bff 100%);
  box-shadow: 0 20px 50px rgba(33, 19, 93, .18);
  padding: clamp(18px, 1.8vw, 26px);
}

.net-showcase-why h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.net-showcase-why__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.net-showcase-why__points span {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.66rem, .68vw, .76rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.net-showcase-why__points .net-hero-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, .14);
  color: #d8ccff;
}

.net-showcase-why__cta {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
}

.net-showcase-why__cta img {
  grid-row: 1 / span 2;
  display: block;
  width: 68px;
  height: 54px;
  object-fit: contain;
}

.net-showcase-why__cta p {
  margin: 0;
  color: #fff;
  font-size: clamp(.9rem, .9vw, 1rem);
  font-weight: 800;
  line-height: 1.35;
}

.net-showcase-why__cta .btn {
  min-height: 40px;
  width: fit-content;
  border: 0;
  background: #fff;
  color: #5c32f5;
  box-shadow: none;
  padding-inline: 18px;
  font-size: .78rem;
}

.tech-leader-section {
  background:
    linear-gradient(135deg, rgba(6, 20, 58, .96), rgba(4, 18, 48, .98)),
    linear-gradient(45deg, transparent 24%, rgba(0, 188, 242, .22) 25%, transparent 26%),
    linear-gradient(135deg, transparent 44%, rgba(47, 128, 255, .18) 45%, transparent 46%);
}

.tech-leader-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 440px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.tech-leader-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: var(--section-copy-size);
  line-height: var(--section-copy-line);
}

.tech-client-strip {
  max-width: 720px;
  margin-top: 34px;
  border-top: 1px solid rgba(87, 184, 224, .45);
  padding-top: 28px;
}

.tech-client-strip strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.tech-client-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.tech-client-logos span {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.tech-client-logos img {
  display: block;
  width: 100%;
  max-width: 118px;
  max-height: 52px;
  object-fit: contain;
}

.tech-consult-card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(0, 0, 0, .25);
  padding: 22px;
}

.tech-consult-card h3 {
  margin: 0 0 18px;
  color: #06143a;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.tech-consult-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tech-consult-card label {
  display: grid;
  gap: 0;
}

.tech-consult-card label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tech-consult-card input,
.tech-consult-card textarea {
  width: 100%;
  border: 1px solid rgba(7, 17, 75, .22);
  border-radius: 12px;
  background: #fff;
  color: #07114b;
  padding: 12px 14px;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.tech-consult-card textarea {
  min-height: 96px;
  margin-top: 12px;
  resize: vertical;
}

.tech-consult-card input:focus,
.tech-consult-card textarea:focus {
  border-color: rgba(47, 128, 255, .62);
  box-shadow: 0 0 0 4px rgba(47, 128, 255, .12);
}

.tech-consult-card .btn {
  width: min(190px, 100%);
  margin: 16px 0 0 auto;
}

.tech-consult-card .form-status {
  margin: 10px 0 0;
  color: #07114b;
  font-size: 12px;
  font-weight: 700;
}

.tech-media-panel {
  position: relative;
  overflow: hidden;
  justify-self: center;
  width: min(100%, 500px);
  border: 1px solid rgba(209, 219, 241, .8);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 65, 125, .12);
  transform: translateZ(0);
  transition: transform .38s var(--ease), border-color .38s var(--ease), box-shadow .38s var(--ease);
}

.tech-media-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 104, 255, .24);
  box-shadow: 0 30px 82px rgba(22, 65, 125, .16);
}

.tech-media-panel img {
  display: block;
  width: 100%;
  height: clamp(240px, 26vw, 330px);
  object-fit: contain;
  background: #fff;
  transform: scale(1);
  transition: transform .55s var(--ease), filter .55s var(--ease);
}

.tech-media-panel:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.tech-media-panel--woocommerce-capabilities {
  width: min(100%, 430px);
  border-radius: 18px;
}

.tech-media-panel--woocommerce-capabilities img {
  height: auto;
  object-fit: contain;
}

.tech-media-panel--logo {
  background: #fff;
}

.tech-media-panel--logo img {
  height: clamp(220px, 24vw, 300px);
  object-fit: contain;
  padding: 24px;
}

.shopify-partner-section .tech-section__intro {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}

.shopify-partner-section .tech-section__intro p:not(.eyebrow) {
  max-width: 100%;
}

.shopify-partner-panel {
  display: grid;
  justify-items: center;
  gap: 22px;
  max-width: 620px;
  margin: 10px auto 0;
  border: 1px solid rgba(209, 219, 241, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(22, 65, 125, .1);
  padding: clamp(24px, 4vw, 38px);
  text-align: center;
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}

.shopify-partner-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 104, 255, .24);
  box-shadow: 0 30px 82px rgba(22, 65, 125, .15);
}

.shopify-partner-panel img {
  display: block;
  width: min(100%, 300px);
  max-height: 96px;
  object-fit: contain;
}

.shopify-partner-panel .btn {
  min-height: 42px;
  padding-inline: 22px;
}

.tech-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tech-module-card {
  border: 1px solid rgba(209, 219, 241, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(22, 65, 125, .08);
  padding: 22px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}

.tech-module-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 104, 255, .22);
  box-shadow: 0 26px 70px rgba(22, 65, 125, .14);
}

.tech-module-card h3 {
  margin: 16px 0 0;
  color: #07114b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
}

.tech-module-card h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f80ff, #864ffe);
}

.tech-module-card p {
  margin: 14px 0 0;
  color: rgba(18, 27, 72, .7);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.tech-feature-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tech-feature-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 27, 72, .66);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
}

.tech-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f80ff, #864ffe);
}

.tech-support-card-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.tech-support-card-list .tech-card {
  min-height: auto;
}

.tech-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tech-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tech-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(209, 219, 241, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(22, 65, 125, .08);
  padding: 20px;
  transform: translateZ(0);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease), background .32s var(--ease);
}

.tech-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(87, 184, 224, .12), transparent 34%),
    linear-gradient(135deg, rgba(47, 128, 255, .08), transparent 38%);
  opacity: 0;
  transition: opacity .32s var(--ease);
}

.tech-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 104, 255, .22);
  box-shadow: 0 26px 70px rgba(22, 65, 125, .14);
}

.tech-card:hover::after {
  opacity: 1;
}

.tech-app-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tech-card h3 {
  margin: 16px 0 0;
  color: #07114b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.tech-card__media {
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 138px;
  margin: -6px -6px 16px;
  border-radius: 12px;
  background: #f4f8ff;
  border: 1px solid rgba(209, 219, 241, .72);
}

.tech-card__media img {
  display: block;
  width: 100%;
  height: 138px;
  object-fit: cover;
  transition: transform .45s var(--ease), filter .45s var(--ease);
}

.tech-card:hover .tech-card__media img {
  transform: scale(1.045);
  filter: saturate(1.05);
}

.tech-card__image-icon,
.tech-step__image-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--qode-logo-blue), #1f66c9);
  border: 1px solid rgba(87, 184, 224, .34);
  box-shadow: 0 12px 28px rgba(22, 65, 125, .18);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}

.tech-card__image-icon img,
.tech-step__image-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tech-card:hover .tech-card__image-icon,
.tech-step:hover .tech-step__image-icon,
.tech-module-card:hover .tech-icon,
.tech-floating-card:hover .tech-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 34px rgba(22, 65, 125, .22);
}

.tech-card h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f80ff, #864ffe);
}

.tech-card p,
.tech-step p {
  margin: 14px 0 0;
  color: rgba(18, 27, 72, .68);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.tech-app-card__cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 16px;
  border: 1px solid rgba(22, 65, 125, .2);
  border-radius: 999px;
  background: rgba(22, 65, 125, .06);
  color: var(--qode-logo-blue);
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}

.tech-app-card:hover .tech-app-card__cta {
  border-color: var(--qode-logo-blue);
  background: var(--qode-logo-blue);
  color: #fff;
}

.woocommerce-benefit-grid {
  gap: 18px;
}

.woocommerce-benefit-grid .tech-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(87, 184, 224, .13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92));
}

.woocommerce-benefit-grid .tech-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #2f80ff, #864ffe);
  opacity: 0;
  transition: opacity .3s var(--ease);
}

.woocommerce-benefit-grid .tech-card:hover::before {
  opacity: 1;
}

.woocommerce-benefit-grid .tech-card__image-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}

.woocommerce-benefit-grid .tech-card h3 {
  margin-top: 16px;
}

.woocommerce-benefit-grid .tech-card p {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.5;
}

.tech-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tech-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  padding: 20px;
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}

.tech-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .18);
}

.tech-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.tech-step .tech-step__image-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .82));
  color: inherit;
}

.tech-step strong {
  display: block;
  margin-top: 18px;
  color: #07114b;
  font-size: 16px;
  line-height: 1.2;
}

.tech-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tech-payment-card {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(209, 219, 241, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 48px rgba(22, 65, 125, .08);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}

.tech-payment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 104, 255, .22);
  box-shadow: 0 24px 58px rgba(22, 65, 125, .13);
}

.tech-payment-card img {
  display: block;
  max-width: 132px;
  max-height: 44px;
  object-fit: contain;
  transition: transform .28s var(--ease);
}

.tech-payment-card:hover img {
  transform: scale(1.035);
}

.tech-cta {
  padding: 42px 0;
}

@keyframes techGridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 54px 54px, 54px 54px; }
}

@keyframes techVisualGlow {
  0%, 100% {
    opacity: .36;
    transform: translate3d(-8%, -5%, 0) rotate(0deg);
  }

  50% {
    opacity: .58;
    transform: translate3d(7%, 5%, 0) rotate(2deg);
  }
}

@keyframes techSectionBreath {
  0%, 100% {
    opacity: .55;
    transform: scale(1);
  }

  50% {
    opacity: .82;
    transform: scale(1.02);
  }
}

@media (max-width: 1180px) {
  .net-showcase-section__main {
    grid-template-columns: 1fr;
  }

  .net-showcase-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 28px;
    align-items: center;
  }

  .net-showcase-section__intro .eyebrow,
  .net-showcase-section__intro h2,
  .net-showcase-section__intro p,
  .net-showcase-why {
    grid-column: 1;
  }

  .net-showcase-section__media {
    grid-column: 2;
    grid-row: 1 / span 6;
    margin-top: 0;
  }

  .net-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .net-showcase-why__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tech-hero__grid,
  .tech-split {
    grid-template-columns: 1fr;
  }

  .tech-card-grid,
  .tech-card-grid--four,
  .tech-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-module-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  .tech-hero {
    padding: 92px 0 36px;
  }

  .net-hero {
    height: 100vh;
    min-height: 100vh;
    padding: 98px 0 22px;
  }

  .net-hero__copy {
    padding-top: clamp(14px, 1.7vw, 24px);
    transform: scale(.84);
    transform-origin: left top;
  }

  .net-hero__capabilities {
    margin-top: 28px;
  }

  .net-hero__visual {
    top: 4%;
    height: 72%;
    min-height: 360px;
  }

  .net-hero__core-wrap {
    top: 58%;
  }

  .net-hero__areas {
    min-height: 70px;
  }

  .net-hero-icon {
    width: 48px;
    height: 48px;
  }

  .tech-visual-card {
    min-height: 360px;
  }

  .tech-proof-row span {
    min-height: 72px;
    padding: 12px;
  }
}

@media (max-width: 820px) {
  .tech-hero {
    min-height: auto;
    padding: 112px 0 42px;
  }

  .net-hero {
    height: auto;
    min-height: 100vh;
    padding: 104px 0 34px;
  }

  .net-hero__container {
    width: calc(100% - 24px);
  }

  .net-hero__panel {
    height: auto;
    min-height: auto;
    background-size: 920px auto;
    background-position: 88% 330px;
    padding-bottom: 20px;
  }

  .net-hero__copy {
    width: min(100%, 520px);
    padding: 22px 12px 0;
  }

  .net-hero .net-hero__copy h1 {
    font-size: clamp(32px, 8vw, 42px);
    white-space: normal;
  }

  .net-hero__tagline {
    max-width: 310px;
    font-size: 15px;
  }

  .net-hero__capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
    margin-top: 22px;
  }

  .net-hero__capabilities article:nth-child(3)::before {
    display: none;
  }

  .net-hero__visual {
    --node-size: 72px;
    --node-icon-size: 52px;
    --core-size: 150px;
    position: relative;
    top: auto;
    right: auto;
    width: min(calc(100% - 36px), 440px);
    height: 292px;
    min-height: 0;
    margin: 24px auto 0;
  }

  .net-hero__arc {
    top: 7%;
    width: 86%;
    height: 43%;
  }

  .net-hero__orbit-dot {
    top: 33%;
    width: 11px;
    height: 11px;
  }

  .net-hero__node strong,
  .net-hero__node small {
    font-size: .74rem;
  }

  .net-hero__node--ai {
    left: 4%;
  }

  .net-hero__node--azure {
    right: 2%;
  }

  .net-hero__core-wrap {
    top: 58%;
  }

  .net-hero__base {
    right: 12%;
    bottom: 0;
    left: 12%;
    height: 76px;
  }

  .net-hero__areas {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 20px 0;
  }

  .net-hero__areas-heading {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    margin: 270px 18px 0;
  }

  .net-hero__areas-heading strong {
    font-size: .78rem;
  }

  .net-hero__areas article {
    min-height: 68px;
  }

  .net-hero__areas article:nth-child(odd)::before {
    display: none;
  }

  .tech-hero h1,
  .tech-section h2 {
    font-size: 30px;
  }

  .net-showcase-section {
    padding: 58px 0;
  }

  .net-showcase-section__intro {
    grid-template-columns: 1fr;
  }

  .net-showcase-section__intro .eyebrow,
  .net-showcase-section__intro h2,
  .net-showcase-section__intro p,
  .net-showcase-section__media,
  .net-showcase-why {
    grid-column: auto;
    grid-row: auto;
  }

  .net-showcase-section__intro h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .net-showcase-section__head h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .net-expertise-grid,
  .net-showcase-why__points {
    grid-template-columns: 1fr;
  }

  .net-expertise-card {
    min-height: 0;
  }

  .net-showcase-why__cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
  }

  .net-showcase-why__cta img {
    grid-row: auto;
    width: 100px;
    height: auto;
  }

  .net-showcase-why__cta .btn {
    margin-inline: auto;
  }

  .tech-proof-row,
  .tech-card-grid,
  .tech-card-grid--four,
  .tech-payment-grid,
  .tech-module-grid,
  .tech-step-grid {
    grid-template-columns: 1fr;
  }

  .tech-visual-card {
    min-height: 420px;
  }

  .tech-dashboard {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .tech-floating-card {
    right: 16px;
    width: min(72%, 250px);
  }

  .tech-floating-card--middle {
    right: 16px;
  }
}

@media (max-width: 560px) {
  .net-hero__panel {
    background-size: 760px auto;
    background-position: 88% 350px;
    padding-bottom: 18px;
  }

  .net-hero {
    padding-top: 96px;
  }

  .net-hero__tagline {
    max-width: 280px;
  }

  .net-hero-icon {
    width: 42px;
    height: 42px;
  }

  .net-hero__visual {
    --node-size: 62px;
    --node-icon-size: 46px;
    --core-size: 132px;
    width: min(calc(100% - 24px), 340px);
    height: 252px;
    margin-top: 20px;
  }

  .net-hero__areas-heading {
    margin-top: 250px;
  }

  .net-hero__arc {
    width: 92%;
  }

  .net-hero__node strong,
  .net-hero__node small {
    font-size: .68rem;
  }

  .net-hero__node--ai {
    left: 0;
  }

  .net-hero__node--azure {
    right: 0;
  }

  .net-hero__capabilities,
  .net-hero__areas {
    grid-template-columns: 1fr;
  }

  .net-hero__capabilities article + article::before,
  .net-hero__areas article + article::before {
    top: 0;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(18, 105, 255, 0), rgba(18, 105, 255, .18), rgba(18, 105, 255, 0));
  }

  .tech-hero__actions {
    flex-direction: column;
  }

  .tech-hero__actions .btn {
    width: 100%;
  }

  .tech-visual-card {
    min-height: 470px;
    border-radius: 20px;
  }

  .tech-dashboard {
    bottom: 16px;
    padding: 14px;
  }

  .tech-floating-card {
    grid-template-columns: 40px 1fr;
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-service-page .tech-hero::before,
  .technology-service-page .tech-visual-card::after,
  .technology-service-page .tech-section--soft::before {
    animation: none;
  }

  .technology-service-page .tech-proof-row span,
  .technology-service-page .tech-visual-card,
  .technology-service-page .tech-media-panel,
  .technology-service-page .shopify-partner-panel,
  .technology-service-page .tech-card,
  .technology-service-page .tech-card__media img,
  .technology-service-page .tech-card__image-icon,
  .technology-service-page .tech-step,
  .technology-service-page .tech-step__image-icon,
  .technology-service-page .tech-payment-card,
  .technology-service-page .tech-payment-card img {
    transition: none;
  }
}

.technology-page .site-header {
  background: transparent;
}

.technology-page .tech-hero {
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 118px 0 38px;
  background:
    radial-gradient(circle at 52% 26%, rgba(117, 153, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(134, 79, 254, .12), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(240, 246, 255, .96)),
    url("../images/banner/hero-light-wave-bg.png") center top / cover no-repeat;
}

.technology-page .tech-hero__grid {
  min-height: calc(100vh - 156px);
}

@media (max-width: 820px) {
  .technology-page .tech-hero {
    min-height: 100vh;
    padding-top: 104px;
    padding-bottom: 34px;
  }
}

/* First viewport parity with the index banner. */
.technology-page .tech-hero,
.netdevelopment-page .net-hero {
  box-sizing: border-box;
  min-height: 100vh !important;
  height: 100vh !important;
  overflow: hidden;
}

.technology-page .tech-hero__grid,
.net-hero__container {
  min-height: calc(100vh - 156px) !important;
}

@media (max-width: 900px) {
  .technology-page .tech-hero,
  .netdevelopment-page .net-hero {
    min-height: 100svh !important;
    height: 100svh !important;
  }

  .technology-page .tech-hero__grid,
  .net-hero__container {
    min-height: calc(100svh - 138px) !important;
  }
}

/* .NET hero banner: final page-specific design. */
.netdevelopment-page .net-development-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh !important;
  height: 100vh !important;
  padding: clamp(106px, 8vh, 126px) 0 clamp(28px, 4vh, 44px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(126, 84, 255, .22), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(129, 94, 255, .16), transparent 34%),
    linear-gradient(115deg, rgba(248, 245, 255, .98) 0%, rgba(255, 255, 255, .96) 38%, rgba(232, 222, 255, .96) 100%);
}

.netdevelopment-page .net-development-banner::before,
.netdevelopment-page .net-development-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.netdevelopment-page .net-development-banner::before {
  background:
    url("../images/banner/hero-light-wave-bg.png") center bottom / cover no-repeat,
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, .78), transparent 32%);
  opacity: .82;
}

.netdevelopment-page .net-development-banner::after {
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(129, 94, 255, .13) 48% 49%, transparent 49%),
    linear-gradient(rgba(129, 94, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(129, 94, 255, .05) 1px, transparent 1px);
  background-size: 100% 100%, 68px 68px, 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent 86%);
  opacity: .72;
}

.netdevelopment-page .net-development-banner .net-hero__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(18px, 2.5vh, 30px);
  width: min(100% - (var(--gutter) * 2), var(--max-w));
  height: 100%;
  min-height: 0 !important;
  margin-inline: auto;
}

.netdevelopment-page .net-hero__layout {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 78px);
  min-height: 0;
}

.netdevelopment-page .net-development-banner .net-hero__copy {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 650px;
  padding: 0;
  transform: none;
}

.netdevelopment-page .net-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: clamp(28px, 4vh, 46px);
  border: 1px solid #16417d;
  border-radius: 999px;
  background: #16417d;
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 65, 125, .18);
  padding: 0 18px;
  font-family: var(--font-body);
  font-size: var(--section-badge-font);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.netdevelopment-page .net-hero__eyebrow i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #57b8e0;
  box-shadow: 0 0 0 4px rgba(87, 184, 224, .18);
}

.netdevelopment-page .net-development-banner .net-hero__copy h1 {
  max-width: 560px;
  margin: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(30px, 2.65vw, 40px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0;
  white-space: normal;
}

.netdevelopment-page .net-development-banner .net-hero__copy h1 span {
  display: block;
  margin: 0 0 .18em;
  background: linear-gradient(180deg, #07114b 0 34%, #6555ff 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.netdevelopment-page .net-development-banner .net-hero__accent {
  display: block;
  width: 70px;
  height: 4px;
  margin: clamp(16px, 2vh, 24px) 0 clamp(18px, 2.2vh, 26px);
  border-radius: 999px;
  background: linear-gradient(90deg, #5c32f5, #8b6bff);
}

.netdevelopment-page .net-development-banner .net-hero__copy p {
  max-width: 610px;
  margin: 0;
  color: #11194e;
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  font-weight: 500;
  line-height: 1.55;
}

.netdevelopment-page .net-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3vh, 34px);
}

.netdevelopment-page .net-hero__actions .btn {
  min-height: 62px;
  padding-inline: 34px;
  border: 0;
  background: linear-gradient(135deg, #8b5cff 0%, #5c32f5 100%);
  box-shadow: 0 18px 34px rgba(92, 50, 245, .26);
  color: #fff;
  text-transform: uppercase;
}

.netdevelopment-page .net-hero__actions .btn span::after {
  content: " ->";
}

.netdevelopment-page .net-development-banner .net-hero__visual {
  position: relative;
  inset: auto;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  pointer-events: none;
}

.netdevelopment-page .net-development-banner .net-hero__visual::before {
  content: "";
  position: absolute;
  inset: 9% 5% 4%;
  border: 1px solid rgba(129, 94, 255, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .7), transparent 62%);
  filter: blur(.2px);
}

.netdevelopment-page .net-development-banner .net-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(63vh, 620px);
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(92, 50, 245, .2));
}

.netdevelopment-page .net-hero__features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  width: min(100%, 1340px);
  min-height: clamp(88px, 10vh, 110px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(92, 50, 245, .13);
  backdrop-filter: blur(18px);
}

.netdevelopment-page .net-hero__features article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 82px;
  padding: 14px clamp(12px, 1.4vw, 24px);
}

.netdevelopment-page .net-hero__features article + article::before {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 22%;
  left: 0;
  width: 1px;
  background: rgba(92, 50, 245, .18);
}

.netdevelopment-page .net-hero__features .net-hero-icon {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .95), transparent 38%),
    linear-gradient(135deg, rgba(139, 92, 255, .16), rgba(92, 50, 245, .12));
  color: #673cf5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .86), 0 12px 22px rgba(92, 50, 245, .12);
}

.netdevelopment-page .net-hero__features strong {
  display: block;
  min-width: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(.86rem, .92vw, 1rem);
  font-weight: 600;
  line-height: 1.18;
}

@media (max-width: 1180px) {
  .netdevelopment-page .net-hero__layout {
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
    gap: 28px;
  }

  .netdevelopment-page .net-development-banner .net-hero__copy h1 {
    font-size: clamp(30px, 2.65vw, 40px);
  }

  .netdevelopment-page .net-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .netdevelopment-page .net-hero__features article:nth-child(4)::before {
    display: none;
  }

  .netdevelopment-page .net-hero__features article:nth-child(n + 4) {
    border-top: 1px solid rgba(92, 50, 245, .12);
  }
}

@media (max-width: 900px) {
  .netdevelopment-page .net-development-banner {
    min-height: auto !important;
    height: auto !important;
    padding: 104px 0 42px;
  }

  .netdevelopment-page .net-development-banner .net-hero__container {
    height: auto;
  }

  .netdevelopment-page .net-hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .netdevelopment-page .net-development-banner .net-hero__copy {
    max-width: 680px;
    margin-inline: auto;
  }

  .netdevelopment-page .net-hero__eyebrow,
  .netdevelopment-page .net-development-banner .net-hero__accent {
    margin-inline: auto;
  }

  .netdevelopment-page .net-development-banner .net-hero__copy p {
    margin-inline: auto;
  }

  .netdevelopment-page .net-hero__actions {
    justify-content: center;
  }

  .netdevelopment-page .net-development-banner .net-hero__visual img {
    width: min(100%, 620px);
    max-height: none;
  }
}

@media (max-width: 640px) {
  .netdevelopment-page .net-development-banner {
    padding-top: 96px;
  }

  .netdevelopment-page .net-development-banner .net-hero__copy h1 {
    font-size: clamp(2rem, 11vw, 3.25rem);
  }

  .netdevelopment-page .net-hero__actions .btn {
    width: 100%;
  }

  .netdevelopment-page .net-hero__features {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .netdevelopment-page .net-hero__features article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 14px 20px;
  }

  .netdevelopment-page .net-hero__features .net-hero-icon {
    flex: 0 0 auto;
    grid-row: auto;
  }

  .netdevelopment-page .net-hero__features article + article::before {
    top: 0;
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    height: 1px;
  }
}

body.netdevelopment-page main > .net-development-banner {
  min-height: 100vh !important;
  height: 100vh !important;
  padding: clamp(106px, 8vh, 126px) 0 clamp(28px, 4vh, 44px) !important;
  background:
    radial-gradient(circle at 84% 14%, rgba(126, 84, 255, .22), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(129, 94, 255, .16), transparent 34%),
    linear-gradient(115deg, rgba(248, 245, 255, .98) 0%, rgba(255, 255, 255, .96) 38%, rgba(232, 222, 255, .96) 100%) !important;
}

/* Keep the eight-step .NET roadmap compact and in one continuous row. */
.netdevelopment-page #our-process > .main-container {
  max-width: 1720px;
}

.netdevelopment-page #our-process > .main-container > .space-y-10 {
  padding-inline: clamp(18px, 2.4vw, 38px);
}

.netdevelopment-page #our-process .salesforce-process-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(10px, .9vw, 16px);
  overflow: visible;
}

.netdevelopment-page #our-process .salesforce-process-grid::before {
  content: "";
  left: calc(6.25% - 8px);
  right: calc(6.25% - 8px);
}

.netdevelopment-page #our-process .salesforce-process-card {
  min-width: 0;
  padding: clamp(20px, 1.35vw, 24px) clamp(10px, .85vw, 14px);
}

.netdevelopment-page #our-process .salesforce-process-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
}

.netdevelopment-page #our-process .salesforce-process-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.netdevelopment-page #our-process .salesforce-process-card h3 {
  font-size: clamp(.76rem, .72vw, .9rem);
  line-height: 1.3;
}

.netdevelopment-page #our-process .salesforce-process-card h3::after {
  margin-top: 8px;
}

.netdevelopment-page #our-process .salesforce-process-card ul {
  gap: 7px;
  margin-top: 14px;
}

.netdevelopment-page #our-process .salesforce-process-card li {
  font-size: clamp(.67rem, .56vw, .76rem);
  line-height: 1.5;
  padding-left: 12px;
}

.netdevelopment-page #our-process .salesforce-process-card li::before {
  width: 5px;
  height: 5px;
  top: .45rem;
}

@media (max-width: 900px) {
  body.netdevelopment-page main > .net-development-banner {
    min-height: auto !important;
    height: auto !important;
    padding: 104px 0 42px !important;
  }

  .netdevelopment-page #our-process .salesforce-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 88px;
  }

  .netdevelopment-page #our-process .salesforce-process-grid::before {
    content: none;
  }
}

@media (max-width: 640px) {
  body.netdevelopment-page main > .net-development-banner {
    padding-top: 96px !important;
  }

  .netdevelopment-page #our-process .salesforce-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .netdevelopment-page #our-process .salesforce-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 88px;
  }

  .netdevelopment-page #our-process .salesforce-process-grid::before {
    content: none;
  }
}

/* NET Expertise section: 4 cards per row (SAP uses 5) */
.netdevelopment-page .sap-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Use PNG icons from the tech-card section instead of CSS SVG masks */
.netdevelopment-page .sap-service-card .sap-why-card__icon::before {
  content: none;
}

.netdevelopment-page .sap-service-card .sap-why-card__icon img {
  width: 56%;
  height: 56%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .netdevelopment-page .sap-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .netdevelopment-page .sap-services-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Embrace the Power of .NET — redesigned why-choose section
   ========================================================= */

.net-embrace-section {
  padding: clamp(56px, 5.5vw, 88px) 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(47, 128, 255, .1), transparent 26%),
    linear-gradient(180deg, #f5f8ff, #eef5ff);
}

.net-embrace-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(400px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

/* Left column */
.net-embrace-eyebrow {
  background: linear-gradient(135deg, #5c32f5 0%, #864ffe 100%) !important;
  border-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px !important;
}

.net-embrace-heading {
  margin: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 2.6vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.net-embrace-heading span {
  background: linear-gradient(135deg, #5c32f5 0%, #864ffe 68%, #6f58ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.net-embrace-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(16px, 2.5vw, 36px);
  margin-top: 28px;
}

.net-embrace-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.net-embrace-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(18, 27, 72, .76);
  font-size: clamp(.82rem, .84vw, .94rem);
  font-weight: 500;
  line-height: 1.45;
}

.net-embrace-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m9 16.2-4.2-4.2-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 11px 11px no-repeat,
    linear-gradient(135deg, #5c32f5, #864ffe);
  box-shadow: 0 4px 10px rgba(92, 50, 245, .28);
}

/* Right dark advantage panel */
.net-embrace-panel {
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 1.6vw, 28px);
  background:
    radial-gradient(circle at 30% 30%, rgba(134, 79, 254, .28), transparent 44%),
    radial-gradient(circle at 80% 80%, rgba(47, 128, 255, .22), transparent 40%),
    linear-gradient(145deg, #130a3a 0%, #1a0e4e 40%, #0d1a5c 100%);
  box-shadow:
    0 32px 80px rgba(20, 10, 60, .32),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  padding: 0;
  transition: transform .38s ease, box-shadow .38s ease;
}

.net-embrace-panel:hover {
  transform: translateY(-5px);
  box-shadow:
    0 42px 100px rgba(20, 10, 60, .38),
    inset 0 1px 0 rgba(255, 255, 255, .1);
}

.net-embrace-panel__title {
  margin: 0 0 clamp(12px, 1.4vw, 20px);
  color: rgba(255, 255, 255, .9);
  font-family: var(--font-heading);
  font-size: clamp(.88rem, .96vw, 1.08rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: .04em;
}

.net-embrace-panel__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1024px) {
  .net-embrace-layout {
    grid-template-columns: 1fr;
  }

  .net-embrace-panel {
    padding-bottom: clamp(18px, 2vw, 28px);
  }
}

@media (max-width: 600px) {
  .net-embrace-checklist {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}

/* =========================================================
   Powerful Solutions Built with .NET — two-column section
   ========================================================= */

.net-solutions-section {
  background: #fff;
}

.net-solutions-layout {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
}

/* Left copy column */
.net-solutions-eyebrow {
  background: linear-gradient(135deg, #1269ff 0%, #864ffe 100%) !important;
  border-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.net-solutions-heading {
  margin: 0;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.net-solutions-heading span {
  background: linear-gradient(135deg, #1269ff 0%, #216fff 52%, #864ffe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.net-solutions-desc {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(18, 27, 72, .72);
  font-size: clamp(.92rem, .95vw, 1.08rem);
  font-weight: 400;
  line-height: 1.65;
}

.net-solutions-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.net-solutions-badge {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(209, 219, 241, .76);
  border-radius: 14px;
  background: rgba(247, 249, 255, .72);
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}

.net-solutions-badge:hover {
  border-color: rgba(47, 104, 255, .28);
  box-shadow: 0 10px 28px rgba(22, 65, 125, .09);
  transform: translateX(4px);
}

.net-solutions-badge__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(18, 105, 255, .14), rgba(134, 79, 254, .12));
}

.net-solutions-badge__icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: linear-gradient(135deg, #1269ff, #864ffe);
}

.net-solutions-badge__icon--shield::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10zm-2-7 5-5-1.4-1.4L10 12.2l-1.6-1.6L7 12l3 3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10zm-2-7 5-5-1.4-1.4L10 12.2l-1.6-1.6L7 12l3 3z'/%3E%3C/svg%3E");
}

.net-solutions-badge__icon--perf::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2.05V4.06c3.95.49 7 3.85 7 7.94 0 3.21-1.81 6-4.72 7.28L13 17.77V20h3l.22.03C18.39 18.84 20 16.03 20 13c0-5.18-3.94-9.45-9-9.95zM11 2.05C5.95 2.55 2 6.82 2 12c0 3.03 1.61 5.84 4.22 7.47L7 20h3v-2.23l-2.28-1.72C5.81 15 4 12.21 4 9.06c0-4.09 3.05-7.45 7-7.94v-.07z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2.05V4.06c3.95.49 7 3.85 7 7.94 0 3.21-1.81 6-4.72 7.28L13 17.77V20h3l.22.03C18.39 18.84 20 16.03 20 13c0-5.18-3.94-9.45-9-9.95zM11 2.05C5.95 2.55 2 6.82 2 12c0 3.03 1.61 5.84 4.22 7.47L7 20h3v-2.23l-2.28-1.72C5.81 15 4 12.21 4 9.06c0-4.09 3.05-7.45 7-7.94v-.07z'/%3E%3C/svg%3E");
}

.net-solutions-badge__icon--code::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E");
}

.net-solutions-badge strong {
  display: block;
  color: #07114b;
  font-size: clamp(.88rem, .9vw, 1rem);
  font-weight: 700;
  line-height: 1.3;
}

.net-solutions-badge p {
  margin: 4px 0 0;
  color: rgba(18, 27, 72, .62);
  font-size: clamp(.76rem, .76vw, .86rem);
  font-weight: 400;
  line-height: 1.5;
}

/* Right capability grid — 4 columns × 2 rows */
.net-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, .9vw, 14px);
}

.net-solutions-card {
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 1.1vw, 20px) clamp(12px, 1vw, 18px);
  border: 1px solid rgba(209, 219, 241, .72);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(22, 65, 125, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.net-solutions-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(18, 105, 255, .04), rgba(134, 79, 254, .04));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.net-solutions-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 104, 255, .24);
  box-shadow: 0 18px 44px rgba(22, 65, 125, .13);
}

.net-solutions-card:hover::before {
  opacity: 1;
}

.net-solutions-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.net-solutions-card__icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Card icon color pairs */
.net-solutions-card__icon--app {
  background: rgba(47, 128, 255, .12);
}
.net-solutions-card__icon--app::before {
  background: #1269ff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--cloud {
  background: rgba(32, 167, 232, .12);
}
.net-solutions-card__icon--cloud::before {
  background: #20a7e8;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--iot {
  background: rgba(32, 185, 130, .12);
}
.net-solutions-card__icon--iot::before {
  background: #20b982;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.55a11 11 0 0 1 14.08 0'/%3E%3Cpath d='M1.42 9a16 16 0 0 1 21.16 0'/%3E%3Cpath d='M8.53 16.11a6 6 0 0 1 6.95 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.55a11 11 0 0 1 14.08 0'/%3E%3Cpath d='M1.42 9a16 16 0 0 1 21.16 0'/%3E%3Cpath d='M8.53 16.11a6 6 0 0 1 6.95 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--ml {
  background: rgba(134, 79, 254, .12);
}
.net-solutions-card__icon--ml::before {
  background: #864ffe;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4z'/%3E%3Ccircle cx='18' cy='12' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4z'/%3E%3Ccircle cx='18' cy='12' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--api {
  background: rgba(18, 105, 255, .12);
}
.net-solutions-card__icon--api::before {
  background: #1269ff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--cross {
  background: rgba(255, 165, 0, .12);
}
.net-solutions-card__icon--cross::before {
  background: #e8920a;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='3' width='9' height='12' rx='1'/%3E%3Crect x='13' y='3' width='9' height='12' rx='1'/%3E%3Cpath d='M7 15v2M17 15v2M5 17h14'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='3' width='9' height='12' rx='1'/%3E%3Crect x='13' y='3' width='9' height='12' rx='1'/%3E%3Cpath d='M7 15v2M17 15v2M5 17h14'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--game {
  background: rgba(239, 68, 68, .1);
}
.net-solutions-card__icon--game::before {
  background: #e53935;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 0 0 5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 1 0 5H18'/%3E%3Cpath d='M8 9h8v6a4 4 0 0 1-4 4 4 4 0 0 1-4-4V9z'/%3E%3Cpath d='M8 9a4 4 0 0 1 8 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 0 0 5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 1 0 5H18'/%3E%3Cpath d='M8 9h8v6a4 4 0 0 1-4 4 4 4 0 0 1-4-4V9z'/%3E%3Cpath d='M8 9a4 4 0 0 1 8 0'/%3E%3C/svg%3E");
}

.net-solutions-card__icon--enterprise {
  background: rgba(134, 79, 254, .12);
}
.net-solutions-card__icon--enterprise::before {
  background: #864ffe;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

.net-solutions-card h3 {
  margin: 0 0 8px;
  color: #07114b;
  font-family: var(--font-heading);
  font-size: clamp(.82rem, .84vw, .96rem);
  font-weight: 800;
  line-height: 1.25;
}

.net-solutions-card p {
  margin: 0;
  color: rgba(18, 27, 72, .68);
  font-size: clamp(.72rem, .72vw, .82rem);
  font-weight: 400;
  line-height: 1.55;
}

/* Responsive: stack on smaller screens */
@media (max-width: 1100px) {
  .net-solutions-layout {
    grid-template-columns: 1fr;
  }

  .net-solutions-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .net-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .net-solutions-heading {
    font-size: clamp(1.9rem, 5.5vw, 2.8rem);
  }
}

@media (max-width: 480px) {
  .net-solutions-grid {
    grid-template-columns: 1fr;
  }
}



