    header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
    body { padding-top: 70px; background: #faf9f7; }
    .pricing-container { max-width: 1400px; margin: 3rem auto; padding: 0 2rem; }
    .pricing-header {
      text-align: center;
      margin-bottom: 3rem;
    }
    .pricing-header h1 {
      font-size: 40px;
      font-weight: 700;
      color: #1e3a5f;
      margin-bottom: 1rem;
    }
    .pricing-header p {
      font-size: 18px;
      color: #666;
      max-width: 600px;
      margin: 0 auto;
    }
    .role-selector {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 3rem;
      flex-wrap: wrap;
    }
    .role-btn {
      padding: 12px 32px;
      border: 2px solid #e5e7eb;
      background: #fff;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s;
    }
    .role-btn.active {
      background: #1e3a5f;
      color: #fff;
      border-color: #1e3a5f;
    }
    .role-btn:hover {
      border-color: #0891b2;
    }
    .pricing-layout {
      display: grid;
      grid-template-columns: 280px 500px 1fr;
      gap: 2rem;
      margin-bottom: 3rem;
    }
    .pricing-comparison {
      grid-column: 1 / -1;
      margin-top: 1rem;
    }
    .pricing-plans-list {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .plan-type-btn {
      padding: 1.5rem;
      background: #fff;
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.3s;
      text-align: left;
      display: flex;
      flex-direction: column;
    }
    .plan-type-btn:hover {
      border-color: #0891b2;
      box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
      transform: translateY(-2px);
    }
    .plan-type-btn.active {
      background: linear-gradient(135deg, #1e3a5f 0%, #0891b2 100%);
      color: #fff;
      border-color: #0891b2;
    }
    .plan-type-name {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0.25rem;
    }
    .plan-type-desc {
      font-size: 13px;
      opacity: 0.8;
      margin-bottom: 0.75rem;
    }
    .plan-type-price {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
    }
    .pricing-details {
      display: block;
      background: #fff;
      border-radius: 12px;
      padding: 2rem;
      border: 2px solid #e5e7eb;
    }
    .plan-header {
      display: flex;
      justify-content: space-between;
      align-items: start;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border-bottom: 2px solid #e5e7eb;
    }
    .plan-title-section h2 {
      font-size: 32px;
      font-weight: 700;
      color: #1e3a5f;
      margin-bottom: 0.5rem;
    }
    .plan-title-section p {
      font-size: 16px;
      color: #666;
    }
    .plan-badge {
      background: #0891b2;
      color: #fff;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .plan-price-section {
      text-align: right;
    }
    .plan-amount {
      font-size: 48px;
      font-weight: 700;
      color: #0891b2;
      line-height: 1;
    }
    .plan-period {
      font-size: 14px;
      color: #666;
      margin-top: 0.5rem;
    }
    .plan-features {
      list-style: none;
      margin-bottom: 2rem;
    }
    .plan-features li {
      padding: 12px 0;
      border-bottom: 1px solid #e5e7eb;
      font-size: 14px;
      color: #666;
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    .plan-features li::before {
      content: "✓";
      color: #10b981;
      font-weight: 700;
      font-size: 18px;
      flex-shrink: 0;
    }
    .plan-features li.unavailable {
      opacity: 0.5;
      color: #ccc;
    }
    .plan-features li.unavailable::before {
      content: "✗";
      color: #ccc;
    }
    .plan-cta {
      width: 100%;
      padding: 14px;
      background: #0891b2;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s;
      margin-bottom: 2rem;
    }
    .plan-cta:hover {
      background: #06b6d4;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
    }
    .plan-cta-primary {
      background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
      font-size: 17px;
      padding: 16px;
      box-shadow: 0 4px 16px rgba(8, 145, 178, 0.2);
    }
    .plan-cta-primary:hover {
      box-shadow: 0 8px 24px rgba(8, 145, 178, 0.4);
    }
    .comparison-section {
      background: #fff;
      border-radius: 12px;
      padding: 2rem;
      border: 2px solid #e5e7eb;
    }
    .comparison-section h3 {
      font-size: 22px;
      font-weight: 700;
      color: #1e3a5f;
      margin-bottom: 1.5rem;
    }
    .comparison-table {
      width: 100%;
      border-collapse: collapse;
    }
    .comparison-table th,
    .comparison-table td {
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid #e5e7eb;
      font-size: 14px;
    }
    .comparison-table th {
      background: #faf9f7;
      font-weight: 700;
      color: #1e3a5f;
    }
    .comparison-table tr:hover {
      background: #faf9f7;
    }
    @media (max-width: 1024px) {
      .pricing-layout {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 768px) {
      .pricing-layout {
        grid-template-columns: 1fr;
      }
      .plan-type-btn {
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        text-align: left;
      }
      .plan-type-name {
        font-size: 18px;
      }
      .plan-type-price {
        font-size: 24px;
      }
    }
    .country-selector {
      position: relative;
      display: inline-block;
    }
    .country-selector-btn {
      background: none;
      border: 1px solid #e5e7eb;
      padding: 8px 12px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      color: #1e3a5f;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .country-selector-btn:hover {
      border-color: #0891b2;
      background: #f0f9ff;
    }
    .country-selector-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      min-width: 200px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      display: none;
      margin-top: 8px;
    }
    .country-selector-dropdown.active {
      display: block;
    }
    .country-option {
      padding: 10px 16px;
      cursor: pointer;
      transition: background 0.2s;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .country-option:last-child {
      border-bottom: none;
    }
    .country-option:hover {
      background: #f0f9ff;
      color: #0891b2;
    }
    .country-option.active {
      background: #f0f9ff;
      color: #0891b2;
      font-weight: 600;
    }
