:root {
  --primary: #0A66FF;
  --accent: #00D4FF;
  --dark: #050816;
  --dark2: #0B1020;
  --text: #FFFFFF;
  --muted: #A0AEC0;
  --line: rgba(255, 255, 255, .13);
  --glass: rgba(255, 255, 255, .065);
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  background: var(--dark)
}

body {
  margin: 0;
  background: radial-gradient(circle at 20% 8%, rgba(10, 102, 255, .28), transparent 30rem), radial-gradient(circle at 82% 4%, rgba(0, 212, 255, .18), transparent 26rem), linear-gradient(180deg, #050816, #070b17 52%, #050816);
  color: var(--text);
  font-family: Inter, Segoe UI, Arial, sans-serif;
  overflow-x: hidden
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
  z-index: -2
}

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

img {
  max-width: 100%;
  height: auto
}

button,
input,
textarea,
select {
  font: inherit
}

.container {
  width: min(1300px, calc(100% - 32px));
  margin-inline: auto
}

.navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(1300px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: rgba(5, 8, 22, .72);
  backdrop-filter: blur(18px);
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .32)
}

.brand img {
  display: block;
  width: 164px
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #d7deec;
  font-size: 14px;
  font-weight: 700
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, .08);
  color: #fff
}

.nav-links .nav-cta {
  background: linear-gradient(100deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 14px 38px rgba(10, 102, 255, .3)
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: #fff
}

.fullscreen {
  min-height: 100vh
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 130px 0 42px
}

.hero canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .48
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 210px)
}

.hero h1,
.page-hero h1,
.service-hero h1 {
  font-size: clamp(38px, 5.2vw, 55px);
  line-height: 1.04;
  margin: 0;
  font-weight: 900;
  letter-spacing: 0
}

.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #fff, #9eefff 42%, #7aa8ff 70%, #d7c4ff);
  -webkit-background-clip: text;
  background-clip: text
}

.hero p,
.page-hero p,
.service-hero p,
.section-head p {
  color: #ffffff;
  line-height: 1.8;
  font-size: 18px
}

.hero-copy p {
  max-width: 720px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
  transition: .25s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn.primary {
  border: 0;
  background: linear-gradient(100deg, var(--primary), var(--accent));
  box-shadow: 0 18px 52px rgba(10, 102, 255, .35)
}

.btn.secondary {
  background: rgba(255, 255, 255, .06)
}

.icon {
  width: 20px;
  height: 20px
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px
}

.counter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px
}

.counter-row div,
.glass-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: 8px
}

.counter-row div {
  padding: 18px
}

.counter-row strong {
  display: block;
  color: #9eefff;
  font-size: 30px
}

.counter-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px
}

.hero-visual {
  position: relative;
  min-height: 520px
}

.orbital-shell {
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(0, 212, 255, .28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: float 5s ease-in-out infinite;
  background: radial-gradient(circle, rgba(0, 212, 255, .16), transparent 58%)
}

.core-cube {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  box-shadow: 0 0 80px rgba(0, 212, 255, .55);
  transform: rotate(45deg)
}

.orbital-shell span {
  position: absolute;
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: rgba(5, 8, 22, .75);
  border-radius: 8px;
  font-weight: 800
}

.orbital-shell span:nth-child(2) {
  top: 4%;
  left: 42%
}

.orbital-shell span:nth-child(3) {
  right: 4%;
  top: 44%
}

.orbital-shell span:nth-child(4) {
  bottom: 4%;
  left: 44%
}

.orbital-shell span:nth-child(5) {
  left: 4%;
  top: 44%
}

.floating-card {
  position: absolute;
  max-width: 245px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  font-weight: 900
}

.floating-card small {
  display: block;
  margin-top: 6px;
  color: #b8c3d8;
  font-weight: 600;
  line-height: 1.5
}

.card-a {
  left: 0;
  bottom: 70px
}

.card-b {
  right: 0;
  top: 80px
}

.trusted {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  color: #9da9bd
}

.trusted b {
  color: #fff;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .055)
}

.section {
  padding: 88px 0
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015))
}

.section-head {
  width: min(720px, 100%);
  margin: 0 auto 42px;
  text-align: center
}

