/* ALPN Energy LLC - Alpine Solar & Energy Systems Integration
   Theme: alpine-air light, pine-panel, glare-gold, mist-grey, ridge-shadow */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  color: #232E2A;
  background-color: #F0F4F2;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

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

ul {
  list-style: none;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad {
  padding: 76px 0;
}

/* ============ PANEL-ARRAY NAV ============ */
.panel-array-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #FAFCFB;
}

.array-tilt-band {
  height: 20px;
  background-color: #F0F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-bottom: 1px solid #E2ECE7;
  overflow: visible;
}

.tilt-panel {
  width: 46px;
  height: 12px;
  background-color: #2A564A;
  border: 1px solid #2A564A;
  transform: skew(-28deg);
  position: relative;
}

.tilt-panel::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image:
    linear-gradient(#1E4340 1px, transparent 1px),
    linear-gradient(90deg, #1E4340 1px, transparent 1px);
  background-size: 6px 6px;
  opacity: 1;
}

.glow-sun {
  width: 14px;
  height: 14px;
  background-color: #E3C34C;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #F0F4F2;
  position: relative;
}

.glow-sun::after {
  content: "";
  position: absolute;
  inset: -6px;
  background: repeating-conic-gradient(#E3C34C 0deg 18deg, transparent 18deg 30deg);
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, transparent 30%, #000 30%);
  mask: radial-gradient(circle, transparent 30%, #000 30%);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sun-path-glyph {
  width: 40px;
  height: 34px;
  position: relative;
  flex-shrink: 0;
}

.sun-path-glyph .arc {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 34px;
  height: 28px;
  border: 2px solid #2A564A;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
}

.sun-path-glyph .disc {
  position: absolute;
  right: 1px;
  top: 0;
  width: 9px;
  height: 9px;
  background-color: #2A564A;
  border-radius: 50%;
}

.sun-path-glyph::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background-color: #E3C34C;
}

.brand-name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #232E2A;
  text-transform: uppercase;
  line-height: 1.1;
}

.brand-sublabel {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #445C52;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #445C52;
  font-weight: 600;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #2A564A;
}

.nav-links a.active {
  color: #2A564A;
}

.array-dot {
  width: 4px;
  height: 4px;
  background-color: #2A564A;
  transform: rotate(45deg);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin: 5px 0;
  background-color: #2A564A;
}

/* ============ SOLAR-SLOPE HERO ============ */
.solar-slope-hero {
  background-color: #F0F4F2;
}

.hero-upper {
  text-align: center;
  padding: 78px 24px 56px;
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #2A564A;
  color: #FAFCFB;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 3px;
  margin-bottom: 28px;
}

.hero-headline {
  font-size: 52px;
  line-height: 1.12;
  color: #232E2A;
  font-weight: 800;
  letter-spacing: -1px;
}

.hero-headline .accent {
  color: #2A564A;
}

.hero-subcopy {
  color: #445C52;
  font-size: 18px;
  margin: 24px auto 34px;
  max-width: 720px;
}

.hero-cta-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background-color: #2A564A;
  color: #FAFCFB;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 15px 34px;
  border: 2px solid #2A564A;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-primary:hover {
  background-color: #232E2A;
  border-color: #232E2A;
}

.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #232E2A;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 13px 32px;
  border: 2px solid #E3C34C;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
  background-color: #E3C34C;
  color: #232E2A;
}

/* array terrace */
.array-terrace-band {
  border-top: 1px solid #2A564A;
  border-bottom: 1px solid #2A564A;
  background-color: #FAFCFB;
  padding: 0;
  display: flex;
  align-items: stretch;
  height: 150px;
  width: 100%;
  overflow: hidden;
}

.terrace-cell {
  position: relative;
}

