.eyebrow,
.section-kicker,
.logo-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(146,244,255,0.2);
  background: rgba(113,238,255,0.05);
  box-shadow: 0 0 30px rgba(94,234,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  letter-spacing: 0.32em;
  color: rgba(215,251,255,0.9);
  max-width: 100%;
}

.section-kicker,
.logo-label {
  letter-spacing: 0.24em;
  color: rgba(215,251,255,0.62);
  margin-bottom: 14px;
}

.logo-label {
  margin-bottom: 24px;
  color: rgba(215,251,255,0.7);
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
  overflow-wrap: break-word;
}

.hero-title {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
  max-width: 11.5ch;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.gradient-text {
  display: block;
  margin-top: 14px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, var(--cyan-1), var(--cyan-2), var(--cyan-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 760px;
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--muted);
}

.rich-copy {
  font-size: 1.05rem;
  line-height: 1.95;
  color: var(--muted);
  display: grid;
  gap: 18px;
}

.rich-copy-top {
  margin-top: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
  max-width: 100%;
}

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

.btn-primary {
  border: 1px solid rgba(215,251,255,0.3);
  background: linear-gradient(90deg, rgba(113,238,255,0.18), rgba(39,191,255,0.16));
  box-shadow: var(--shadow);
  color: #eaffff;
}

.btn-primary:hover {
  border-color: rgba(215,251,255,0.48);
  box-shadow: var(--shadow-strong);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.92);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
}

.logo-card,
.feature-card,
.contact-box,
.tech-item,
.pillar {
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  width: 100%;
  max-width: 100%;
}

.logo-card {
  position: relative;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: 0 0 60px rgba(67,223,255,0.1);
  overflow: hidden;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.logo-card::before {
  content: "";
  position: absolute;
  inset: -10% 20% auto;
  height: 180px;
  background: rgba(113,238,255,0.1);
  filter: blur(60px);
  pointer-events: none;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 10px;
}

.logo-wrap img {
  width: min(100%, 220px);
  filter: drop-shadow(0 0 28px rgba(110,241,255,0.9));
}

.brand {
  text-align: center;
  margin-top: 16px;
}

.brand-name {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(215,251,255,0.96);
  text-indent: 0.18em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.brand-copy {
  max-width: 320px;
  margin: 16px auto 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: var(--muted-2);
}

.feature-card {
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 0 30px rgba(42,190,255,0.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  background: rgba(7,20,27,0.9);
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(146,244,255,0.24);
  box-shadow: 0 0 40px rgba(42,190,255,0.12);
}

.feature-card h3,
.pillar h3,
.tech-item h3,
.contact-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: rgba(215,251,255,0.96);
}

.feature-card ul {
  margin-top: 16px;
  color: var(--muted-2);
  line-height: 1.85;
  font-size: 0.96rem;
}

.pillar,
.tech-item,
.contact-box {
  border-radius: var(--radius-sm);
  padding: 22px;
}

.pillar p,
.tech-item p,
.contact-box p,
.contact-value {
  margin-top: 10px;
  color: var(--muted-2);
  line-height: 1.85;
  font-size: 0.96rem;
}

.contact-box {
  border-radius: var(--radius);
  padding: 36px;
  background: linear-gradient(90deg, #07141b, #091b24);
  box-shadow: 0 0 60px rgba(67,223,255,0.08);
}
