/* PULESI SIGNAL RELAY ROOM — dark theme */
/* brand pulesi = pulse */

:root {
  --signal-room: #131318;
  --circuit-panel: #1B1B22;
  --switch-deep: #232329;
  --signal-white: #F4F4F7;
  --haze-violet: #C5C5CC;
  --night-bus: #5E548E;
  --pulse-coral: #E86A5C;
  --ember-amber: #D9A03C;
  --relay-green: #6FA287;
  --hairline: #2E2E36;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #131318;
  color: #C5C5CC;
  font-size: 16px;
  font-family: Georgia, Times, Cambria, serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #E86A5C;
  text-decoration: none;
}

a:hover {
  color: #F4F4F7;
  text-decoration: underline;
}

/* ---------------- TRANSMIT HEAD ---------------- */
.desk-head {
  background-color: #F4F4F7;
  padding: 64px 24px 48px;
  text-align: center;
}

.desk-brand {
  color: #5E548E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pulse-glyph {
  display: inline-block;
  width: 20px;
  height: 14px;
  flex: 0 0 auto;
}

.desk-brand .glyph-line {
  stroke: #5E548E;
  stroke-width: 2;
  fill: none;
}

.desk-brand .glyph-spike {
  stroke: #E86A5C;
  stroke-width: 2.4;
  fill: none;
}

.desk-headline {
  color: #1B1B22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 20px 0 18px;
}

.desk-intro {
  color: #5E548E;
  max-width: 660px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.9;
}


/* ---------------- CONTENT LINE (toc sentence) ---------------- */
.desk-line {
  padding: 24px 24px;
  text-align: center;
  border-bottom: 1px solid #2E2E36;
}

.desk-line a {
  display: inline-block;
  color: #1B1B22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.desk-line a:hover {
  color: #E86A5C;
  text-decoration: none;
}

.desk-line .dot {
  color: #E86A5C;
  margin: 0 10px;
}

