:root {
  --ink: #09130f;
  --ink-soft: #3e4b45;
  --paper: #f4f2eb;
  --white: #ffffff;
  --line: rgba(9, 19, 15, 0.13);
  --green: #b9f227;
  --green-deep: #7aa800;
  --dark: #07120f;
  --dark-soft: #0e211a;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(6, 24, 17, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--dark);
  background: var(--green);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 18, 15, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--dark);
  background: var(--green);
  border-radius: 12px;
  font: 800 14px/1 "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--white);
  font: 700 15px/1.15 "Manrope", sans-serif;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.main-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
}

.main-nav .nav-phone {
  padding: 11px 17px;
  color: var(--dark);
  background: var(--green);
  border-radius: 100px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: 810px;
  padding: 164px 0 110px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 18, 15, 0.98) 0%, rgba(7, 18, 15, 0.92) 50%, rgba(7, 18, 15, 0.84) 100%),
    repeating-linear-gradient(135deg, transparent 0 32px, rgba(255, 255, 255, 0.018) 32px 33px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -340px;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(185, 242, 39, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(185, 242, 39, 0.025),
    0 0 0 180px rgba(185, 242, 39, 0.018);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.hero-glow-one {
  top: 100px;
  right: 22%;
  width: 230px;
  height: 230px;
  background: rgba(185, 242, 39, 0.08);
}

.hero-glow-two {
  bottom: -100px;
  left: 15%;
  width: 300px;
  height: 300px;
  background: rgba(31, 157, 109, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 82px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #5f765f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  display: block;
  width: 27px;
  height: 2px;
  background: var(--green-deep);
}

.hero .eyebrow,
.eyebrow-light {
  color: rgba(255, 255, 255, 0.58);
}

.hero .eyebrow span,
.eyebrow-light span {
  background: var(--green);
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.9vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

h1 em {
  display: block;
  margin-top: 11px;
  color: var(--green);
  font-style: normal;
}

.hero-title {
  max-width: 720px;
  font-size: clamp(42px, 4.65vw, 67px);
  line-height: 1.01;
}

.hero-question {
  display: block;
  font-size: 1.05em;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.hero-rotator {
  display: grid;
  min-height: 70px;
  max-width: 680px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 88% 50%, rgba(185, 242, 39, 0.1), transparent 32%),
    linear-gradient(90deg, rgba(185, 242, 39, 0.12), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(185, 242, 39, 0.3);
  border-left: 4px solid var(--green);
  border-radius: 12px;
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  line-height: 1.35;
}

.rotator-label {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rotator-window {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 30px;
  align-items: center;
  overflow: hidden;
}

.rotator-window::before {
  content: "→";
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--green);
  font-size: 19px;
  font-weight: 800;
}

[data-rotating-text] {
  display: inline-block;
  color: #d2ff52;
  font: 800 clamp(16px, 1.45vw, 19px)/1.35 "Manrope", sans-serif;
  letter-spacing: -0.015em;
  text-shadow: 0 0 20px rgba(185, 242, 39, 0.12);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    filter 260ms ease;
}

[data-rotating-text].is-changing {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(7px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button-primary {
  color: var(--dark);
  background: var(--green);
}

.button-primary:hover {
  background: #cafc4a;
}

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

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.38);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.trust-list span {
  margin-right: 5px;
  color: var(--green);
}

.hero-panel {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.energy-dashboard {
  background:
    radial-gradient(circle at 50% 22%, rgba(185, 242, 39, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.dashboard-head small,
.dashboard-head strong {
  display: block;
}

.dashboard-head small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-head strong {
  margin-top: 3px;
  font: 700 18px/1.2 "Manrope", sans-serif;
}

.dashboard-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(7, 18, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-live i {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(185, 242, 39, 0.8);
}

.power-flow {
  position: relative;
  height: 265px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 39, 30, 0.92), rgba(5, 19, 15, 0.96));
  background-size: 28px 28px, 28px 28px, auto;
  border: 1px solid rgba(185, 242, 39, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.power-flow::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 47%, rgba(185, 242, 39, 0.08), transparent 38%);
  content: "";
  pointer-events: none;
}

.power-flow-lines {
  position: absolute;
  inset: 8px;
  z-index: 1;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  overflow: visible;
}

.flow-base,
.flow-active {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.flow-base {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.5;
}

.flow-active {
  stroke: var(--green);
  stroke-width: 2;
  stroke-dasharray: 6 11;
  filter: drop-shadow(0 0 4px rgba(185, 242, 39, 0.5));
  animation: energy-flow 1.7s linear infinite;
}

.flow-grid {
  stroke: #55b6f1;
  filter: drop-shadow(0 0 4px rgba(85, 182, 241, 0.45));
  animation-direction: reverse;
}

.flow-battery {
  stroke: #3ed7be;
  filter: drop-shadow(0 0 4px rgba(62, 215, 190, 0.45));
}

.flow-hub {
  fill: var(--green);
  filter: drop-shadow(0 0 7px rgba(185, 242, 39, 0.75));
}

@keyframes energy-flow {
  to {
    stroke-dashoffset: -34;
  }
}

.power-node {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 82px;
  transform: translate(-50%, -50%);
}

.power-node-solar {
  top: 20%;
  left: 50%;
}

.power-node-grid {
  top: 51%;
  left: 19%;
}

.power-node-home {
  top: 51%;
  left: 81%;
}

.power-node-battery {
  top: 82%;
  left: 50%;
}

.power-node-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--green);
  background: rgba(7, 18, 15, 0.92);
  border: 1px solid rgba(185, 242, 39, 0.4);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.24);
}

.power-node-grid .power-node-icon {
  color: #55b6f1;
  border-color: rgba(85, 182, 241, 0.5);
}

.power-node-battery .power-node-icon {
  color: #3ed7be;
  border-color: rgba(62, 215, 190, 0.5);
}

.power-node-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.power-node strong {
  margin-top: 4px;
  color: var(--white);
  font: 700 11px/1 "Manrope", sans-serif;
}

.power-node small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.dashboard-insights {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  margin-top: 10px;
}

.soc-card,
.savings-card {
  min-height: 82px;
  padding: 12px;
  background: rgba(7, 18, 15, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
}

.soc-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.soc-ring {
  position: relative;
  display: grid;
  flex: 0 0 54px;
  height: 54px;
  place-items: center;
  background: conic-gradient(var(--green) 0 21%, rgba(255, 255, 255, 0.08) 21% 100%);
  border-radius: 50%;
}

.soc-ring::before {
  position: absolute;
  inset: 6px;
  background: #0b1d17;
  border-radius: 50%;
  content: "";
}

.soc-ring span {
  position: relative;
  z-index: 1;
  color: var(--white);
  font: 700 11px/1 "Manrope", sans-serif;
}

.soc-card small,
.soc-card strong,
.savings-card small,
.savings-card strong,
.savings-card span {
  display: block;
}

.soc-card small,
.savings-card small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  text-transform: uppercase;
}

.soc-card strong {
  margin-top: 5px;
  color: #3ed7be;
  font-size: 11px;
}

.savings-card strong {
  margin-top: 4px;
  color: var(--green);
  font: 700 21px/1.1 "Manrope", sans-serif;
}

.savings-card span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  line-height: 1.35;
}

.dashboard-note {
  margin: 11px 2px 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.problem-strip {
  padding: 23px 0;
  color: var(--dark);
  background: var(--green);
}

.strip-inner {
  display: flex;
  align-items: center;
  gap: 38px;
}

.strip-inner p {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 800;
}

.strip-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.strip-inner li {
  font-size: 13px;
  font-weight: 600;
}

.strip-inner li::before {
  content: "•";
  margin-right: 11px;
  opacity: 0.45;
}

.section {
  padding: 115px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2,
.process-section h2,
.credentials-section h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.925fr 0.925fr;
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 480px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-card-featured {
  color: var(--white);
  background: var(--dark);
  border-color: var(--dark);
}

.service-number {
  color: #809087;
  font: 600 12px/1 "Manrope", sans-serif;
}

.service-card-featured .service-number {
  color: rgba(255, 255, 255, 0.35);
}

.service-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 50px 0 25px;
  place-items: center;
  color: var(--dark);
  background: var(--green);
  border-radius: 16px;
  font: 700 25px/1 "Manrope", sans-serif;
}

.service-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.service-card p {
  min-height: 78px;
  margin: 14px 0 25px;
  color: #58645f;
  line-height: 1.6;
}

.service-card-featured p {
  color: rgba(255, 255, 255, 0.6);
}

.service-card ul {
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-card-featured ul {
  border-color: rgba(255, 255, 255, 0.12);
}

.service-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 18px;
  color: #49554f;
  font-size: 13px;
}

.service-card-featured li {
  color: rgba(255, 255, 255, 0.6);
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--green-deep);
  border-radius: 50%;
}

.automation-section {
  position: relative;
  background:
    radial-gradient(circle at 4% 12%, rgba(185, 242, 39, 0.24), transparent 27%),
    radial-gradient(circle at 88% 18%, rgba(24, 188, 242, 0.18), transparent 30%),
    linear-gradient(135deg, #f2f8ec 0%, #eaf7f7 52%, #edf3ff 100%);
  overflow: hidden;
}

.automation-section::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(21, 126, 176, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(24, 188, 242, 0.025),
    0 0 0 110px rgba(64, 105, 255, 0.016);
}

.automation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 78px;
  align-items: center;
}

.automation-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.automation-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 30px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.button-dark {
  color: var(--white);
  background: linear-gradient(120deg, #087fc3, #2258e8);
  box-shadow: 0 12px 30px rgba(21, 116, 210, 0.2);
}

.button-dark:hover {
  background: linear-gradient(120deg, #0a92db, #3269f1);
  box-shadow: 0 16px 36px rgba(21, 116, 210, 0.28);
}

.automation-panel {
  position: relative;
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 4%, rgba(185, 242, 39, 0.14), transparent 30%),
    radial-gradient(circle at 94% 88%, rgba(24, 188, 242, 0.1), transparent 34%),
    linear-gradient(145deg, #173128 0%, #10231c 44%, #0b1b16 100%);
  border: 1px solid rgba(185, 242, 39, 0.18);
  border-radius: 28px;
  box-shadow:
    0 35px 90px rgba(35, 73, 53, 0.2),
    0 0 55px rgba(185, 242, 39, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.automation-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(185, 242, 39, 0.13) 1px, transparent 1px);
  background-size: 20px 20px;
  -webkit-mask-image: linear-gradient(135deg, transparent 25%, black 100%);
  mask-image: linear-gradient(135deg, transparent 25%, black 100%);
  opacity: 0.45;
}

.automation-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 2px 25px;
  border-bottom: 1px solid rgba(210, 239, 221, 0.16);
}

.automation-topline small,
.automation-topline strong {
  display: block;
}

.automation-topline small {
  color: rgba(225, 240, 232, 0.48);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.automation-topline strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.94);
  font: 700 20px/1.2 "Manrope", sans-serif;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: rgba(235, 250, 241, 0.72);
  background: rgba(185, 242, 39, 0.07);
  border: 1px solid rgba(185, 242, 39, 0.16);
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-indicator i {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(185, 242, 39, 0.7);
}

.automation-services {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.automation-services article {
  position: relative;
  min-height: 166px;
  padding: 24px 46px 22px 20px;
  border-right: 1px solid rgba(214, 238, 222, 0.15);
  border-bottom: 1px solid rgba(214, 238, 222, 0.15);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.automation-services article:hover {
  background: linear-gradient(135deg, rgba(185, 242, 39, 0.075), rgba(24, 188, 242, 0.045));
}

.automation-services article:nth-child(even) {
  border-right: 0;
}

.automation-services article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.automation-number {
  position: absolute;
  top: 20px;
  right: 18px;
  color: var(--green);
  font: 700 11px/1.4 "Manrope", sans-serif;
  opacity: 0.6;
}

.automation-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: -3px 0 18px -4px;
  padding: 10px;
  color: #18bcf2;
  background: linear-gradient(145deg, rgba(24, 188, 242, 0.14), rgba(185, 242, 39, 0.055));
  border: 1px solid rgba(76, 198, 229, 0.2);
  border-radius: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 12px rgba(30, 139, 210, 0.12));
}

.automation-services article:nth-child(2) .automation-icon {
  color: #2682ff;
}

.automation-services article:nth-child(3) .automation-icon {
  color: #00a8c8;
}

.automation-services article:nth-child(4) .automation-icon {
  color: #5665ef;
}

.automation-services article:nth-child(5) .automation-icon {
  color: #0d93e8;
}

.automation-services article:nth-child(6) .automation-icon {
  color: #326cf4;
}

.automation-services p {
  margin: 0;
  color: rgba(235, 245, 239, 0.74);
  font-size: 13px;
  line-height: 1.55;
}

.process-section {
  color: var(--white);
  background: var(--dark);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.process-intro {
  max-width: 430px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.7;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.process-list li:first-child {
  padding-top: 0;
}

.process-list li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(185, 242, 39, 0.35);
  border-radius: 50%;
  font-weight: 700;
}

.process-list h3 {
  margin: 1px 0 7px;
  font-size: 19px;
}

.process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.6;
}

.technology-section {
  background: #ebe8df;
}

.it-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.it-grid article {
  position: relative;
  grid-column: span 2;
  min-height: 220px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.it-grid article:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.it-grid article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.72);
}

.it-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: var(--green-deep);
  font: 700 11px/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.it-icon-wrap {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #5f8b00;
  background: rgba(185, 242, 39, 0.18);
  border: 1px solid rgba(122, 168, 0, 0.17);
  border-radius: 16px;
}

.it-icon {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.it-grid h3 {
  margin: 30px 0 11px;
  font-size: 20px;
}

.it-grid p {
  margin: 0;
  color: #5b6761;
  line-height: 1.65;
}

.credentials-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 90px;
  align-items: center;
}

.credential-badge {
  position: relative;
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 1;
  place-content: center;
  text-align: center;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(185, 242, 39, 0.15);
}

.credential-badge::before,
.credential-badge::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.credential-badge::before {
  inset: 21px;
  border: 1px dashed rgba(7, 18, 15, 0.28);
}

.credential-badge::after {
  top: 49%;
  right: -28px;
  width: 58px;
  height: 2px;
  background: var(--dark);
}

.credential-badge span,
.credential-badge strong,
.credential-badge small {
  display: block;
}

.credential-badge span {
  font: 800 70px/0.95 "Manrope", sans-serif;
  letter-spacing: -0.06em;
}

.credential-badge strong {
  margin-top: 13px;
  font: 800 22px/1 "Manrope", sans-serif;
}

.credential-badge small {
  margin-top: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.credentials-section h2 {
  margin-bottom: 23px;
}

.credentials-section p:not(.eyebrow) {
  max-width: 670px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.credential-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.credential-tags span {
  padding: 9px 13px;
  color: #405047;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

.contact-section {
  padding: 0 0 70px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  padding: 68px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(185, 242, 39, 0.12), transparent 30%),
    var(--dark-soft);
  border-radius: 30px;
}

.contact-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

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

.contact-phone small,
.contact-phone strong {
  display: block;
}

.contact-phone small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-phone strong {
  margin-top: 4px;
  color: var(--green);
  font: 700 clamp(30px, 4vw, 44px)/1 "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.button-white {
  width: 100%;
  margin-top: 7px;
  color: var(--dark);
  background: var(--white);
}

.contact-actions > span {
  align-self: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.site-footer {
  padding: 30px 0;
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.7fr 0.8fr;
  gap: 25px;
  align-items: center;
}

.footer-grid p,
.footer-grid > a {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.footer-grid > a {
  color: var(--white);
  font-weight: 700;
}

.mobile-call {
  display: none;
}

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 140px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .hero-panel {
    width: min(100%, 520px);
  }

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

  .service-card-featured {
    grid-column: span 2;
  }

  .service-card-featured p {
    min-height: auto;
  }

  .automation-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .process-grid,
  .credentials-grid,
  .contact-card {
    gap: 55px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-grid p:last-child {
    display: none;
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    height: calc(100vh - 68px);
    padding: 38px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: rgba(7, 18, 15, 0.98);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 14px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav .nav-phone {
    margin-top: 16px;
    text-align: center;
    border: 0;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 620px);
  }

  .nav-wrap {
    min-height: 68px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    height: calc(100vh - 68px);
    padding: 38px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: rgba(7, 18, 15, 0.98);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 14px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav .nav-phone {
    margin-top: 16px;
    text-align: center;
    border: 0;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 80px;
  }

  h1 {
    font-size: clamp(43px, 13.5vw, 66px);
  }

  .hero-title {
    font-size: clamp(37px, 10.2vw, 52px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-rotator {
    min-height: 100px;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 8px;
    padding: 15px 17px;
  }

  .rotator-window {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
    gap: 9px;
  }

  .hero-panel {
    padding: 14px;
  }

  .power-flow {
    height: 250px;
  }

  .strip-inner {
    display: block;
  }

  .strip-inner p {
    margin-bottom: 12px;
  }

  .strip-inner ul {
    display: grid;
    gap: 8px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading,
  .process-grid,
  .credentials-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 25px;
  }

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

  .service-card-featured {
    grid-column: auto;
  }

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

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

  .automation-panel {
    padding: 18px;
  }

  .automation-services {
    grid-template-columns: 1fr;
  }

  .automation-services article {
    min-height: 152px;
    border-right: 0;
  }

  .automation-services article:nth-last-child(2) {
    border-bottom: 1px solid rgba(214, 238, 222, 0.15);
  }

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

  .it-grid article,
  .it-grid article:nth-last-child(-n + 2) {
    grid-column: auto;
    min-height: 0;
  }

  .it-grid h3 {
    margin-top: 24px;
  }

  .credential-badge {
    width: 250px;
    margin-inline: auto;
  }

  .credential-badge::after {
    display: none;
  }

  .contact-section {
    padding: 0 0 30px;
  }

  .contact-card {
    width: calc(100% - 20px);
    gap: 42px;
    padding: 42px 26px;
    border-radius: 22px;
  }

  .contact-actions {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-grid p:last-child {
    display: block;
  }

  .mobile-call {
    position: fixed;
    z-index: 90;
    right: 14px;
    bottom: 14px;
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 9px;
    padding: 0 20px;
    color: var(--dark);
    background: var(--green);
    border: 1px solid rgba(7, 18, 15, 0.12);
    border-radius: 100px;
    box-shadow: 0 12px 35px rgba(7, 18, 15, 0.25);
    font-size: 15px;
    font-weight: 800;
  }
}

@media (max-width: 390px) {
  .brand small {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .power-flow {
    height: 230px;
  }

  .dashboard-insights {
    grid-template-columns: 1fr;
  }
}
