.catalog{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding-bottom:28px;
}
.industry{
  --from:#102033;
  --to:#1b3354;
  --spot:#8eb6ff;
  position:relative;
  min-height:320px;
  padding:0;
  border:0;
  border-radius:30px;
  overflow:hidden;
  cursor:pointer;
  text-align:left;
  color:#fff;
  background:var(--from);
  isolation:isolate;
  box-shadow:0 18px 44px rgba(16,36,68,.12);
  transition:transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease;
}
.industry-wash{
  position:absolute;
  inset:-12%;
  z-index:0;
  background:
    radial-gradient(90% 70% at 100% -8%, color-mix(in srgb, var(--spot) 58%, transparent), transparent 58%),
    radial-gradient(70% 80% at -8% 112%, color-mix(in srgb, var(--spot) 24%, transparent), transparent 52%),
    linear-gradient(148deg, var(--from) 0%, var(--to) 100%);
  transform:scale(1.02);
  transition:transform .8s cubic-bezier(.22,1,.36,1);
}
.industry-wash::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.42;
  pointer-events:none;
  mix-blend-mode:soft-light;
}
[data-motif="stars"] .industry-wash::before{
  background:
    radial-gradient(circle at 18% 22%, #fff 0 1.2px, transparent 1.6px),
    radial-gradient(circle at 42% 12%, #fff 0 1px, transparent 1.4px),
    radial-gradient(circle at 68% 28%, #fff 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 86% 16%, #fff 0 1px, transparent 1.4px),
    radial-gradient(circle at 74% 48%, #fff 0 1.1px, transparent 1.5px),
    radial-gradient(120px 120px at 84% 18%, rgba(255,255,255,.45), transparent 70%);
}
[data-motif="horizon"] .industry-wash::before{
  background:
    linear-gradient(180deg, transparent 38%, rgba(255,255,255,.16) 38.4%, transparent 52%),
    linear-gradient(180deg, transparent 58%, rgba(255,255,255,.1) 58.5%, transparent 72%);
}
[data-motif="speed"] .industry-wash::before{
  background:repeating-linear-gradient(-18deg, transparent 0 22px, rgba(255,255,255,.1) 22px 23px);
}
[data-motif="columns"] .industry-wash::before{
  background:repeating-linear-gradient(90deg, transparent 0 28px, rgba(255,255,255,.1) 28px 32px);
}
[data-motif="grid"] .industry-wash::before{
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255,255,255,.08) 31px 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(255,255,255,.08) 31px 32px);
}
[data-motif="arc"] .industry-wash::before{
  background:
    radial-gradient(140% 90% at 110% 120%, transparent 42%, rgba(255,255,255,.2) 43%, transparent 44.2%),
    radial-gradient(120% 80% at 110% 120%, transparent 54%, rgba(255,255,255,.12) 55%, transparent 56%);
}
[data-motif="rings"] .industry-wash::before{
  background:
    radial-gradient(circle at 86% 18%, transparent 18%, rgba(255,255,255,.2) 18.6%, transparent 19.4%),
    radial-gradient(circle at 86% 18%, transparent 28%, rgba(255,255,255,.14) 28.6%, transparent 29.5%),
    radial-gradient(circle at 86% 18%, transparent 40%, rgba(255,255,255,.1) 40.6%, transparent 41.6%);
}
[data-motif="waves"] .industry-wash::before{
  background:
    radial-gradient(120% 40% at 20% 80%, rgba(255,255,255,.16), transparent 55%),
    radial-gradient(100% 36% at 70% 90%, rgba(255,255,255,.12), transparent 50%);
}
[data-motif="orbs"] .industry-wash::before{
  background:
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.28) 0 16%, transparent 42%),
    radial-gradient(circle at 70% 38%, rgba(255,255,255,.12) 0 10%, transparent 28%);
}
[data-motif="lattice"] .industry-wash::before{
  background:repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.09) 16px 17px);
}
.industry-sheen{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(115deg, transparent 38%, rgba(255,255,255,.16) 50%, transparent 62%);
  transform:translateX(-130%);
  transition:transform .75s cubic-bezier(.22,1,.36,1);
}
.industry-mark{
  position:absolute;
  right:-6px;
  top:10px;
  z-index:1;
  width:min(46%, 250px);
  aspect-ratio:1;
  color:rgba(255,255,255,.16);
  pointer-events:none;
  user-select:none;
  transform-origin:70% 30%;
  transition:transform .7s cubic-bezier(.22,1,.36,1), color .45s ease;
}
.industry-mark svg{
  width:100%;
  height:100%;
  max-width:none;
  display:block;
}
.industry::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), transparent 26%, rgba(6,10,18,.42) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22), inset 0 0 0 1px rgba(255,255,255,.08);
  border-radius:inherit;
}
.industry-copy{
  position:relative;
  z-index:2;
  min-height:320px;
  padding:30px 32px 28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.industry .icon{
  width:38px;
  height:38px;
  margin:0 0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  color:rgba(255,255,255,.78);
  display:block;
}
.industry .icon svg{
  width:38px;
  height:38px;
  max-width:none;
  display:block;
}
.industry h3{
  margin:0;
  max-width:100%;
  color:#fff;
  font-family:Manrope,sans-serif;
  font-weight:800;
  font-size:clamp(40px,4.8vw,64px);
  line-height:.9;
  letter-spacing:-.055em;
  text-wrap:balance;
  overflow-wrap:break-word;
  text-shadow:0 12px 34px rgba(0,0,0,.28);
}
.industry h3:after{
  content:"";
  display:block;
  width:40px;
  height:3px;
  margin-top:18px;
  border-radius:99px;
  background:rgba(255,255,255,.92);
  transform-origin:left;
  transition:width .45s cubic-bezier(.22,1,.36,1);
}
.industry p{
  max-width:36ch;
  margin:16px 0 0;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.5;
  opacity:.88;
  transform:translateY(4px);
  transition:opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1);
}
.industry-open{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#fff;
  font-size:13px;
  font-weight:750;
  letter-spacing:.02em;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1);
}
.industry:hover,
.industry:focus-visible{
  transform:translateY(-10px);
  box-shadow:0 32px 70px rgba(12,28,56,.26);
  outline:none;
}
.industry:hover .industry-wash,
.industry:focus-visible .industry-wash{
  transform:scale(1.1);
}
.industry:hover .industry-sheen,
.industry:focus-visible .industry-sheen{
  transform:translateX(130%);
}
.industry:hover .industry-mark,
.industry:focus-visible .industry-mark{
  transform:scale(1.08) rotate(-8deg);
  color:rgba(255,255,255,.26);
}
.industry:hover h3:after,
.industry:focus-visible h3:after,
.industry.active h3:after{
  width:96px;
}
.industry:hover p,
.industry:focus-visible p,
.industry:hover .industry-open,
.industry:focus-visible .industry-open{
  opacity:1;
  transform:none;
}
.industry.active{
  box-shadow:0 0 0 2px #fff, 0 0 0 5px #1468f3, 0 32px 70px rgba(12,28,56,.22);
}
.catalog .empty{
  grid-column:1/-1;
  padding:40px;
  text-align:center;
  color:var(--muted);
  display:none;
}