.terrace-left {
  flex: 0 0 40%;
  position: relative;
  background: linear-gradient(180deg, #FAFCFB 0%, #E2ECE7 100%);
}

.terrace-slope {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slope-face {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background-color: #2A564A;
  clip-path: polygon(0 100%, 100% 42%, 100% 100%);
}

.pine-line {
  position: absolute;
  right: 4%;
  top: 8%;
  bottom: 30%;
  width: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.small-pine {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid #1E4340;
  position: relative;
}

.snow-fence {
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  height: 5px;
  display: flex;
  align-items: center;
}

.snow-fence .fence-post {
  width: 4px;
  height: 30px;
  background-color: #8FA39B;
  margin-right: 38px;
  align-self: flex-end;
}

.panel-array-two {
  position: absolute;
  left: 6%;
  top: 6%;
}

.array-single {
  width: 96px;
  height: 34px;
  background: #2A564A;
  border: 1px solid #FAFCFB;
  transform: skewY(-10deg);
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 0 #1E4340;
}

.array-single::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(#8FA39B 0 1px, #2A564A 1px 12px),
    repeating-linear-gradient(90deg, #8FA39B 0 1px, #2A564A 1px 14px);
}

.terrace-mid {
  flex: 0 0 30%;
  position: relative;
  background-color: #FAFCFB;
}

.post {
  position: absolute;
  bottom: 6px;
  width: 8px;
  background-color: #1E4340;
}

.inverter-post {
  left: 20%;
  height: 72px;
}

.inverter-box {
  position: absolute;
  left: 14%;
  bottom: 72px;
  width: 66px;
  height: 46px;
  background-color: #232E2A;
  border-radius: 3px;
}

.inverter-display {
  position: absolute;
  top: 6px;
  left: 8px;
  right: 8px;
  height: 12px;
  background-color: #2a564a;
  border-radius: 2px;
}

.inverter-display::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 7px;
  background-color: #E3C34C;
  border-radius: 1px;
}

.status-lights {
  position: absolute;
  bottom: 7px;
  left: 8px;
  display: flex;
  gap: 5px;
}

.status-lights i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #8FA39B;
}

.status-lights i.on {
  background-color: #E3C34C;
}

.production-meter {
  position: absolute;
  left: 58%;
  bottom: 34px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 6px solid #2A564A;
}

.production-meter .needle {
  position: absolute;
  bottom: 26px;
  left: 27px;
  width: 2px;
  height: 26px;
  background-color: #232E2A;
  transform: rotate(-50deg);
  transform-origin: bottom;
}

.readout {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #232E2A;
  color: #E3C34C;
  font-family: monospace;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}

.terrace-right {
  flex: 0 0 30%;
  position: relative;
  background-color: #FAFCFB;
}

.combiner-post {
  left: 12%;
  height: 60px;
  position: absolute;
  bottom: 6px;
  width: 8px;
  background-color: #1E4340;
}

.combiner-box {
  position: absolute;
  left: 6%;
  bottom: 60px;
  width: 56px;
  height: 42px;
  background-color: #232E2A;
  border-radius: 3px;
}

.combiner-box::after {
  content: "CB-1";
  position: absolute;
  bottom: 4px;
  left: 6px;
  color: #FAFCFB;
  font-size: 10px;
  letter-spacing: 1px;
}

.sun-arc-panel {
  position: absolute;
  right: 4%;
  bottom: 6px;
  width: 68px;
  height: 56px;
  background-color: #F0F4F2;
  border: 1px solid #2A564A;
  border-radius: 3px;
}

.sun-arc-panel .arc-diagram {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 40px;
  height: 34px;
  border: 2px solid #2A564A;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
}

.sun-arc-panel .arc-diagram::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 40px;
  height: 34px;
  border: 1px dashed #E3C34C;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  transform: rotate(-18deg);
}

.pickup-truck {
  position: absolute;
  right: -4px;
  bottom: 6px;
  width: 40px;
  height: 12px;
  opacity: 1;
}

.conduit-line {
  position: absolute;
  left: 22%;
  top: 6px;
  width: 56%;
  height: 2px;
  background-color: #8FA39B;
}

.conduit-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #8FA39B;
  transform: rotate(-40deg);
}

/* ============ STRING COMBINER ROWS ============ */
.string-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 46px;
}

.string-intro .kicker {
  color: #2A564A;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 12px;
}

.string-intro h2 {
  color: #232E2A;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.string-intro p {
  color: #445C52;
  font-size: 17px;
}

.string-combiner-rows {
  background-color: #F0F4F2;
}

.string-row {
  display: flex;
  align-items: stretch;
  background-color: #FAFCFB;
  border: 1px solid #2A564A;
  border-radius: 4px;
  margin-bottom: 11px;
  overflow: hidden;
}

.combiner-column {
  flex: 0 0 96px;
  background-color: #232E2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.combiner-face {
  position: relative;
  margin: 0 auto;
}

.combiner-face .bus {
  width: 44px;
  height: 6px;
  background-color: #2A564A;
  margin: 0 auto 8px;
  border-radius: 3px;
}

.combiner-box-mini {
  width: 44px;
  height: 58px;
  background-color: #1E4340;
  border: 2px solid #2A564A;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 8px;
  gap: 9px;
}

.fuse {
  width: 22px;
  height: 6px;
  background-color: #8FA39B;
  border-radius: 2px;
}

.fuse.item {
  background-color: #E3C34C;
}

.fuse.item.on {
  background-color: #E3C34C;
}

.fuse.middle-lit {
  background-color: #E3C34C;
}

.string-body {
  flex: 1;
  padding: 30px 34px;
}

