@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

@scope (#parcel-forum-2026-root) {
  :scope {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #faf6f0;
    color: #16213e;
    line-height: 1.5;
    overflow-x: hidden;
  }

  :scope *,
  :scope *::before,
  :scope *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .gf-submit-frame {
      position: fixed;
      left: -9999px;
      top: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
      border: 0;
  }
  .hidden {
      display: none !important;
  }

  /* Top Bar */
  .top-navbar {
      background: rgba(250, 246, 240, 0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(22, 33, 62, 0.08);
      position: sticky;
      top: 0;
      z-index: 1000;
  }
  .navbar-content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 16px 24px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .nav-logo img {
      height: 38px;
      background: #ffffff;
      padding: 4px 12px;
      border-radius: 8px;
      display: block;
      border: 1px solid rgba(22, 33, 62, 0.06);
  }
  /* Green showcase tag - now above the headline, left corner, under the logo */
  .hero-tag {
      display: inline-block;
      align-self: flex-start;
      font-weight: 700;
      color: #0f9b8e;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      background: rgba(15, 155, 142, 0.1);
      padding: 6px 16px;
      border-radius: 20px;
      border: 1px solid rgba(15, 155, 142, 0.3);
      margin-bottom: 16px;
  }
  /* Hero Wrapper */
  .hero-section {
      position: relative;
      padding: 40px 24px 60px 24px;
      background: radial-gradient(circle at 80% 20%, rgba(15, 155, 142, 0.14) 0%, transparent 40%),
                  radial-gradient(circle at 20% 80%, rgba(255, 111, 76, 0.14) 0%, transparent 40%);
  }
  .hero-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      gap: 40px;
      align-items: stretch;
  }
  .hero-left {
      flex: 1.2;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .hero-right {
      flex: 0.95;
      display: flex;
  }
  /* Date & Location Pill - compact badge, below the header text */
  .pill-row {
      display: flex;
      justify-content: flex-start;
      margin: 20px 0;
  }
  .event-location-pill {
      display: inline-flex;
      align-items: center;
      gap: 20px;
      background: #e3f6f2;
      border: 1px solid rgba(15, 155, 142, 0.35);
      border-radius: 30px;
      padding: 9px 20px;
      box-shadow: 0 4px 14px rgba(22, 33, 62, 0.05);
  }
  .pill-item + .pill-item {
      padding-left: 20px;
      border-left: 1px solid rgba(15, 155, 142, 0.2);
  }
  .pill-item {
      display: flex;
      flex-direction: column;
  }
  .pill-label {
      font-size: 11px;
      font-weight: 700;
      color: #6b7280;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }
  .pill-value {
      font-size: 15px;
      font-weight: 700;
      color: #16213e;
      margin-top: 2px;
  }
  .pill-value.booth {
      color: #ff6f4c;
  }
  h1 {
      font-size: 48px;
      line-height: 1.1;
      font-weight: 800;
      color: #16213e;
      margin-bottom: 16px;
      letter-spacing: -1px;
  }
  h1 span {
      background: linear-gradient(90deg, #0f9b8e 0%, #ff6f4c 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .hero-subtitle {
      font-size: 16px;
      color: #5b6478;
      margin-bottom: 20px;
      line-height: 1.5;
  }
  /* Total Deliveries Live Stat Card - wide, centered, stacked */
  .stat-card {
      align-self: left;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      min-width: 400px;
      background: #ffffff;
      border: 1px solid rgba(22, 33, 62, 0.08);
      border-radius: 20px;
      padding: 22px 40px;
      box-shadow: 0 6px 20px rgba(22, 33, 62, 0.06);
  }
  .live-dot-inline {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ff6f4c;
      display: inline-block;
      margin-right: 8px;
      animation: pulse-dot 1.8s infinite;
  }
  .stat-label-top {
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      font-weight: 800;
      color: #ff6f4c;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 12px;
  }
  .stat-main {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
  }
  .stat-icon {
      width: 50px;
      height: 50px;
      border-radius: 60%;
      background: linear-gradient(135deg, #2dd4bf 0%, #0f9b8e 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      flex-shrink: 0;
      box-shadow: 0 6px 14px rgba(15, 155, 142, 0.3);
  }
  .stat-number {
      font-size: 40px;
      font-weight: 800;
      color: #0f9b8e;
      letter-spacing: -1px;
      font-variant-numeric: tabular-nums;
      line-height: 1;
  }
  .stat-label-bottom {
      font-size: 13px;
      font-weight: 600;
      color: #8b93a7;
      margin-top: 12px;
  }
  .stat-label-bottom strong {
      color: #ff6f4c;
      font-weight: 800;
  }
  /* Form Card */
  .form-card {
      background: #ffffff;
      border: 1px solid rgba(15, 155, 142, 0.25);
      border-radius: 20px;
      padding: 28px;
      width: 100%;
      box-shadow: 0 16px 40px rgba(22, 33, 62, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .form-card h3 {
      font-size: 22px;
      color: #16213e;
      font-weight: 800;
      margin-bottom: 16px;
  }
  .form-group {
      margin-bottom: 12px;
  }
  .form-row {
      display: flex;
      gap: 12px;
  }
  .form-row .form-group {
      flex: 1;
  }
  .form-group label {
      display: block;
      font-size: 12px;
      font-weight: 600;
      color: #48506b;
      margin-bottom: 4px;
  }
  .form-group input {
      width: 100%;
      padding: 10px 14px;
      background: #faf6f0;
      border: 1px solid rgba(22, 33, 62, 0.15);
      border-radius: 8px;
      color: #16213e;
      font-size: 14px;
      outline: none;
      transition: all 0.2s ease;
  }
  .form-group input:focus {
      border-color: #0f9b8e;
      box-shadow: 0 0 0 3px rgba(15, 155, 142, 0.15);
  }
  .btn-submit {
      width: 100%;
      background: #ff6f4c;
      color: #ffffff;
      border: none;
      padding: 13px;
      border-radius: 25px;
      font-size: 15px;
      font-weight: 800;
      cursor: pointer;
      margin-top: 8px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(255, 111, 76, 0.4);
  }
  .form-disclaimer {
      font-size: 11px;
      color: #8b93a7;
      text-align: center;
      margin-top: 10px;
  }
  .lead-form-thankyou {
      text-align: center;
  }
  .lead-form-thankyou h3 {
      font-size: 20px;
      font-weight: 800;
      color: #16213e;
      margin-bottom: 6px;
  }
  .lead-form-thankyou p {
      font-size: 14px;
      color: #5b6478;
      line-height: 1.4;
  }
  .lead-form-reset {
      margin-top: 12px;
      font-size: 13px;
      font-weight: 700;
      color: #0f9b8e;
      background: none;
      border: none;
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 2px;
  }
  .lead-form-reset:hover {
      color: #ff6f4c;
  }
  /* Features Section */
  .features-section {
      background: #ffffff;
      border-top: 1px solid rgba(22, 33, 62, 0.08);
      border-bottom: 1px solid rgba(22, 33, 62, 0.08);
      padding: 60px 24px;
  }
  .section-container {
      max-width: 1200px;
      margin: 0 auto;
  }
  .section-header {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px auto;
  }
  .section-header h2 {
      font-size: 38px;
      font-weight: 800;
      color: #16213e;
      margin-bottom: 8px;
  }
  .section-header p {
      font-size: 16px;
      color: #5b6478;
  }
  /* Lifecycle Infographic - follows Beans Route logo palette (teal / pink / gold) */
  .lifecycle-track {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding-top: 8px;
      gap: 8px;
  }
  .track-line {
      position: absolute;
      top: 40px;
      left: 48px;
      right: 48px;
      height: 3px;
      background: repeating-linear-gradient(90deg, rgba(22, 33, 62, 0.18) 0 10px, transparent 10px 18px);
      z-index: 0;
  }
  .lifecycle-step {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 0 8px;
      transition: transform 0.25s ease;
  }
  .lifecycle-step:hover {
      transform: translateY(-4px);
  }
  .step-node {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      margin-bottom: 14px;
      border: 4px solid #ffffff;
      box-shadow: 0 10px 22px rgba(22, 33, 62, 0.16);
      transition: box-shadow 0.25s ease;
  }
  .lifecycle-step:hover .step-node {
      box-shadow: 0 14px 28px rgba(22, 33, 62, 0.26);
  }
  .node-teal { background: linear-gradient(135deg, #2dd4bf 0%, #0f9b8e 100%); }
  .node-pink { background: linear-gradient(135deg, #ec4899 0%, #d6336c 100%); }
  .node-gold { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); }
  .step-number {
      font-size: 13px;
      font-weight: 800;
      padding: 3px 10px;
      border-radius: 6px;
      display: inline-block;
      margin-bottom: 10px;
  }
  .step-number.tag-teal { color: #0f9b8e; background: rgba(15, 155, 142, 0.12); }
  .step-number.tag-pink { color: #d6336c; background: rgba(214, 51, 108, 0.12); }
  .step-number.tag-gold { color: #b8860b; background: rgba(245, 158, 11, 0.15); }
  .step-title {
      font-size: 24px;
      font-weight: 800;
      color: #16213e;
      margin-bottom: 6px;
  }
  .step-desc {
      font-size: 15px;
      color: #5b6478;
      line-height: 1.45;
      max-width: 190px;
  }
  /* Recognized by the Leaders in Logistics */
  .recognized-section {
      padding: 48px 0 56px;
      background-color: rgba(185, 241, 231, 0.5);
      text-align: center;
      overflow: hidden;
  }
  .recognized-section .recognition-header {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 clamp(16px, 4vw, 32px);
      box-sizing: border-box;
  }
  .recognition-title {
      font-size: clamp(1.875rem, 3vw, 2.5rem);
      font-weight: 800;
      line-height: 1.2;
      color: #16213e;
      margin: 0 0 16px;
      letter-spacing: -0.02em;
  }
  .recognition-subtitle {
      font-size: 20px;
      line-height: 1.55;
      color: #5b6478;
      margin: 0 auto 48px;
      max-width: 820px;
  }
  .recognition-carousel-wrap {
      width: 100%;
      margin: 0;
      padding: 0 clamp(16px, 3vw, 28px);
      overflow: hidden;
      box-sizing: border-box;
  }
  .recognition-marquee {
      overflow: hidden;
      width: 100%;
      margin: 0;
      padding: 0;
  }
  .recognition-marquee-track {
      display: flex;
      align-items: stretch;
      gap: 62px;
      width: max-content;
      animation: recognition-marquee-scroll 50s linear infinite;
      will-change: transform;
  }
  .recognition-marquee:hover .recognition-marquee-track {
      animation-play-state: paused;
  }
  @media (prefers-reduced-motion: reduce) {
      .recognition-marquee-track {
          animation: none;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          max-width: 1280px;
          margin: 0 auto;
          gap: 24px;
      }
  }
  .recognition-marquee .recognition-card {
      flex: 0 0 auto;
      background: #fff;
      border-radius: 12px;
      padding: 2px 4px;
      aspect-ratio: 2 / 1;
      width: 240px;
      min-height: 135px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
  }
  @media (min-width: 768px) {
      .recognition-marquee .recognition-card {
          width: 280px;
          min-height: 150px;
      }
  }
  @media (min-width: 1024px) {
      .recognition-marquee .recognition-card {
          width: 300px;
          min-height: 175px;
          padding: 2px 3px;
      }
  }
  .recognition-marquee figure {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      flex: 1;
      min-height: 0;
  }
  .recognized-section .recognition-marquee img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      min-width: 0;
      min-height: 0;
      object-fit: contain;
      object-position: center;
  }
  @media (max-width: 767px) {
      .recognized-section {
          padding: 40px 0;
      }
      .recognition-title {
          font-size: clamp(1.35rem, 5vw, 1.5rem);
      }
      .recognition-subtitle {
          font-size: 15px;
          margin-bottom: 28px;
      }
      .recognition-marquee .recognition-card {
          width: 200px;
          min-height: 115px;
      }
      .recognition-marquee-track {
          gap: 40px;
      }
  }
  .footer {
      border-top: 1px solid rgba(22, 33, 62, 0.08);
      padding: 20px 24px;
      text-align: center;
      font-size: 13px;
      color: #8b93a7;
      background: #ffffff;
  }
}

@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(255, 111, 76, 0.55); }
    70% { box-shadow: 0 0 0 7px rgba(255, 111, 76, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 111, 76, 0); }
}

@keyframes recognition-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
