/* ==========================================================================
   JMC Global Cat LLC - Night Indigo + Amber Eye Theme
   Dark computer systems design studio theme.
   Palette: night-indigo #151824 / moon-mist #E8ECF4 / amber-eye #F2A93B
            midnight panel #1F2536 / indigo-ink #0F1220
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #151824;
  color: #E8ECF4;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #F2A93B;
}

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

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background-color: #F2A93B;
  color: #0F1220;
}

.btn-primary:hover {
  background-color: #E99B22;
  color: #0F1220;
}

.btn-outline {
  background-color: transparent;
  color: #E8ECF4;
  border-color: #E8ECF4;
}

.btn-outline:hover {
  background-color: #E8ECF4;
  color: #151824;
}

.btn-large {
  padding: 17px 38px;
  font-size: 17px;
}

/* ==========================================================================
   Giant Wordmark Navigation
   ========================================================================== */

.giant-nav {
  position: relative;
  background-color: #151824;
  padding: 30px 24px 26px;
  text-align: center;
  border-bottom: 1px solid #2B3349;
  transition: border-color 0.3s ease;
}

.giant-nav.site-scrolled {
  border-bottom-color: #F2A93B;
}

.giant-nav--secondary {
  padding: 22px 24px 20px;
}

.brand-mark {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.brand-cat-ear {
  position: absolute;
  top: -14px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid #F2A93B;
}

.brand-word {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: #E8ECF4;
}

.giant-nav--secondary .brand-word {
  font-size: 48px;
}

.brand-t {
  color: #F2A93B;
}

.site-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 22px;
}

.site-link {
  position: relative;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E8ECF4;
  text-decoration: none;
}

.site-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #F2A93B;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.site-link:hover::after,
.site-link.is-current::after {
  transform: scaleX(1);
}

.site-link.is-current {
  color: #F2A93B;
}

.nav-toggle {
  display: none;
  position: absolute;
  top: 28px;
  right: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  border: 1px solid #2B3349;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
}

.giant-nav--secondary .nav-toggle {
  top: 22px;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #E8ECF4;
}

/* ==========================================================================
   Mirrored Split Hero
   ========================================================================== */

.mirror-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 88px;
}

.hero-cat-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- CSS Cat Face --- */

.cat-face {
  position: relative;
  width: 380px;
  height: 380px;
}

.cat-moon {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #E8ECF4;
}

.cat-moon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 16px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #151824;
}

.cat-star {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F2A93B;
}

.cat-star-1 {
  top: 42px;
  left: 36px;
}

.cat-star-2 {
  top: 96px;
  left: 18px;
  width: 6px;
  height: 6px;
  background-color: #E8ECF4;
}

.cat-star-3 {
  top: 24px;
  left: 128px;
  width: 6px;
  height: 6px;
}

.cat-star-4 {
  top: 74px;
  right: 118px;
}

.cat-ear {
  position: absolute;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-bottom: 92px solid #1F2536;
}

.cat-ear-left {
  left: 50%;
  margin-left: -122px;
  transform: rotate(-10deg);
}

.cat-ear-right {
  left: 50%;
  margin-left: 18px;
  transform: rotate(10deg);
}

.cat-ear-inner {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 54px solid #2B3349;
}

.cat-head {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 210px;
  background-color: #1F2536;
  border: 2px solid #2B3349;
  border-radius: 48% 48% 46% 46% / 62% 62% 38% 38%;
}

.cat-eye {
  position: absolute;
  top: 82px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #F2A93B;
  box-shadow: 0 0 22px #F2A93B;
}

.cat-eye-left {
  left: 52px;
}

.cat-eye-right {
  right: 52px;
}

.cat-nose {
  position: absolute;
  top: 138px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #3A4360;
}

.cat-whisker {
  position: absolute;
  height: 2px;
  background-color: #E8ECF4;
}

.cat-whisker-l1 {
  top: 148px;
  left: 50%;
  margin-left: -191px;
  width: 66px;
}

.cat-whisker-l2 {
  top: 162px;
  left: 50%;
  margin-left: -203px;
  width: 78px;
}

.cat-whisker-l3 {
  top: 176px;
  left: 50%;
  margin-left: -191px;
  width: 66px;
}

.cat-whisker-r1 {
  top: 148px;
  left: 50%;
  margin-left: 125px;
  width: 66px;
}

.cat-whisker-r2 {
  top: 162px;
  left: 50%;
  margin-left: 125px;
  width: 78px;
}

