/* Leal AI — a connected-eye visual language. No external runtime dependencies. */
.leal-site {
  --bg: #080e12;
  --surface: #0e191f;
  --surface-up: #14262d;
  --line: #263e47;
  --cyan: #70eee6;
  --muted: #a9bfc5;
  background: var(--bg);
  isolation: auto;
}
.leal-site::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 83% 12%, #0c455248, transparent 48%),
    linear-gradient(#6cded405 1px, transparent 1px),
    linear-gradient(90deg, #6cded405 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}
.leal-site .site-header { background: #080e12f2; border-bottom-color: #69e5e322; }
.leal-site .brand img { height: auto; }
.leal-site .hero { gap: 46px; padding-block: 64px; min-height: 645px; }
.leal-site .hero h1 { font-size: clamp(50px, 5.4vw, 78px); }
.leal-site .hero h1 > span { text-shadow: 0 0 45px #50e3dd22; }
.leal-site .eyebrow { color: #98f3ed; }
.leal-site .hero-visual { padding: 0; width: 100%; isolation: auto; animation: none; }
.eye-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 425px;
  isolation: auto;
  background: radial-gradient(ellipse, #16434c55 0%, #0b171b22 45%, transparent 72%);
}
.eye-orbit { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.eye-orbit-outer {
  width: 90%;
  aspect-ratio: 1;
  max-width: 425px;
  border: 1px solid #64ebec26;
  box-shadow: 0 0 50px #2ed6d508, inset 0 0 35px #2ed6d509;
}
.eye-orbit-outer::before, .eye-orbit-outer::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #b4fffa;
  border-radius: 50%;
  box-shadow: 0 0 12px #70eee6;
}
.eye-orbit-outer::before { top: 14%; left: 14%; }
.eye-orbit-outer::after { bottom: 14%; right: 14%; }
.eye-orbit-inner { width: 73%; aspect-ratio: 1; border: 1px dashed #64ebec1f; }
.eye-axis { position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #62d5dc33, transparent); z-index: 0; }
.stage-corner { position: absolute; width: 22px; height: 22px; border-color: #68ded46b; border-style: solid; }
.corner-tl { top: 28px; left: 10px; border-width: 1px 0 0 1px; }
.corner-br { bottom: 28px; right: 10px; border-width: 0 1px 1px 0; }
.stage-caption { color: #a1c7cb; font-size: 9px; letter-spacing: 2px; margin-top: 24px; }
.leal-site .hero-eye { width: 93%; height: auto; margin: 8px auto 0; filter: none; }
.stage-wordmark { text-align: center; font: 600 33px/1.1 var(--display); letter-spacing: -1.3px; margin: -2px 0 25px; }
.stage-wordmark > span { display: block; font: 400 11px/1.5 var(--body); letter-spacing: .3px; color: var(--muted); margin-top: 11px; }
.stage-services { display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 10px; color: #aed0d4; margin: 12px 0 0; }
.stage-services i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }
.leal-site .button-primary, .leal-site .quick-primary {
  background: linear-gradient(115deg, #affff4, #70eee6 60%, #56d7e1);
  color: #08242a;
  box-shadow: 0 0 22px #70eee614, inset 0 1px 0 #fff8;
}
.leal-site .button { border-radius: 9px; }
.leal-site .button-outline { background: #0e202880; border-color: #40636f; }
.leal-site .button-outline:hover { background: #18343d; border-color: #70eee6; }
.leal-site .capabilities { border-color: #70eee625; background: linear-gradient(90deg, transparent, #244f5528, transparent); }
.leal-site .sector-button {
  background: linear-gradient(135deg, #142129, #0c161c);
  border-color: #36535e;
  box-shadow: inset 0 1px 0 #ffffff06;
  border-radius: 10px;
}
.leal-site .sector-button:hover { background: #17303a; border-color: #7cd0d4; }
.leal-site .sector-button[aria-pressed=true] { background: linear-gradient(135deg, #1c4149, #11262e); border-color: #70eee6; box-shadow: inset 0 0 24px #70eee608, 0 0 20px #70eee609; }
.leal-site .sector-icon { color: #99c1c9; }
.leal-site .sector-detail { background: #0d181ff0; box-shadow: 0 20px 60px #0002; border-top-color: #76dedb88; }
.leal-site .detail-top { background: linear-gradient(110deg, #18303b80, transparent); }
.leal-site .section-number { background: #18333c; color: #9cf7f1; border-color: #395e68; }
.leal-site .process-section { background: linear-gradient(125deg, #10212ae8, #0c141bf2); border-color: #70eee61c; }
.leal-site .step-number { width: 45px; height: 37px; border-top: 1px solid #74eae780; padding-top: 10px; }
.leal-site .plan { background: linear-gradient(140deg, #182b34, #111e26); }
.leal-site .integration-list > span { color: #e4f3f3; }
.leal-site .contact-panel {
  background: radial-gradient(ellipse at 90% 0%, #19545d 0%, transparent 65%), #10282f;
  border: 1px solid #62d9d486;
  box-shadow: inset 0 1px 0 #8dfff52b, 0 0 50px #4de0dc0a;
  color: #f1faf9;
}
.leal-site .contact-panel .eyebrow { color: #a4e8e6; }
.leal-site .contact-panel h2 em { color: var(--cyan); }
.leal-site .contact-panel p:not(.eyebrow), .leal-site .contact-phone { color: #bcd6da; }
.leal-site .contact-email { color: #d8f5f3; border-color: #579696; }
.leal-site .button-dark { background: #8af4e9; color: #10272a; }
.leal-site .button-dark:hover { background: #bbfff4; }
.leal-site .floating-contact { border-color: #6ee2dc; background: #132d35; box-shadow: 0 4px 25px #0008, 0 0 18px #70eee612; }
@media (max-width: 1100px) {
  .leal-site .hero { gap: 26px; }
  .eye-stage { min-height: 370px; }
  .stage-caption { font-size: 8px; }
  .stage-services { gap: 9px; font-size: 9px; }
}
@media (max-width: 800px) {
  .leal-site .hero { padding-block: 42px; gap: 27px; min-height: 0; }
  .leal-site .hero h1 { font-size: clamp(43px, 8.5vw, 66px); }
  .leal-site .hero-visual { width: min(440px, 100%); }
  .eye-stage { min-height: 0; padding: 23px 4px 5px; }
  .eye-orbit-outer { width: 76%; }
  .eye-orbit-inner { width: 63%; }
  .leal-site .hero-eye { width: 78%; }
  .stage-caption { margin-top: 0; font-size: 8px; }
  .stage-wordmark { font-size: 27px; margin-bottom: 13px; }
  .stage-wordmark > span { font-size: 10px; margin-top: 8px; }
  .stage-services { font-size: 9px; margin-top: 10px; }
  .leal-site .process-grid .step-number { width: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .leal-site *, .leal-site *::before, .leal-site *::after { animation: none !important; transition: none !important; }
}
