.hiw-section{position:relative;overflow:hidden;padding-block:5.5rem 6rem;padding-inline:var(--layout-outer-x);background:radial-gradient(ellipse 50% 40% at 12% 10%,rgba(124,58,237,.05) 0,transparent 55%),radial-gradient(ellipse 45% 35% at 90% 85%,rgba(249,115,22,.04) 0,transparent 55%),linear-gradient(180deg,#ffffff,#faf8ff 50%,#f8f9fc);color:#0f172a}.hiw-section *{box-sizing:border-box}.hiw-bg-dots{top:0;right:0;width:28%;height:55%;background-image:radial-gradient(rgba(124,58,237,.12) 1px,transparent 0);background-size:22px 22px;-webkit-mask-image:linear-gradient(270deg,#000,transparent);mask-image:linear-gradient(270deg,#000,transparent);animation:hiwDotsDrift 18s linear infinite}.hiw-bg-dots,.hiw-bg-glow{position:absolute;pointer-events:none}.hiw-bg-glow{border-radius:50%;filter:blur(70px);opacity:.55;animation:hiwGlowPulse 6s ease-in-out infinite}.hiw-bg-glow--left{width:18rem;height:18rem;left:-6rem;top:20%;background:rgba(124,58,237,.12)}.hiw-bg-glow--right{width:16rem;height:16rem;right:-4rem;bottom:12%;background:rgba(249,115,22,.1);animation-delay:1.5s}.hiw-wrap{position:relative;z-index:1;max-width:var(--layout-max);margin:0 auto}.hiw-header{text-align:center;max-width:720px;margin:0 auto 3.25rem}.hiw-header__badge{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem 1.2rem;margin-bottom:1.2rem;border-radius:999px;background:rgba(237,233,254,.95);border:1px solid rgba(124,58,237,.12);font-size:1.2rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7c3aed}.hiw-header__badge svg{font-size:1.1rem;color:#f97316}.hiw-header__title{margin:0;font-size:clamp(2.8rem,2.2rem + 1.4vw,4.2rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0f172a}.hiw-header__accent{position:relative;display:inline-block;background:linear-gradient(135deg,#7c3aed,#6366f1 55%,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-header__accent:after{content:"";position:absolute;left:0;bottom:-.15em;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#6366f1,#3b82f6);transform-origin:left center;animation:hiwUnderlineDraw .9s ease .45s forwards;transform:scaleX(0)}.hiw-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem}.hiw-step{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.75rem 1.5rem 1.85rem;border-radius:1.35rem;background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 28px rgba(15,23,42,.04);transition:box-shadow .22s ease,border-color .22s ease;will-change:transform}.hiw-step:hover{border-color:color-mix(in srgb,var(--hiw-accent) 35%,#e2e8f0);box-shadow:0 18px 40px rgba(15,23,42,.08)}.hiw-step__connector{display:none}.hiw-step__num{font-size:1.15rem;font-weight:800;letter-spacing:.08em;color:var(--hiw-accent)}.hiw-step__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.9rem;background:var(--hiw-bg);color:var(--hiw-accent);font-size:1.25rem;transition:transform .25s ease,box-shadow .25s ease}.hiw-step:hover .hiw-step__icon{box-shadow:0 0 0 6px color-mix(in srgb,var(--hiw-accent) 12%,transparent)}.hiw-step__title{margin:0 0 .45rem;font-size:1.65rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#0f172a}.hiw-step__desc{margin:0;font-size:1.4rem;line-height:1.55;color:#475569}@keyframes hiwUnderlineDraw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hiwDotsDrift{0%{background-position:0 0}to{background-position:22px 22px}}@keyframes hiwGlowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}@media (min-width:1101px){.hiw-step__connector{display:block;position:absolute;top:3.1rem;left:calc(100% - .35rem);width:calc(1.75rem + .7rem);height:2px;transform-origin:left center;background:linear-gradient(90deg,color-mix(in srgb,var(--hiw-accent) 55%,transparent),rgba(148,163,184,.35));z-index:2}.hiw-step__connector:after{content:"";position:absolute;right:-3px;top:50%;width:7px;height:7px;border-radius:50%;background:var(--hiw-accent);transform:translateY(-50%);box-shadow:0 0 0 4px color-mix(in srgb,var(--hiw-accent) 18%,transparent);animation:hiwDotPulse 2.2s ease-in-out infinite}}@keyframes hiwDotPulse{0%,to{transform:translateY(-50%) scale(1);opacity:1}50%{transform:translateY(-50%) scale(1.25);opacity:.75}}@media (max-width:1100px){.hiw-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hiw-section{padding-block:4.5rem 5rem}.hiw-header{margin-bottom:2.4rem}.hiw-header__title{font-size:clamp(2.4rem,8vw,3.2rem)}.hiw-steps{grid-template-columns:1fr;gap:1.15rem}.hiw-step{padding:1.45rem 1.25rem 1.55rem}.hiw-step__title{font-size:1.7rem}.hiw-step__desc{font-size:1.45rem}}@media (prefers-reduced-motion:reduce){.hiw-bg-dots,.hiw-bg-glow,.hiw-header__accent:after,.hiw-step__connector:after{animation:none!important}.hiw-header__accent:after{transform:scaleX(1)}}