/* the content line sits on signal-white; color links dark */
.desk-line.over-light a { color: #1B1B22; }
.desk-line.over-light a:hover { color: #E86A5C; }

/* ---------------- DISPATCH BLOCKS ---------------- */
.desk-log {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 32px;
}

.dispatch {
  margin-bottom: 12px;
}

.sender-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sender-label.stamp-night { color: #5E548E; }
.sender-label.stamp-green { color: #6FA287; }

.date-stamp {
  float: right;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  color: #D9A03C;
  letter-spacing: 1px;
  position: relative;
  top: 3px;
}

.dispatch p {
  color: #C5C5CC;
  margin: 10px 0 0 24px;
  text-indent: 0;
  font-size: 17px;
  line-height: 1.9;
  border-left: 1px solid #2E2E36;
  padding-left: 20px;
}

.dispatch p a { color: #E86A5C; }
.dispatch p a:hover { color: #F4F4F7; }

/* coral diamond between blocks */
.dispatch-sep {
  text-align: center;
  color: #E86A5C;
  font-size: 11px;
  letter-spacing: 0;
  padding: 6px 0 24px;
  line-height: 1;
}


/* ---------------- CLOSING TRANSMISSION ---------------- */
.desk-close {
  background-color: #232329;
  padding: 56px 24px 60px;
  text-align: center;
}

.desk-close .inner {
  max-width: 720px;
  margin: 0 auto;
}

.desk-close .cta-line {
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.desk-close .cta-sub {
  color: #C5C5CC;
  margin-bottom: 22px;
  line-height: 1.9;
}

.desk-close .inline-coral {
  color: #E86A5C;
}

.cta-numbers {
  color: #C5C5CC;
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 4px;
}

.cta-numbers a {
  color: #C5C5CC;
  border-bottom: 1px solid #5E548E;
}
.cta-numbers a:hover { color: #E86A5C; border-bottom-color: #E86A5C; }


/* ---------------- FOOTER ---------------- */
.desk-foot {
  background-color: #5E548E;
  padding: 46px 24px 30px;
  text-align: center;
}

.foot-brand {
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.foot-brand svg rect { fill: none; }
.foot-brand .g1 { stroke: #F4F4F7; }
.foot-brand .g2 { stroke: #E86A5C; }

.foot-links {
  margin-bottom: 18px;
}

.foot-links a {
  color: #F4F4F7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.foot-links a:hover { color: #131318; text-decoration: none; }

.foot-sep-dot {
  color: #131318;
  margin: 0 10px;
  font-size: 11px;
}

.foot-legal {
  color: #35353f;
  font-size: 13px;
  line-height: 2;
}

.foot-legal.is-dark-bg { color: #EDEDF1; }
.foot-legal.is-light-bg { color: #5E548E; }
.foot-legal a { color: #E86A5C; }

/* footer content layers above decorative watermark */
.desk-foot { position: relative; z-index: 1; }
.desk-close { position: relative; z-index: 1; }
.desk-head { position: relative; z-index: 1; }


/* ---------------- SHARED PAGE SHELL FOR SECONDARY PAGES ---------------- */
/* All secondary service-ish pages use the same signal-room dark with a header */
.site-shell .top-head {
  background-color: #1B1B22;
  border-bottom: 1px solid #2E2E36;
  padding: 22px 24px 14px;
  text-align: center;
}

.site-shell .top-brand {
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
}

.site-shell .sub-brand {
  color: #5E548E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 6px 0 10px;
}

.vnav {
  background-color: transparent;
  padding: 10px 24px 16px;
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.vnav a {
  display: inline-block;
  color: #C5C5CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px 2px;
  margin: 0 14px;
}
.vnav a:hover { color: #E86A5C; text-decoration: none; }

/* mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #2E2E36;
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 16px;
  margin: 0 auto 6px;
  cursor: pointer;
}

.page-band {
  max-width: 720px;
  margin: 0 auto;
  padding: 44px 24px 20px;
}

.page-band h1 {
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.page-band p.lede {
  color: #C5C5CC;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 28px;
}

.page-band h2 {
  color: #E8836B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 12px;
  line-height: 1.3;
}

.page-band h3 {
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 22px 0 8px;
}

.page-band p {
  color: #C5C5CC;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.9;
}

.page-band li {
  color: #C5C5CC;
  margin: 0 0 10px 20px;
  font-size: 16.5px;
  line-height: 1.8;
}

.page-band ul, .page-band ol { margin-bottom: 18px; }

.step-mark {
  font-family: 'Courier New', Courier, monospace;
  color: #D9A03C;
  font-size: 11px;
  letter-spacing: 1px;
}


/* ---------------- SERVICES SPECIFIC ---------------- */
.block-panel {
  background-color: #1B1B22;
  border: 1px solid #2E2E36;
  padding: 26px 26px 12px;
  margin-bottom: 22px;
}

.block-panel h2 {
  margin-top: 0;
}

.svc-flag {
  display: inline-block;
  color: #6FA287;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.cta-band {
  background-color: #232329;
  border: 1px solid #2E2E36;
  padding: 40px 26px;
  text-align: center;
  margin: 20px 0 10px;
}

.cta-band h2 {
  color: #F4F4F7;
  margin-top: 0;
  font-size: 26px;
}

.cta-band p {
  color: #C5C5CC;
  max-width: 620px;
  margin: 0 auto 20px;
}

.btn {
  display: inline-block;
  background-color: #E86A5C;
  color: #131318;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 1px solid #E86A5C;
  cursor: pointer;
}
.btn:hover { background-color: #232329; color: #E86A5C; text-decoration: none; }
.btn-green { background-color: #6FA287; border-color: #6FA287; color: #131318; }
.btn-green:hover { background-color: #232329; color: #6FA287; }

.contact-meta {
  color: #C5C5CC;
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  margin-bottom: 6px;
}
.contact-meta a { color: #C5C5CC; border-bottom: 1px solid #5E548E; }
.contact-meta a:hover { color: #E86A5C; border-bottom-color: #E86A5C; }


/* ---------------- CONTACT FORM ---------------- */
.pfield {
  margin-bottom: 20px;
}

.pfield label {
  display: block;
  color: #C5C5CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pfield input,
.pfield select,
.pfield textarea {
  width: 100%;
  background-color: #1B1B22;
  border: 1px solid #2E2E36;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  padding: 12px 14px;
  color: #F4F4F7;
}
.pfield input:focus,
.pfield select:focus,
.pfield textarea:focus {
  outline: none;
  border-color: #E86A5C;
}

.form-status {
  margin: 14px 0;
  color: #6FA287;
  font-size: 15px;
}

/* ---------------- FAQ ACCORDION ---------------- */
.faq-item {
  border: 1px solid #2E2E36;
  margin-bottom: 12px;
  background-color: #1B1B22;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #F4F4F7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 16px 18px;
  cursor: pointer;
  display: block;
}

.faq-item.open .faq-q { color: #E86A5C; }

.faq-a {
  display: none;
  padding: 4px 18px 18px;
  color: #C5C5CC;
  line-height: 1.9;
}

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


/* ---------------- REVEAL / FADE-UP (safe w/o JS) ---------------- */
.fade-up {
  opacity: 1;
  transform: none;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 760px) {
  .desk-headline { font-size: 30px; }
  .desk-brand { letter-spacing: 3px; font-size: 12px; }
  .date-stamp { float: none; display: block; text-align: right; margin-bottom: 4px; }
  .dispatch p { margin-left: 14px; padding-left: 14px; }
  .vnav { display: none; }
  .vnav.open { display: block; }
  .vnav a { display: block; margin: 10px auto; }
  .nav-toggle { display: block; }
  .foot-legal { font-size: 12px; }
  .blue { width: 0; }
}
