:root {
  --deye-navy: #071452;
  --deye-navy-2: #0a1f75;
  --deye-blue: #2467ff;
  --deye-sky: #4da6ff;
  --deye-ink: #f6f9ff;
  --deye-muted: rgba(246,249,255,.74);
  --deye-line: rgba(255,255,255,.16);
  --deye-glass: rgba(255,255,255,.08);
  --deye-white: #ffffff;
  --deye-danger: #ec1c24;
  --deye-shadow: 0 32px 90px rgba(0, 0, 0, .45);
  --deye-radius: 30px;
  --deye-max: 1240px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--deye-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(36,103,255,.32), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(77,166,255,.22), transparent 24%),
    radial-gradient(circle at 52% 92%, rgba(236,28,36,.16), transparent 24%),
    linear-gradient(145deg, #03071f 0%, #071452 46%, #020415 100%);
  overflow-x: hidden;
  min-height: 100vh;
}
body.admin-bar .deye-header { top: 44px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.deye-bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.deye-cursor-glow {
  position: fixed;
  z-index: 1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(77,166,255,.16), transparent 66%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity .25s ease;
}

.deye-header {
  position: fixed;
  z-index: 60;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 36px), var(--deye-max));
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--deye-line);
  background: linear-gradient(120deg, rgba(7,20,82,.72), rgba(255,255,255,.08));
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  box-shadow: 0 18px 70px rgba(0,0,0,.34);
}
.deye-brand {
  display: flex;
  align-items: center;
  height: 58px;
  min-width: 130px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}
.deye-brand img { height: 42px; width: auto; object-fit: contain; }
.deye-nav { display: flex; align-items: center; gap: 6px; }
.deye-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  font-family: 'Manrope', sans-serif;
  color: rgba(246,249,255,.83);
  font-size: 14px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease, color .2s ease;
}
.deye-nav a:hover { background: rgba(255,255,255,.10); color: #fff; transform: translateY(-1px); }
.deye-nav-cta {
  color: #fff !important;
  background: linear-gradient(135deg, var(--deye-blue), var(--deye-sky));
  box-shadow: 0 15px 40px rgba(36,103,255,.32);
}
.deye-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  cursor: pointer;
}
.deye-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

.deye-main, .deye-footer, .deye-content-wrap { position: relative; z-index: 3; }
.deye-section {
  width: min(calc(100% - 42px), var(--deye-max));
  margin: 0 auto;
  padding: 110px 0;
}
.deye-hero { padding-top: 172px; padding-bottom: 70px; min-height: 100vh; display: grid; align-items: center; }
.deye-hero-grid, .deye-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  gap: 46px;
  align-items: center;
}
.deye-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  color: #9fc6ff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
  font-weight: 900;
}
.deye-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--deye-sky), transparent);
}
.deye-hero h1, .deye-section h2 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -.06em;
  line-height: .96;
  font-weight: 850;
}
.deye-hero h1 { font-size: clamp(48px, 6.4vw, 88px); max-width: 790px; }
.deye-section h2 { font-size: clamp(38px, 5vw, 72px); max-width: 940px; }
.deye-lead, .deye-section-head p, .deye-split-grid p, .deye-sector-grid p, .deye-glass-card p, .deye-footer p, .deye-page-card p {
  color: var(--deye-muted);
  line-height: 1.75;
  font-size: 17px;
}
.deye-lead { font-size: 20px; max-width: 720px; margin: 24px 0 0; }
.deye-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.deye-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.deye-btn::after {
  content: "";
  position: absolute;
  inset: -80% -20%;
  transform: translateX(-130%) rotate(8deg);
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.36), transparent);
  transition: transform .7s ease;
}
.deye-btn:hover::after { transform: translateX(130%) rotate(8deg); }
.deye-btn:hover { transform: translateY(-2px); }
.deye-btn-primary { background: linear-gradient(135deg, var(--deye-blue), var(--deye-sky)); box-shadow: 0 18px 54px rgba(36,103,255,.34); }
.deye-btn-ghost { background: rgba(255,255,255,.08); backdrop-filter: blur(16px); }

