
  .hero { padding: 1rem 0 3rem; border-bottom: 1px solid var(--border); margin-bottom: 3rem; }
  .hero-badge { display: inline-block; background: var(--orange-dim); border: 1px solid var(--orange-border); color: var(--orange); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 1.5rem; font-weight: 600; }
  .hero h1 { font-size: 48px; font-weight: 700; line-height: 1.08; margin-bottom: 1.25rem; color: var(--navy); letter-spacing: -1px; }
  .hero h1 span { color: var(--orange); }
  .hero-sub { font-size: 17px; color: var(--text-mid); line-height: 1.85; max-width: 580px; margin-bottom: 0.75rem; font-weight: 400; }
  .hero-sub2 { font-size: 15px; color: var(--text-mid); line-height: 1.85; max-width: 640px; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-primary { background: var(--orange); color: var(--navy); border: none; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; transition: opacity 0.15s; text-decoration: none; display: inline-block; }
  .btn-primary:hover { opacity: 0.88; }
  .btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--border-med); padding: 13px 32px; border-radius: 50px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: inherit; transition: border-color 0.15s; }
  .btn-ghost:hover { border-color: var(--navy); }

  .section { margin-bottom: 3.5rem; }
  .section h2 { font-size: 28px; font-weight: 700; margin-bottom: 1.75rem; color: var(--navy); letter-spacing: -0.5px; }

  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .why-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; }
  .why-card h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 8px; }
  .why-card h3::before { content: ''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
  .why-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  .model-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.75rem; margin-bottom: 14px; transition: border-color 0.15s, box-shadow 0.15s; }
  .model-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .model-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }
  .model-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .model-col-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: var(--orange); margin-bottom: 6px; }
  .model-col p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
  .model-card-solo { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; margin-bottom: 14px; }
  .model-card-solo h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 0.625rem; }
  .model-card-solo p { font-size: 14px; color: var(--text-mid); line-height: 1.85; }

  .partners-section { margin-bottom: 3.5rem; }
  .partners-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .partners-sub { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 640px; }

  .partner-card { border: 2px solid var(--orange); border-radius: 12px; padding: 2rem 2.25rem; background: var(--white); margin-bottom: 14px; }
  .partner-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
  .partner-header-text { flex: 1; }
  .partner-name { font-size: 20px; font-weight: 700; color: var(--navy); letter-spacing: -0.3px; }
  .partner-website { font-size: 12px; color: var(--text-light); margin-top: 3px; }
  .partner-website a { color: var(--orange); text-decoration: none; font-weight: 500; }
  .partner-website a:hover { text-decoration: underline; }
  .partner-logo { height: 48px; width: auto; display: block; object-fit: contain; flex-shrink: 0; }
  
  .partner-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
  .pm-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); margin-bottom: 4px; }
  .pm-text { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
  .partner-prose { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .partner-prose h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
  .partner-prose p { font-size: 13px; color: var(--text-mid); line-height: 1.85; }

  .join-section { margin-bottom: 3.5rem; }
  .join-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); letter-spacing: -0.5px; }
  .join-sub { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 640px; }
  .join-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .join-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: border-color 0.15s, box-shadow 0.15s; }
  .join-card:hover { border-color: var(--orange); box-shadow: 0 2px 12px rgba(255,153,51,0.10); }
  .join-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }
  .join-list { list-style: none; }
  .join-list li { font-size: 13px; color: var(--text-mid); padding: 6px 0; display: grid; grid-template-columns: 14px 155px 1fr; align-items: start; gap: 0 8px; line-height: 1.7; border-bottom: 1px solid var(--border); }
  .join-list li:last-child { border-bottom: none; }
  .join-list li::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; margin-top: 6px; }
  .join-list li strong { color: var(--navy); font-weight: 600; }

  .cta-bar { background: var(--orange-dim); border: 1.5px solid var(--orange-border); border-radius: 16px; padding: 2.5rem; text-align: center; }
  .cta-bar h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; color: var(--navy); letter-spacing: -0.3px; }
  .cta-bar p { font-size: 15px; color: var(--text-mid); margin-bottom: 1.75rem; }

  @media (max-width: 720px) {
    .why-grid { grid-template-columns: 1fr; }
    .model-cols { grid-template-columns: 1fr; }
    .partner-meta { grid-template-columns: 1fr; }
    .partner-prose { grid-template-columns: 1fr; }
    .join-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }

    .partner-header {
      flex-direction: column-reverse; /* Stack logo above text */
      align-items: flex-start;
      gap: 1rem;
    }
  
    .partner-logo {
      height: 40px;
      max-width: 130px;
    }
    .join-list li{
      grid-template-columns: 14px 1fr;
      row-gap: 0.5rem;
    }
    .join-list li span {
      grid-column: 2 / -1;
    }
  }