/*
Theme Name: MuzzNet
Theme URI: https://muzznet.example
Author: MuzzNet
Author URI: https://muzznet.example
Description: A responsive managed hosting sales theme for MuzzNet.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muzznet
*/

:root {
  --bg: #0b0b0c;
  --bg-soft: #121214;
  --panel: #19191c;
  --panel-2: #202024;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f7f3ed;
  --muted: #b8b4ad;
  --muted-2: #8c8881;
  --orange: #ff7a18;
  --orange-2: #ff9d3d;
  --green: #39d98a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius: 8px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--orange);
  color: #120802;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.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;
}

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

.narrow {
  width: min(860px, calc(100% - 40px));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(11, 11, 12, 0.7);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 11, 12, 0.92);
  border-color: var(--line);
}

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

.logo {
  font-family: var(--mono);
  font-weight: 800;
  letter-spacing: 0;
  color: var(--text);
  white-space: nowrap;
}

.logo span {
  color: var(--orange);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-menu-items {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-items li {
  display: contents;
}

.nav-menu a {
  transition: color 180ms ease;
}

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

.nav-cta,
.nav-menu a[href*="#contact"] {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 122, 24, 0.45);
  border-radius: var(--radius);
  color: var(--orange-2) !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  padding: 132px 0 72px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.96) 0%, rgba(11, 11, 12, 0.86) 38%, rgba(11, 11, 12, 0.35) 78%),
    linear-gradient(180deg, rgba(11, 11, 12, 0.15), var(--bg)),
    url("assets/muzznet-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 4rem;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  color: var(--orange-2);
}

.status-dot {
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(57, 217, 138, 0.9);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-subtitle,
.section-heading p,
.split-grid p,
.support-grid p,
.contact-grid p,
.site-footer p {
  color: var(--muted);
}

.hero-subtitle {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.05rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
}

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

.button.primary {
  background: var(--orange);
  color: #160902;
  box-shadow: 0 12px 28px rgba(255, 122, 24, 0.28);
}

.button.primary:hover {
  background: var(--orange-2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
  color: var(--text);
}

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

.terminal-line {
  width: fit-content;
  max-width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 122, 24, 0.25);
  border-radius: var(--radius);
  background: rgba(12, 12, 14, 0.72);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.terminal-line span,
.terminal-line strong {
  color: var(--orange-2);
}

.terminal-line i {
  display: inline-block;
  width: 0.55em;
  height: 1em;
  margin-left: 0.25rem;
  background: var(--orange);
  vertical-align: -0.18em;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.status-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(18, 18, 20, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.82rem;
}

.panel-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.panel-top span:nth-child(2) {
  background: #ffc14d;
}

.panel-top span:nth-child(3) {
  background: var(--green);
}

.panel-top strong {
  margin-left: auto;
  color: var(--muted);
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.metric-row span {
  color: var(--muted);
}

.metric-row strong {
  color: var(--green);
}

pre {
  margin: 0;
  padding: 1rem;
  overflow-x: auto;
  color: #d9d1c6;
  font-family: var(--mono);
  font-size: 0.86rem;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.service-grid,
.pricing-grid,
.testimonial-grid,
.ops-grid {
  display: grid;
  gap: 1rem;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.price-card,
blockquote,
.quote-form,
.ops-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.service-card,
.price-card,
blockquote,
.ops-grid div {
  padding: 1.35rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover,
.price-card:hover,
blockquote:hover,
.ops-grid div:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 24, 0.32);
  background: linear-gradient(180deg, rgba(255, 122, 24, 0.09), rgba(255, 255, 255, 0.03));
}

.card-icon {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 122, 24, 0.38);
  border-radius: 6px;
  color: var(--orange-2);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-card p,
.price-card li,
.ops-grid span,
blockquote p,
details p {
  color: var(--muted);
}

.split-band,
.support-band,
.testimonials,
.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 122, 24, 0.04), transparent),
    var(--bg-soft);
  border-block: 1px solid var(--line);
}

.split-grid,
.support-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
}

.feature-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list strong,
.ops-grid strong {
  color: var(--text);
}

.feature-list span,
.ops-grid span {
  color: var(--muted);
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(255, 122, 24, 0.55);
  box-shadow: 0 18px 60px rgba(255, 122, 24, 0.12);
}

.plan-type {
  margin-bottom: 0.5rem;
  color: var(--orange-2);
  font-family: var(--mono);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.price {
  margin: 0.4rem 0 1rem;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 900;
}

.price span {
  color: var(--muted-2);
  font-size: 1rem;
}

.price-card ul {
  margin: 0 0 1.3rem;
  padding-left: 1.1rem;
}

.price-card .button {
  margin-top: auto;
}

.support-grid article {
  min-height: 100%;
}

.text-link {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--orange-2);
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ops-grid {
  grid-template-columns: repeat(5, 1fr);
}

.ops-grid div {
  min-height: 180px;
}

.ops-grid strong,
.ops-grid span {
  display: block;
}

.ops-grid strong {
  margin-bottom: 0.7rem;
}

.testimonial-grid {
  grid-template-columns: repeat(2, 1fr);
}

blockquote {
  margin: 0;
}

blockquote p {
  font-size: 1.08rem;
}

cite {
  color: var(--orange-2);
  font-style: normal;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.blog-hero,
.single-post-hero {
  padding: 150px 0 74px;
  background:
    linear-gradient(180deg, rgba(255, 122, 24, 0.08), transparent),
    var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.blog-hero h1,
.single-post-hero h1 {
  margin-bottom: 1rem;
}

.blog-hero p,
.blog-intro,
.post-excerpt,
.post-content,
.empty-state p {
  color: var(--muted);
}

.blog-section {
  background: var(--bg);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.post-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 24, 0.32);
  background: linear-gradient(180deg, rgba(255, 122, 24, 0.09), rgba(255, 255, 255, 0.03));
}

.post-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--panel);
}

.post-card-image img,
.single-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.post-card h2 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
  line-height: 1.1;
}