.cat-whisker-r3 {
  top: 176px;
  left: 50%;
  margin-left: 125px;
  width: 66px;
}

/* --- Hero text --- */

.eyebrow-chip {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #F2A93B;
  color: #0F1220;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-headline {
  margin: 0 0 20px;
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #E8ECF4;
}

.hero-subcopy {
  margin: 0 0 28px;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.7;
  color: #C3CBD8;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-stats {
  display: flex;
  margin-top: 40px;
}

.hero-stat {
  padding: 0 24px;
  border-right: 1px solid #F2A93B;
}

.hero-stat:first-child {
  padding-left: 0;
}

.hero-stat:last-child {
  border-right: none;
}

.hero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #E8ECF4;
}

.hero-stat-label {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C3CBD8;
}

/* ==========================================================================
   Section headings
   ========================================================================== */

.section-heading {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F2A93B;
}

.section-title {
  margin-bottom: 16px;
  font-size: 40px;
  letter-spacing: -0.5px;
  color: #E8ECF4;
}

.section-lede {
  font-size: 17px;
  line-height: 1.7;
  color: #C3CBD8;
}

/* ==========================================================================
   Milestone Timeline
   ========================================================================== */

.timeline-section {
  padding: 88px 24px 96px;
}

.milestone-timeline {
  position: relative;
  max-width: 980px;
  margin: 52px auto 0;
  padding: 0;
  list-style: none;
}

.milestone-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #F2A93B;
  transform: translateX(-50%);
}

.milestone {
  position: relative;
  width: 50%;
  padding-bottom: 56px;
}

.milestone-left {
  left: 0;
  padding-right: 56px;
}

.milestone-right {
  left: 50%;
  padding-left: 56px;
}

.milestone-year {
  position: absolute;
  top: 14px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #F2A93B;
  color: #0F1220;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.milestone-left .milestone-year {
  right: -37px;
}

.milestone-right .milestone-year {
  left: -37px;
}

.milestone-card {
  padding: 24px 28px;
  background-color: #1F2536;
  border: 1px solid #2B3349;
  border-radius: 12px;
  text-align: left;
}

.milestone-title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #E8ECF4;
}

.milestone-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #C3CBD8;
}

/* ==========================================================================
   Metric Band (amber)
   ========================================================================== */

.metric-band {
  background-color: #F2A93B;
  padding: 56px 24px 64px;
  text-align: center;
}

.metric-caption {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: #4E3B0E;
}

.metric-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.metric {
  flex: 1;
  text-align: center;
  border-right: 1px solid #151824;
}

.metric:last-child {
  border-right: none;
}

.metric-num {
  display: block;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #151824;
}

.metric-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151824;
}

/* ==========================================================================
   Statement Band (indigo-ink)
   ========================================================================== */

.statement-band {
  background-color: #0F1220;
  padding: 88px 24px;
  text-align: center;
}

.statement-text {
  max-width: 860px;
  margin: 0 auto 20px;
  font-size: 22px;
  line-height: 1.7;
  color: #E8ECF4;
}

.statement-text:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   CTA Band
   ========================================================================== */

.cta-band {
  background-color: #1F2536;
  padding: 88px 24px;
  text-align: center;
}

.cta-title {
  margin-bottom: 14px;
  font-size: 40px;
  letter-spacing: -0.5px;
  color: #E8ECF4;
}

.cta-subcopy {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.7;
  color: #C3CBD8;
}

.cta-note {
  margin: 20px 0 0;
  font-size: 14px;
  color: #8F97A8;
}

/* ==========================================================================
   Link Row Footer
   ========================================================================== */

.link-row-footer {
  background-color: #0F1220;
  padding: 40px 24px 44px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E8ECF4;
  text-decoration: none;
}

.footer-links a:hover {
  color: #F2A93B;
}

.footer-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F2A93B;
}

.footer-legal {
  margin: 0;
  font-size: 13px;
  color: #8F97A8;
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   Secondary page hero
   ========================================================================== */

.page-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 24px 40px;
  text-align: center;
}

.page-title {
  margin: 16px 0 14px;
  font-size: 48px;
  letter-spacing: -1px;
  color: #E8ECF4;
}

.page-subcopy {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #C3CBD8;
}

/* ==========================================================================
   Services page
   ========================================================================== */

.services-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 24px 16px;
}

.service-block {
  display: flex;
  gap: 28px;
  padding: 40px 0;
  border-top: 1px solid #2B3349;
}

.service-num {
  flex-shrink: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: #F2A93B;
}

