html {
  scroll-behavior: smooth;
}


    :root {
      --page-bg: #050816;
      --card-bg: rgba(15, 23, 42, 0.9);
      --accent: #6366f1;
      --accent-soft: rgba(99, 102, 241, 0.15);
      --text-main: #f9fafb;
      --text-muted: #9ca3af;
      --border-subtle: rgba(148, 163, 184, 0.35);
      --shadow-soft: 0 24px 80px rgba(15, 23, 42, 0.75);
      --radius-xl: 24px;
      --radius-lg: 18px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
        "Segoe UI", sans-serif;
      background: var(--page-bg);
      color: var(--text-main);
      -webkit-font-smoothing: antialiased;
    }

    .page {
      min-height: 100vh;
      background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.3), transparent 55%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.25), transparent 55%),
        var(--page-bg);
    }

    /* LINK STYLES */

    a.link-inline {
      position: relative;
      color: #c7d2fe;
      font-weight: 600;
      text-decoration: none;
      padding-bottom: 2px;
      box-shadow:
        inset 0 -6px 0 rgba(99, 102, 241, 0.12),
        0 0 0 rgba(0, 0, 0, 0);
      transition: color 0.18s ease, box-shadow 0.22s ease, transform 0.2s ease;
    }

    a.link-inline::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(99, 102, 241, 0.8), rgba(56, 189, 248, 0.8));
      opacity: 0.6;
      transition: opacity 0.18s ease;
    }

    a.link-inline:hover,
    a.link-inline:focus-visible {
      color: #e5e7eb;
      box-shadow:
        inset 0 -10px 0 rgba(99, 102, 241, 0.2),
        0 8px 26px rgba(79, 70, 229, 0.45);
      transform: translateY(-1px);
    }

    a.link-inline:hover::after,
    a.link-inline:focus-visible::after {
      opacity: 1;
    }

    a.link-inline:focus-visible {
      outline: 2px solid rgba(129, 140, 248, 0.6);
      outline-offset: 4px;
      border-radius: 6px;
    }

    /* HERO SECTION */

    .hero {
      position: relative;
      min-height: min(90vh, 840px);
      display: flex;
      align-items: center;
      isolation: isolate;
      color: var(--text-main);
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(
          to bottom,
          rgba(3, 7, 18, 0.15) 0%,
          rgba(3, 7, 18, 0.65) 75%,
          rgba(3, 7, 18, 0.9) 80%,
          #050816 100%
        ),
        url("bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -2;
      transform: scale(1.03);
      filter: saturate(1.1);
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top center, rgba(15, 23, 42, 0.55), transparent 65%),
        linear-gradient(to bottom, transparent 0%, rgba(5, 8, 22, 0.95) 65%, #050816 100%);
      z-index: -1;
    }

    .nav {
      position: absolute;
      top: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 1120px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 2;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      letter-spacing: 0.04em;
    }

.nav-logo-mark {
      width: 100px;
      height: 100px;
      background-image: url("wasco_white_on_transparent.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
     
    }

    .nav-links {
      display: flex;
      gap: 16px;
      font-size: 0.9rem;
    }

    .nav-links a {
      color: var(--text-muted);
      text-decoration: none;
      padding: 6px 10px;
      border-radius: 999px;
      backdrop-filter: blur(14px);
      background: rgba(15, 23, 42, 0.75);
      border: 1px solid rgba(148, 163, 184, 0.25);
    }

    .nav-links a.nav-cta {
      color: #e5e7eb;
      border-color: rgba(129, 140, 248, 0.9);
      background-image: linear-gradient(
        120deg,
        rgba(79, 70, 229, 0.95),
        rgba(129, 140, 248, 0.96)
      );
    }

    .hero-inner {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      padding: 120px 20px 72px;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.05fr);
      gap: 36px;
      align-items: center;
    }

    .hero-copy-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.85);
      border: 1px solid rgba(148, 163, 184, 0.45);
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-bottom: 18px;
      backdrop-filter: blur(10px);
    }

    .eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.3);
    }

    .hero-title {
      font-size: clamp(2.8rem, 4vw, 3.8rem);
      line-height: 1.1;
      letter-spacing: -0.04em;
      margin: 0 0 14px;
    }