.string-body h3 {
  color: #232E2A;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.string-body p {
  color: #445C52;
  font-size: 16px;
}

.string-tag {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.tag-chip {
  background-color: #232E2A;
  color: #FAFCFB;
  font-family: "Courier New", monospace;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 30px;
}

.tag-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tag-dot {
  width: 6px;
  height: 6px;
  background-color: #2A564A;
  border-radius: 50%;
}

.tag-voltage {
  color: #2A564A;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* ============ METRIC BAND ============ */
.metric-band {
  background-color: #232E2A;
  padding: 62px 0;
}

.metric-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.metric-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.metric-item + .metric-item {
  border-left: 1px solid #2A564A;
}

.metric-num {
  color: #F0F4F2;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

.metric-label {
  color: #8FA39B;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 10px;
}

/* ============ STATEMENT BAND ============ */
.statement-band {
  background-color: #E2ECE7;
  padding: 70px 0;
}

.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  border-left: 4px solid #2A564A;
}

.statement-inner blockquote {
  font-size: 28px;
  line-height: 1.5;
  color: #232E2A;
  font-weight: 300;
}

.statement-attr {
  margin-top: 24px;
  color: #2A564A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

/* ============ CTA BAND ============ */
.cta-band {
  text-align: center;
  background-color: #F0F4F2;
}

.cta-band h2 {
  color: #2A564A;
  font-size: 40px;
  margin-bottom: 16px;
}

.cta-band p {
  color: #445C52;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 34px;
}

/* ============ METER-MAIN FOOTER ============ */
.meter-main-footer {
  background-color: #232E2A;
  margin-top: 0;
}

.utility-tie-strip {
  height: 16px;
  background-color: #13201d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.utility-tie-strip .line {
  width: 100%;
  height: 2px;
  background-color: #8FA39B;
  position: relative;
}

.utility-tie-strip .stub {
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 14px;
  background-color: #1E4340;
}

.utility-tie-strip .stub.s1 { left: 12%; }
.utility-tie-strip .stub.s2 { right: 12%; }

.net-meter-dial {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
  width: 16px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #E3C34C;
  background-color: #232E2A;
  z-index: 2;
}

.net-meter-dial .dialnee {
  position: absolute;
  left: 6px;
  top: 3px;
  width: 1px;
  height: 6px;
  background-color: #E3C34C;
  transform: rotate(30deg);
  transform-origin: bottom center;
}

.footer-zone-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 54px 24px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.footer-zone {
  flex: 1;
  min-width: 240px;
}

.footer-zone .sun-path-glyph {
  margin-bottom: 18px;
}

.footer-wordmark {
  color: #FAFCFB;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-descriptor {
  color: #8FA39B;
  font-size: 14px;
  margin-top: 12px;
  max-width: 300px;
}

.link-groups {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

.link-group-title {
  color: #8FA39B;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 14px;
}

.link-group a {
  display: block;
  color: #FAFCFB;
  font-size: 15px;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.link-group a:hover {
  color: #E3C34C;
}

.contact-stack-title {
  color: #8FA39B;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-stack {
  color: #FAFCFB;
  font-size: 15px;
  line-height: 2.1;
}

.contact-stack a {
  color: #E3C34C;
}

.contact-stack a:hover {
  text-decoration: underline;
}

.legal-hairline {
  border-top: 1px solid #1E4340;
  max-width: 1280px;
  margin: 0 auto;
}

.legal-line {
  text-align: center;
  color: #8FA39B;
  font-size: 13px;
  padding: 20px 24px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============ SERVICES PAGE SPECIFICS ============ */
.page-hero {
  padding: 70px 0 40px;
  background-color: #F0F4F2;
  text-align: center;
}

.page-hero .eyebrow-chip {
  margin-bottom: 20px;
}

.page-hero h1 {
  font-size: 46px;
  color: #232E2A;
  max-width: 800px;
  margin: 0 auto 16px;
}

.page-hero p {
  color: #445C52;
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto;
}

.subpage-section {
  background-color: #F0F4F2;
}

.subpage-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.subpage-intro h2 {
  color: #2A564A;
  font-size: 32px;
  margin-bottom: 16px;
}

.subpage-intro p {
  color: #445C52;
  font-size: 17px;
}

.feature-panel {
  background-color: #FAFCFB;
  border: 1px solid #E2ECE7;
  border-radius: 4px;
  padding: 36px 38px;
  margin: 0 auto 16px;
  max-width: 1000px;
  border-left: 4px solid #2A564A;
}

.feature-panel h3 {
  color: #232E2A;
  font-size: 24px;
  margin-bottom: 12px;
}

.feature-panel h3 span {
  color: #2A564A;
}

.feature-panel p {
  color: #5a6f68;
  margin-bottom: 12px;
}

.feature-panel ul {
  margin-top: 10px;
}

.feature-panel ul li {
  position: relative;
  padding-left: 22px;
  color: #5a6f68;
  margin-bottom: 8px;
}

.feature-panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #2A564A;
  border-radius: 50%;
}

.process-band {
  background-color: #E2ECE7;
}

.step-list {
  max-width: 900px;
  margin: 0 auto;
  counter-reset: step;
}

.process-step {
  display: flex;
  gap: 22px;
  counter-increment: step;
  padding: 20px 0;
  border-bottom: 1px solid #FAFCFB;
}

.process-step:last-child {
  border-bottom: 0;
}

.step-num {
  flex: 0 0 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #2A564A;
  color: #2A564A;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num::after {
  content: counter(step);
}

.process-step h3 {
  color: #232E2A;
  font-size: 20px;
  margin-bottom: 6px;
}

.process-step p {
  color: #5a6f68;
}

/* ============ CONTACT PAGE ============ */
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.contact-panel,
.contact-form-grid {
  flex: 1;
  min-width: 300px;
  background-color: #FAFCFB;
  border: 1px solid #E2ECE7;
  border-radius: 4px;
  padding: 36px 38px;
}

.contact-panel h2,
.contact-form-grid h2 {
  color: #2A564A;
  font-size: 26px;
  margin-bottom: 20px;
}

.info-line {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
  align-items: flex-start;
}

.info-icon {
  flex: 0 0 38px;
  height: 38px;
  border-radius: 4px;
  background-color: #2A564A;
  position: relative;
}

.info-icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #FAFCFB;
  border-radius: 3px;
}

.info-line h4 {
  color: #232E2A;
  font-size: 16px;
  margin-bottom: 4px;
}

.info-line p,
.info-line a {
  color: #5a6f68;
  font-size: 15px;
}

.hours-row {
  color: #5a6f68;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px dashed #E2ECE7;
  display: flex;
  justify-content: space-between;
}

.hours-row:last-child {
  border: 0;
}

.hours-row span {
  color: #232E2A;
  font-weight: 600;
}

.faq-item {
  background-color: #FAFCFB;
  border: 1px solid #E2ECE7;
  border-left: 4px solid #2A564A;
  border-radius: 4px;
  margin-bottom: 14px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-q {
  cursor: pointer;
  padding: 20px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #232E2A;
  font-weight: 700;
  font-size: 17px;
}

.faq-q .plus {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #2A564A;
  border-radius: 50%;
  position: relative;
  transition: transform 0.25s ease;
}

.faq-q .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  right: 6px;
  height: 2px;
  background-color: #2A564A;
  transform: translateY(-50%);
}

.faq-q .plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background-color: #2A564A;
  transform: translateX(-50%);
}

.faq-item.open .faq-q .plus {
  transform: rotate(45deg);
}

.faq-a {
  display: none;
  padding: 0 26px 22px;
  color: #5a6f68;
}

.faq-item.open .faq-a {
  display: block;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #232E2A;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #E2ECE7;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  color: #232E2A;
  background-color: #F0F4F2;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #2A564A;
}

.form-note {
  font-size: 13px;
  color: #445C52;
  margin-top: 12px;
}

.form-status {
  margin-top: 14px;
  font-weight: 600;
  color: #2A564A;
  min-height: 20px;
}

/* fade-up safe */
.fade-up {
  opacity: 1;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .array-terrace-band {
    height: 130px;
  }

  .terrace-left { flex-basis: 40%; }
  .terrace-mid { flex-basis: 28%; }
  .terrace-right { flex-basis: 32%; }

  .hero-headline {
    font-size: 40px;
  }

  .metric-grid {
    flex-wrap: wrap;
  }

  .metric-item + .metric-item {
    border-left: 0;
  }

  .metric-item {
    flex: 1 1 45%;
    margin-bottom: 26px;
  }

  .string-row {
    flex-wrap: wrap;
  }

  .string-tag {
    flex: 1;
    padding: 10px 20px 24px;
  }

  .link-groups {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 8px;
    gap: 16px;
  }

  .nav-links.open {
    display: flex;
  }

  .array-dot {
    display: none;
  }

  .hero-headline {
    font-size: 33px;
  }

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

  .string-body {
    padding: 24px 20px;
  }

  .combiner-column {
    flex-basis: 70px;
  }

  .hero-upper {
    padding: 52px 18px 40px;
  }

  .footer-zone-row {
    padding: 40px 20px;
  }

  .tele {
    display: block;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .statement-inner blockquote {
    font-size: 22px;
  }

  .cta-band h2 {
    font-size: 30px;
  }

  .brand-name {
    font-size: 16px;
  }
}