.service-body {
  flex: 1;
}

.service-title {
  margin-bottom: 14px;
  font-size: 26px;
  color: #E8ECF4;
}

.service-text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #C3CBD8;
}

.service-text:last-child {
  margin-bottom: 0;
}

/* --- Process overview --- */

.process-section {
  background-color: #0F1220;
  padding: 72px 24px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 22px;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.process-step {
  padding: 22px;
  background-color: #1F2536;
  border: 1px solid #2B3349;
  border-radius: 12px;
}

.process-step-title {
  margin-bottom: 10px;
  font-size: 19px;
  color: #E8ECF4;
}

.process-step-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #F2A93B;
  color: #0F1220;
  font-size: 15px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.process-step-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #C3CBD8;
}

/* ==========================================================================
   Contact page
   ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 24px 16px;
}

.contact-form-panel,
.contact-info-panel {
  padding: 32px;
  background-color: #1F2536;
  border: 1px solid #2B3349;
  border-radius: 14px;
}

.contact-panel-title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #E8ECF4;
}

.contact-panel-note {
  margin-bottom: 22px;
  font-size: 14px;
  color: #C3CBD8;
}

.form-field {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #E8ECF4;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #3A4360;
  border-radius: 8px;
  background-color: #0F1220;
  color: #E8ECF4;
  font-size: 16px;
}

.form-input:focus {
  outline: none;
  border-color: #F2A93B;
}

.form-textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  min-height: 18px;
  margin: 12px 0 0;
  font-size: 14px;
  color: #C3CBD8;
}

.form-status.is-success {
  color: #7FDB9A;
}

.form-status.is-error {
  color: #F0716B;
}

.contact-info-block {
  padding: 14px 0;
  border-top: 1px solid #2B3349;
}

.contact-info-block:first-of-type {
  border-top: none;
  padding-top: 6px;
}

.contact-info-label {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F2A93B;
}

.contact-info-value {
  margin: 0;
  line-height: 1.7;
  color: #C3CBD8;
}

.contact-info-link {
  color: #F2A93B;
  text-decoration: none;
}

.contact-info-link:hover {
  text-decoration: underline;
}

/* --- FAQ accordion --- */

.faq-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.faq-list {
  margin-top: 36px;
}

.faq-item {
  border-bottom: 1px solid #2B3349;
}

.faq-question {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  color: #E8ECF4;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  font-size: 26px;
  font-weight: 400;
  color: #F2A93B;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-question::after {
  content: "\2212";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 600px;
}

.faq-answer p {
  margin: 0;
  padding: 0 0 20px;
  line-height: 1.7;
  color: #C3CBD8;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .mirror-hero {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .hero-cat-column {
    order: -1;
  }

  .hero-text-column {
    text-align: left;
  }

  .hero-cta-row {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

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

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

  .site-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: 10px 24px 18px;
    background-color: #0F1220;
    border-top: 1px solid #2B3349;
    text-align: center;
    z-index: 20;
  }

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

  .site-link {
    display: block;
    padding: 12px 0;
  }

  .site-link::after {
    display: none;
  }

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

  .brand-word {
    font-size: 54px;
  }

  .giant-nav--secondary .brand-word {
    font-size: 40px;
  }
}

@media (max-width: 760px) {
  .milestone-timeline::before {
    left: 16px;
  }

  .milestone-left,
  .milestone-right {
    left: 0;
    width: 100%;
    padding: 0 0 44px 48px;
  }

  .milestone-left .milestone-year,
  .milestone-right .milestone-year {
    left: -40px;
    right: auto;
    width: 56px;
    height: 56px;
    font-size: 14px;
  }

  .metric-band-inner {
    flex-wrap: wrap;
  }

  .metric {
    min-width: 44%;
    border-right: none;
  }

  .metric:nth-child(even) {
    border-left: 1px solid #151824;
  }

  .section-title,
  .cta-title {
    font-size: 32px;
  }

  .statement-text {
    font-size: 19px;
  }

  .service-block {
    flex-direction: column;
    gap: 14px;
  }

  .service-num {
    font-size: 38px;
  }

  .hero-stat-num {
    font-size: 22px;
  }

  .hero-stat {
    padding: 0 16px;
  }
}

@media (max-width: 560px) {
  .cat-face {
    transform: scale(0.7);
    margin-bottom: -114px;
  }

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

  .brand-word {
    font-size: 46px;
  }

  .giant-nav--secondary .brand-word {
    font-size: 34px;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