.post-card .text-link {
  margin-top: auto;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  margin-bottom: 0.9rem;
  color: var(--orange-2);
  font-family: var(--mono);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.post-meta a {
  color: var(--orange-2);
}

.post-excerpt p {
  margin-bottom: 1.1rem;
}

.latest-posts {
  background: var(--bg);
}

.blog-more-link {
  margin-top: 1.3rem;
}

.single-featured-image {
  margin-top: 2.2rem;
}

.single-featured-image img {
  max-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.post-content {
  padding: 3rem 0 1rem;
  font-size: 1.06rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 2rem;
  color: var(--text);
}

.post-content a {
  color: var(--orange-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-content img {
  height: auto;
  border-radius: var(--radius);
}

.post-content blockquote {
  margin: 2rem 0;
}

.post-content code {
  font-family: var(--mono);
}

.post-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 3rem;
}

.post-tags {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-tags a {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 122, 24, 0.35);
  border-radius: var(--radius);
  color: var(--orange-2);
  font-family: var(--mono);
  font-size: 0.8rem;
}

.post-nav,
.pagination,
.nav-links,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  color: var(--muted);
}

.post-nav {
  padding-bottom: 5rem;
}

.nav-links {
  margin-top: 2rem;
}

.nav-links a,
.nav-links .current,
.page-numbers {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-links a:hover,
.page-numbers:hover,
.page-numbers.current {
  border-color: rgba(255, 122, 24, 0.5);
  color: var(--orange-2);
}

.empty-state {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
}

.quote-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0f0f11;
  color: var(--text);
  padding: 0.82rem 0.9rem;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(255, 122, 24, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.12);
}

.form-note {
  margin: -0.2rem 0 0;
  color: var(--muted-2);
  font-size: 0.9rem;
}

.contact-points {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.contact-points li + li {
  margin-top: 0.55rem;
}

.contact-points strong {
  color: var(--text);
}

.site-footer {
  padding: 54px 0;
  background: #070708;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.5fr 0.5fr;
  gap: 2rem;
}

.site-footer h2 {
  margin-bottom: 0.65rem;
  font-size: 1rem;
}

.site-footer a:not(.logo) {
  display: block;
  margin: 0.35rem 0;
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--orange-2);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split-grid,
  .support-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .status-panel {
    max-width: 620px;
  }

  .service-grid,
  .pricing-grid,
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .nav {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    padding: 0.9rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(16, 16, 18, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open {
    display: grid;
    gap: 0.25rem;
  }

  .nav-menu a {
    padding: 0.75rem;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(11, 11, 12, 0.9) 0%, rgba(11, 11, 12, 0.84) 58%, var(--bg) 100%),
      url("assets/muzznet-hero.png") center top / cover no-repeat;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.4rem);
  }

  .section {
    padding: 70px 0;
  }

  .service-grid,
  .pricing-grid,
  .testimonial-grid,
  .ops-grid,
  .post-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .hero-actions .button {
    width: 100%;
  }
}

@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;
  }
}
