/*
Theme Name: Eclyps Orbital
Theme URI: https://eclyps.de
Author: Eclyps
Description: Futuristic AI/Voice landing page theme with neon orbital design.
Version: 1.0
License: GPLv2 or later
Text Domain: eclyps-orbital
*/

:root{
  --bg:#030510;
  --bg-soft:#070b19;
  --text:#f8fbff;
  --muted:#9ca8c7;
  --muted2:#6f7b9d;
  --blue:#2f8cff;
  --cyan:#42d9ff;
  --purple:#9d4edd;
  --violet:#6d5cff;
  --card:rgba(8,13,30,.74);
  --card2:rgba(255,255,255,.035);
  --line:rgba(143,170,255,.17);
  --line2:rgba(255,255,255,.08);
  --shadow:0 0 70px rgba(47,140,255,.18);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(47,140,255,.18), transparent 32%),
    radial-gradient(circle at 85% 14%, rgba(157,78,221,.12), transparent 25%),
    linear-gradient(180deg,#01030a 0%,#030510 35%,#02040b 100%);
  min-height:100vh;
  overflow-x:hidden;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 32%, rgba(66,217,255,.08), transparent 24%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:auto, 100% 4px;
  opacity:.75;
  z-index:-2;
}

body:after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle at 12% 25%, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 48%, rgba(255,255,255,.35) 0 1px, transparent 1.5px),
    radial-gradient(circle at 22% 61%, rgba(255,255,255,.25) 0 1px, transparent 1.5px);
  opacity:.45;
  z-index:-1;
}

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

.ec-container{
  width:min(1180px, calc(100% - 42px));
  margin:0 auto;
}

.ec-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:28px 0;
  position:relative;
  z-index:10;
}

.ec-logo-mini{
  width:142px;
  height:auto;
  display:block;
  filter:drop-shadow(0 0 16px rgba(66,217,255,.22));
}

.ec-menu{
  display:flex;
  align-items:center;
  gap:38px;
  color:#dfe6ff;
  font-size:15px;
}

.ec-menu a{
  opacity:.9;
  position:relative;
}

.ec-menu a:first-child:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  width:42px;
  height:3px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--purple),var(--cyan));
  border-radius:999px;
  box-shadow:0 0 14px var(--blue);
}

.ec-nav-button{
  border:1px solid rgba(108,123,255,.7);
  padding:13px 26px;
  border-radius:999px;
  background:rgba(255,255,255,.035);
  box-shadow:0 0 28px rgba(109,92,255,.24);
  font-weight:700;
}

.ec-hero{
  min-height:780px;
  padding:58px 0 0;
  text-align:center;
  position:relative;
  overflow:hidden;
}

.ec-orbit-bg{
  position:absolute;
  left:50%;
  top:90px;
  transform:translateX(-50%);
  width:min(900px, 92vw);
  height:min(900px, 92vw);
  border-radius:50%;
  border:1px solid rgba(70,109,255,.2);
  box-shadow:inset 0 0 60px rgba(47,140,255,.08);
  pointer-events:none;
}

.ec-orbit-bg:before{
  content:"";
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(157,78,221,.12);
}

.ec-main-logo{
  position:relative;
  z-index:2;
  width:min(620px, 92vw);
  margin:0 auto 32px;
  display:block;
  filter:
    drop-shadow(0 0 22px rgba(66,217,255,.3))
    drop-shadow(0 0 52px rgba(157,78,221,.18));
}

.ec-eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#8ab7ff;
  font-size:12px;
  letter-spacing:.45em;
  text-transform:uppercase;
  margin:0 0 18px;
}