.hero-title .hero-title-em, .hero-subtitle span {
  background: linear-gradient(120deg, #e5e7eb, #c4b5fd, #93c5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title-main {
  margin-right: 8px;
}

.hero-title-break-desktop {
  display: none;
}

@media (min-width: 641px) {
  .hero-title-break-desktop {
    display: inline;
  }
}

    .hero-subtitle {
      max-width: 480px;
      font-size: 0.98rem;
      line-height: 1.65;
      color: var(--text-muted);
      margin-bottom: 22px;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 28px;
    }

    .meta-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 6px 11px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.85);
      border: 1px solid rgba(148, 163, 184, 0.35);
      font-size: 0.78rem;
      color: var(--text-muted);
      backdrop-filter: blur(10px);
    }

    .meta-pill {
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(94, 234, 212, 0.5);
      font-size: 0.76rem;
      color: #a5f3fc;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      padding-top: 20px;
      a {
        font-weight: bold;
      }
    }

    .btn-primary,
    .btn-ghost {
      border-radius: 999px;
      padding: 11px 20px;
      border: 1px solid transparent;
      font-size: 0.9rem;
      font-weight: 500;
      cursor: pointer;
      outline: none;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-primary {
      border-color: rgba(129, 140, 248, 0.9);
      background-image: linear-gradient(
        120deg,
        rgba(79, 70, 229, 0.98),
        rgba(129, 140, 248, 0.98)
      );
      color: #f9fafb;
      box-shadow: 0 18px 45px rgba(55, 65, 194, 0.85);
    }

    .btn-primary span.icon {
      font-size: 1.1rem;
      translate: 0 1px;
    }

    .btn-ghost {
      background: rgba(15, 23, 42, 0.8);
      border-color: rgba(148, 163, 184, 0.6);
      color: var(--text-muted);
    }

    .hero-small-print {
      width: 100%;
      margin-top: 10px;
      font-size: 0.75rem;
      color: var(--text-muted);
    }

    .hero-small-print span {
      color: #a5b4fc;
    }

    /* HERO RIGHT CARD */

    .hero-card-wrap {
      display: flex;
      justify-content: flex-end;
    }

    .hero-card {
      position: relative;
      max-width: 420px;
      width: 100%;
      border-radius: var(--radius-xl);
      padding: 18px 18px 20px;
      background: linear-gradient(
        145deg,
        rgba(15, 23, 42, 0.98),
        rgba(30, 64, 175, 0.96)
      );
      border: 1px solid rgba(148, 163, 184, 0.55);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: -40%;
      background:
        radial-gradient(circle at top left, rgba(129, 140, 248, 0.15), transparent 60%),
        radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.15), transparent 65%);
      opacity: 0.95;
      z-index: -1;
    }

    .hero-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 14px;
    }

    .hero-card-title {
      font-size: 0.87rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #e5e7eb;
    }

    .hero-card-tag {
      font-size: 0.7rem;
      padding: 4px 9px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(148, 163, 184, 0.6);
      color: #e5e7eb;
    }

    .hero-card-body {
      border-radius: var(--radius-lg);
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.45);
      padding: 14px 14px 16px;
    }

    .hero-card-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .hero-card-label {
      font-size: 0.75rem;
      color: var(--text-muted);
    }

    .hero-card-value {
      font-size: 0.87rem;
      color: #e5e7eb;
      font-weight: 500;
    }

    .hero-card-meter {
      margin-top: 10px;
      margin-bottom: 14px;
    }

    .hero-card-meter-label {
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-bottom: 4px;
      display: flex;
      justify-content: space-between;
    }

    .meter-track {
      width: 100%;
      height: 8px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.85);
      border: 1px solid rgba(148, 163, 184, 0.55);
      overflow: hidden;
    }

    .meter-fill {
      width: 78%;
      height: 100%;
      border-radius: inherit;
      background-image: linear-gradient(
        90deg,
        rgba(45, 212, 191, 0.1),
        rgba(45, 212, 191, 0.95),
        rgba(129, 140, 248, 1)
      );
    }

    .hero-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.76rem;
      color: var(--text-muted);
    }

    .hero-card-footer span.badge {
      padding: 4px 9px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(96, 165, 250, 0.8);
      color: #bfdbfe;
    }

    .hero-card-fab {
      position: absolute;
      right: 20px;
      top: 60%;
      translate: 0 -50%;
      width: 36px;
      height: 36px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, #f9fafb, #60a5fa 65%, #1e293b 100%);
      border: 1px solid rgba(148, 163, 184, 0.8);
      box-shadow: 0 14px 35px rgba(15, 23, 42, 0.9);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.05rem;
      color: #020617;
    }

    /* BODY SECTIONS */

    .body-section {
      padding: 0px 20px 20px;
    }

    .body-inner {
      max-width: 1120px;
      margin: 0 auto;
    }

    main {
       padding: 35px 0px 0px 0px; 
    }
    .section-eyebrow {
      font-size: 0.78rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 8px;
    }

    .section-title {
      font-size: 1.6rem;
      margin: 0 0 14px;
    }

    .section-lede {
      max-width: 520px;
      font-size: 0.96rem;
      line-height: 1.7;
      color: var(--text-muted);
      margin-bottom: 28px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .feature-card {
      border-radius: 18px;
      border: 1px solid var(--border-subtle);
      background: rgba(15, 23, 42, 0.96);
      padding: 16px 16px 18px;
    }

    .feature-title {
      font-size: 0.96rem;
      margin-bottom: 6px;
    }

    .feature-copy {
      font-size: 0.86rem;
      line-height: 1.6;
      color: var(--text-muted);
    }

    .feature-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.74rem;
      padding: 4px 9px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: #c7d2fe;
      margin-bottom: 10px;
    }

    .feature-pill-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #818cf8;
    }

    footer {
      border-top: 1px solid rgba(31, 41, 55, 1);
      padding: 18px 20px 24px;
      font-size: 0.78rem;
      color: var(--text-muted);
    }

    .footer-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }

    /* DESKTOP BODY LAYOUT */
    @media (min-width: 960px) {
      main {
        max-width: 1120px;
        margin: 0 auto;
        padding: 40px 20px 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 28px;
      }

      .body-section {
        padding: 0;
      }

      .body-inner {
        max-width: none;
        margin: 0;
      }
    }

    /* RESPONSIVE */

    @media (max-width: 900px) {

      .hero-inner {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 104px;
        text-align: center;
      }

      .hero-card-wrap {
        justify-content: flex-start;
      }

      .hero-card {
        max-width: 360px;
        margin-top: 12px;
      }

      .hero-card-fab {
        display: none;
      }

      .hero-subtitle {
        max-width: none;
        
      }
      .hero-actions {
        padding-top: 20px;
      }

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

      
    }

    @media (max-width: 900px) {
      .nav-links {
        display: none;
      }

      .hero-actions {
        justify-content: center;
        gap: 16px;
        text-align: center;
      }

      .hero-actions a {
        width: clamp(220px, 75vw, 280px);
        justify-content: center;
      }

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

      .hero-inner {
        padding-bottom: 52px;
      }

      .hero-title-main {
        display: block;
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 1.05em;
      }
      .hero-title-break-desktop {
        display: none;
      }
      
    }
  
