/*
Theme Name: eyeDsec Beta
Theme URI: https://eyedsec.de/
Author: eyeDsec
Description: Conversion-orientierte Betaversion der eyeDsec Website.
Version: 0.1.0
Text Domain: eyedsec-beta
*/

:root {
  --ink: #f4f7fb;
  --muted: #aab6c8;
  --navy: #06111f;
  --navy-2: #0a192b;
  --panel: #0d2035;
  --line: rgba(255,255,255,.12);
  --blue: #2686ff;
  --cyan: #3fd8ff;
  --lime: #b9e769;
  --white: #fff;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; background: #fff; color: #000; padding: 10px 16px; z-index: 99; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6,17,31,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-row { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { margin-right: auto; }
.brand img { width: 174px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; color: #dbe5f1; font-size: 15px; font-weight: 650; }
.main-nav a:hover { color: #fff; }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 49px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--blue), #535cff);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  box-shadow: 0 12px 34px rgba(38,134,255,.22);
}
.button.secondary { background: transparent; border-color: rgba(255,255,255,.24); box-shadow: none; }
.button.secondary:hover { border-color: var(--cyan); }
.emergency { color: #ffcf7d !important; }
.nav-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 28px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 90px;
  background:
    radial-gradient(circle at 78% 22%, rgba(38,134,255,.24), transparent 31%),
    radial-gradient(circle at 18% 78%, rgba(63,216,255,.10), transparent 26%),
    linear-gradient(150deg, #06111f 30%, #0a1d34 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--cyan); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(44px, 6.5vw, 78px); }
h1 span { color: var(--cyan); }
.hero-copy { max-width: 720px; margin: 0 0 32px; color: #bfcbdb; font-size: clamp(18px, 2vw, 22px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #cbd6e4; font-size: 14px; }
.hero-proof span::before { content: "✓"; margin-right: 8px; color: var(--lime); font-weight: 900; }

.security-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(21,51,82,.82), rgba(8,24,43,.96));
  box-shadow: 0 30px 80px rgba(0,0,0,.36);
}
.panel-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.live { display: inline-flex; align-items: center; gap: 8px; color: #cfe8d0; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.live::before { content: ""; width: 9px; height: 9px; background: #62e890; border-radius: 50%; box-shadow: 0 0 0 6px rgba(98,232,144,.12); }
.panel-list { display: grid; gap: 12px; }
.panel-item { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.panel-icon { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 11px; background: rgba(38,134,255,.16); color: var(--cyan); font-weight: 900; }
.panel-item strong, .panel-item small { display: block; }
.panel-item small { color: var(--muted); }
.status { color: #8de7a8; font-size: 12px; font-weight: 800; }

.trust-strip { padding: 25px 0; border-block: 1px solid var(--line); background: #071525; }
.trust-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #aebccc; font-size: 14px; }
.trust-row strong { color: #fff; font-size: 16px; }

.section { padding: 96px 0; }
.section.light { background: #f4f7fb; color: #102137; }
.section.tint { background: #09182a; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; margin-bottom: 48px; align-items: end; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 55px); }
.section-heading p { margin: 0; color: inherit; opacity: .72; font-size: 19px; }

.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.entry-card { padding: 31px; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(18,43,70,.08); border: 1px solid #e1e8f0; }
.entry-card .number { color: #277ae8; font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.entry-card h3 { margin: 16px 0 13px; font-size: 27px; }
.entry-card p { min-height: 112px; color: #546579; }
.text-link { color: #176bd2; font-weight: 800; text-decoration: none; }
.text-link::after { content: " →"; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: rgba(38,134,255,.13); filter: blur(4px); }
.service-label { color: var(--cyan); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 13px 0; font-size: 30px; }
.service-card p { color: #b2c0d0; }
.service-card ul { margin: 20px 0 0; padding: 0; list-style: none; color: #d9e3ef; }
.service-card li { margin: 9px 0; }
.service-card li::before { content: "↗"; margin-right: 10px; color: var(--cyan); }
.service-card li a { position: relative; z-index: 2; color: inherit; text-decoration: none; border-bottom: 1px solid transparent; }
.service-card li a:hover, .service-card li a:focus { color: #fff; border-color: var(--cyan); }

.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: start; }
.proof-number { font-size: clamp(68px, 10vw, 120px); line-height: 1; font-weight: 850; letter-spacing: -.07em; color: #247cea; }
.proof-number span { display: block; margin-top: 14px; color: #60738a; font-size: 15px; letter-spacing: 0; line-height: 1.45; font-weight: 650; }
.proof-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof-point { padding: 23px; border: 1px solid #dce4ed; border-radius: 17px; background: #fff; }
.proof-point strong { display: block; margin-bottom: 8px; font-size: 19px; }
.proof-point p { margin: 0; color: #64758a; font-size: 15px; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.process-item { position: relative; padding: 28px 26px; border-top: 1px solid rgba(255,255,255,.22); counter-increment: steps; }
.process-item::before { content: "0" counter(steps); display: block; margin-bottom: 25px; color: var(--cyan); font-weight: 850; }
.process-item h3 { font-size: 22px; }
.process-item p { color: #adbacb; font-size: 15px; }

.cta-box { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding: 54px; border-radius: 28px; background: linear-gradient(120deg, #176fd8, #2833ad); box-shadow: 0 30px 70px rgba(23,111,216,.23); }
.cta-box h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 53px); }
.cta-box p { margin: 0; color: #dceaff; font-size: 18px; }
.cta-actions { display: grid; gap: 11px; }
.cta-actions .button { background: #fff; color: #132752; box-shadow: none; }
.cta-actions .button.secondary { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }

.site-footer { padding: 60px 0 26px; background: #030b15; border-top: 1px solid var(--line); }
.beta-subhero { padding-block: 82px 66px; }
.beta-subhero h1 { max-width: 930px; font-size: clamp(42px, 5vw, 65px); }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 48px 0 14px; font-size: 30px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content a:not(.button) { color: #176bd2; }
.legal-content code { padding: 2px 7px; border-radius: 5px; background: #e3eaf3; }
.service-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; }
.detail-list { margin: 25px 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; margin: 0 0 13px; padding: 17px 18px 17px 48px; border: 1px solid #dce4ed; border-radius: 13px; background: #fff; }
.detail-list li::before { content: "✓"; position: absolute; left: 18px; color: #1975de; font-weight: 900; }
.detail-cta { position: sticky; top: 120px; padding: 30px; border-radius: 20px; background: #0c2037; color: #fff; }
.detail-cta > span { color: var(--cyan); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.detail-cta h2 { margin-top: 15px; font-size: 29px; }
.detail-cta p { color: #b8c6d6; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 45px; }
.footer-logo { width: 165px; margin-bottom: 23px; }
.footer-grid p, .footer-grid a { color: #93a3b5; font-size: 14px; }
.footer-grid h3 { margin-bottom: 18px; font-size: 16px; letter-spacing: 0; }
.footer-grid a { display: block; margin: 7px 0; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: #6f8195; font-size: 13px; }

@media (max-width: 930px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 78px; padding: 22px; flex-direction: column; align-items: stretch; background: #0b1b2e; border: 1px solid var(--line); border-radius: 16px; }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero-grid, .section-heading, .proof-grid, .cta-box { grid-template-columns: 1fr; }
  .hero { padding-top: 75px; }
  .security-panel { max-width: 620px; }
  .entry-grid { grid-template-columns: 1fr; }
  .entry-card p { min-height: 0; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .header-row { min-height: 72px; }
  .brand img { width: 145px; }
  .hero { padding: 62px 0 65px; }
  h1 { font-size: 44px; }
  .section { padding: 70px 0; }
  .service-grid, .proof-points, .process, .footer-grid { grid-template-columns: 1fr; }
  .trust-row { align-items: flex-start; flex-direction: column; }
  .cta-box { padding: 34px 25px; }
  .footer-bottom { flex-direction: column; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .detail-cta { position: static; }
}
