/* =============================================
   SpectrumVoIP Status Page — Custom CSS
   Light theme matching spectrumvoip.com
   Brand colors:
     Storm     #18384A
     Aqua      #3E8EBA
     Sky       #7BBDD4
     Snowflake #D8E8F1
     Sunset    #FD5003
     Fire      #862802
     Stone     #444444
============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap');

/* -- Base -- */
body {
  font-family: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  background-color: #f0f5f9;
  color: #18384A;
}

/* -- Top nav container -- */
.container-top {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  border-bottom: 1px solid #D8E8F1;
  box-shadow: 0 2px 8px rgba(24, 56, 74, 0.06);
}

.container-top .container {
  max-width: 1200px;
  position: relative;
  z-index: 3;
}

.header-top {
  padding: 16px 0;
}

.logo-container {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}

.nav-links {
  display: inline-block;
  width: 74%;
  font-weight: 400;
  vertical-align: middle;
}

.nav-links ul {
  text-align: right;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: none;
}

.nav-links ul li a {
  color: #18384A;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links ul li a:hover {
  color: #FD5003;
}

/* -- Subscribe button -- */
.nav-links ul li .show-updates-dropdown,
a.show-updates-dropdown {
  padding: 10px 24px;
  text-transform: none;
  border-radius: 2rem 2rem 2rem 0;
  background-color: #FD5003;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 0.2s;
  text-decoration: none;
}

.show-updates-dropdown:hover,
a.show-updates-dropdown:hover {
  background-color: #862802;
  color: #fff !important;
}

/* -- Mobile menu button -- */
.menu-button {
  display: none;
}

.clear-both {
  clear: both;
}

