/* =========================
   PrimeVision Webstudio – Global Styles
   ========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #05070c;
  --bg-elevated: #0b1019;
  --bg-glass: rgba(12, 18, 30, 0.9);
  --primary: #4b7cff;
  --primary-soft: #223764;
  --text: #f5f7ff;
  --muted: #a4b0d4;
  --border: #1b2435;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.65);
}

html,
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top left, #10182a 0, #05070c 55%);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-size: 16px;
}

/* =========================
   Header / Navigation
   ========================= */

.pv-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 7vw;
  background: linear-gradient(to bottom, rgba(5, 7, 12, 0.96), rgba(5, 7, 12, 0.7));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pv-logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.pv-logo-img {
  height: 46px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.9));
}

.pv-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pv-logo-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.pv-logo-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.pv-logo-link:hover .pv-logo-title {
  color: #e2e7ff;
}

.pv-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.pv-nav a {
  color: var(--muted);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.pv-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.pv-nav a.active {
  color: var(--text);
  background: rgba(75, 124, 255, 0.2);
}

.nav-cta {
  border: 1px solid rgba(75, 124, 255, 0.8);
  background: radial-gradient(circle at 0 0, rgba(75, 124, 255, 0.5), transparent 55%);
}

/* Burger-Button (Mobile) */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: 0.2s ease;
}

.nav-toggle span + span {
  margin-top: 4px;
}

/* Burger → X Animation */
.nav-toggle.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* =========================
   Hero – Startseite
   ========================= */

.hero {
  padding: 90px 7vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
}

.hero-content {
  max-width: 640px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.hero-title {
  font-size: clamp(40px, 5.4vw, 58px);
  margin: 0;
  line-height: 1.05;
}

.gradient-text {
  background: linear-gradient(120deg, #f5f7ff, #b4c7ff, #4b7cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}

.hero-subtitle-strong {
  margin-top: 12px;
  font-size: 15px;
  color: #d5ddff;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.pill {
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 12, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Hero – Logo rechts mit Animation */

.hero-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 370px;
}

.hero-logo-orbit {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: logoOrbit 10s ease-in-out infinite alternate;
}

.hero-logo-glow {
  position: absolute;
  width: 115%;
  max-width: 450px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 124, 255, 0.7), transparent 60%);
  opacity: 0.6;
  filter: blur(18px);
}

.hero-logo-3d {
  max-width: 360px;
  width: 100%;
  height: auto;
  opacity: 0.98;
  transform-origin: center center;
  transform-style: preserve-3d;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.95));
  animation: logoSpinZoom 18s ease-in-out infinite;
}

/* Orbit: links-rechts / hoch-runter */
@keyframes logoOrbit {
  0% {
    transform: translateX(-12px) translateY(8px);
  }
  30% {
    transform: translateX(10px) translateY(-6px);
  }
  60% {
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    transform: translateX(16px) translateY(6px);
  }
}

/* Spin + Zoom (dreht und „kommt raus“) */
@keyframes logoSpinZoom {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  20% {
    transform: rotateY(10deg) scale(1.06);
  }
  40% {
    transform: rotateY(-12deg) scale(1.03);
  }
  55% {
    transform: rotateY(0deg) scale(1.01);
  }
  75% {
    transform: rotateY(16deg) scale(1.18);
  }
  85% {
    transform: rotateY(22deg) scale(1.24);
  }
  100% {
    transform: rotateY(0deg) scale(1.05);
  }
}

/* =========================
   Sections / Layout
   ========================= */

.section {
  padding: 60px 7vw;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 48px;
  align-items: flex-start;
}

.section h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.section-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.section-text-strong {
  color: #d5ddff;
  font-size: 15px;
  line-height: 1.8;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

/* =========================
   Pricing
   ========================= */

.pricing-section {
  padding: 70px 7vw 80px;
  background: radial-gradient(circle at top, rgba(75, 124, 255, 0.18), transparent 55%);
}

.pricing-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 38px;
}

.pricing-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pricing-header p {
  font-size: 16px;
  color: var(--muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.price-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 24px 22px 26px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.price-card.highlight {
  border-color: rgba(75, 124, 255, 0.9);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 1);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(75, 124, 255, 0.24), transparent 55%);
  opacity: 0;
  transition: 0.25s ease;
}

.price-card:hover::before {
  opacity: 1;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 124, 255, 0.9);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 1);
}

.price-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.price-title {
  margin: 6px 0 6px;
  font-size: 19px;
}

.price-range {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
}

.price-note {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
}

.price-list {
  margin: 12px 0 18px;
  padding-left: 18px;
  font-size: 15px;
  color: var(--muted);
}

.price-list li + li {
  margin-top: 6px;
}

.price-cta {
  margin-top: 6px;
}

/* =========================
   Grids & Cards / Features
   ========================= */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.small-gap {
  gap: 18px;
}