.section-head h2,
.cta-inner h2,
.center-title {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  margin: 0 0 14px;
  font-weight: 900
}

.service-grid {
  width: min(1300px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.service-card {
  padding: 28px;
  transition: .25s
}

.service-card:hover,
.price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, .44);
  box-shadow: 0 28px 86px rgba(0, 212, 255, .16)
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(0, 212, 255, .12);
  color: #9eefff
}

.card-icon.large {
  width: 72px;
  height: 72px
}

.card-icon.large .icon {
  width: 34px;
  height: 34px
}

.service-card h3,
.feature-card h3,
.price-card h2,
.price-card h3 {
  font-size: 22px;
  margin: 22px 0 10px
}

.service-card p,
.feature-card p,
.blog-card p,
.legal p,
.article-body p {
  color: #adb8cc;
  line-height: 1.75
}

.service-card a,
.blog-card a,
.job-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9eefff;
  font-weight: 800;
  margin-top: 14px
}

.split {
  display:block;
  /* display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start */
}

.feature-grid,
.values-grid,
.team-grid,
.pricing-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.feature-card,
.team-card,
.price-card,
.blog-card,
.large,
.culture-card {
  padding: 28px
}

.industry-grid,
.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px
}

.industry-card,
.tech-grid span {
  border: 1px solid rgba(0, 212, 255, .22);
  background: rgba(0, 212, 255, .08);
  color: #dff9ff;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 800
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    grid-auto-flow: row;
}

.timeline.compact {
  grid-template-columns: repeat(4, 1fr)
}

.timeline-item {
  border-top: 2px solid rgba(0, 212, 255, .4);
  padding: 18px 14px;
  background: rgba(255, 255, 255, .045);
  border-radius: 8px
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border-radius: 8px;
  background: linear-gradient(100deg, var(--primary), var(--accent));
  font-weight: 900
}

.testimonial-swiper {
  padding: 8px 0 48px
}

.swiper-slide {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  padding: 34px;
  min-height: 210px
}

.swiper-slide blockquote {
  font-size: 22px;
  line-height: 1.6;
  margin: 0
}

.swiper-slide cite {
  display: block;
  margin-top: 20px;
  color: #9eefff
}

.cta-band {
  padding: 72px 0
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    border: 1px solid rgba(0, 212, 255, .22);
    background: radial-gradient(circle at 20% 20%, rgba(0, 212, 255, .18), transparent 40%), linear-gradient(135deg, rgba(10, 102, 255, .22), rgba(255, 255, 255, .055));
    border-radius: 8px;
    padding: 20px;
}

.cta-inner p {
  color: #c8d2e3;
  line-height: 1.7
}

.footer {
  border-top: 1px solid var(--line);
  padding: 58px 0 22px;
  background: #040713
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px
}

.footer-logo {
  width: 174px
}

.footer p,
.footer a {
  display: block;
  color: #aeb8c9;
  line-height: 1.8;
  margin: 8px 0
}

.footer h3 {
  margin-top: 0
}

.socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #7f8aa0
}

.whatsapp-float {
  display: none !important;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #25D366;
  color: #03150a;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(37, 211, 102, .35)
}

.page-hero,
.service-hero {
  padding: 156px 0 78px;
  position: relative;
  overflow: hidden
}

.page-hero .container {
  max-width: 900px;
  text-align: center
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 38px;
  align-items: center
}

.service-includes {
  padding: 28px
}

.service-includes div,
.two-panels p,
.price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1
}

.two-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.two-panels article {
  padding: 28px
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr)
}

.pricing-grid.three {
  grid-template-columns: repeat(3, 1fr)
}

.price-card {
  position: relative;
  padding: 28px
}

.price-card strong {
  display: block;
  font-size: 34px;
  color: #9eefff;
  margin: 18px 0
}

.price-card ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none
}

.price-card li {
  margin: 12px 0
}

.popular {
  border-color: rgba(0, 212, 255, .55)
}

.badge,
.category-label {
  display: inline-flex;
  background: rgba(0, 212, 255, .14);
  color: #9eefff;
  border: 1px solid rgba(0, 212, 255, .28);
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 12px
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.stats-panel div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06)
}

.stats-panel strong {
  display: block;
  font-size: 38px;
  color: #9eefff
}