/* -- Hero section -- */
.hero {
  position: relative;
  height: 180px;
  margin-top: 0;
  background-color: #18384A;
  background-image:
    linear-gradient(120deg,
      rgba(24, 56, 74, 0.75) 0%,
      rgba(62, 142, 186, 0.55) 50%,
      rgba(24, 56, 74, 0.75) 100%),
    url('https://cdn.prod.website-files.com/69b86ca23dbcf7a121c2dbdd/6a3b0c72a3bcdf401552fc9c_spectrumvoip-noc-wall.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.status-none .hero,
.status-maintenence .hero,
.status-minor .hero,
.status-major .hero,
.status-critical .hero {
  background-color: #18384A;
  background-image:
    linear-gradient(120deg,
      rgba(24, 56, 74, 0.75) 0%,
      rgba(62, 142, 186, 0.55) 50%,
      rgba(24, 56, 74, 0.75) 100%),
    url('https://cdn.prod.website-files.com/69b86ca23dbcf7a121c2dbdd/6a3b0c72a3bcdf401552fc9c_spectrumvoip-noc-wall.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Status accent stripe at the bottom of the hero */
.status-none .hero        { border-bottom: 4px solid #3E8EBA; }
.status-maintenence .hero { border-bottom: 4px solid #7BBDD4; }
.status-minor .hero       { border-bottom: 4px solid #FD5003; }
.status-major .hero       { border-bottom: 4px solid #FD5003; }
.status-critical .hero    { border-bottom: 4px solid #862802; }

.bg-hero-curve,
.bg-hero-curve::after {
  display: none;
}

.hero .status {
  position: relative;
  text-align: center;
  display: none;
  padding: 0 50px;
}

.status-none .hero .text-operational       { display: block; }
.status-maintenence .hero .text-maintenance { display: block; }
.status-minor .hero .text-degraded         { display: block; }
.status-major .hero .text-partial          { display: block; }
.status-critical .hero .text-major         { display: block; }

/* -- Status head text -- */
.status-head {
  font-family: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 14px 0;
  color: #7BBDD4;
}

.status-head-type {
  font-family: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;
  font-size: 70px;
  font-weight: 100;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 14px 0;
  color: #18384A;
}

/* -- HR divider -- */
.hr {
  position: relative;
  box-sizing: content-box;
  height: 0;
  margin: 70px 0 0 0;
  border: 0;
  border-bottom: 1px solid #D8E8F1;
}

/* -- Intro text block -- */
.text-info {
  position: relative;
  margin: 32px auto 40px;
  max-width: 780px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #D8E8F1;
  border-radius: 12px;
  padding: 24px 32px;
  z-index: 2;
  color: #444444;
  font-size: 1rem;
  line-height: 1.7;
  box-shadow: 0 2px 12px rgba(24, 56, 74, 0.06);
}

/* -- Page status banner -- */
div.page-status {
  display: none;
}

.layout-content.status .custom-header-container {
  margin-bottom: 0;
}

.layout-content.status.status-index .page-status.status-none {
  background: none;
  padding: 40px 20px;
}

.layout-content.status.status-index .page-status {
  border-radius: 0;
  border: none;
}

.layout-content.status.status-index .page-status .status {
  color: #3E8EBA;
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  text-transform: lowercase;
}

/* -- Incident page -- */
.layout-content.status.status-incident > .container {
  margin-top: 20px;
}

.layout-content.status.status-incident .page-title {
  margin-bottom: 80px;
}

/* -- Manage subscriptions page -- */
.layout-content.status.manage-subscriptions > .container h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 150px;
}

/* -- Secondary text and misc -- */
small,
.layout-content.status .table-row .date,
.color-secondary,
.layout-content.status .grouped-items-selector.inline .grouped-item,
.layout-content.status.status-full-history .history-footer .pagination a.disabled,
.layout-content.status.status-full-history .history-nav a {
  color: #444444;
}

/* -- Unresolved incidents -- */
.layout-content.status.status-index .unresolved-incidents .unresolved-incident:first-of-type {
  margin-top: 50px;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a {
  color: #fff;
}

/* -- Component status -- */
.layout-content.status.status-index .components-section .component-container .component-status {
  font-size: 1rem;
  font-weight: 600;
}

/* -- Links -- */
a {
  color: #3E8EBA;
  transition: color 0.2s;
}

a:hover {
  color: #FD5003;
}

/* -- Footer -- */
footer {
  background-color: #18384A;
  border-top: 1px solid #D8E8F1;
  color: #D8E8F1;
  padding: 24px 32px;
  font-family: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 48px;
}

footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-logo img {
  height: 28px;
  display: block;
}

footer .footer-links {
  display: flex;
  gap: 24px;
}

footer .footer-links a {
  color: #7BBDD4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

footer .footer-links a:hover {
  color: #FD5003;
}

footer .footer-copy {
  color: #7BBDD4;
}

/* =============================================
   MOBILE
============================================= */
@media screen and (max-width: 700px) {

  body {
    background-color: #f0f5f9;
  }

  .hero {
    height: 120px;
  }

  .hero .status {
    padding: 0 15px;
  }

  .logo-container {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }

  .nav-links {
    display: inline-block;
    width: 58%;
    text-align: right;
    vertical-align: middle;
  }

  .menu-button {
    display: inline-block;
    text-align: right;
    border: none;
    border-radius: 0;
    color: #18384A;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background-color: transparent;
    box-shadow: none;
  }

  .menu-button a {
    position: relative;
    padding-left: 1.25em;
    color: #18384A;
    font-weight: 500;
  }

  .menu-button a::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 0.125em;
    border-top: 0.375em double #18384A;
    border-bottom: 0.125em solid #18384A;
  }

  .nav-links ul {
    display: none;
    background-color: #ffffff;
    border: 1px solid #D8E8F1;
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 8px 24px rgba(24, 56, 74, 0.10);
    padding: 12px 16px;
  }

  .nav-links ul li {
    display: block;
    text-align: center;
    padding: 0;
  }

  .nav-links ul li a {
    padding: 12px;
    display: inline-block;
    color: #18384A;
  }

  .nav-links:hover ul {
    display: block;
  }

  .show-updates-dropdown {
    border: none;
    padding: 12px;
    text-transform: lowercase;
  }

  .layout-content.status.status-index .page-status.status-none {
    background: #f0f5f9;
    padding: 40px 20px;
    border-top: 2px solid #D8E8F1;
  }

  .status-head-type {
    font-size: 44px;
  }

  .hr {
    margin: 0;
    border: none;
  }

  .text-info {
    margin: 20px 16px;
    padding: 20px;
  }

  .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a,
  .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a:hover {
    color: #fff;
  }

  footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}