:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --panel: #0f2035;
  --text: #f3f7fb;
  --muted: #a7b4c5;
  --line: rgba(255,255,255,0.10);
  --accent: #6fbf9a;
  --accent-2: #a7cdb8;
  --max: 1180px;
  --shadow: 0 20px 60px rgba(0,0,0,0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(111,191,154,0.08), transparent 26%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 17, 31, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 74px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.28rem;
}

.brand-logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1px;
  flex: 0 0 42px;
  padding-bottom: 5px;
  border: 2px solid var(--accent);
  background: var(--bg);
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.logo-f,
.logo-w {
  display: inline-block;
  line-height: 1;
}

.logo-f {
  color: #ffffff !important;
}

.logo-w {
  color: var(--accent) !important;
  font-size: 0.82em;
  position: relative;
  top: 0;
}

.brand-text span {
  color: var(--accent);
}


.about-fara {
  color: var(--text);
}
.brand-watt {
  color: var(--accent);
}

.top-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-nav a {
  text-decoration: none;
  color: #d8e2ec;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  transition: color 180ms ease, transform 180ms ease;
}

.top-nav a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.section {
  position: relative;
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 28px;
}

.hero {
  min-height: 78vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 88%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 15%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(111,191,154,0.10);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(111,191,154,0.018),
    0 0 0 160px rgba(167,205,184,0.014);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 118px 28px 86px;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--accent-2);
  font-weight: 800;
  font-size: 0.77rem;
  letter-spacing: 0.16em;
}

.hero h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 7vw, 6.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 820;
}

.hero h1 span {
  color: var(--accent);
}

.hero-copy {
  max-width: 980px;
  margin-bottom: 0;
  color: #f4f7fb;
  font-size: 2.1rem;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 760;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 780;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #07111f;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.button.secondary {
  color: var(--text);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.035);
}

.signal-row {
  margin-top: 76px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  color: #8fa0b2;
  font-size: 0.81rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.about {
  background: #091625;
  border-bottom: 1px solid var(--line);
}

.about-copy {
  max-width: 690px;
  color: #b6c2cf;
  font-size: 1.05rem;
}

.about-copy p {
  margin-bottom: 22px;
}

.about-copy strong {
  color: var(--text);
}

.services {
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 58px;
  align-items: end;
  margin-bottom: 42px;
}

.section-intro {
  color: var(--muted);
  margin-bottom: 4px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.025), transparent 55%),
    var(--bg-soft);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(111,191,154,0.24);
  box-shadow: var(--shadow);
}

.service-card.featured {
  border-color: rgba(111,191,154,0.25);
  background:
    linear-gradient(160deg, rgba(111,191,154,0.08), transparent 60%),
    var(--bg-soft);
}

.service-card.accent {
  border-color: rgba(167,205,184,0.20);
}

.service-number {
  color: var(--accent-2);
  font-weight: 800;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  margin-bottom: 54px;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.service-card p,
.service-card li {
  color: #aebdcb;
  font-size: 0.94rem;
}

.service-card ul {
  margin: 0;
  padding-left: 18px;
}

.service-card li + li {
  margin-top: 8px;
}


.contact {
  background:
    radial-gradient(circle at 85% 20%, rgba(111,191,154,0.08), transparent 34%),
    #091625;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: end;
}

.contact-panel p:not(.section-label) {
  max-width: 620px;
  color: var(--muted);
  margin-top: 22px;
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.email-link {
  color: var(--accent);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

footer {
  border-top: 1px solid var(--line);
  background: #050c15;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 25px 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #7e8c9b;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .section-inner {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .two-column,
  .section-heading,
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-actions {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 78px;
  }

  .nav-shell {
    min-height: 66px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 14px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .brand-logo-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 26px;
  }

  .top-nav {
    gap: 14px;
  }

  .top-nav a {
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 92px 18px 64px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero-copy {
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .signal-row {
    margin-top: 54px;
    gap: 10px 18px;
    font-size: 0.74rem;
  }

  .section-inner {
    padding: 72px 18px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .nerc-card ul {
    grid-template-columns: 1fr;
  }

  .service-number {
    margin-bottom: 34px;
  }

  .footer-inner {
    padding: 22px 18px;
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}

.contact-note {
  margin: 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 0.92rem;
}



.contact-note-left {
  margin-top: 18px !important;
}

.contact-headline {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.12;
}