.values-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05)
}

.team-card div {
  height: 120px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(10, 102, 255, .4), rgba(0, 212, 255, .18))
}

.job-list {
  display: grid;
  gap: 12px
}

.job-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, .05)
}

.culture-card {
  position: sticky;
  top: 116px
}

.office-visual {
  height: 220px;
  border-radius: 8px;
  background: radial-gradient(circle at 30% 35%, rgba(0, 212, 255, .45), transparent 18%), linear-gradient(135deg, rgba(10, 102, 255, .35), rgba(255, 255, 255, .06));
  margin-top: 22px;
  position: relative
}

.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 22px
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.contact-cards article {
  padding: 22px
}

.form {
  padding: 26px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.form input,
.form textarea,
.form select,
.blog-search input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .22);
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  outline: none
}

.form textarea {
  height: 138px;
  resize: vertical;
  margin-top: 12px
}

.form-grid+.form-grid {
  margin-top: 12px
}

.upload-field {
  display: block;
  margin-top: 12px;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 15px;
  color: #c8d2e3
}

.upload-field input {
  margin-top: 8px
}

.form-status {
  min-height: 22px;
  color: #9eefff
}

.map-section iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(.8) invert(.92) contrast(.9)
}

.blog-search {
  display: flex;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 620px
}

.blog-card {
  min-height: 260px
}

.blog-card span {
  color: #9eefff;
  font-weight: 900
}

.article-body {
  max-width: 840px
}

.article-body h2 {
  font-size: 32px
}

.article-body li {
  color: #cbd5e1;
  margin: 10px 0
}

.legal {
  max-width: 880px
}

.faq-list {
  max-width: 850px;
  margin: auto
}

.faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .055);
  border-radius: 8px;
  padding: 18px;
  margin: 12px 0
}

.faq-item summary {
  cursor: pointer;
  font-weight: 900
}

.faq-item p {
  color: #b8c3d8;
  line-height: 1.7
}

.inline {
  justify-content: flex-start
}

.center-title {
  text-align: center;
  margin-bottom: 32px
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  border-radius: 8px;
  overflow: hidden
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: left;
  color: #d7deec
}

.admin-table th {
  color: #9eefff;
  background: rgba(0, 212, 255, .08)
}

:root {
  --primary: #0B3044;
  --primary-2: #123F56;
  --accent: #13B9C8;
  --accent-2: #5AE2D9;
  --dark: #04131C;
  --dark2: #082131;
  --text: #F7FCFF;
  --muted: #A9BEC8;
  --line: rgba(90, 226, 217, .18);
  --glass: rgba(255, 255, 255, .072);
  --shadow: 0 24px 80px rgba(2, 12, 18, .38);
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(19, 185, 200, .22), transparent 30rem),
    radial-gradient(circle at 86% 10%, rgba(11, 48, 68, .78), transparent 32rem),
    linear-gradient(180deg, #04131C 0%, #082131 48%, #04131C 100%);
  font-family: Manrope, Inter, Segoe UI, Arial, sans-serif;
}

body:before {
  background-image:
    linear-gradient(rgba(90, 226, 217, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 226, 217, .045) 1px, transparent 1px);
}

.navbar {
  background: rgba(247, 252, 255, .94);
  border-color: rgba(11, 48, 68, .1);
  box-shadow: 0 16px 44px rgba(2, 12, 18, .16);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(2, 12, 18, .22);
}

.brand img {
  width: 300px;
  filter: none;
  transform-origin: left center;
  animation: brandFloat 5.8s ease-in-out infinite;
}

.nav-links a {
  color: #17394A;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(19, 185, 200, .11);
  color: #082F42;
}

.nav-links .nav-cta, .btn.primary {
    background: linear-gradient(100deg, #0B3044, #13B9C8);
    color: #fff;
    box-shadow: 0 16px 42px rgba(19, 185, 200, .28);
}
.btn.primary {
    width: 250px;
    background: linear-gradient(100deg, #0B3044, #13B9C8);
    color: #fff;
    box-shadow: 0 16px 42px rgba(19, 185, 200, .28);
}
.nav-item {
  position: relative;
}

.has-submenu>a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .22s ease;
}

.has-submenu:hover .chevron {
  transform: rotate(225deg) translateY(-1px);
}

.submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  width: 286px;
  padding: 10px;
  border: 1px solid rgba(19, 185, 200, .2);
  border-radius: 8px;
  background: rgba(247, 252, 255, .98);
  box-shadow: 0 24px 70px rgba(2, 12, 18, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
}

.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  display: block;
  padding: 11px 12px;
  color: #17394A;
  font-size: 13px;
}

