:root {
  --bg: #05070a;
  --panel: #0b1118;
  --panel-2: #111923;
  --text: #f5f7fb;
  --muted: #b5c0cf;
  --soft: #e8eef7;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #1aa7ff;
  --blue-2: #66d0ff;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--blue);
  color: #00101d;
  font-weight: 800;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 7, 10, 0.86);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.section,
.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 16px;
  background: url("../images/pwl-logo-transparent.png") center / contain no-repeat;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
}

.brand-logo {
  display: block;
  width: 172px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}

.brand-mark {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(102, 208, 255, 0.42);
  border-radius: 14px;
  background: linear-gradient(135deg, #091521, #0e2f45 56%, #12a8ff);
  box-shadow: 0 0 36px rgba(26, 167, 255, 0.22);
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.logo-showcase {
  display: grid;
  place-items: center;
  min-height: 350px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 138, 26, 0.18), transparent 36%),
    radial-gradient(circle at 50% 38%, rgba(26, 167, 255, 0.1), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.logo-showcase img {
  width: min(100%, 430px);
  height: auto;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.45));
}

.brand-panel-image {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-panel-image + h2 {
  margin-top: 24px;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 10px 12px;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #00101d;
  box-shadow: 0 16px 34px rgba(26, 167, 255, 0.22);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.nav-cta {
  margin-left: 6px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 92px 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 12%, rgba(26, 167, 255, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(5, 7, 10, 0.62), rgba(5, 7, 10, 0.95)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #07101a, #05070a 58%, #0b1b2a);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% 35%;
  height: 420px;
  border-radius: 999px;
  background: rgba(26, 167, 255, 0.13);
  filter: blur(70px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 8vw, 6.7rem);
}

h2 {
  font-size: clamp(2.05rem, 5vw, 4rem);
}

h3 {
  font-size: 1.35rem;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.trust-item {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-weight: 750;
}

.hero-card,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 24px;
}

.meter {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.meter-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
}

.bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
}

.section {
  padding: 86px 0;
}

.section-tight {
  padding-top: 56px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 4px;
  height: 74px;
  background: var(--blue);
}

.card p,
.card li,
.panel p,
.panel li {
  color: var(--muted);
}

.card ul,
.panel ul {
  padding-left: 20px;
}

.service-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue-2);
  font-weight: 900;
}

.dark-band {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 30%, rgba(26, 167, 255, 0.15), transparent 30%),
    linear-gradient(135deg, #08111b, #05070a);
}

.page-hero {
  padding: 76px 0 52px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 20%, rgba(26, 167, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #07101a, #05070a);
}

.page-hero h1 {
  font-size: clamp(2.55rem, 7vw, 5.4rem);
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--blue-2);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: start;
}

.feature-list li::before {
  content: "✓";
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(26, 167, 255, 0.15);
  color: var(--blue-2);
  font-weight: 900;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.image-placeholder {
  min-height: 190px;
  display: flex;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84)),
    linear-gradient(135deg, rgba(26, 167, 255, 0.18), rgba(255, 255, 255, 0.045)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14px);
}

.image-placeholder span {
  color: var(--white);
  font-weight: 900;
}

.notice {
  padding: 18px 20px;
  border: 1px solid rgba(102, 208, 255, 0.34);
  border-radius: 18px;
  background: rgba(26, 167, 255, 0.08);
  color: var(--soft);
}

.form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font: inherit;
}

select option {
  color: #09111a;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.form-note,
.small {
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 24%, rgba(26, 167, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030507;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 24px;
  padding: 54px 0;
}

.footer-inner h3 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.footer-inner p,
.footer-inner a {
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

  .nav-links {
    position: fixed;
    inset: 79px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 7, 10, 0.98);
    box-shadow: var(--shadow);
  }

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

  .nav-links a,
  .nav-cta {
    width: 100%;
  }

  .hero-grid,
  .split,
  .grid-3,
  .grid-2,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 16px;
  }

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

@media (max-width: 640px) {
  .nav-wrap,
  .section,
  .footer-inner {
    width: min(100% - 24px, var(--max));
  }

  .trust-strip,
  .form-grid,
  .placeholder-grid {
    grid-template-columns: 1fr;
  }

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

  .btn {
    width: 100%;
  }

  .brand-logo {
    width: 138px;
    max-height: 48px;
  }

  .meter-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }
}