.deye-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}
.deye-hero-stats div, .deye-glass-card, .deye-sector-grid article, .deye-review-panel, .deye-contact-card, .deye-form, .deye-page-card {
  border: 1px solid var(--deye-line);
  border-radius: var(--deye-radius);
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  box-shadow: var(--deye-shadow);
}
.deye-hero-stats div { padding: 18px; }
.deye-hero-stats strong, .deye-hero-stats span { display: block; }
.deye-hero-stats strong { color: #fff; margin-bottom: 8px; }
.deye-hero-stats span { color: var(--deye-muted); font-size: 13px; line-height: 1.5; }

.deye-hero-product {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 35%, rgba(77,166,255,.36), transparent 36%),
    linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  overflow: hidden;
  box-shadow: var(--deye-shadow);
  transform-style: preserve-3d;
}
.deye-hero-product::before {
  content: "";
  position: absolute;
  inset: 32px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.deye-hero-product img { position: relative; z-index: 2; width: min(86%, 520px); filter: drop-shadow(0 30px 65px rgba(0,0,0,.44)); }
.deye-orbit {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: conic-gradient(from 90deg, rgba(36,103,255,.05), rgba(77,166,255,.68), rgba(236,28,36,.20), rgba(36,103,255,.05));
  animation: deyeSpin 11s linear infinite;
}
.deye-orbit::after {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  background: rgba(7,20,82,.76);
  border: 1px solid rgba(255,255,255,.10);
}
.deye-float-card {
  position: absolute;
  z-index: 3;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}
.deye-float-one { top: 48px; left: 40px; }
.deye-float-two { right: 36px; top: 46%; }
.deye-float-three { bottom: 46px; left: 52px; }

.deye-section-head { max-width: 900px; margin-bottom: 42px; }
.deye-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.deye-glass-card { padding: 26px; min-height: 250px; position: relative; overflow: hidden; }
.deye-glass-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -50% -28%;
  height: 150px;
  background: radial-gradient(circle, rgba(77,166,255,.26), transparent 65%);
}
.deye-glass-card span:first-child {
  display: inline-flex;
  color: var(--deye-sky);
  font-weight: 900;
  margin-bottom: 42px;
}
.deye-glass-card h3, .deye-sector-grid h3, .deye-product-card h3, .deye-footer h3, .deye-form h3, .deye-page-card h1 {
  margin: 0 0 12px;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.deye-glass-card h3 { font-size: 25px; }
.deye-glass-card p { margin: 0; }

.deye-products { padding-top: 70px; }
.deye-check-list { display: grid; gap: 14px; margin-top: 30px; }
.deye-check-list div, .deye-proof-metrics div {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
}
.deye-check-list strong, .deye-proof-metrics strong { display: block; color: #fff; margin-bottom: 8px; }
.deye-check-list span, .deye-proof-metrics span { color: var(--deye-muted); line-height: 1.6; }
.deye-product-stack { display: grid; gap: 16px; }
.deye-product-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid var(--deye-line);
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
  overflow: hidden;
}
.deye-product-card img { width: 170px; filter: drop-shadow(0 20px 34px rgba(0,0,0,.32)); }
.deye-product-card p { margin: 0; color: var(--deye-muted); line-height: 1.6; }

.deye-sectors { padding-top: 70px; }
.deye-sector-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.deye-sector-grid article { min-height: 260px; padding: 28px; background: linear-gradient(180deg, rgba(36,103,255,.18), rgba(255,255,255,.04)); }
.deye-sector-grid h3 { font-size: 28px; }
.deye-sector-grid p { margin: 0; }

.deye-proof-metrics { display: grid; gap: 14px; margin-top: 30px; }
.deye-proof-metrics strong { font-size: 25px; color: var(--deye-sky); }
.deye-review-panel { padding: 28px; display: grid; gap: 16px; }
.deye-panel-label { margin: 0; color: #9fc6ff; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; }
.deye-review-panel article { padding: 20px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.deye-review-panel strong { display: block; line-height: 1.55; color: #fff; font-size: 17px; }
.deye-review-panel span { display: block; margin-top: 12px; color: var(--deye-muted); font-size: 14px; }

.deye-contact-band { padding-top: 60px; }
.deye-contact-card { padding: clamp(28px, 5vw, 56px); overflow: hidden; position: relative; }
.deye-contact-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77,166,255,.28), transparent 64%);
}
.deye-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.deye-contact-grid div { padding: 20px; border-radius: 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.deye-contact-grid strong, .deye-contact-grid span { display: block; }
.deye-contact-grid strong { margin-bottom: 8px; color: #fff; }
.deye-contact-grid span { color: var(--deye-muted); line-height: 1.6; }
.deye-contact-grid a { color: #9fc6ff; font-weight: 800; }

.deye-signup { padding-top: 70px; }
.deye-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
}
.deye-form-section { grid-column: 1 / -1; padding-top: 12px; }
.deye-form-section:first-of-type { padding-top: 0; }
.deye-form h3 { font-size: 26px; margin-bottom: 0; }
.deye-form label { display: grid; gap: 9px; color: rgba(246,249,255,.88); font-weight: 800; font-size: 13px; }
.deye-form input, .deye-form textarea, .deye-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(3,7,31,.64);
  color: #fff;
  outline: none;
  padding: 14px 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.deye-form select option { background: #071452; color: #fff; }
.deye-form input:focus, .deye-form textarea:focus, .deye-form select:focus { border-color: rgba(77,166,255,.72); box-shadow: 0 0 0 4px rgba(77,166,255,.12); background: rgba(3,7,31,.82); }
.deye-form textarea { resize: vertical; }
.deye-form label span { color: rgba(246,249,255,.62); font-weight: 600; font-size: 12px; line-height: 1.5; }
.deye-full { grid-column: 1 / -1; }
.deye-alert { width: min(100%, 820px); margin-bottom: 22px; padding: 16px 18px; border-radius: 18px; font-weight: 850; }
.deye-alert-success { border: 1px solid rgba(77,166,255,.32); background: rgba(77,166,255,.14); }
.deye-alert-error { border: 1px solid rgba(236,28,36,.36); background: rgba(236,28,36,.12); }

.deye-footer {
  width: min(calc(100% - 42px), var(--deye-max));
  margin: 0 auto 24px;
  padding: 38px;
  border: 1px solid var(--deye-line);
  border-radius: var(--deye-radius);
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: var(--deye-shadow);
  backdrop-filter: blur(22px);
}
.deye-footer-grid { display: grid; grid-template-columns: 1.2fr .82fr .95fr; gap: 28px; }
.deye-footer-logo { width: 170px; border-radius: 18px; margin-bottom: 16px; }
.deye-footer a { color: #9fc6ff; font-weight: 800; }
.deye-small-print { font-size: 12px !important; color: rgba(246,249,255,.50) !important; }
.deye-footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(246,249,255,.62); font-size: 14px; }
.deye-content-wrap { width: min(calc(100% - 42px), 980px); margin: 0 auto; padding: 150px 0 90px; }
.deye-page-card { padding: 38px; }
.deye-page-card h1 { font-size: clamp(38px, 6vw, 70px); }

.deye-reveal { opacity: 0; transform: translateY(26px) scale(.985); filter: blur(8px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease; }
.deye-reveal.is-visible { opacity: 1; transform: none; filter: blur(0); }
.deye-delay-1 { transition-delay: .12s; }
.deye-delay-2 { transition-delay: .24s; }
@keyframes deyeSpin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .deye-hero-grid, .deye-split-grid { grid-template-columns: 1fr; }
  .deye-hero-product { min-height: 560px; }
  .deye-service-grid, .deye-sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deye-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  body.admin-bar .deye-header { top: 46px; }
  .deye-header { min-height: 72px; width: min(calc(100% - 24px), 100%); }
  .deye-brand { height: 52px; min-width: auto; }
  .deye-brand img { height: 36px; }
  .deye-nav-toggle { display: block; }
  .deye-nav {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(340px, calc(100vw - 24px));
    display: grid;
    padding: 12px;
    border: 1px solid var(--deye-line);
    border-radius: 26px;
    background: rgba(7,20,82,.88);
    backdrop-filter: blur(24px);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .deye-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .deye-nav a { width: 100%; }
  .deye-hero { padding-top: 136px; }
  .deye-section, .deye-footer { width: min(calc(100% - 24px), 100%); }
  .deye-hero-stats, .deye-form, .deye-footer-grid { grid-template-columns: 1fr; }
  .deye-full { grid-column: auto; }
}
@media (max-width: 640px) {
  .deye-section { padding: 82px 0; }
  .deye-hero { padding-top: 126px; padding-bottom: 50px; }
  .deye-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .deye-lead { font-size: 17px; }
  .deye-actions { display: grid; }
  .deye-btn { width: 100%; }
  .deye-service-grid, .deye-sector-grid { grid-template-columns: 1fr; }
  .deye-product-card { grid-template-columns: 120px 1fr; padding: 14px; }
  .deye-product-card img { width: 120px; }
  .deye-hero-product { min-height: 470px; border-radius: 28px; }
  .deye-orbit { width: 300px; height: 300px; }
  .deye-float-card { font-size: 11px; padding: 9px 11px; }
  .deye-float-one { left: 16px; top: 24px; }
  .deye-float-two { right: 16px; }
  .deye-float-three { left: 18px; bottom: 24px; }
  .deye-footer { padding: 24px; }
  .deye-footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .deye-reveal { opacity: 1; transform: none; filter: none; }
  .deye-cursor-glow { display: none; }
}

/* Short installation form update */
.deye-short-form {
  max-width: 920px;
  margin: 0 auto;
}
.deye-short-form textarea {
  min-height: 170px;
}
.deye-short-form button {
  justify-self: start;
  width: min(100%, 260px);
}
@media (max-width: 980px) {
  .deye-short-form button { width: 100%; }
}