.submenu a:hover {
  background: linear-gradient(90deg, rgba(19, 185, 200, .14), rgba(11, 48, 68, .06));
  transform: translateX(3px);
}

.hero h1,
.page-hero h1,
.service-hero h1,
.section-head h2,
.cta-inner h2,
.center-title {
  font-family: Montserrat, Manrope, Arial, sans-serif;
}

.hero h1 span {
  background: linear-gradient(100deg, #F7FCFF 0%, #9AF1EA 42%, #13B9C8 72%, #D7FCFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.glass-card,
.counter-row div,
.swiper-slide {
  background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .042));
  border-color: rgba(90, 226, 217, .18);
  box-shadow: 0 24px 80px rgba(2, 12, 18, .34);
}

.card-icon,
.industry-card,
.tech-grid span,
.badge,
.category-label {
  background: rgba(19, 185, 200, .1);
  border-color: rgba(19, 185, 200, .24);
  color: #A4F3EF;
}

.counter-row strong,
.stats-panel strong,
.price-card strong,
.service-card a,
.blog-card a,
.job-card a,
.swiper-slide cite {
  color: #8EEBE6;
}

.service-card:hover,
.price-card:hover {
  border-color: rgba(90, 226, 217, .48);
  box-shadow: 0 30px 88px rgba(19, 185, 200, .16);
}

.orbital-shell {
  border-color: rgba(90, 226, 217, .24);
  background: radial-gradient(circle, rgba(19, 185, 200, .14), transparent 58%);
  animation: float 7.2s ease-in-out infinite;
}

.core-cube {
  background: linear-gradient(135deg, #0B3044, #13B9C8 72%, #5AE2D9);
  box-shadow: 0 0 78px rgba(19, 185, 200, .48);
}

.floating-card,
.orbital-shell span,
.trusted b {
  background: rgba(8, 33, 49, .78);
  border-color: rgba(90, 226, 217, .18);
}

.timeline-item span,
.cta-inner {
  background: linear-gradient(135deg, rgba(11, 48, 68, .92), rgba(19, 185, 200, .26));
}

.cta-inner {
  border-color: rgba(90, 226, 217, .24);
}

.footer {
  background: #031019;
}

.nav-toggle span {
  background: #0B3044;
}

@keyframes brandFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-2px)
  }
}
/* Enhanced Industry Cards */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 40px 0;
}

.industry-card {
  position: relative;
  padding: 32px 24px;
  background: linear-gradient(135deg, rgba(19, 185, 200, .08), rgba(90, 226, 217, .04));
  border: 2px solid rgba(0, 212, 255, .15);
  border-radius: 12px;
  border-left: 5px solid var(--accent-color, rgba(0, 212, 255, .5));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--accent-color, rgba(0, 212, 255, 0.5)) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  pointer-events: none;
}

.industry-card:hover {
  border-color: var(--accent-color, rgba(0, 212, 255, .5));
  background: linear-gradient(135deg, rgba(19, 185, 200, .15), rgba(90, 226, 217, .08));
  box-shadow: 0 20px 60px rgba(0, 212, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
  transform: translateY(-8px);
}

.industry-card:hover::before {
  opacity: 0.08;
}

.industry-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color, rgba(0, 212, 255, 0.5)), rgba(90, 226, 217, .3));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.industry-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--accent-color, #00D4FF);
  fill: var(--accent-color, #00D4FF);
}

.industry-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 12px 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .7);
  margin: 0;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    padding: 24px 0;
  }
  
  .industry-card {
    padding: 24px 18px;
  }
  
  .industry-icon {
    width: 48px;
    height: 48px;
  }
  
  .industry-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .industry-card h3 {
    font-size: 16px;
  }
  
  .industry-card p {
    font-size: 13px;
  }
}

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