﻿/* Premium Font Family */
body {
    font-family: "Inter", "Poppins", "Sora", sans-serif;
    color: #0A0A0A;
    line-height: 1.5;
}

/* Headings */
h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

/* Paragraphs */
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.small-text {
    font-size: 14px;
    color: #7C89A2;
}

/* Buttons */
.btn-premium {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 12px 28px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(90deg, #1C82D6, #8B4DFE);
    transition: 0.25s ease;
}

.btn-premium:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
}











/* NEON PURPLE THEME */
.neon-theme {
    padding: 100px 20px;
    background: radial-gradient(circle at top left, #2a0055, #0a0018 70%);
    color: #fff;
}

/* Layout */
.neon-theme .unitron-container {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 50px;
}

/* Title Gradient */
.neon-theme .unitron-title {
    font-size: 44px;
    font-weight: 800;
    background: linear-gradient(90deg, #9f4bff, #00eaff);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(159, 75, 255, 0.5);
}

.neon-theme .unitron-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #d4ccff;
    margin-bottom: 35px;
}

/* Integrations Box */
.neon-theme .integration-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 25px rgba(140, 0, 255, 0.3);
    margin-bottom: 40px;
    backdrop-filter: blur(6px);
}

.neon-theme .integration-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.neon-theme .integration-icons img {
    width: 40px;
    margin-right: 15px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: 0.3s;
}

.neon-theme .integration-icons img:hover {
    transform: scale(1.17);
    opacity: 1;
    filter: drop-shadow(0 0 8px #a855ff);
}

/* Feature Cards */
.neon-theme .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
}

.neon-theme .feature-card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 18px rgba(150, 0, 255, 0.25);
    transition: 0.32s ease;
    backdrop-filter: blur(6px);
}

.neon-theme .feature-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 0 30px rgba(0, 195, 255, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.6);
}

.neon-theme .feature-card h4 {
    color: #a855ff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(168, 85, 255, 0.4);
}

.neon-theme .feature-card p {
    color: #e3d7ff;
    font-size: 15px;
    line-height: 1.5;
}

/* AI Graphic */
.neon-theme .unitron-graphic img {
    width: 100%;
    max-width: 440px;
    filter: drop-shadow(0 0 25px rgba(160, 76, 255, 0.5));
    transition: 0.35s;
}

.neon-theme .unitron-graphic img:hover {
    transform: translateY(-12px);
    filter: drop-shadow(0 0 35px rgba(0, 255, 255, 0.7));
}

/* Responsive */
@media(max-width: 980px) {
    .neon-theme .unitron-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .neon-theme .unitron-graphic {
        margin-top: 40px;
    }
    .neon-theme .integration-icons img {
        margin: 10px;
    }
}


/* Horizontal row */
.connector-row {
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Button container */
.connector-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 12px;
  transition: 250ms ease;
}

/* SVG icons */
.connector-btn svg {
  width: 46px;
  height: 46px;
  stroke-width: 2.6;
  transition: 250ms ease;
}

/* Label under icon */
.connector-label {
  font-size: 13px;
  color: #d7e7ff;
  font-family: Inter, sans-serif;
}

/* Neon Blue stroke */
.neon-blue svg * {
  stroke: url(#gradBlue);
}

/* Hover Effect */
.neon-blue:hover svg {
  filter: drop-shadow(0 0 14px rgba(34,150,255,0.8));
  transform: scale(1.12);
}


<!-- GRADIENT STROKE DEF -->
<svg width="0" height="0" style="position:absolute">
  <defs>
    <linearGradient id="gradBlue" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#1C82D6"/>
      <stop offset="100%" stop-color="#0FCCDF"/>
    </linearGradient>
  </defs>
</svg>