.industry-modal{position:fixed;inset:0;z-index:240;display:none;align-items:center;justify-content:center;padding:24px}
.industry-modal.is-open{display:flex}
.industry-modal-backdrop{position:absolute;inset:0;background:rgba(8,14,24,.62);backdrop-filter:blur(10px)}
.industry-modal-card{position:relative;z-index:1;width:min(740px,100%);max-height:min(92vh,860px);overflow:auto;border-radius:32px;background:#fff;box-shadow:0 40px 90px rgba(8,18,40,.35)}
.industry-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(8,14,24,.5);color:#fff;font-size:22px;cursor:pointer}
.industry-modal-hero{position:relative;min-height:240px;overflow:hidden;color:#fff;background:var(--from,#102033)}
.industry-modal-hero .industry-wash{inset:0;transform:none}
.industry-modal-hero .industry-copy{min-height:240px;padding:40px 32px 30px;justify-content:flex-end}
.industry-modal-hero .icon{
  width:38px;height:38px;margin:0 0 auto;padding:0;border:0;background:none;color:rgba(255,255,255,.82);display:block;
}
.industry-modal-hero .icon svg{width:38px;height:38px;max-width:none;display:block}
.industry-modal-hero h3{
  margin:0;max-width:14ch;color:#fff;font-family:Manrope,sans-serif;font-weight:800;
  font-size:clamp(40px,5vw,62px);line-height:.9;letter-spacing:-.055em;text-wrap:balance;
  overflow-wrap:break-word;text-shadow:0 12px 34px rgba(0,0,0,.28);
}
.industry-modal-hero h3:after{
  content:"";display:block;width:72px;height:3px;margin-top:18px;border-radius:99px;background:rgba(255,255,255,.92);
}
.industry-modal-hero p{
  max-width:36ch;margin:16px 0 0;color:rgba(255,255,255,.9);font-size:15px;line-height:1.5;opacity:1;transform:none;
}
.industry-modal-hero .industry-sheen{display:none}
.industry-modal-hero .industry-mark{
  display:block;
  width:168px;
  right:18px;
  top:22px;
  color:rgba(255,255,255,.2);
}
.industry-modal-body{padding:30px 32px 34px}
.industry-modal-body h2{margin:0 0 12px;font:800 clamp(28px,4vw,40px)/1.05 Manrope,sans-serif;letter-spacing:-.045em}
.industry-modal-body .story{margin:0 0 18px;color:#4b5870;font-size:16px;line-height:1.7}
.industry-modal-body ul{margin:0 0 20px;padding:0;list-style:none;display:grid;gap:9px}
.industry-modal-body li{position:relative;padding-left:18px;color:#334155;font-size:15px;line-height:1.45}
.industry-modal-body li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:#1468f3}
.modal-products{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.modal-products a{padding:9px 12px;border-radius:999px;background:#edf4ff;color:#1468f3;font-size:13px;font-weight:800}
.modal-actions{display:flex;flex-wrap:wrap;gap:10px}
.modal-actions .button{min-width:160px}
.button-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 16px;border-radius:999px;border:1px solid #d5deea;color:#1f2a3d;font-weight:700;background:#fff}
body.modal-open{overflow:hidden}

.bottom-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  column-gap:32px;
  row-gap:16px;
  margin:4px auto 88px;
  padding:34px 40px;
  border-radius:28px;
  background:linear-gradient(120deg,#0b2c68,#1468f3);
  color:#fff;
  box-sizing:border-box;
}
.bottom-cta-copy{min-width:0}
.bottom-cta h2{
  margin:0;
  font:800 clamp(1.7rem,3vw,2.7rem)/1.05 Manrope,sans-serif;
  letter-spacing:-.05em;
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
.bottom-cta p{
  margin:8px 0 0;
  color:#c9dcff;
  overflow-wrap:normal;
  word-break:normal;
}
.bottom-cta .button{
  justify-self:end;
  align-self:center;
  white-space:nowrap;
  background:#fff;
  color:#102043;
  min-height:48px;
  padding:0 20px;
}
.bottom-cta .button:hover{background:#dceaff}

@media (hover: none){
  .industry p,
  .industry-open{
    opacity:1;
    transform:none;
  }
  .industry h3:after{width:72px}
}
@media (max-width: 900px){
  .catalog{grid-template-columns:1fr;gap:14px}
  .industry,.industry-copy{min-height:280px}
  .industry h3{font-size:clamp(40px,10vw,56px);max-width:100%}
  .industry-mark{width:min(42%, 200px)}
  .bottom-cta{padding:30px 26px;margin-bottom:72px}
}
@media (max-width: 640px){
  .industry-copy{padding:24px 22px 22px}
  .industry-modal{padding:10px}
  .industry-modal-body{padding:22px 18px 24px}
  .industry-modal-hero .industry-copy{padding:28px 20px 22px}
  .bottom-cta{
    grid-template-columns:1fr;
    padding:26px 22px;
    margin:8px auto 64px;
  }
  .bottom-cta .button{
    justify-self:stretch;
    width:100%;
  }
}
@media (prefers-reduced-motion: reduce){
  .industry,
  .industry-wash,
  .industry-sheen,
  .industry-mark,
  .industry p,
  .industry-open,
  .industry h3:after{
    transition:none;
  }
}

.bottom-cta h2,
.bottom-cta p,
.bottom-cta .button{
  overflow-wrap:normal !important;
  word-break:normal !important;
}