.ec-hero h1{
  position:relative;
  z-index:2;
  margin:0;
  font-size:clamp(48px, 7vw, 86px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:780;
}

.ec-gradient{
  background:linear-gradient(135deg,#7fb6ff 8%,#8b5cf6 45%,#c084fc 85%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
}

.ec-subtitle{
  position:relative;
  z-index:2;
  margin:24px auto 0;
  max-width:650px;
  color:#bdc7df;
  line-height:1.75;
  font-size:18px;
}

.ec-actions{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}

.ec-button{
  min-width:158px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  border-radius:18px;
  padding:16px 24px;
  font-weight:760;
}

.ec-button-primary{
  background:linear-gradient(135deg,#a855f7 0%,#2f8cff 100%);
  box-shadow:0 0 30px rgba(47,140,255,.36), inset 0 1px 0 rgba(255,255,255,.22);
}

.ec-button-secondary{
  color:#eef4ff;
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(12px);
}

.ec-planet{
  position:absolute;
  left:50%;
  bottom:-145px;
  transform:translateX(-50%);
  width:150vw;
  max-width:1800px;
  height:360px;
  border-radius:50% 50% 0 0;
  background:
    radial-gradient(ellipse at center top, rgba(72,139,255,.26), transparent 34%),
    linear-gradient(90deg, rgba(47,140,255,.55), rgba(157,78,221,.7), rgba(47,140,255,.55));
  opacity:.75;
  filter:blur(.2px);
  box-shadow:
    0 -8px 35px rgba(47,140,255,.45),
    0 -14px 45px rgba(157,78,221,.34);
}

.ec-planet:after{
  content:"";
  position:absolute;
  inset:10px 0 0;
  border-radius:50% 50% 0 0;
  background:linear-gradient(180deg,#061333 0%,#01030a 36%);
}

.ec-section{
  position:relative;
  padding:84px 0 0;
}

.ec-section-title{
  text-align:center;
  margin:0 auto 42px;
}

.ec-section-title .small{
  display:block;
  color:#7fb6ff;
  text-transform:uppercase;
  letter-spacing:.48em;
  font-size:12px;
  margin-bottom:16px;
}

.ec-section-title h2{
  margin:0;
  font-size:clamp(36px, 5vw, 58px);
  letter-spacing:-.045em;
  line-height:1.05;
}

.ec-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.ec-card{
  min-height:210px;
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(13,20,46,.72), rgba(5,8,20,.74));
  border-radius:22px;
  padding:26px 20px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}

.ec-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  color:#8b5cf6;
  border:1px solid rgba(110,130,255,.22);
  background:rgba(255,255,255,.03);
  box-shadow:0 0 24px rgba(157,78,221,.18);
}

.ec-card h3{
  margin:0 0 12px;
  text-align:center;
  font-size:17px;
}

.ec-card p{
  margin:0;
  color:var(--muted);
  text-align:center;
  line-height:1.65;
  font-size:14px;
}

.ec-vision{
  border:1px solid var(--line);
  border-radius:28px;
  padding:54px;
  min-height:340px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
  background:
    radial-gradient(circle at 78% 48%, rgba(47,140,255,.15), transparent 30%),
    linear-gradient(180deg, rgba(13,20,46,.62), rgba(4,7,18,.8));
  box-shadow:var(--shadow);
  overflow:hidden;
}

.ec-vision h2{
  margin:0 0 18px;
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.ec-vision p{
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
  max-width:470px;
}

.ec-orb{
  width:min(380px,80vw);
  aspect-ratio:1;
  border-radius:50%;
  margin:auto;
  position:relative;
  border:3px solid rgba(59,130,246,.8);
  box-shadow:
    0 0 36px rgba(47,140,255,.72),
    inset 0 0 58px rgba(157,78,221,.16);
  background:radial-gradient(circle at 50% 50%, #01030a 45%, rgba(47,140,255,.16));
}

.ec-orb:before{
  content:"";
  position:absolute;
  inset:-34px -58px;
  border:1px solid rgba(72,139,255,.28);
  border-radius:50%;
  transform:rotate(-12deg) scaleX(1.38);
}

.ec-orb:after{
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  border-radius:50%;
  background:white;
  left:10%;
  top:8%;
  box-shadow:0 0 28px 13px rgba(47,140,255,.9);
}

.ec-waitlist{
  text-align:center;
  padding:82px 0;
}

.ec-waitlist h2{
  margin:0 0 12px;
  font-size:clamp(38px,5vw,58px);
  letter-spacing:-.05em;
  line-height:1.05;
}

.ec-waitlist p{
  color:var(--muted);
  margin:0 0 30px;
}

.ec-form{
  width:min(520px,100%);
  margin:auto;
  display:flex;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  background:rgba(255,255,255,.03);
}

.ec-form input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:17px 18px;
  color:white;
  background:transparent;
}

.ec-form button{
  border:0;
  color:white;
  padding:0 24px;
  font-weight:760;
  background:linear-gradient(135deg,#a855f7,#2f8cff);
}

.ec-footer{
  border-top:1px solid var(--line2);
  padding:42px 0 34px;
  display:grid;
  grid-template-columns:1.2fr repeat(3,1fr);
  gap:34px;
  color:var(--muted);
}

.ec-footer img{
  width:150px;
  margin-bottom:14px;
}

.ec-footer h4{
  color:white;
  margin:0 0 14px;
}

.ec-footer a{
  display:block;
  margin:8px 0;
  color:var(--muted);
}

.ec-copy{
  grid-column:1/-1;
  text-align:center;
  color:var(--muted2);
  font-size:14px;
  margin-top:16px;
}

@media(max-width:1050px){
  .ec-cards{grid-template-columns:repeat(2,1fr)}
  .ec-menu{display:none}
}

@media(max-width:760px){
  .ec-nav-button{display:none}
  .ec-main-logo{width:min(92vw,480px)}
  .ec-hero{min-height:680px}
  .ec-cards{grid-template-columns:1fr}
  .ec-vision{grid-template-columns:1fr;padding:30px}
  .ec-form{display:block;border-radius:18px}
  .ec-form input,.ec-form button{width:100%;display:block}
  .ec-form button{padding:16px}
  .ec-footer{grid-template-columns:1fr}
}
