.industries-section{position:relative;padding:clamp(3.75rem,8vw,5rem)0;overflow:hidden}.industries-section__bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 85% 55%at 50% -25%,rgba(139,92,246,.22),transparent 58%),radial-gradient(ellipse 55% 45%at 100% 40%,rgba(108,43,217,.14),transparent 50%),radial-gradient(ellipse 50% 40%at 0 75%,rgba(167,139,250,.12),transparent 48%)}html[data-theme=light] .industries-section__bg{background:radial-gradient(ellipse 85% 55%at 50% -25%,rgba(108,43,217,.09),transparent 58%),radial-gradient(ellipse 55% 45%at 100% 40%,rgba(139,92,246,.06),transparent 50%),radial-gradient(ellipse 50% 40%at 0 75%,rgba(108,43,217,.05),transparent 48%)}.industries-section__inner{position:relative;z-index:1}.industries-section__header{max-width:52rem;margin-bottom:2.5rem}.industries-section__title{font-size:clamp(1.75rem,4vw,2.375rem);font-weight:600;letter-spacing:-.035em;line-height:1.2;color:var(--text-main);margin:0 0 .85rem}.industries-section__subtitle{font-size:clamp(1.0625rem,2.2vw,1.1875rem);font-weight:500;line-height:1.55;color:var(--text-main);margin:0 0 1rem;max-width:42rem;opacity:.95}.industries-section__desc{font-size:1rem;line-height:1.65;color:var(--text-muted);margin:0;max-width:48rem}.industries-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:640px){.industries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}}@media (min-width:1024px){.industries-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.industry-card{margin:0;padding:1.5rem 1.35rem 1.45rem;border-radius:18px;border:1px solid var(--glass-border);background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);box-shadow:0 4px 28px rgba(0,0,0,.12);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease,background .28s ease}html[data-theme=light] .industry-card{background:rgba(255,255,255,.78);border-color:rgba(108,43,217,.12);box-shadow:0 6px 32px rgba(15,10,25,.06)}.industry-card:hover{transform:translateY(-5px);border-color:rgba(167,139,250,.45);box-shadow:0 22px 48px rgba(108,43,217,.18),0 0 0 1px rgba(139,92,246,.2)}html[data-theme=light] .industry-card:hover{box-shadow:0 22px 48px rgba(108,43,217,.12),0 0 0 1px rgba(108,43,217,.1)}@media (prefers-reduced-motion:reduce){.industry-card{transition:border-color .2s ease,box-shadow .2s ease}.industry-card:hover{transform:none}}.industry-card__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;background:linear-gradient(145deg,rgba(108,43,217,.35),rgba(139,92,246,.14));color:var(--text-main);border:1px solid rgba(167,139,250,.35)}html[data-theme=light] .industry-card__icon{background:linear-gradient(145deg,rgba(108,43,217,.14),rgba(139,92,246,.08));border-color:rgba(108,43,217,.15);color:#5b21b6}.industry-card__icon svg{width:26px;height:26px;flex-shrink:0}.industry-card__svg-stroke{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.industry-card__title{font-size:1.0625rem;font-weight:600;letter-spacing:-.02em;color:var(--text-main);margin:0 0 .5rem;line-height:1.3}.industry-card__desc{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0}.industries-cta{margin-top:clamp(2.75rem,6vw,3.5rem);padding:2rem 1.5rem;text-align:center;border-radius:20px;border:1px solid var(--glass-border);background:rgba(108,43,217,.08);max-width:40rem;margin-left:auto;margin-right:auto}html[data-theme=light] .industries-cta{background:rgba(108,43,217,.05);border-color:rgba(108,43,217,.1)}.industries-cta__line{font-size:1.0625rem;font-weight:500;color:var(--text-main);margin:0 0 1.25rem;line-height:1.5}.industries-cta__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.industries-cta__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.85rem;border-radius:14px;font-weight:600;font-size:.9375rem;text-decoration:none;border:0;cursor:pointer;font-family:inherit;transition:transform .22s ease,box-shadow .22s ease}.industries-cta__btn--primary{background:linear-gradient(135deg,#6c2bd9 0,#8b5cf6 100%);color:#fff;box-shadow:0 8px 28px rgba(108,43,217,.38)}.industries-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(139,92,246,.48);color:#fff}.industries-cta__btn--primary:focus-visible{outline:2px solid var(--brand-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){.industries-cta__btn--primary:hover{transform:none}}