.feature-card,
.project-card,
.contact-card,
.stat-card,
.founder-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 22px 22px 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover,
.project-card:hover,
.contact-card:hover,
.stat-card:hover,
.founder-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 124, 255, 0.7);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
}

.feature-card h3 {
  margin-top: 0;
  font-size: 19px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 15px;
  color: var(--muted);
}

.bullet-list {
  margin: 12px 0 0;
  padding-left: 18px;
  font-size: 15px;
  color: var(--muted);
}

.bullet-list li + li {
  margin-top: 6px;
}

/* =========================
   Prozess / Timeline
   ========================= */

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.timeline-item {
  position: relative;
  padding-top: 12px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #4b7cff, transparent);
}

.timeline-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.timeline-item p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
}

/* =========================
   Portfolio
   ========================= */

.project-thumb {
  height: 160px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.placeholder-gradient {
  background: linear-gradient(135deg, #4b7cff, #171f34);
}

.project-body h3 {
  margin: 16px 0 8px;
  font-size: 18px;
}

.project-body p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.project-tags li {
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* =========================
   About / Gründer & Ziele
   ========================= */

.about-aside {
  display: grid;
  gap: 16px;
}

.stat-card {
  padding: 18px 20px;
}

.stat-value {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.stat-label {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  color: var(--muted);
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.founder-name {
  font-size: 19px;
  margin-bottom: 4px;
}

.founder-role {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 12px;
}

.founder-story {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}

/* =========================
   Contact
   ========================= */

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 32px;
}

.contact-left h2 {
  margin-bottom: 8px;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.form-row {
  display: grid;
  gap: 6px;
}

label {
  font-size: 14px;
  color: var(--muted);
}

input,
select,
textarea {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(6, 9, 16, 0.96);
  padding: 11px 13px;
  color: var(--text);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(75, 124, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(75, 124, 255, 0.4);
}

textarea {
  resize: vertical;
  min-height: 130px;
}

.fake-link {
  color: var(--text);
}

/* Kontakt: rechte Spalte */

.contact-right {
  display: grid;
  gap: 18px;
}

.contact-card h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Page Hero (Unterseiten) */

.page-hero {
  padding: 70px 7vw 24px;
}

.page-hero h1 {
  margin: 0 0 10px;
  font-size: 32px;
}

.page-hero-text {
  max-width: 620px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}

/* CTA Section */

.section-cta {
  text-align: center;
}

.section-cta h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.section-cta p {
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 16px;
}

/* Buttons & Links */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  padding: 11px 22px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #4b7cff, #365fe0);
  color: white;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.95);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
}

.link-arrow {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
}

.link-arrow:hover {
  color: var(--text);
}

/* =========================
   Footer mit Links & Socials (größer)
   ========================= */

.pv-footer {
  padding: 28px 7vw 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: var(--muted);
  background: linear-gradient(to top, rgba(5, 7, 12, 0.98), rgba(5, 7, 12, 0.9));
}

.pv-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: space-between;
}

.footer-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--text);
}

/* Social-Buttons etwas „dicker“ */

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  text-decoration: none;
  color: var(--muted);
  transition: 0.2s ease;
}

.footer-social a:hover {
  background: rgba(75, 124, 255, 0.3);
  border-color: rgba(75, 124, 255, 0.9);
  color: #ffffff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.7);
}

/* Mobile: Footer untereinander */

@media (max-width: 768px) {
  .pv-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* =========================
   Responsive
   ========================= */

@media (max-width: 960px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 80px;
  }

  .hero-showcase {
    margin-top: 26px;
    min-height: 280px;
  }

  .section-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .founder-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pv-header {
    padding-inline: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .pv-nav {
    position: fixed;
    inset: 64px 12px 16px 12px;
    padding: 18px 18px 20px;
    background:
      radial-gradient(circle at top, rgba(75, 124, 255, 0.22), transparent 65%),
      rgba(5, 7, 12, 0.96);
    border-radius: 18px;
    border: 1px solid rgba(75, 124, 255, 0.5);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.24s ease;
  }

  .pv-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .pv-nav a {
    width: 100%;
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: transparent;
    color: var(--muted);
  }

  .pv-nav a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
  }

  .pv-nav a.active {
    background: linear-gradient(135deg, #4b7cff, #365fe0);
    color: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9);
    border-color: transparent;
  }

  .hero,
  .section,
  .page-hero,
  .pricing-section {
    padding-inline: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-3,
  .grid-2,
  .timeline {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-showcase {
    min-height: 260px;
  }

  .pv-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Zusatzleistungen: 4 Karten in einer Reihe */
.extras-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* Tablet: 2 Spalten */
@media (max-width: 1200px) {
  .extras-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: 1 Spalte */
@media (max-width: 700px) {
  .extras-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}


